diff --git a/.eslintignore b/.eslintignore index a5e23db0..3a2c17f6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later /js/* /tests/* diff --git a/.eslintrc.js b/.eslintrc.js index 28fe836e..e7adcace 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ module.exports = { extends: [ '@nextcloud' diff --git a/.gitattributes b/.gitattributes index 3ce6f238..613de146 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later /js/*.js binary /js/*.js.map binary diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f9a92bf..d75c05e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later version: 2 updates: - package-ecosystem: composer diff --git a/.github/workflows/lint-eslint-when-unrelated.yml b/.github/workflows/lint-eslint-when-unrelated.yml index 7a2e9f05..553b6724 100644 --- a/.github/workflows/lint-eslint-when-unrelated.yml +++ b/.github/workflows/lint-eslint-when-unrelated.yml @@ -5,6 +5,9 @@ # # Use lint-eslint together with lint-eslint-when-unrelated to make eslint a required check for GitHub actions # https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: Lint eslint diff --git a/.github/workflows/node-when-unrelated.yml b/.github/workflows/node-when-unrelated.yml index db32b0db..2c317170 100644 --- a/.github/workflows/node-when-unrelated.yml +++ b/.github/workflows/node-when-unrelated.yml @@ -5,6 +5,9 @@ # # Use node together with node-when-unrelated to make eslint a required check for GitHub actions # https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: Node diff --git a/.github/workflows/phpunit-summary-when-unrelated.yml b/.github/workflows/phpunit-summary-when-unrelated.yml index 484fdbb5..e136e301 100644 --- a/.github/workflows/phpunit-summary-when-unrelated.yml +++ b/.github/workflows/phpunit-summary-when-unrelated.yml @@ -2,6 +2,9 @@ # # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: PHPUnit summary diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 00000000..95eaba80 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,22 @@ +# This workflow is provided via the organization template repository +# +# https://github.com/nextcloud/.github +# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization + +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. +# +# SPDX-License-Identifier: CC0-1.0 + +name: REUSE Compliance Check + +on: [pull_request] + +jobs: + reuse-compliance-check: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0 diff --git a/.gitignore b/.gitignore index f2c593ce..6108772b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later /.php-cs-fixer.cache /.php_cs.cache /build diff --git a/.l10nignore b/.l10nignore index 0844b0dd..110226aa 100644 --- a/.l10nignore +++ b/.l10nignore @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later # compiled vue templates js/ diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index f7bbdd81..853d54c0 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -2,6 +2,11 @@ declare(strict_types=1); +/* + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + require_once './vendor/autoload.php'; use Nextcloud\CodingStandard\Config; diff --git a/AUTHORS.md b/AUTHORS.md index 8ac44601..45882ac3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,45 @@ + # Authors -* Pellaeon Lin: - +- Achim <39946364+pxlfrk@users.noreply.github.com> +- Andy Scherzinger +- Carl Schwan +- Carlos Damken +- Christoph Wurst +- Côme Chilliet <91878298+come-nc@users.noreply.github.com> +- Daniel Thwaites +- j2L4e +- JanDragon <40271530+JanDragon@users.noreply.github.com> +- Joas Schilling +- Johannes Starosta +- John Molakvoæ +- Jonas Rittershofer +- Julius Härtl +- Laurens Stötzel - +- Leon Klingele +- LiamHD +- Lukas Reschke +- Marcin Wróblewski +- Marco Ambrosini +- MarkyMark_Qld +- Maxence Lange +- Mikael +- MmAaXx500 +- mondjunge <48616831+mondjunge@users.noreply.github.com> +- Morris Jobke +- Neraste +- Nicolas +- nienzu +- Pellaeon Lin +- rakekniven +- renaudjx +- Roeland Jago Douma +- Samuel Degoul +- Thomas Citharel +- Thomas Imbreckx +- Valdnet <47037905+Valdnet@users.noreply.github.com> +- Vincent Petry +- Zorn diff --git a/CHANGELOG.md b/CHANGELOG.md index 929c9081..8fc4ee1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + # Changelog All notable changes to this project will be documented in this file. diff --git a/LICENSES/AGPL-3.0-only.txt b/LICENSES/AGPL-3.0-only.txt new file mode 100644 index 00000000..0c97efd2 --- /dev/null +++ b/LICENSES/AGPL-3.0-only.txt @@ -0,0 +1,235 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + + Preamble + +The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. + +The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification follow. + + TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the Program. + +To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/LICENSES/AGPL-3.0-or-later.txt b/LICENSES/AGPL-3.0-or-later.txt new file mode 100644 index 00000000..0c97efd2 --- /dev/null +++ b/LICENSES/AGPL-3.0-or-later.txt @@ -0,0 +1,235 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + + Preamble + +The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. + +The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification follow. + + TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the Program. + +To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 00000000..137069b8 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt new file mode 100644 index 00000000..5f662b35 --- /dev/null +++ b/LICENSES/BSD-2-Clause.txt @@ -0,0 +1,9 @@ +Copyright (c) + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 00000000..ea890afb --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,11 @@ +Copyright (c) . + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 00000000..0e259d42 --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 100644 index 00000000..f6cdd22a --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 00000000..b9c199c9 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 00000000..2071b23b --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSES/MPL-2.0.txt b/LICENSES/MPL-2.0.txt new file mode 100644 index 00000000..ee6256cd --- /dev/null +++ b/LICENSES/MPL-2.0.txt @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/Makefile b/Makefile index d27427fd..75a6bec3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # Makefile for building the project - +# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later app_name=registration project_dir=$(CURDIR)/../$(app_name) diff --git a/README.md b/README.md index 573fda90..8f5a8a11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ + # 🖋️ Registration + +[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/registration)](https://api.reuse.software/info/github.com/nextcloud/registration) This app allows users to register a new account. ![Registration form](https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif) diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..6509bc8f --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,42 @@ +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +version = 1 +SPDX-PackageName = "registration" +SPDX-PackageSupplier = "Nextcloud " +SPDX-PackageDownloadLocation = "https://github.com/nextcloud/registration/" + +[[annotations]] +path = ["l10n/**.js", "l10n/**.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2014 ownCloud, Inc and translators, 2020 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["composer.json", "composer.lock"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2017 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = [".tx/config"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["package.json", "package-lock.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["img/app-dark.svg", "img/app.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Google LLC" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ["js/registration-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-*.js"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 Google LLC" +SPDX-License-Identifier = "Apache-2.0" diff --git a/TESTING.md b/TESTING.md index b73186a6..17b06709 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,3 +1,7 @@ + You need a fully working nextcloud/owncloud instance. Check-out this app into the `apps` folder, and follow the instructions below. The tests will modify your database but should automatically revert the changes in the cleanup stage. (As provided by https://github.com/ChristophWurst/nextcloud_testing) # Enable the app diff --git a/appinfo/info.xml b/appinfo/info.xml index 9f10fb94..66ba574d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,4 +1,9 @@ + registration diff --git a/appinfo/routes.php b/appinfo/routes.php index 0f152eec..89ffba21 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -1,13 +1,8 @@ - * @author Julius Härtl - * @copyright Pellaeon Lin 2014 +/* + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2014 Pellaeon Lin + * SPDX-License-Identifier: AGPL-3.0-or-later */ return [ diff --git a/babel.config.js b/babel.config.js index 8be4fc38..99651d22 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ const babelConfig = require('@nextcloud/babel-config') module.exports = babelConfig diff --git a/build-js/WebpackSPDXPlugin.js b/build-js/WebpackSPDXPlugin.js new file mode 100644 index 00000000..a9c2eabd --- /dev/null +++ b/build-js/WebpackSPDXPlugin.js @@ -0,0 +1,221 @@ +'use strict' + +/** + * Partly inspired by https://github.com/FormidableLabs/webpack-stats-plugin + * + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: MIT + */ + +const { constants } = require('node:fs') +const fs = require('node:fs/promises') +const path = require('node:path') +const webpack = require('webpack') + +class WebpackSPDXPlugin { + + #options + + /** + * @param {object} opts Parameters + * @param {Record} opts.override Override licenses for packages + */ + constructor(opts = {}) { + this.#options = { override: {}, ...opts } + } + + apply(compiler) { + compiler.hooks.thisCompilation.tap('spdx-plugin', (compilation) => { + // `processAssets` is one of the last hooks before frozen assets. + // We choose `PROCESS_ASSETS_STAGE_REPORT` which is the last possible + // stage after which to emit. + compilation.hooks.processAssets.tapPromise( + { + name: 'spdx-plugin', + stage: compilation.constructor.PROCESS_ASSETS_STAGE_REPORT, + }, + () => this.emitLicenses(compilation), + ) + }) + } + + /** + * Find the nearest package.json + * @param {string} dir Directory to start checking + */ + async #findPackage(dir) { + if (!dir || dir === '/' || dir === '.') { + return null + } + + const packageJson = `${dir}/package.json` + try { + await fs.access(packageJson, constants.F_OK) + } catch (e) { + return await this.#findPackage(path.dirname(dir)) + } + + const { private: isPrivatePacket, name } = JSON.parse(await fs.readFile(packageJson)) + // "private" is set in internal package.json which should not be resolved but the parent package.json + // Same if no name is set in package.json + if (isPrivatePacket === true || !name) { + return (await this.#findPackage(path.dirname(dir))) ?? packageJson + } + return packageJson + } + + /** + * Emit licenses found in compilation to '.license' files + * @param {webpack.Compilation} compilation Webpack compilation object + * @param {*} callback Callback for old webpack versions + */ + async emitLicenses(compilation, callback) { + const logger = compilation.getLogger('spdx-plugin') + // cache the node packages + const packageInformation = new Map() + + const warnings = new Set() + /** @type {Map>} */ + const sourceMap = new Map() + + for (const chunk of compilation.chunks) { + for (const file of chunk.files) { + if (sourceMap.has(file)) { + sourceMap.get(file).add(chunk) + } else { + sourceMap.set(file, new Set([chunk])) + } + } + } + + for (const [asset, chunks] of sourceMap.entries()) { + /** @type {Set} */ + const modules = new Set() + /** + * @param {webpack.Module} module + */ + const addModule = (module) => { + if (module && !modules.has(module)) { + modules.add(module) + for (const dep of module.dependencies) { + addModule(compilation.moduleGraph.getModule(dep)) + } + } + } + chunks.forEach((chunk) => chunk.getModules().forEach(addModule)) + + const sources = [...modules].map((module) => module.identifier()) + .map((source) => { + const skipped = [ + 'delegated', + 'external', + 'container entry', + 'ignored', + 'remote', + 'data:', + ] + // Webpack sources that we can not infer license information or that is not included (external modules) + if (skipped.some((prefix) => source.startsWith(prefix))) { + return '' + } + // Internal webpack sources + if (source.startsWith('webpack/runtime')) { + return require.resolve('webpack') + } + // Handle webpack loaders + if (source.includes('!')) { + return source.split('!').at(-1) + } + if (source.includes('|')) { + return source + .split('|') + .filter((s) => s.startsWith(path.sep)) + .at(0) + } + return source + }) + .filter((s) => !!s) + .map((s) => s.split('?', 2)[0]) + + // Skip assets without modules, these are emitted by webpack plugins + if (sources.length === 0) { + logger.warn(`Skipping ${asset} because it does not contain any source information`) + continue + } + + /** packages used by the current asset + * @type {Set} + */ + const packages = new Set() + + // packages is the list of packages used by the asset + for (const sourcePath of sources) { + const pkg = await this.#findPackage(path.dirname(sourcePath)) + if (!pkg) { + logger.warn(`No package for source found (${sourcePath})`) + continue + } + + if (!packageInformation.has(pkg)) { + // Get the information from the package + const { author: packageAuthor, name, version, license: packageLicense, licenses } = JSON.parse(await fs.readFile(pkg)) + // Handle legacy packages + let license = !packageLicense && licenses + ? licenses.map((entry) => entry.type ?? entry).join(' OR ') + : packageLicense + if (license?.includes(' ') && !license?.startsWith('(')) { + license = `(${license})` + } + // Handle both object style and string style author + const author = typeof packageAuthor === 'object' + ? `${packageAuthor.name}` + (packageAuthor.mail ? ` <${packageAuthor.mail}>` : '') + : packageAuthor ?? `${name} developers` + + packageInformation.set(pkg, { + version, + // Fallback to directory name if name is not set + name: name ?? path.basename(path.dirname(pkg)), + author, + license, + }) + } + packages.add(pkg) + } + + let output = 'This file is generated from multiple sources. Included packages:\n' + const authors = new Set() + const licenses = new Set() + for (const packageName of [...packages].sort()) { + const pkg = packageInformation.get(packageName) + const license = this.#options.override[pkg.name] ?? pkg.license + // Emit warning if not already done + if (!license && !warnings.has(pkg.name)) { + logger.warn(`Missing license information for package ${pkg.name}, you should add it to the 'override' option.`) + warnings.add(pkg.name) + } + licenses.add(license || 'unknown') + authors.add(pkg.author) + output += `- ${pkg.name}\n\t- version: ${pkg.version}\n\t- license: ${license}\n` + } + output = `\n\n${output}` + for (const author of [...authors].sort()) { + output = `SPDX-FileCopyrightText: ${author}\n${output}` + } + for (const license of [...licenses].sort()) { + output = `SPDX-License-Identifier: ${license}\n${output}` + } + + compilation.emitAsset( + asset.split('?', 2)[0] + '.license', + new webpack.sources.RawSource(output), + ) + } + + if (callback) { + return callback() + } + } + +} + +module.exports = WebpackSPDXPlugin diff --git a/build-js/npm-post-build.sh b/build-js/npm-post-build.sh new file mode 100755 index 00000000..c1c69a27 --- /dev/null +++ b/build-js/npm-post-build.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + +set -e + +# Add licenses for source maps +if [ -d "js" ]; then + for f in js/*.js; do + # If license file and source map exists copy license for the source map + if [ -f "$f.license" ] && [ -f "$f.map" ]; then + # Remove existing link + [ -e "$f.map.license" ] || [ -L "$f.map.license" ] && rm "$f.map.license" + # Create a new link + ln -s "$(basename "$f.license")" "$f.map.license" + fi + done + echo "Copying licenses for sourcemaps done" +else + echo "This script needs to be executed from the root of the repository" + exit 1 +fi + diff --git a/css/settings.css b/css/settings.css index 5c4c8d2f..e3b1ec50 100644 --- a/css/settings.css +++ b/css/settings.css @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ input, select { width: 33%; diff --git a/docs/admin-settings.png.license b/docs/admin-settings.png.license new file mode 100644 index 00000000..7e235b60 --- /dev/null +++ b/docs/admin-settings.png.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/docs/demo.gif.license b/docs/demo.gif.license new file mode 100644 index 00000000..7e235b60 --- /dev/null +++ b/docs/demo.gif.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/docs/screenshot.png.license b/docs/screenshot.png.license new file mode 100644 index 00000000..7e235b60 --- /dev/null +++ b/docs/screenshot.png.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 6714371a..00000000 --- a/issue_template.md +++ /dev/null @@ -1,133 +0,0 @@ - -### Steps to reproduce -1. -2. -3. - -### Expected behaviour -Tell us what should happen - -### Actual behaviour -Tell us what happens instead - -### Server configuration -**Operating system**: - -**Web server:** - -**Database:** - -**PHP version:** - -**Nextcloud version:** (see Nextcloud admin page) - -**Updated from an older Nextcloud/ownCloud or fresh install:** - -**Where did you install Nextcloud from:** - -**Signing status:** -
-Signing status - -``` -Login as admin user into your Nextcloud and access -http://example.com/index.php/settings/integrity/failed -paste the results here. -``` -
- -**List of activated apps:** -
-App list - -``` -If you have access to your command line run e.g.: -sudo -u www-data php occ app:list -from within your Nextcloud installation folder -``` -
- -**The content of config/config.php:** -
-Config report - -``` -If you have access to your command line run e.g.: -sudo -u www-data php occ config:list system -from within your Nextcloud installation folder - -or - -Insert your config.php content here -(Without the database password, passwordsalt and secret) -``` -
- -**Are you using external storage, if yes which one:** local/smb/sftp/... - -**Are you using encryption:** yes/no - -**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... - -#### LDAP configuration (delete this part if not used) -
-LDAP config - -``` -With access to your command line run e.g.: -sudo -u www-data php occ ldap:show-config -from within your Nextcloud installation folder - -Without access to your command line download the data/owncloud.db to your local -computer or access your SQL server remotely and run the select query: -SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; - - -Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. -``` -
- -### Client configuration -**Browser:** - -**Operating system:** - -### Logs -#### Web server error log -
-Web server error log - -``` -Insert your webserver log here -``` -
- -#### Nextcloud log (data/nextcloud.log) -
-Nextcloud log - -``` -Insert your Nextcloud log here -``` -
- -#### Browser log -
-Browser log - -``` -Insert your browser log here, this could for example include: - -a) The javascript console log -b) The network log -c) ... -``` -
diff --git a/js/registration-form.js b/js/registration-form.js index 4a3165de..07f21ed5 100644 --- a/js/registration-form.js +++ b/js/registration-form.js @@ -1,3 +1,2 @@ -/*! For license information please see registration-form.js.LICENSE.txt */ -(()=>{var e={9097:(e,t,n)=>{"use strict";t.c0=function(e){return new r.default(e)};var r=o(n(9457)),a=o(n(432));function o(e){return e&&e.__esModule?e:{default:e}}function i(e,t){Object.keys(e).filter((e=>!t||t(e))).map(e.removeItem.bind(e))}},432:(e,t)=>{"use strict";function n(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class r{constructor(e,t,a){n(this,"scope",void 0),n(this,"wrapped",void 0),this.scope="".concat(a?r.GLOBAL_SCOPE_PERSISTENT:r.GLOBAL_SCOPE_VOLATILE,"_").concat(btoa(e),"_"),this.wrapped=t}scopeKey(e){return"".concat(this.scope).concat(e)}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter((e=>e.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}t.default=r,n(r,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),n(r,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},9457:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(432))&&r.__esModule?r:{default:r};function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=class{constructor(e){o(this,"appId",void 0),o(this,"persisted",!1),o(this,"clearedOnLogout",!1),this.appId=e}persist(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=e,this}clearOnLogout(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=e,this}build(){return new a.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}},5950:(e,t,n)=>{const r=n(2322),{MAX_LENGTH:a,MAX_SAFE_INTEGER:o}=n(6692),{safeRe:i,t:s}=n(5208),l=n(9901),{compareIdentifiers:u}=n(3229);class c{constructor(e,t){if(t=l(t),e instanceof c){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?i[s.LOOSE]:i[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===u(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=c},8064:(e,t,n)=>{const r=n(5950);e.exports=(e,t)=>new r(e,t).major},8690:(e,t,n)=>{const r=n(5950);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},8711:(e,t,n)=>{const r=n(8690);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},6692:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},2322:(e,t,n)=>{var r=n(5606);const a="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=a},3229:e=>{const t=/^[0-9]+$/,n=(e,n)=>{const r=t.test(e),a=t.test(n);return r&&a&&(e=+e,n=+n),e===n?0:r&&!a?-1:a&&!r?1:en(t,e)}},9901:e=>{const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},5208:(e,t,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:a,MAX_LENGTH:o}=n(6692),i=n(2322),s=(t=e.exports={}).re=[],l=t.safeRe=[],u=t.src=[],c=t.t={};let p=0;const d="[a-zA-Z0-9-]",f=[["\\s",1],["\\d",o],[d,a]],h=(e,t,n)=>{const r=(e=>{for(const[t,n]of f)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),a=p++;i(e,a,t),c[e]=a,u[a]=t,s[a]=new RegExp(t,n?"g":void 0),l[a]=new RegExp(r,n?"g":void 0)};h("NUMERICIDENTIFIER","0|[1-9]\\d*"),h("NUMERICIDENTIFIERLOOSE","\\d+"),h("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),h("MAINVERSION",`(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})`),h("MAINVERSIONLOOSE",`(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})`),h("PRERELEASEIDENTIFIER",`(?:${u[c.NUMERICIDENTIFIER]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASEIDENTIFIERLOOSE",`(?:${u[c.NUMERICIDENTIFIERLOOSE]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASE",`(?:-(${u[c.PRERELEASEIDENTIFIER]}(?:\\.${u[c.PRERELEASEIDENTIFIER]})*))`),h("PRERELEASELOOSE",`(?:-?(${u[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[c.PRERELEASEIDENTIFIERLOOSE]})*))`),h("BUILDIDENTIFIER",`${d}+`),h("BUILD",`(?:\\+(${u[c.BUILDIDENTIFIER]}(?:\\.${u[c.BUILDIDENTIFIER]})*))`),h("FULLPLAIN",`v?${u[c.MAINVERSION]}${u[c.PRERELEASE]}?${u[c.BUILD]}?`),h("FULL",`^${u[c.FULLPLAIN]}$`),h("LOOSEPLAIN",`[v=\\s]*${u[c.MAINVERSIONLOOSE]}${u[c.PRERELEASELOOSE]}?${u[c.BUILD]}?`),h("LOOSE",`^${u[c.LOOSEPLAIN]}$`),h("GTLT","((?:<|>)?=?)"),h("XRANGEIDENTIFIERLOOSE",`${u[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),h("XRANGEIDENTIFIER",`${u[c.NUMERICIDENTIFIER]}|x|X|\\*`),h("XRANGEPLAIN",`[v=\\s]*(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:${u[c.PRERELEASE]})?${u[c.BUILD]}?)?)?`),h("XRANGEPLAINLOOSE",`[v=\\s]*(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:${u[c.PRERELEASELOOSE]})?${u[c.BUILD]}?)?)?`),h("XRANGE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAIN]}$`),h("XRANGELOOSE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAINLOOSE]}$`),h("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),h("COERCE",`${u[c.COERCEPLAIN]}(?:$|[^\\d])`),h("COERCEFULL",u[c.COERCEPLAIN]+`(?:${u[c.PRERELEASE]})?`+`(?:${u[c.BUILD]})?(?:$|[^\\d])`),h("COERCERTL",u[c.COERCE],!0),h("COERCERTLFULL",u[c.COERCEFULL],!0),h("LONETILDE","(?:~>?)"),h("TILDETRIM",`(\\s*)${u[c.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",h("TILDE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAIN]}$`),h("TILDELOOSE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAINLOOSE]}$`),h("LONECARET","(?:\\^)"),h("CARETTRIM",`(\\s*)${u[c.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",h("CARET",`^${u[c.LONECARET]}${u[c.XRANGEPLAIN]}$`),h("CARETLOOSE",`^${u[c.LONECARET]}${u[c.XRANGEPLAINLOOSE]}$`),h("COMPARATORLOOSE",`^${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]})$|^$`),h("COMPARATOR",`^${u[c.GTLT]}\\s*(${u[c.FULLPLAIN]})$|^$`),h("COMPARATORTRIM",`(\\s*)${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]}|${u[c.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",h("HYPHENRANGE",`^\\s*(${u[c.XRANGEPLAIN]})\\s+-\\s+(${u[c.XRANGEPLAIN]})\\s*$`),h("HYPHENRANGELOOSE",`^\\s*(${u[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[c.XRANGEPLAINLOOSE]})\\s*$`),h("STAR","(<|>)?=?\\s*\\*"),h("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),h("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},7526:(e,t)=>{"use strict";t.byteLength=function(e){var t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,o=s(e),i=o[0],l=o[1],u=new a(function(e,t,n){return 3*(t+n)/4-n}(0,i,l)),c=0,p=l>0?i-4:i;for(n=0;n>16&255,u[c++]=t>>8&255,u[c++]=255&t;2===l&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,u[c++]=255&t);1===l&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t);return u},t.fromByteArray=function(e){for(var t,r=e.length,a=r%3,o=[],i=16383,s=0,u=r-a;su?u:s+i));1===a?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===a&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return o.join("")};for(var n=[],r=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0;i<64;++i)n[i]=o[i],r[o.charCodeAt(i)]=i;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,r){for(var a,o,i=[],s=t;s>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return i.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},8287:(e,t,n)=>{"use strict";const r=n(7526),a=n(251),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.hp=l,t.IS=50;const i=2147483647;function s(e){if(e>i)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,l.prototype),t}function l(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return p(e)}return u(e,t,n)}function u(e,t,n){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!l.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|v(e,t);let r=s(n);const a=r.write(e,t);a!==n&&(r=r.slice(0,a));return r}(e,t);if(ArrayBuffer.isView(e))return function(e){if(Y(e,Uint8Array)){const t=new Uint8Array(e);return f(t.buffer,t.byteOffset,t.byteLength)}return d(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Y(e,ArrayBuffer)||e&&Y(e.buffer,ArrayBuffer))return f(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(Y(e,SharedArrayBuffer)||e&&Y(e.buffer,SharedArrayBuffer)))return f(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return l.from(r,t,n);const a=function(e){if(l.isBuffer(e)){const t=0|h(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}if(void 0!==e.length)return"number"!=typeof e.length||K(e.length)?s(0):d(e);if("Buffer"===e.type&&Array.isArray(e.data))return d(e.data)}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return l.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function p(e){return c(e),s(e<0?0:0|h(e))}function d(e){const t=e.length<0?0:0|h(e.length),n=s(t);for(let r=0;r=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return 0|e}function v(e,t){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Y(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return X(e).length;default:if(a)return r?-1:V(e).length;t=(""+t).toLowerCase(),a=!0}}function m(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return L(this,t,n);case"utf8":case"utf-8":return S(this,t,n);case"ascii":return k(this,t,n);case"latin1":case"binary":return O(this,t,n);case"base64":return E(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function A(e,t,n,r,a){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),K(n=+n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:b(e,t,n,r,a);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):b(e,[t],n,r,a);throw new TypeError("val must be string, number or Buffer")}function b(e,t,n,r,a){let o,i=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,l/=2,n/=2}function u(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(a){let r=-1;for(o=n;os&&(n=s-l),o=n;o>=0;o--){let n=!0;for(let r=0;ra&&(r=a):r=a;const o=t.length;let i;for(r>o/2&&(r=o/2),i=0;i>8,a=n%256,o.push(a),o.push(r);return o}(t,e.length-n),e,n,r)}function E(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function S(e,t,n){n=Math.min(e.length,n);const r=[];let a=t;for(;a239?4:t>223?3:t>191?2:1;if(a+i<=n){let n,r,s,l;switch(i){case 1:t<128&&(o=t);break;case 2:n=e[a+1],128==(192&n)&&(l=(31&t)<<6|63&n,l>127&&(o=l));break;case 3:n=e[a+1],r=e[a+2],128==(192&n)&&128==(192&r)&&(l=(15&t)<<12|(63&n)<<6|63&r,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:n=e[a+1],r=e[a+2],s=e[a+3],128==(192&n)&&128==(192&r)&&128==(192&s)&&(l=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&s,l>65535&&l<1114112&&(o=l))}}null===o?(o=65533,i=1):o>65535&&(o-=65536,r.push(o>>>10&1023|55296),o=56320|1023&o),r.push(o),a+=i}return function(e){const t=e.length;if(t<=T)return String.fromCharCode.apply(String,e);let n="",r=0;for(;rr.length?(l.isBuffer(t)||(t=l.from(t)),t.copy(r,a)):Uint8Array.prototype.set.call(r,t,a);else{if(!l.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(r,a)}a+=t.length}return r},l.byteLength=v,l.prototype._isBuffer=!0,l.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;tn&&(e+=" ... "),""},o&&(l.prototype[o]=l.prototype.inspect),l.prototype.compare=function(e,t,n,r,a){if(Y(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===a&&(a=this.length),t<0||n>e.length||r<0||a>this.length)throw new RangeError("out of range index");if(r>=a&&t>=n)return 0;if(r>=a)return-1;if(t>=n)return 1;if(this===e)return 0;let o=(a>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0);const s=Math.min(o,i),u=this.slice(r,a),c=e.slice(t,n);for(let e=0;e>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let o=!1;for(;;)switch(r){case"hex":return y(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":case"latin1":case"binary":return _(this,e,t,n);case"base64":return C(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const T=4096;function k(e,t,n){let r="";n=Math.min(e.length,n);for(let a=t;ar)&&(n=r);let a="";for(let r=t;rn)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,a,o){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||te.length)throw new RangeError("Index out of range")}function P(e,t,n,r,a){z(t,r,a,e,n,7);let o=Number(t&BigInt(4294967295));e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,n}function R(e,t,n,r,a){z(t,r,a,e,n,7);let o=Number(t&BigInt(4294967295));e[n+7]=o,o>>=8,e[n+6]=o,o>>=8,e[n+5]=o,o>>=8,e[n+4]=o;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=i,i>>=8,e[n+2]=i,i>>=8,e[n+1]=i,i>>=8,e[n]=i,n+8}function F(e,t,n,r,a,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(e,t,n,r,o){return t=+t,n>>>=0,o||F(e,0,n,4),a.write(e,t,n,r,23,4),n+4}function $(e,t,n,r,o){return t=+t,n>>>=0,o||F(e,0,n,8),a.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e],a=1,o=0;for(;++o>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e+--t],a=1;for(;t>0&&(a*=256);)r+=this[e+--t]*a;return r},l.prototype.readUint8=l.prototype.readUInt8=function(e,t){return e>>>=0,t||N(e,1,this.length),this[e]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||N(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||N(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readBigUInt64LE=Z((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,a=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(r)+(BigInt(a)<>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=t*2**24+65536*this[++e]+256*this[++e]+this[++e],a=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e],a=1,o=0;for(;++o=a&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||N(e,t,this.length);let r=t,a=1,o=this[e+--r];for(;r>0&&(a*=256);)o+=this[e+--r]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},l.prototype.readInt8=function(e,t){return e>>>=0,t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||N(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){e>>>=0,t||N(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readBigInt64LE=Z((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(r)<>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(r)<>>=0,t||N(e,4,this.length),a.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||N(e,4,this.length),a.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||N(e,8,this.length),a.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||N(e,8,this.length),a.read(this,e,!1,52,8)},l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t>>>=0,n>>>=0,!r){I(this,e,t,n,Math.pow(2,8*n)-1,0)}let a=1,o=0;for(this[t]=255&e;++o>>=0,n>>>=0,!r){I(this,e,t,n,Math.pow(2,8*n)-1,0)}let a=n-1,o=1;for(this[t+a]=255&e;--a>=0&&(o*=256);)this[t+a]=e/o&255;return t+n},l.prototype.writeUint8=l.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigUInt64LE=Z((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeBigUInt64BE=Z((function(e,t=0){return R(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let a=0,o=1,i=0;for(this[t]=255&e;++a>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let a=n-1,o=1,i=0;for(this[t+a]=255&e;--a>=0&&(o*=256);)e<0&&0===i&&0!==this[t+a+1]&&(i=1),this[t+a]=(e/o|0)-i&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigInt64LE=Z((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeBigInt64BE=Z((function(e,t=0){return R(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeFloatLE=function(e,t,n){return D(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return D(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return $(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return $(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function z(e,t,n,r,a,o){if(e>n||e3?0===t||t===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(o+1)}${r}`:`>= -(2${r} ** ${8*(o+1)-1}${r}) and < 2 ** ${8*(o+1)-1}${r}`:`>= ${t}${r} and <= ${n}${r}`,new U.ERR_OUT_OF_RANGE("value",a,e)}!function(e,t,n){H(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||G(t,e.length-(n+1))}(r,a,o)}function H(e,t){if("number"!=typeof e)throw new U.ERR_INVALID_ARG_TYPE(t,"number",e)}function G(e,t,n){if(Math.floor(e)!==e)throw H(e,n),new U.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new U.ERR_BUFFER_OUT_OF_BOUNDS;throw new U.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}j("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),j("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),j("ERR_OUT_OF_RANGE",(function(e,t,n){let r=`The value of "${e}" is out of range.`,a=n;return Number.isInteger(n)&&Math.abs(n)>2**32?a=M(String(n)):"bigint"==typeof n&&(a=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(a=M(a)),a+="n"),r+=` It must be ${t}. Received ${a}`,r}),RangeError);const q=/[^+/0-9A-Za-z-_]/g;function V(e,t){let n;t=t||1/0;const r=e.length;let a=null;const o=[];for(let i=0;i55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&o.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&o.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function X(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function W(e,t,n,r){let a;for(a=0;a=t.length||a>=e.length);++a)t[a+n]=e[a];return a}function Y(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function K(e){return e!=e}const J=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let a=0;a<16;++a)t[r+a]=e[n]+e[a]}return t}();function Z(e){return"undefined"==typeof BigInt?Q:e}function Q(){throw new Error("BigInt not supported")}},603:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-c3d9e0ce] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-c3d9e0ce] {\n --button-size: var(--default-clickable-area);\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\n position: relative;\n width: fit-content;\n overflow: hidden;\n border: 0;\n padding: 0;\n font-size: var(--default-font-size);\n font-weight: bold;\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: var(--button-radius);\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--size-small[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-small, 24px);\n --button-radius: var(--border-radius);\n}\n.button-vue--size-large[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-large, 48px);\n}\n.button-vue *[data-v-c3d9e0ce],\n.button-vue span[data-v-c3d9e0ce] {\n cursor: pointer;\n}\n.button-vue[data-v-c3d9e0ce]:focus {\n outline: none;\n}\n.button-vue[data-v-c3d9e0ce]:disabled {\n cursor: default;\n opacity: 0.5;\n filter: saturate(0.7);\n}\n.button-vue:disabled *[data-v-c3d9e0ce] {\n cursor: default;\n}\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-c3d9e0ce] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\n padding-inline: var(--button-padding) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-c3d9e0ce] {\n height: var(--button-size);\n width: var(--button-size);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-c3d9e0ce] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue--icon-only[data-v-c3d9e0ce] {\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue--text-only[data-v-c3d9e0ce] {\n padding: 0 var(--button-padding);\n}\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\n margin-left: 4px;\n margin-right: 4px;\n}\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\n padding-block: 0;\n padding-inline: var(--default-grid-baseline) var(--button-padding);\n}\n.button-vue--wide[data-v-c3d9e0ce] {\n width: 100%;\n}\n.button-vue[data-v-c3d9e0ce]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element, var(--border-radius));\n background-color: transparent;\n}\n.button-vue--vue-primary[data-v-c3d9e0ce] {\n background-color: var(--color-primary-element);\n color: var(--color-primary-element-text);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-success[data-v-c3d9e0ce] {\n background-color: var(--color-success);\n color: white;\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\n background-color: var(--color-success);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce] {\n background-color: var(--color-warning);\n color: white;\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\n background-color: var(--color-warning);\n}\n.button-vue--vue-error[data-v-c3d9e0ce] {\n background-color: var(--color-error);\n color: white;\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\n background-color: var(--color-error);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcButton-DYJAoXeG.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,4CAA4C;EAC5C,2EAA2E;EAC3E,mHAAmH;EACnH,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;EAChB,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,iBAAiB;EACjB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,mCAAmC;EACnC,0DAA0D;EAC1D,yBAAyB;EACzB,kCAAkC;EAClC,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,gDAAgD;EAChD,qCAAqC;AACvC;AACA;EACE,gDAAgD;AAClD;AACA;;EAEE,eAAe;AACjB;AACA;EACE,aAAa;AACf;AACA;EACE,eAAe;EACf,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,eAAe;AACjB;AACA;EACE,0DAA0D;AAC5D;AACA;EACE,oDAAoD;AACtD;AACA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;AACb;AACA;EACE,oBAAoB;AACtB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kEAAkE;AACpE;AACA;EACE,0BAA0B;EAC1B,yBAAyB;EACzB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,oCAAoC;AACtC;AACA;EACE,gCAAgC;AAClC;AACA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,wHAAwH;EACxH,gBAAgB;EAChB,kEAAkE;AACpE;AACA;EACE,WAAW;AACb;AACA;EACE,oDAAoD;EACpD,6DAA6D;AAC/D;AACA;EACE,oDAAoD;EACpD,iEAAiE;EACjE,6BAA6B;AAC/B;AACA;EACE,8CAA8C;EAC9C,wCAAwC;AAC1C;AACA;EACE,oDAAoD;AACtD;AACA;EACE,8CAA8C;AAChD;AACA;EACE,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,8CAA8C;EAC9C,0DAA0D;AAC5D;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,+CAA+C;AACjD;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,wCAAwC;EACxC,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,oCAAoC;EACpC,YAAY;AACd;AACA;EACE,0CAA0C;AAC5C;AACA;EACE,oCAAoC;AACtC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-c3d9e0ce] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-c3d9e0ce] {\n --button-size: var(--default-clickable-area);\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\n position: relative;\n width: fit-content;\n overflow: hidden;\n border: 0;\n padding: 0;\n font-size: var(--default-font-size);\n font-weight: bold;\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: var(--button-radius);\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--size-small[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-small, 24px);\n --button-radius: var(--border-radius);\n}\n.button-vue--size-large[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-large, 48px);\n}\n.button-vue *[data-v-c3d9e0ce],\n.button-vue span[data-v-c3d9e0ce] {\n cursor: pointer;\n}\n.button-vue[data-v-c3d9e0ce]:focus {\n outline: none;\n}\n.button-vue[data-v-c3d9e0ce]:disabled {\n cursor: default;\n opacity: 0.5;\n filter: saturate(0.7);\n}\n.button-vue:disabled *[data-v-c3d9e0ce] {\n cursor: default;\n}\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-c3d9e0ce] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\n padding-inline: var(--button-padding) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-c3d9e0ce] {\n height: var(--button-size);\n width: var(--button-size);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-c3d9e0ce] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue--icon-only[data-v-c3d9e0ce] {\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue--text-only[data-v-c3d9e0ce] {\n padding: 0 var(--button-padding);\n}\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\n margin-left: 4px;\n margin-right: 4px;\n}\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\n padding-block: 0;\n padding-inline: var(--default-grid-baseline) var(--button-padding);\n}\n.button-vue--wide[data-v-c3d9e0ce] {\n width: 100%;\n}\n.button-vue[data-v-c3d9e0ce]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element, var(--border-radius));\n background-color: transparent;\n}\n.button-vue--vue-primary[data-v-c3d9e0ce] {\n background-color: var(--color-primary-element);\n color: var(--color-primary-element-text);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-success[data-v-c3d9e0ce] {\n background-color: var(--color-success);\n color: white;\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\n background-color: var(--color-success);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce] {\n background-color: var(--color-warning);\n color: white;\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\n background-color: var(--color-warning);\n}\n.button-vue--vue-error[data-v-c3d9e0ce] {\n background-color: var(--color-error);\n color: white;\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\n background-color: var(--color-error);\n}"],sourceRoot:""}]);const s=i},8961:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-374fffac] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-374fffac] {\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\n --input-padding-start: var(--border-radius-large);\n --input-padding-end: var(--border-radius-large);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-374fffac] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-374fffac] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-374fffac] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-374fffac] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-374fffac] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-374fffac] {\n height: var(--default-clickable-area);\n position: relative;\n}\n.input-field__input[data-v-374fffac] {\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\n border-radius: var(--input-border-radius);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\n width: 100%;\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n padding-block: var(--input-border-width-offset);\n}\n.input-field__input[data-v-374fffac]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\n border-color: var(--color-main-text);\n border-width: var(--border-width-input-focused, 2px);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n --input-border-width-offset: 0px;\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-374fffac]:focus {\n cursor: text;\n}\n.input-field__input[data-v-374fffac]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-374fffac]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field__input--success[data-v-374fffac] {\n border-color: var(--color-success) !important;\n}\n.input-field__input--success[data-v-374fffac]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\n border-color: var(--color-error) !important;\n}\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-374fffac] {\n --input-label-font-size: var(--default-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n font-size: var(--input-label-font-size);\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-374fffac] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-374fffac] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-374fffac] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-374fffac] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-374fffac] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n right: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-374fffac] {\n padding-block: 4px;\n padding-inline: var(--border-radius-large);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-374fffac] {\n margin-inline-end: 8px;\n}\n.input-field__helper-text-message--error[data-v-374fffac] {\n color: var(--color-error-text);\n}\n.input-field__helper-text-message--success[data-v-374fffac] {\n color: var(--color-success-text);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcInputField-CQc5dRbY.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,+EAA+E;EAC/E,iDAAiD;EACjD,+CAA+C;EAC/C,kBAAkB;EAClB,WAAW;EACX,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yFAAyF;AAC3F;AACA;EACE,uFAAuF;AACzF;AACA;EACE,gDAAgD;AAClD;AACA;EACE,qCAAqC;EACrC,kBAAkB;AACpB;AACA;EACE,0GAA0G;EAC1G,8CAA8C;EAC9C,6BAA6B;EAC7B,4EAA4E;EAC5E,yCAAyC;EACzC,eAAe;EACf,wCAAwC;EACxC,qCAAqC;EACrC,gCAAgC;EAChC,mCAAmC;EACnC,uBAAuB;EACvB,6FAA6F;EAC7F,WAAW;EACX,qJAAqJ;EACrJ,+CAA+C;AACjD;AACA;EACE,oCAAoC;AACtC;AACA;EACE,oCAAoC;EACpC,oDAAoD;EACpD,6DAA6D;EAC7D,gCAAgC;AAClC;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;AACjB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,6CAA6C;AAC/C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,UAAU;AACZ;AACA;EACE,iDAAiD;EACjD,kBAAkB;EAClB,kEAAkE;EAClE,sBAAsB;EACtB,uCAAuC;EACvC,kEAAkE;EAClE,oDAAoD;EACpD,oCAAoC;EACpC,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,oBAAoB;EACpB,kNAAkN;AACpN;AACA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,gEAAgE;EAChE,gBAAgB;EAChB,4EAA4E;EAC5E,8CAA8C;EAC9C,4CAA4C;EAC5C,4IAA4I;EAC5I,mJAAmJ;AACrJ;AACA;EACE,kBAAkB;EAClB,qCAAqC;EACrC,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,0GAA0G;EAC1G,0FAA0F;AAC5F;AACA;EACE,kBAAkB;EAClB,2CAA2C;EAC3C,6CAA6C;AAC/C;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kBAAkB;EAClB,0CAA0C;EAC1C,aAAa;EACb,mBAAmB;EACnB,oCAAoC;AACtC;AACA;EACE,sBAAsB;AACxB;AACA;EACE,8BAA8B;AAChC;AACA;EACE,gCAAgC;AAClC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-374fffac] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-374fffac] {\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\n --input-padding-start: var(--border-radius-large);\n --input-padding-end: var(--border-radius-large);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-374fffac] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-374fffac] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-374fffac] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-374fffac] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-374fffac] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-374fffac] {\n height: var(--default-clickable-area);\n position: relative;\n}\n.input-field__input[data-v-374fffac] {\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\n border-radius: var(--input-border-radius);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\n width: 100%;\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n padding-block: var(--input-border-width-offset);\n}\n.input-field__input[data-v-374fffac]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\n border-color: var(--color-main-text);\n border-width: var(--border-width-input-focused, 2px);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n --input-border-width-offset: 0px;\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-374fffac]:focus {\n cursor: text;\n}\n.input-field__input[data-v-374fffac]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-374fffac]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field__input--success[data-v-374fffac] {\n border-color: var(--color-success) !important;\n}\n.input-field__input--success[data-v-374fffac]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\n border-color: var(--color-error) !important;\n}\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-374fffac] {\n --input-label-font-size: var(--default-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n font-size: var(--input-label-font-size);\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-374fffac] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-374fffac] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-374fffac] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-374fffac] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-374fffac] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n right: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-374fffac] {\n padding-block: 4px;\n padding-inline: var(--border-radius-large);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-374fffac] {\n margin-inline-end: 8px;\n}\n.input-field__helper-text-message--error[data-v-374fffac] {\n color: var(--color-error-text);\n}\n.input-field__helper-text-message--success[data-v-374fffac] {\n color: var(--color-success-text);\n}"],sourceRoot:""}]);const s=i},7208:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-7df28e9e] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.notecard[data-v-7df28e9e] {\n --note-card-icon-size: 20px;\n --note-card-padding: calc(2 * var(--default-grid-baseline));\n color: var(--color-main-text) !important;\n background-color: var(--note-background) !important;\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\n border-radius: var(--border-radius);\n margin: 1rem 0;\n padding: var(--note-card-padding);\n display: flex;\n flex-direction: row;\n gap: var(--note-card-padding);\n}\n.notecard__heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n font-weight: 600;\n}\n.notecard__icon--heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n margin-block: calc((1lh - 1em) / 2) auto;\n}\n.notecard--success[data-v-7df28e9e] {\n --note-background: rgba(var(--color-success-rgb), 0.1);\n --note-theme: var(--color-success);\n}\n.notecard--info[data-v-7df28e9e] {\n --note-background: rgba(var(--color-info-rgb), 0.1);\n --note-theme: var(--color-info);\n}\n.notecard--error[data-v-7df28e9e] {\n --note-background: rgba(var(--color-error-rgb), 0.1);\n --note-theme: var(--color-error);\n}\n.notecard--warning[data-v-7df28e9e] {\n --note-background: rgba(var(--color-warning-rgb), 0.1);\n --note-theme: var(--color-warning);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcNoteCard-CImn6F9p.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;EAC3B,2DAA2D;EAC3D,wCAAwC;EACxC,mDAAmD;EACnD,yEAAyE;EACzE,mCAAmC;EACnC,cAAc;EACd,iCAAiC;EACjC,aAAa;EACb,mBAAmB;EACnB,6BAA6B;AAC/B;AACA;EACE,qCAAqC;EACrC,gBAAgB;AAClB;AACA;EACE,qCAAqC;EACrC,wCAAwC;AAC1C;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC;AACA;EACE,mDAAmD;EACnD,+BAA+B;AACjC;AACA;EACE,oDAAoD;EACpD,gCAAgC;AAClC;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-7df28e9e] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.notecard[data-v-7df28e9e] {\n --note-card-icon-size: 20px;\n --note-card-padding: calc(2 * var(--default-grid-baseline));\n color: var(--color-main-text) !important;\n background-color: var(--note-background) !important;\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\n border-radius: var(--border-radius);\n margin: 1rem 0;\n padding: var(--note-card-padding);\n display: flex;\n flex-direction: row;\n gap: var(--note-card-padding);\n}\n.notecard__heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n font-weight: 600;\n}\n.notecard__icon--heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n margin-block: calc((1lh - 1em) / 2) auto;\n}\n.notecard--success[data-v-7df28e9e] {\n --note-background: rgba(var(--color-success-rgb), 0.1);\n --note-theme: var(--color-success);\n}\n.notecard--info[data-v-7df28e9e] {\n --note-background: rgba(var(--color-info-rgb), 0.1);\n --note-theme: var(--color-info);\n}\n.notecard--error[data-v-7df28e9e] {\n --note-background: rgba(var(--color-error-rgb), 0.1);\n --note-theme: var(--color-error);\n}\n.notecard--warning[data-v-7df28e9e] {\n --note-background: rgba(var(--color-warning-rgb), 0.1);\n --note-theme: var(--color-warning);\n}"],sourceRoot:""}]);const s=i},3185:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-d984b8e5] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-d984b8e5] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcPasswordField-DWd5gg73.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;AAC7B",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-d984b8e5] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-d984b8e5] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}"],sourceRoot:""}]);const s=i},859:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-8a5a0566]{text-align:left}fieldset[data-v-8a5a0566]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-8a5a0566]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/RegistrationEmail.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},6077:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-5b6a63d1]{text-align:left}fieldset[data-v-5b6a63d1]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-5b6a63d1]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/User.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},7718:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-b9ab1c12]{text-align:left}fieldset[data-v-b9ab1c12]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-b9ab1c12]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/Verification.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,a,o){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var s=0;s0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=o),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),a&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=a):c[4]="".concat(a)),t.push(c))}},t}},1354:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(a," */");return[t].concat([o]).join("\n")}return[t].join("\n")}},7334:e=>{function t(e,t=100,n={}){if("function"!=typeof e)throw new TypeError(`Expected the first parameter to be a function, got \`${typeof e}\`.`);if(t<0)throw new RangeError("`wait` must not be negative.");const{immediate:r}="boolean"==typeof n?{immediate:n}:n;let a,o,i,s,l;function u(){const t=a,n=o;return a=void 0,o=void 0,l=e.apply(t,n),l}function c(){const e=Date.now()-s;e=0?i=setTimeout(c,t-e):(i=void 0,r||(l=u()))}const p=function(...e){if(a&&this!==a&&Object.getPrototypeOf(this)===Object.getPrototypeOf(a))throw new Error("Debounced method called with different contexts of the same prototype.");a=this,o=e,s=Date.now();const n=r&&!i;return i||(i=setTimeout(c,t)),n&&(l=u()),l};return p.clear=()=>{i&&(clearTimeout(i),i=void 0)},p.flush=()=>{i&&p.trigger()},p.trigger=()=>{l=u(),p.clear()},p}e.exports.debounce=t,e.exports=t},2838:function(e){e.exports=function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:r,getOwnPropertyDescriptor:a}=Object;let{freeze:o,seal:i,create:s}=Object,{apply:l,construct:u}="undefined"!=typeof Reflect&&Reflect;o||(o=function(e){return e}),i||(i=function(e){return e}),l||(l=function(e,t,n){return e.apply(t,n)}),u||(u=function(e,t){return new e(...t)});const c=_(Array.prototype.forEach),p=_(Array.prototype.pop),d=_(Array.prototype.push),f=_(String.prototype.toLowerCase),h=_(String.prototype.toString),v=_(String.prototype.match),m=_(String.prototype.replace),g=_(String.prototype.indexOf),A=_(String.prototype.trim),b=_(Object.prototype.hasOwnProperty),y=_(RegExp.prototype.test),w=C(TypeError);function _(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a2&&void 0!==arguments[2]?arguments[2]:f;t&&t(e,null);let o=r.length;for(;o--;){let t=r[o];if("string"==typeof t){const e=a(t);e!==t&&(n(r)||(r[o]=e),t=e)}e[t]=!0}return e}function E(e){for(let t=0;t/gm),M=i(/\${[\w\W]*}/gm),z=i(/^data-[\-\w.\u00B7-\uFFFF]/),H=i(/^aria-[\-\w]+$/),G=i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),q=i(/^(?:\w+script|data):/i),V=i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),X=i(/^html$/i),W=i(/^[a-z][.\w]*(-[.\w]+)+$/i);var Y=Object.freeze({__proto__:null,MUSTACHE_EXPR:U,ERB_EXPR:j,TMPLIT_EXPR:M,DATA_ATTR:z,ARIA_ATTR:H,IS_ALLOWED_URI:G,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:V,DOCTYPE_NAME:X,CUSTOM_ELEMENT:W});const K={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},J=function(){return"undefined"==typeof window?null:window},Z=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+a+" could not be created."),null}};function Q(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:J();const n=e=>Q(e);if(n.version="3.1.6",n.removed=[],!t||!t.document||t.document.nodeType!==K.document)return n.isSupported=!1,n;let{document:r}=t;const a=r,i=a.currentScript,{DocumentFragment:l,HTMLTemplateElement:u,Node:_,Element:C,NodeFilter:E,NamedNodeMap:U=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:j,DOMParser:M,trustedTypes:z}=t,H=C.prototype,q=T(H,"cloneNode"),V=T(H,"remove"),W=T(H,"nextSibling"),ee=T(H,"childNodes"),te=T(H,"parentNode");if("function"==typeof u){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let ne,re="";const{implementation:ae,createNodeIterator:oe,createDocumentFragment:ie,getElementsByTagName:se}=r,{importNode:le}=a;let ue={};n.isSupported="function"==typeof e&&"function"==typeof te&&ae&&void 0!==ae.createHTMLDocument;const{MUSTACHE_EXPR:ce,ERB_EXPR:pe,TMPLIT_EXPR:de,DATA_ATTR:fe,ARIA_ATTR:he,IS_SCRIPT_OR_DATA:ve,ATTR_WHITESPACE:me,CUSTOM_ELEMENT:ge}=Y;let{IS_ALLOWED_URI:Ae}=Y,be=null;const ye=x({},[...k,...O,...L,...N,...P]);let we=null;const _e=x({},[...R,...F,...D,...$]);let Ce=Object.seal(s(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),xe=null,Ee=null,Se=!0,Te=!0,ke=!1,Oe=!0,Le=!1,Be=!0,Ne=!1,Ie=!1,Pe=!1,Re=!1,Fe=!1,De=!1,$e=!0,Ue=!1;const je="user-content-";let Me=!0,ze=!1,He={},Ge=null;const qe=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ve=null;const Xe=x({},["audio","video","img","source","image","track"]);let We=null;const Ye=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ke="http://www.w3.org/1998/Math/MathML",Je="http://www.w3.org/2000/svg",Ze="http://www.w3.org/1999/xhtml";let Qe=Ze,et=!1,tt=null;const nt=x({},[Ke,Je,Ze],h);let rt=null;const at=["application/xhtml+xml","text/html"],ot="text/html";let it=null,st=null;const lt=r.createElement("form"),ut=function(e){return e instanceof RegExp||e instanceof Function},ct=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!st||st!==e){if(e&&"object"==typeof e||(e={}),e=S(e),rt=-1===at.indexOf(e.PARSER_MEDIA_TYPE)?ot:e.PARSER_MEDIA_TYPE,it="application/xhtml+xml"===rt?h:f,be=b(e,"ALLOWED_TAGS")?x({},e.ALLOWED_TAGS,it):ye,we=b(e,"ALLOWED_ATTR")?x({},e.ALLOWED_ATTR,it):_e,tt=b(e,"ALLOWED_NAMESPACES")?x({},e.ALLOWED_NAMESPACES,h):nt,We=b(e,"ADD_URI_SAFE_ATTR")?x(S(Ye),e.ADD_URI_SAFE_ATTR,it):Ye,Ve=b(e,"ADD_DATA_URI_TAGS")?x(S(Xe),e.ADD_DATA_URI_TAGS,it):Xe,Ge=b(e,"FORBID_CONTENTS")?x({},e.FORBID_CONTENTS,it):qe,xe=b(e,"FORBID_TAGS")?x({},e.FORBID_TAGS,it):{},Ee=b(e,"FORBID_ATTR")?x({},e.FORBID_ATTR,it):{},He=!!b(e,"USE_PROFILES")&&e.USE_PROFILES,Se=!1!==e.ALLOW_ARIA_ATTR,Te=!1!==e.ALLOW_DATA_ATTR,ke=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Oe=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Le=e.SAFE_FOR_TEMPLATES||!1,Be=!1!==e.SAFE_FOR_XML,Ne=e.WHOLE_DOCUMENT||!1,Re=e.RETURN_DOM||!1,Fe=e.RETURN_DOM_FRAGMENT||!1,De=e.RETURN_TRUSTED_TYPE||!1,Pe=e.FORCE_BODY||!1,$e=!1!==e.SANITIZE_DOM,Ue=e.SANITIZE_NAMED_PROPS||!1,Me=!1!==e.KEEP_CONTENT,ze=e.IN_PLACE||!1,Ae=e.ALLOWED_URI_REGEXP||G,Qe=e.NAMESPACE||Ze,Ce=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ce.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ce.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Le&&(Te=!1),Fe&&(Re=!0),He&&(be=x({},P),we=[],!0===He.html&&(x(be,k),x(we,R)),!0===He.svg&&(x(be,O),x(we,F),x(we,$)),!0===He.svgFilters&&(x(be,L),x(we,F),x(we,$)),!0===He.mathMl&&(x(be,N),x(we,D),x(we,$))),e.ADD_TAGS&&(be===ye&&(be=S(be)),x(be,e.ADD_TAGS,it)),e.ADD_ATTR&&(we===_e&&(we=S(we)),x(we,e.ADD_ATTR,it)),e.ADD_URI_SAFE_ATTR&&x(We,e.ADD_URI_SAFE_ATTR,it),e.FORBID_CONTENTS&&(Ge===qe&&(Ge=S(Ge)),x(Ge,e.FORBID_CONTENTS,it)),Me&&(be["#text"]=!0),Ne&&x(be,["html","head","body"]),be.table&&(x(be,["tbody"]),delete xe.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw w('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw w('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');ne=e.TRUSTED_TYPES_POLICY,re=ne.createHTML("")}else void 0===ne&&(ne=Z(z,i)),null!==ne&&"string"==typeof re&&(re=ne.createHTML(""));o&&o(e),st=e}},pt=x({},["mi","mo","mn","ms","mtext"]),dt=x({},["foreignobject","annotation-xml"]),ft=x({},["title","style","font","a","script"]),ht=x({},[...O,...L,...B]),vt=x({},[...N,...I]),mt=function(e){let t=te(e);t&&t.tagName||(t={namespaceURI:Qe,tagName:"template"});const n=f(e.tagName),r=f(t.tagName);return!!tt[e.namespaceURI]&&(e.namespaceURI===Je?t.namespaceURI===Ze?"svg"===n:t.namespaceURI===Ke?"svg"===n&&("annotation-xml"===r||pt[r]):Boolean(ht[n]):e.namespaceURI===Ke?t.namespaceURI===Ze?"math"===n:t.namespaceURI===Je?"math"===n&&dt[r]:Boolean(vt[n]):e.namespaceURI===Ze?!(t.namespaceURI===Je&&!dt[r])&&!(t.namespaceURI===Ke&&!pt[r])&&!vt[n]&&(ft[n]||!ht[n]):!("application/xhtml+xml"!==rt||!tt[e.namespaceURI]))},gt=function(e){d(n.removed,{element:e});try{te(e).removeChild(e)}catch(t){V(e)}},At=function(e,t){try{d(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){d(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!we[e])if(Re||Fe)try{gt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},bt=function(e){let t=null,n=null;if(Pe)e=""+e;else{const t=v(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===rt&&Qe===Ze&&(e=''+e+"");const a=ne?ne.createHTML(e):e;if(Qe===Ze)try{t=(new M).parseFromString(a,rt)}catch(e){}if(!t||!t.documentElement){t=ae.createDocument(Qe,"template",null);try{t.documentElement.innerHTML=et?re:a}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),Qe===Ze?se.call(t,Ne?"html":"body")[0]:Ne?t.documentElement:o},yt=function(e){return oe.call(e.ownerDocument||e,e,E.SHOW_ELEMENT|E.SHOW_COMMENT|E.SHOW_TEXT|E.SHOW_PROCESSING_INSTRUCTION|E.SHOW_CDATA_SECTION,null)},wt=function(e){return e instanceof j&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof U)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},_t=function(e){return"function"==typeof _&&e instanceof _},Ct=function(e,t,r){ue[e]&&c(ue[e],(e=>{e.call(n,t,r,st)}))},xt=function(e){let t=null;if(Ct("beforeSanitizeElements",e,null),wt(e))return gt(e),!0;const r=it(e.nodeName);if(Ct("uponSanitizeElement",e,{tagName:r,allowedTags:be}),e.hasChildNodes()&&!_t(e.firstElementChild)&&y(/<[/\w]/g,e.innerHTML)&&y(/<[/\w]/g,e.textContent))return gt(e),!0;if(e.nodeType===K.progressingInstruction)return gt(e),!0;if(Be&&e.nodeType===K.comment&&y(/<[/\w]/g,e.data))return gt(e),!0;if(!be[r]||xe[r]){if(!xe[r]&&St(r)){if(Ce.tagNameCheck instanceof RegExp&&y(Ce.tagNameCheck,r))return!1;if(Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(r))return!1}if(Me&&!Ge[r]){const t=te(e)||e.parentNode,n=ee(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const a=q(n[r],!0);a.__removalCount=(e.__removalCount||0)+1,t.insertBefore(a,W(e))}}return gt(e),!0}return e instanceof C&&!mt(e)?(gt(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!y(/<\/no(script|embed|frames)/i,e.innerHTML)?(Le&&e.nodeType===K.text&&(t=e.textContent,c([ce,pe,de],(e=>{t=m(t,e," ")})),e.textContent!==t&&(d(n.removed,{element:e.cloneNode()}),e.textContent=t)),Ct("afterSanitizeElements",e,null),!1):(gt(e),!0)},Et=function(e,t,n){if($e&&("id"===t||"name"===t)&&(n in r||n in lt))return!1;if(Te&&!Ee[t]&&y(fe,t));else if(Se&&y(he,t));else if(!we[t]||Ee[t]){if(!(St(e)&&(Ce.tagNameCheck instanceof RegExp&&y(Ce.tagNameCheck,e)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(e))&&(Ce.attributeNameCheck instanceof RegExp&&y(Ce.attributeNameCheck,t)||Ce.attributeNameCheck instanceof Function&&Ce.attributeNameCheck(t))||"is"===t&&Ce.allowCustomizedBuiltInElements&&(Ce.tagNameCheck instanceof RegExp&&y(Ce.tagNameCheck,n)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(n))))return!1}else if(We[t]);else if(y(Ae,m(n,me,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==g(n,"data:")||!Ve[e])if(ke&&!y(ve,m(n,me,"")));else if(n)return!1;return!0},St=function(e){return"annotation-xml"!==e&&v(e,ge)},Tt=function(e){Ct("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:we};let a=t.length;for(;a--;){const o=t[a],{name:i,namespaceURI:s,value:l}=o,u=it(i);let d="value"===i?l:A(l);if(r.attrName=u,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,Ct("uponSanitizeAttribute",e,r),d=r.attrValue,Be&&y(/((--!?|])>)|<\/(style|title)/i,d)){At(i,e);continue}if(r.forceKeepAttr)continue;if(At(i,e),!r.keepAttr)continue;if(!Oe&&y(/\/>/i,d)){At(i,e);continue}Le&&c([ce,pe,de],(e=>{d=m(d,e," ")}));const f=it(e.nodeName);if(Et(f,u,d)){if(!Ue||"id"!==u&&"name"!==u||(At(i,e),d=je+d),ne&&"object"==typeof z&&"function"==typeof z.getAttributeType)if(s);else switch(z.getAttributeType(f,u)){case"TrustedHTML":d=ne.createHTML(d);break;case"TrustedScriptURL":d=ne.createScriptURL(d)}try{s?e.setAttributeNS(s,i,d):e.setAttribute(i,d),wt(e)?gt(e):p(n.removed)}catch(e){}}}Ct("afterSanitizeAttributes",e,null)},kt=function e(t){let n=null;const r=yt(t);for(Ct("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ct("uponSanitizeShadowNode",n,null),xt(n)||(n.content instanceof l&&e(n.content),Tt(n));Ct("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,i=null,s=null;if(et=!e,et&&(e="\x3c!--\x3e"),"string"!=typeof e&&!_t(e)){if("function"!=typeof e.toString)throw w("toString is not a function");if("string"!=typeof(e=e.toString()))throw w("dirty is not a string, aborting")}if(!n.isSupported)return e;if(Ie||ct(t),n.removed=[],"string"==typeof e&&(ze=!1),ze){if(e.nodeName){const t=it(e.nodeName);if(!be[t]||xe[t])throw w("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof _)r=bt("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),o.nodeType===K.element&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!Re&&!Le&&!Ne&&-1===e.indexOf("<"))return ne&&De?ne.createHTML(e):e;if(r=bt(e),!r)return Re?null:De?re:""}r&&Pe&>(r.firstChild);const u=yt(ze?e:r);for(;i=u.nextNode();)xt(i)||(i.content instanceof l&&kt(i.content),Tt(i));if(ze)return e;if(Re){if(Fe)for(s=ie.call(r.ownerDocument);r.firstChild;)s.appendChild(r.firstChild);else s=r;return(we.shadowroot||we.shadowrootmode)&&(s=le.call(a,s,!0)),s}let p=Ne?r.outerHTML:r.innerHTML;return Ne&&be["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&y(X,r.ownerDocument.doctype.name)&&(p="\n"+p),Le&&c([ce,pe,de],(e=>{p=m(p,e," ")})),ne&&De?ne.createHTML(p):p},n.setConfig=function(){ct(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Ie=!0},n.clearConfig=function(){st=null,Ie=!1},n.isValidAttribute=function(e,t,n){st||ct({});const r=it(e),a=it(t);return Et(r,a,n)},n.addHook=function(e,t){"function"==typeof t&&(ue[e]=ue[e]||[],d(ue[e],t))},n.removeHook=function(e){if(ue[e])return p(ue[e])},n.removeHooks=function(e){ue[e]&&(ue[e]=[])},n.removeAllHooks=function(){ue={}},n}return Q()}()},580:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var n,r=""+e,a=t.exec(r);if(!a)return r;var o="",i=0,s=0;for(i=a.index;i{t.read=function(e,t,n,r,a){var o,i,s=8*a-r-1,l=(1<>1,c=-7,p=n?a-1:0,d=n?-1:1,f=e[t+p];for(p+=d,o=f&(1<<-c)-1,f>>=-c,c+=s;c>0;o=256*o+e[t+p],p+=d,c-=8);for(i=o&(1<<-c)-1,o>>=-c,c+=r;c>0;i=256*i+e[t+p],p+=d,c-=8);if(0===o)o=1-u;else{if(o===l)return i?NaN:1/0*(f?-1:1);i+=Math.pow(2,r),o-=u}return(f?-1:1)*i*Math.pow(2,o-r)},t.write=function(e,t,n,r,a,o){var i,s,l,u=8*o-a-1,c=(1<>1,d=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,h=r?1:-1,v=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=c):(i=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-i))<1&&(i--,l*=2),(t+=i+p>=1?d/l:d*Math.pow(2,1-p))*l>=2&&(i++,l/=2),i+p>=c?(s=0,i=c):i+p>=1?(s=(t*l-1)*Math.pow(2,a),i+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,a),i=0));a>=8;e[n+f]=255&s,f+=h,s/=256,a-=8);for(i=i<0;e[n+f]=255&i,f+=h,i/=256,u-=8);e[n+f-h]|=128*v}},6762:(e,t,n)=>{var r="__lodash_hash_undefined__",a=1/0,o="[object Function]",i="[object GeneratorFunction]",s="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,u=/^\w*$/,c=/^\./,p=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,f=/^\[object .+?Constructor\]$/,h="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,v="object"==typeof self&&self&&self.Object===Object&&self,m=h||v||Function("return this")();var g,A=Array.prototype,b=Function.prototype,y=Object.prototype,w=m["__core-js_shared__"],_=(g=/[^.]+$/.exec(w&&w.keys&&w.keys.IE_PROTO||""))?"Symbol(src)_1."+g:"",C=b.toString,x=y.hasOwnProperty,E=y.toString,S=RegExp("^"+C.call(x).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),T=m.Symbol,k=A.splice,O=j(m,"Map"),L=j(Object,"create"),B=T?T.prototype:void 0,N=B?B.toString:void 0;function I(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},P.prototype.set=function(e,t){var n=this.__data__,r=F(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},R.prototype.clear=function(){this.__data__={hash:new I,map:new(O||P),string:new I}},R.prototype.delete=function(e){return U(this,e).delete(e)},R.prototype.get=function(e){return U(this,e).get(e)},R.prototype.has=function(e){return U(this,e).has(e)},R.prototype.set=function(e,t){return U(this,e).set(e,t),this};var M=H((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(V(e))return N?N.call(e):"";var t=e+"";return"0"==t&&1/e==-a?"-0":t}(t);var n=[];return c.test(e)&&n.push(""),e.replace(p,(function(e,t,r,a){n.push(r?a.replace(d,"$1"):t||e)})),n}));function z(e){if("string"==typeof e||V(e))return e;var t=e+"";return"0"==t&&1/e==-a?"-0":t}function H(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],o=n.cache;if(o.has(a))return o.get(a);var i=e.apply(this,r);return n.cache=o.set(a,i),i};return n.cache=new(H.Cache||R),n}H.Cache=R;var G=Array.isArray;function q(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function V(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&E.call(e)==s}e.exports=function(e,t,n){var r=null==e?void 0:D(e,t);return void 0===r?n:r}},2148:(e,t,n)=>{"use strict";var r=n(6762),a=n(3016);function o(e){e=e||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",e.sourceLocale&&("string"==typeof e.sourceLocale?this.sourceLocale=e.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in e&&!0===e.debug}e.exports=o,o.prototype.on=function(e,t){this.listeners.push({eventName:e,callback:t})},o.prototype.off=function(e,t){this.listeners=this.listeners.filter((function(n){return!1==(n.eventName===e&&n.callback===t)}))},o.prototype.emit=function(e,t){for(var n=0;n{"use strict";e.exports={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:8!==e&&11!==e?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(e){return 1===e?0:2===e?1:e<7?2:e<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(e){return 1===e||11===e?0:2===e||12===e?1:e>2&&e<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(e){return e%10!=1||e%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(e){return 0!==e}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:3===e?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:0!==e?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(e){return 1===e||e%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(e){return 0===e?0:1===e?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>0&&e%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(e){return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}}},5606:e=>{var t,n,r=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var s,l=[],u=!1,c=-1;function p(){u&&s&&(u=!1,s.length?l=s.concat(l):c=-1,l.length&&d())}function d(){if(!u){var e=i(p);u=!0;for(var t=l.length;t;){for(s=l,l=[];++c1)for(var n=1;n{"use strict";var t=[];function n(e){for(var n=-1,r=0;r{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},5056:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7825:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var a=void 0!==n.layer;a&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,a&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},1113:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},n={};function r(t){var a=n[t];if(void 0!==a)return a.exports;var o=n[t]={id:t,exports:{}};return e[t].call(o.exports,o,o.exports,r),o.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0,(()=>{"use strict";var e={};r.r(e),r.d(e,{hasBrowserEnv:()=>Gs,hasStandardBrowserEnv:()=>Vs,hasStandardBrowserWebWorkerEnv:()=>Xs,navigator:()=>qs,origin:()=>Ws});var n=Object.freeze({}),a=Array.isArray;function o(e){return null==e}function i(e){return null!=e}function s(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function u(e){return"function"==typeof e}function c(e){return null!==e&&"object"==typeof e}var p=Object.prototype.toString;function d(e){return"[object Object]"===p.call(e)}function f(e){return"[object RegExp]"===p.call(e)}function h(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function v(e){return i(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function m(e){return null==e?"":Array.isArray(e)||d(e)&&e.toString===p?JSON.stringify(e,g,2):String(e)}function g(e,t){return t&&t.__v_isRef?t.value:t}function A(e){var t=parseFloat(e);return isNaN(t)?e:t}function b(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a-1)return e.splice(r,1)}}var _=Object.prototype.hasOwnProperty;function C(e,t){return _.call(e,t)}function x(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var E=/-(\w)/g,S=x((function(e){return e.replace(E,(function(e,t){return t?t.toUpperCase():""}))})),T=x((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),k=/\B([A-Z])/g,O=x((function(e){return e.replace(k,"-$1").toLowerCase()}));var L=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function B(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function N(e,t){for(var n in t)e[n]=t[n];return e}function I(e){for(var t={},n=0;n0,ee=J&&J.indexOf("edge/")>0;J&&J.indexOf("android");var te=J&&/iphone|ipad|ipod|ios/.test(J);J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J);var ne,re=J&&J.match(/firefox\/(\d+)/),ae={}.watch,oe=!1;if(K)try{var ie={};Object.defineProperty(ie,"passive",{get:function(){oe=!0}}),window.addEventListener("test-passive",null,ie)}catch(e){}var se=function(){return void 0===ne&&(ne=!K&&void 0!==r.g&&(r.g.process&&"server"===r.g.process.env.VUE_ENV)),ne},le=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"==typeof e&&/native code/.test(e.toString())}var ce,pe="undefined"!=typeof Symbol&&ue(Symbol)&&"undefined"!=typeof Reflect&&ue(Reflect.ownKeys);ce="undefined"!=typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var de=null;function fe(e){void 0===e&&(e=null),e||de&&de._scope.off(),de=e,e&&e._scope.on()}var he=function(){function e(e,t,n,r,a,o,i,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),ve=function(e){void 0===e&&(e="");var t=new he;return t.text=e,t.isComment=!0,t};function me(e){return new he(void 0,void 0,void 0,String(e))}function ge(e){var t=new he(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var Ae=0,be=[],ye=function(){for(var e=0;e0&&(Qe((r=et(r,"".concat(t||"","_").concat(n)))[0])&&Qe(c)&&(p[u]=me(c.text+r[0].text),r.shift()),p.push.apply(p,r)):l(r)?Qe(c)?p[u]=me(c.text+r):""!==r&&p.push(me(r)):Qe(r)&&Qe(c)?p[u]=me(c.text+r.text):(s(e._isVList)&&i(r.tag)&&o(r.key)&&i(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),p.push(r)));return p}function tt(e,t){var n,r,o,s,l=null;if(a(e)||"string"==typeof e)for(l=new Array(e.length),n=0,r=e.length;n0,s=t?!!t.$stable:!i,l=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&a&&a!==n&&l===a.$key&&!i&&!a.$hasNormal)return a;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=yt(e,r,u,t[u]))}else o={};for(var c in r)c in o||(o[c]=wt(r,c));return t&&Object.isExtensible(t)&&(t._normalized=o),X(o,"$stable",s),X(o,"$key",l),X(o,"$hasNormal",i),o}function yt(e,t,n,r){var o=function(){var t=de;fe(e);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!a(n)?[n]:Ze(n))&&n[0];return fe(t),n&&(!o||1===n.length&&o.isComment&&!At(o))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function wt(e,t){return function(){return e[t]}}function _t(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};X(t,"_v_attr_proxy",!0),Ct(t,e.$attrs,n,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||Ct(e._listenersProxy={},e.$listeners,n,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||Et(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:L(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return ze(e,t,n)}))}}}function Ct(e,t,n,r,a){var o=!1;for(var i in t)i in e?t[i]!==n[i]&&(o=!0):(o=!0,xt(e,i,r,a));for(var i in e)i in t||(o=!0,delete e[i]);return o}function xt(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function Et(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var St=null;function Tt(e,t){return(e.__esModule||pe&&"Module"===e[Symbol.toStringTag])&&(e=e.default),c(e)?t.extend(e):e}function kt(e){if(a(e))for(var t=0;tdocument.createEvent("Event").timeStamp&&(An=function(){return bn.now()})}var yn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function wn(){var e,t;for(gn=An(),vn=!0,pn.sort(yn),mn=0;mnmn&&pn[n].id>e.id;)n--;pn.splice(n+1,0,e)}else pn.push(e);hn||(hn=!0,Vt(wn))}}function Cn(e,t){if(e){for(var n=Object.create(null),r=pe?Reflect.ownKeys(e):Object.keys(e),a=0;a-1)if(o&&!C(a,"default"))i=!1;else if(""===i||i===O(e)){var l=qn(String,a.type);(l<0||s-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function ir(e,t){var n=e.cache,r=e.keys,a=e._vnode,o=e.$vnode;for(var i in n){var s=n[i];if(s){var l=s.name;l&&!t(l)&&sr(n,i,r,a)}}o.componentOptions.children=void 0}function sr(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,w(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=er++,t._isVue=!0,t.__v_skip=!0,t._scope=new qe(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Un(tr(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&rn(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,a=r&&r.context;e.$slots=mt(t._renderChildren,a),e.$scopedSlots=r?bt(e.$parent,r.data.scopedSlots,e.$slots):n,e._c=function(t,n,r,a){return Bt(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return Bt(e,t,n,r,a,!0)};var o=r&&r.data;Pe(e,"$attrs",o&&o.attrs||n,null,!0),Pe(e,"$listeners",t._parentListeners||n,null,!0)}(t),cn(t,"beforeCreate",void 0,!1),function(e){var t=Cn(e.$options.inject,e);t&&(Le(!1),Object.keys(t).forEach((function(n){Pe(e,n,t[n])})),Le(!0))}(t),Wn(t),function(e){var t=e.$options.provide;if(t){var n=u(t)?t.call(e):t;if(!c(n))return;for(var r=Ve(e),a=pe?Reflect.ownKeys(n):Object.keys(n),o=0;o1?B(n):n;for(var r=B(arguments,1),a='event handler for "'.concat(e,'"'),o=0,i=n.length;oparseInt(this.max)&&sr(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)sr(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){ir(e,(function(e){return or(t,e)}))})),this.$watch("exclude",(function(t){ir(e,(function(e){return!or(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=kt(e),n=t&&t.componentOptions;if(n){var r=ar(n),a=this.include,o=this.exclude;if(a&&(!r||!or(a,r))||o&&r&&or(o,r))return t;var i=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;i[l]?(t.componentInstance=i[l].componentInstance,w(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}},cr={KeepAlive:ur};!function(e){var t={get:function(){return G}};Object.defineProperty(e,"config",t),e.util={warn:Nn,extend:N,mergeOptions:Un,defineReactive:Pe},e.set=Re,e.delete=Fe,e.nextTick=Vt,e.observable=function(e){return Ie(e),e},e.options=Object.create(null),z.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,N(e.options.components,cr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=B(arguments,1);return n.unshift(this),u(e.install)?e.install.apply(e,n):u(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Un(this.options,e),this}}(e),rr(e),function(e){z.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&d(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&u(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(nr),Object.defineProperty(nr.prototype,"$isServer",{get:se}),Object.defineProperty(nr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(nr,"FunctionalRenderContext",{value:xn}),nr.version="2.7.16";var pr=b("style,class"),dr=b("input,textarea,option,select,progress"),fr=b("contenteditable,draggable,spellcheck"),hr=b("events,caret,typing,plaintext-only"),vr=function(e,t){return yr(t)||"false"===t?"false":"contenteditable"===e&&hr(t)?t:"true"},mr=b("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),gr="http://www.w3.org/1999/xlink",Ar=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},br=function(e){return Ar(e)?e.slice(6,e.length):""},yr=function(e){return null==e||!1===e};function wr(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=_r(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=_r(t,n.data));return function(e,t){if(i(e)||i(t))return Cr(e,xr(t));return""}(t.staticClass,t.class)}function _r(e,t){return{staticClass:Cr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Cr(e,t){return e?t?e+" "+t:e:t||""}function xr(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r-1?Wr(e,t,n):mr(t)?yr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):fr(t)?e.setAttribute(t,vr(t,n)):Ar(t)?yr(n)?e.removeAttributeNS(gr,br(t)):e.setAttributeNS(gr,t,n):Wr(e,t,n)}function Wr(e,t,n){if(yr(n))e.removeAttribute(t);else{if(Z&&!Q&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var Yr={create:Vr,update:Vr};function Kr(e,t){var n=t.elm,r=t.data,a=e.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var s=wr(t),l=n._transitionClasses;i(l)&&(s=Cr(s,xr(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Jr,Zr={create:Kr,update:Kr},Qr="__r",ea="__c";function ta(e,t,n){var r=Jr;return function a(){null!==t.apply(null,arguments)&&aa(e,a,n,r)}}var na=$t&&!(re&&Number(re[1])<=53);function ra(e,t,n,r){if(na){var a=gn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=a||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Jr.addEventListener(e,t,oe?{capture:n,passive:r}:n)}function aa(e,t,n,r){(r||Jr).removeEventListener(e,t._wrapper||t,n)}function oa(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},r=e.data.on||{};Jr=t.elm||e.elm,function(e){if(i(e[Qr])){var t=Z?"change":"input";e[t]=[].concat(e[Qr],e[t]||[]),delete e[Qr]}i(e[ea])&&(e.change=[].concat(e[ea],e.change||[]),delete e[ea])}(n),Ye(n,r,ra,aa,ta,t.context),Jr=void 0}}var ia,sa={create:oa,update:oa,destroy:function(e){return oa(e,Rr)}};function la(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,r,a=t.elm,l=e.data.domProps||{},u=t.data.domProps||{};for(n in(i(u.__ob__)||s(u._v_attr_proxy))&&(u=t.data.domProps=N({},u)),l)n in u||(a[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===l[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var c=o(r)?"":String(r);ua(a,c)&&(a.value=c)}else if("innerHTML"===n&&Tr(a.tagName)&&o(a.innerHTML)){(ia=ia||document.createElement("div")).innerHTML="".concat(r,"");for(var p=ia.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;p.firstChild;)a.appendChild(p.firstChild)}else if(r!==l[n])try{a[n]=r}catch(e){}}}}function ua(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return A(n)!==A(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var ca={create:la,update:la},pa=x((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function da(e){var t=fa(e.style);return e.staticStyle?N(e.staticStyle,t):t}function fa(e){return Array.isArray(e)?I(e):"string"==typeof e?pa(e):e}var ha,va=/^--/,ma=/\s*!important$/,ga=function(e,t,n){if(va.test(t))e.style.setProperty(t,n);else if(ma.test(n))e.style.setProperty(O(t),n.replace(ma,""),"important");else{var r=ba(t);if(Array.isArray(n))for(var a=0,o=n.length;a-1?t.split(_a).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function xa(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(_a).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Ea(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&N(t,Sa(e.name||"v")),N(t,e),t}return"string"==typeof e?Sa(e):void 0}}var Sa=x((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),Ta=K&&!Q,ka="transition",Oa="animation",La="transition",Ba="transitionend",Na="animation",Ia="animationend";Ta&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(La="WebkitTransition",Ba="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Na="WebkitAnimation",Ia="webkitAnimationEnd"));var Pa=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ra(e){Pa((function(){Pa(e)}))}function Fa(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Ca(e,t))}function Da(e,t){e._transitionClasses&&w(e._transitionClasses,t),xa(e,t)}function $a(e,t,n){var r=ja(e,t),a=r.type,o=r.timeout,i=r.propCount;if(!a)return n();var s=a===ka?Ba:Ia,l=0,u=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++l>=i&&u()};setTimeout((function(){l0&&(n=ka,c=i,p=o.length):t===Oa?u>0&&(n=Oa,c=u,p=l.length):p=(n=(c=Math.max(i,u))>0?i>u?ka:Oa:null)?n===ka?o.length:l.length:0,{type:n,timeout:c,propCount:p,hasTransform:n===ka&&Ua.test(r[La+"Property"])}}function Ma(e,t){for(;e.length1}function Xa(e,t){!0!==t.data.show&&Ha(t)}var Wa=function(e){var t,n,r={},u=e.modules,c=e.nodeOps;for(t=0;th?y(e,o(n[g+1])?null:n[g+1].elm,n,f,g,r):f>g&&_(t,p,h)}(p,v,g,n,u):i(g)?(i(e.text)&&c.setTextContent(p,""),y(p,null,g,0,g.length-1,n)):i(v)?_(v,0,v.length-1):i(e.text)&&c.setTextContent(p,""):e.text!==t.text&&c.setTextContent(p,t.text),i(h)&&i(f=h.hook)&&i(f=f.postpatch)&&f(e,t)}}}function S(e,t,n){if(s(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r-1,i.selected!==o&&(i.selected=o);else if(D(Qa(i),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));a||(e.selectedIndex=-1)}}function Za(e,t){return t.every((function(t){return!D(t,e)}))}function Qa(e){return"_value"in e?e._value:e.value}function eo(e){e.target.composing=!0}function to(e){e.target.composing&&(e.target.composing=!1,no(e.target,"input"))}function no(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function ro(e){return!e.componentInstance||e.data&&e.data.transition?e:ro(e.componentInstance._vnode)}var ao={bind:function(e,t,n){var r=t.value,a=(n=ro(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,Ha(n,(function(){e.style.display=o}))):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=ro(n)).data&&n.data.transition?(n.data.show=!0,r?Ha(n,(function(){e.style.display=e.__vOriginalDisplay})):Ga(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}},oo={model:Ya,show:ao},io={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function so(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?so(kt(t.children)):e}function lo(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var r in a)t[S(r)]=a[r];return t}function uo(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var co=function(e){return e.tag||At(e)},po=function(e){return"show"===e.name},fo={name:"transition",props:io,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(co)).length){0;var r=this.mode;0;var a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var o=so(a);if(!o)return a;if(this._leaving)return uo(e,a);var i="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?i+"comment":i+o.tag:l(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var s=(o.data||(o.data={})).transition=lo(this),u=this._vnode,c=so(u);if(o.data.directives&&o.data.directives.some(po)&&(o.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,c)&&!At(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var p=c.data.transition=N({},s);if("out-in"===r)return this._leaving=!0,Ke(p,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),uo(e,a);if("in-out"===r){if(At(o))return u;var d,f=function(){d()};Ke(s,"afterEnter",f),Ke(s,"enterCancelled",f),Ke(p,"delayLeave",(function(e){d=e}))}}return a}}},ho=N({tag:String,moveClass:String},io);delete ho.mode;var vo={props:ho,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var a=on(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,a(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],o=this.children=[],i=lo(this),s=0;s-1?Or[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Or[e]=/HTMLUnknownElement/.test(t.toString())},N(nr.options.directives,oo),N(nr.options.components,bo),nr.prototype.__patch__=K?Wa:P,nr.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=ve),cn(e,"beforeMount"),r=function(){e._update(e._render(),n)},new Qt(e,r,P,{before:function(){e._isMounted&&!e._isDestroyed&&cn(e,"beforeUpdate")}},!0),n=!1;var a=e._preWatchers;if(a)for(var o=0;oe!==t)))}emit(e,t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}let xo=null;function Eo(){return null!==xo?xo:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),xo=void 0!==window?._nc_event_bus?new _o(window._nc_event_bus):window._nc_event_bus=new Co,xo)}var So=r(9097);let To;const ko=[];function Oo(){return void 0===To&&(To=document.head.dataset.requesttoken??null),To}var Lo,Bo;Lo="csrf-token-update",Bo=e=>{To=e.token,ko.forEach((e=>{try{e(To)}catch(e){console.error("Error updating CSRF token observer",e)}}))},Eo().subscribe(Lo,Bo);(0,So.c0)("public").persist().build();let No;const Io=(e,t)=>e?e.getAttribute(t):null;var Po=r(5072),Ro=r.n(Po),Fo=r(7825),Do=r.n(Fo),$o=r(7659),Uo=r.n($o),jo=r(5056),Mo=r.n(jo),zo=r(540),Ho=r.n(zo),Go=r(1113),qo=r.n(Go),Vo=r(603),Xo={};Xo.styleTagTransform=qo(),Xo.setAttributes=Mo(),Xo.insert=Uo().bind(null,"head"),Xo.domAPI=Do(),Xo.insertStyleElement=Ho();Ro()(Vo.A,Xo);Vo.A&&Vo.A.locals&&Vo.A.locals;function Wo(e,t,n,r,a,o,i,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),o&&(u._scopeId="data-v-"+o),a&&(l=a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:u}}const Yo={name:"NcButton",inject:{getNcPopoverTriggerAttrs:{from:"NcPopover:trigger:attrs",default:()=>()=>({})}},props:{alignment:{type:String,default:"center",validator:e=>["start","start-reverse","center","center-reverse","end","end-reverse"].includes(e)},disabled:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:e=>["small","normal","large"].includes(e)},type:{type:String,validator:e=>["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].includes(e),default:"secondary"},nativeType:{type:String,validator:e=>-1!==["submit","reset","button"].indexOf(e),default:"button"},wide:{type:Boolean,default:!1},ariaLabel:{type:String,default:null},href:{type:String,default:null},target:{type:String,default:"_self"},download:{type:String,default:null},to:{type:[String,Object],default:null},exact:{type:Boolean,default:!1},ariaHidden:{type:Boolean,default:null},pressed:{type:Boolean,default:null}},emits:["update:pressed","click"],computed:{realType(){return this.pressed?"primary":!1===this.pressed&&"primary"===this.type?"secondary":this.type},flexAlignment(){return this.alignment.split("-")[0]},isReverseAligned(){return this.alignment.includes("-")},ncPopoverTriggerAttrs(){return this.getNcPopoverTriggerAttrs()}},render(e){var t,n,r;const a=!!this.$slots.default,o=null==(t=this.$slots)?void 0:t.icon;a||this.ariaLabel||console.warn("You need to fill either the text or the ariaLabel props in the button component.",{text:null==(r=null==(n=this.$slots.default)?void 0:n[0])?void 0:r.text,ariaLabel:this.ariaLabel},this);const i=this.to||this.href,s=!i&&"boolean"==typeof this.pressed,l=({href:t,navigate:n,isActive:r,isExactActive:l}={})=>e(i?"a":"button",{class:["button-vue","button-vue--size-".concat(this.size),{"button-vue--icon-only":o&&!a,"button-vue--text-only":a&&!o,"button-vue--icon-and-text":o&&a,["button-vue--vue-".concat(this.realType)]:this.realType,"button-vue--wide":this.wide,["button-vue--".concat(this.flexAlignment)]:"center"!==this.flexAlignment,"button-vue--reverse":this.isReverseAligned,active:r,"router-link-exact-active":l}],attrs:{"aria-label":this.ariaLabel,"aria-pressed":s?this.pressed.toString():void 0,disabled:this.disabled,type:i?null:this.nativeType,role:i?"button":null,href:this.to?t:this.href||null,target:i?this.target||"_self":null,rel:i?"nofollow noreferrer noopener":null,download:!this.to&&this.href&&this.download?this.download:null,...this.ncPopoverTriggerAttrs,...this.$attrs},on:{...this.$listeners,click:e=>{s&&this.$emit("update:pressed",!this.pressed),this.$emit("click",e),null==n||n(e)}}},[e("span",{class:"button-vue__wrapper"},[o?e("span",{class:"button-vue__icon",attrs:{"aria-hidden":"true"}},[this.$slots.icon]):null,a?e("span",{class:"button-vue__text"},[this.$slots.default]):null])]);return this.to?e("router-link",{props:{custom:!0,to:this.to,exact:this.exact},scopedSlots:{default:l}}):l()}};const Ko=Wo(Yo,null,null,0,null,"c3d9e0ce").exports;var Jo=r(7208),Zo={};Zo.styleTagTransform=qo(),Zo.setAttributes=Mo(),Zo.insert=Uo().bind(null,"head"),Zo.domAPI=Do(),Zo.insertStyleElement=Ho();Ro()(Jo.A,Zo);Jo.A&&Jo.A.locals&&Jo.A.locals;const Qo=Wo({name:"CheckboxMarkedCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon checkbox-marked-circle-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const ei=Wo({name:"AlertDecagramIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-decagram-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const ti=Wo({name:"AlertIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const ni=Wo({name:"InformationIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon information-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const ri=Wo({name:"NcNoteCard",props:{type:{type:String,default:"warning",validator:e=>["success","info","warning","error"].includes(e)},showAlert:{type:Boolean,default:!1},heading:{type:String,default:""},text:{type:String,default:""}},computed:{shouldShowAlert(){return this.showAlert||"error"===this.type},icon(){switch(this.type){case"error":return ei;case"success":return Qo;case"info":return ni;default:return ti}},color(){switch(this.type){case"error":return"var(--color-error)";case"success":return"var(--color-success)";case"info":return"var(--color-info)";default:return"var(--color-warning)"}}}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"notecard",class:"notecard--".concat(e.type),attrs:{role:e.shouldShowAlert?"alert":"note"}},[e._t("icon",(function(){return[t(e.icon,{tag:"component",staticClass:"notecard__icon",class:{"notecard__icon--heading":e.heading},attrs:{"fill-color":e.color,size:20}})]})),t("div",[e.heading?t("p",{staticClass:"notecard__heading"},[e._v(" "+e._s(e.heading)+" ")]):e._e(),e._t("default",(function(){return[t("p",{staticClass:"notecard__text"},[e._v(" "+e._s(e.text)+" ")])]}))],2)],2)}),[],0,null,"7df28e9e").exports;var ai=r(8961),oi={};oi.styleTagTransform=qo(),oi.setAttributes=Mo(),oi.insert=Uo().bind(null,"head"),oi.domAPI=Do(),oi.insertStyleElement=Ho();Ro()(ai.A,oi);ai.A&&ai.A.locals&&ai.A.locals;const ii=Wo({name:"NcInputField",components:{NcButton:Ko,AlertCircle:Wo({name:"AlertCircleOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-circle-outline-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Check:Wo({name:"CheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon check-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports},inheritAttrs:!1,props:{value:{type:[String,Number],required:!0},type:{type:String,default:"text",validator:e=>["text","password","email","tel","url","search","number"].includes(e)},label:{type:String,default:void 0},labelOutside:{type:Boolean,default:!1},placeholder:{type:String,default:void 0},showTrailingButton:{type:Boolean,default:!1},trailingButtonLabel:{type:String,default:""},success:{type:Boolean,default:!1},error:{type:Boolean,default:!1},helperText:{type:String,default:""},disabled:{type:Boolean,default:!1},pill:{type:Boolean,default:!1},inputClass:{type:[Object,String],default:""}},emits:["update:value","trailing-button-click"],computed:{computedId(){return this.$attrs.id&&""!==this.$attrs.id?this.$attrs.id:this.inputName},inputName(){return"input"+Math.random().toString(36).replace(/[^a-z]+/g,"").slice(0,e||5);var e},hasLeadingIcon(){return this.$slots.default},hasTrailingIcon(){return this.success},hasPlaceholder(){return""!==this.placeholder&&void 0!==this.placeholder},computedPlaceholder(){return this.hasPlaceholder?this.placeholder:this.label},isValidLabel(){const e=this.label||this.labelOutside;return e||console.warn("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."),e},ariaDescribedby(){const e=[];return this.helperText.length>0&&e.push("".concat(this.inputName,"-helper-text")),this.$attrs["aria-describedby"]&&e.push(this.$attrs["aria-describedby"]),e.join(" ")||null}},methods:{focus(){this.$refs.input.focus()},select(){this.$refs.input.select()},handleInput(e){this.$emit("update:value","number"===this.type&&"number"==typeof this.value?parseFloat(e.target.value,10):e.target.value)},handleTrailingButtonClick(e){this.$emit("trailing-button-click",e)}}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"input-field",class:{"input-field--disabled":e.disabled,"input-field--label-outside":e.labelOutside||!e.isValidLabel,"input-field--leading-icon":e.hasLeadingIcon,"input-field--trailing-icon":e.showTrailingButton||e.hasTrailingIcon,"input-field--pill":e.pill}},[t("div",{staticClass:"input-field__main-wrapper"},[t("input",e._g(e._b({ref:"input",staticClass:"input-field__input",class:[e.inputClass,{"input-field__input--success":e.success,"input-field__input--error":e.error}],attrs:{id:e.computedId,type:e.type,disabled:e.disabled,placeholder:e.computedPlaceholder,"aria-describedby":e.ariaDescribedby,"aria-live":"polite"},domProps:{value:e.value.toString()},on:{input:e.handleInput}},"input",e.$attrs,!1),e.$listeners)),!e.labelOutside&&e.isValidLabel?t("label",{staticClass:"input-field__label",attrs:{for:e.computedId}},[e._v(" "+e._s(e.label)+" ")]):e._e(),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasLeadingIcon,expression:"hasLeadingIcon"}],staticClass:"input-field__icon input-field__icon--leading"},[e._t("default")],2),e.showTrailingButton?t("NcButton",{staticClass:"input-field__trailing-button",attrs:{type:"tertiary-no-background","aria-label":e.trailingButtonLabel,disabled:e.disabled},on:{click:e.handleTrailingButtonClick},scopedSlots:e._u([{key:"icon",fn:function(){return[e._t("trailing-button-icon")]},proxy:!0}],null,!0)}):e.success||e.error?t("div",{staticClass:"input-field__icon input-field__icon--trailing"},[e.success?t("Check",{staticStyle:{color:"var(--color-success-text)"},attrs:{size:20}}):e.error?t("AlertCircle",{staticStyle:{color:"var(--color-error-text)"},attrs:{size:20}}):e._e()],1):e._e()],1),e.helperText.length>0?t("p",{staticClass:"input-field__helper-text-message",class:{"input-field__helper-text-message--error":e.error,"input-field__helper-text-message--success":e.success},attrs:{id:"".concat(e.inputName,"-helper-text")}},[e.success?t("Check",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e.error?t("AlertCircle",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e._e(),e._v(" "+e._s(e.helperText)+" ")],1):e._e()])}),[],0,null,"374fffac").exports;const si=Wo({name:"CloseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon close-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const li=Wo({name:"ArrowRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon arrow-right-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;var ui=r(2148);function ci(){return document.documentElement.lang||"en"}r(2838),r(580);var pi=Object.defineProperty,di=(e,t,n)=>(((e,t,n)=>{t in e?pi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(e,"symbol"!=typeof t?t+"":t,n),n);class fi{constructor(){di(this,"locale"),di(this,"translations",{}),di(this,"debug",!1)}setLanguage(e){return this.locale=e,this}detectLocale(){return this.setLanguage(ci().replace("-","_"))}addTranslation(e,t){return this.translations[e]=t,this}enableDebugMode(){return this.debug=!0,this}build(){return new hi(this.locale||"en",this.translations,this.debug)}}class hi{constructor(e,t,n){di(this,"gt"),this.gt=new ui({debug:n,sourceLocale:"en"});for(const e in t)this.gt.addTranslations(e,"messages",t[e]);this.gt.setLocale(e)}subtitudePlaceholders(e,t){return e.replace(/{([^{}]*)}/g,((e,n)=>{const r=t[n];return"string"==typeof r||"number"==typeof r?r.toString():e}))}gettext(e,t={}){return this.subtitudePlaceholders(this.gt.gettext(e),t)}ngettext(e,t,n,r={}){return this.subtitudePlaceholders(this.gt.ngettext(e,t,n).replace(/%n/g,n.toString()),r)}}const vi=(new fi).detectLocale().build(),mi=(vi.ngettext.bind(vi),vi.gettext.bind(vi)),gi=(...e)=>{e.forEach((e=>{e.registered||(e.forEach((({l:e,t})=>{const n=Object.fromEntries(Object.entries(t).map((([e,t])=>[e,{msgid:e,msgid_plural:t.p,msgstr:t.v}])));vi.gt.catalogs[e]||(vi.gt.catalogs[e]={messages:{translations:{}}}),vi.gt.catalogs[e].messages.translations[""]={...vi.gt.catalogs[e].messages.translations[""],...n}})),e.registered=!0)}))};const Ai=Wo({name:"UndoVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon undo-variant-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13.5,7A6.5,6.5 0 0,1 20,13.5A6.5,6.5 0 0,1 13.5,20H10V18H13.5C16,18 18,16 18,13.5C18,11 16,9 13.5,9H7.83L10.91,12.09L9.5,13.5L4,8L9.5,2.5L10.92,3.91L7.83,7H13.5M6,18H8V20H6V18Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;gi([{l:"af",t:{"Clear text":{v:[""]}}},{l:"ar",t:{"Clear text":{v:["مَحْوُ النص"]},"Save changes":{v:["حفظ التغييرات"]}}},{l:"ast",t:{"Clear text":{v:["Borrar el testu"]},"Save changes":{v:["Guardar los cambeos"]}}},{l:"az",t:{"Clear text":{v:[""]}}},{l:"be",t:{"Clear text":{v:[""]}}},{l:"bg",t:{"Clear text":{v:[""]}}},{l:"bn_BD",t:{"Clear text":{v:[""]}}},{l:"br",t:{"Clear text":{v:[""]}}},{l:"bs",t:{"Clear text":{v:[""]}}},{l:"ca",t:{"Clear text":{v:["Netejar text"]}}},{l:"cs",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cs_CZ",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cy_GB",t:{"Clear text":{v:[""]}}},{l:"da",t:{"Clear text":{v:["Ryd tekst"]},"Save changes":{v:["Gem ændringer"]}}},{l:"de",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"de_DE",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"el",t:{"Clear text":{v:["Εκκαθάριση κειμένου"]}}},{l:"en_GB",t:{"Clear text":{v:["Clear text"]},"Save changes":{v:["Save changes"]}}},{l:"eo",t:{"Clear text":{v:[""]}}},{l:"es",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_419",t:{"Clear text":{v:[""]}}},{l:"es_AR",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_CL",t:{"Clear text":{v:[""]}}},{l:"es_CO",t:{"Clear text":{v:[""]}}},{l:"es_CR",t:{"Clear text":{v:[""]}}},{l:"es_DO",t:{"Clear text":{v:[""]}}},{l:"es_EC",t:{"Clear text":{v:["Limpiar texto"]}}},{l:"es_GT",t:{"Clear text":{v:[""]}}},{l:"es_HN",t:{"Clear text":{v:[""]}}},{l:"es_MX",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_NI",t:{"Clear text":{v:[""]}}},{l:"es_PA",t:{"Clear text":{v:[""]}}},{l:"es_PE",t:{"Clear text":{v:[""]}}},{l:"es_PR",t:{"Clear text":{v:[""]}}},{l:"es_PY",t:{"Clear text":{v:[""]}}},{l:"es_SV",t:{"Clear text":{v:[""]}}},{l:"es_UY",t:{"Clear text":{v:[""]}}},{l:"et_EE",t:{"Clear text":{v:[""]}}},{l:"eu",t:{"Clear text":{v:["Garbitu testua"]}}},{l:"fa",t:{"Clear text":{v:[""]}}},{l:"fi",t:{"Clear text":{v:["Tyhjennä teksti"]},"Save changes":{v:["Tallenna muutokset"]}}},{l:"fo",t:{"Clear text":{v:[""]}}},{l:"fr",t:{"Clear text":{v:["Effacer le texte"]},"Save changes":{v:["Sauvegarder les changements"]}}},{l:"ga",t:{"Clear text":{v:["Glan téacs"]},"Save changes":{v:["Sabháil na hathruithe"]}}},{l:"gd",t:{"Clear text":{v:[""]}}},{l:"gl",t:{"Clear text":{v:["Limpar o texto"]},"Save changes":{v:["Gardar os cambios"]}}},{l:"he",t:{"Clear text":{v:["פינוי טקסט"]}}},{l:"hi_IN",t:{"Clear text":{v:[""]}}},{l:"hr",t:{"Clear text":{v:[""]}}},{l:"hsb",t:{"Clear text":{v:[""]}}},{l:"hu",t:{"Clear text":{v:["Szöveg törlése"]}}},{l:"hy",t:{"Clear text":{v:[""]}}},{l:"ia",t:{"Clear text":{v:[""]}}},{l:"id",t:{"Clear text":{v:["Bersihkan teks"]},"Save changes":{v:["Simpan perubahan"]}}},{l:"ig",t:{"Clear text":{v:[""]}}},{l:"is",t:{"Clear text":{v:["Hreinsa texta"]},"Save changes":{v:["Vista breytingar"]}}},{l:"it",t:{"Clear text":{v:["Cancella il testo"]},"Save changes":{v:["Salva le modifiche"]}}},{l:"ja",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ja_JP",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ka",t:{"Clear text":{v:[""]}}},{l:"ka_GE",t:{"Clear text":{v:[""]}}},{l:"kab",t:{"Clear text":{v:[""]}}},{l:"kk",t:{"Clear text":{v:[""]}}},{l:"km",t:{"Clear text":{v:[""]}}},{l:"kn",t:{"Clear text":{v:[""]}}},{l:"ko",t:{"Clear text":{v:[""]}}},{l:"la",t:{"Clear text":{v:[""]}}},{l:"lb",t:{"Clear text":{v:[""]}}},{l:"lo",t:{"Clear text":{v:[""]}}},{l:"lt_LT",t:{"Clear text":{v:[""]}}},{l:"lv",t:{"Clear text":{v:[""]}}},{l:"mk",t:{"Clear text":{v:[""]}}},{l:"mn",t:{"Clear text":{v:[""]}}},{l:"mr",t:{"Clear text":{v:[""]}}},{l:"ms_MY",t:{"Clear text":{v:[""]}}},{l:"my",t:{"Clear text":{v:[""]}}},{l:"nb",t:{"Clear text":{v:["Fjern tekst"]},"Save changes":{v:["Lagre endringer"]}}},{l:"ne",t:{"Clear text":{v:[""]}}},{l:"nl",t:{"Clear text":{v:["Wis tekst"]},"Save changes":{v:["Wijzigingen opslaan"]}}},{l:"nn_NO",t:{"Clear text":{v:[""]}}},{l:"oc",t:{"Clear text":{v:[""]}}},{l:"pl",t:{"Clear text":{v:["Wyczyść tekst"]},"Save changes":{v:["Zapisz zmiany"]}}},{l:"ps",t:{"Clear text":{v:[""]}}},{l:"pt_BR",t:{"Clear text":{v:["Limpar texto"]},"Save changes":{v:["Salvar alterações"]}}},{l:"pt_PT",t:{"Clear text":{v:["Limpar texto"]}}},{l:"ro",t:{"Clear text":{v:["Șterge textul"]},"Save changes":{v:["Salvează modificările"]}}},{l:"ru",t:{"Clear text":{v:["Очистить текст"]}}},{l:"sc",t:{"Clear text":{v:[""]}}},{l:"si",t:{"Clear text":{v:[""]}}},{l:"sk",t:{"Clear text":{v:[""]}}},{l:"sl",t:{"Clear text":{v:["Počisti besedilo"]}}},{l:"sq",t:{"Clear text":{v:[""]}}},{l:"sr",t:{"Clear text":{v:["Обриши текст"]},"Save changes":{v:["Сачувај измене"]}}},{l:"sr@latin",t:{"Clear text":{v:[""]}}},{l:"sv",t:{"Clear text":{v:["Ta bort text"]},"Save changes":{v:["Spara ändringar"]}}},{l:"sw",t:{"Clear text":{v:[""]}}},{l:"ta",t:{"Clear text":{v:[""]}}},{l:"th",t:{"Clear text":{v:[""]}}},{l:"tk",t:{"Clear text":{v:[""]}}},{l:"tr",t:{"Clear text":{v:["Metni temizle"]},"Save changes":{v:["Değişiklikleri kaydet"]}}},{l:"ug",t:{"Clear text":{v:[""]}}},{l:"uk",t:{"Clear text":{v:["Очистити текст"]},"Save changes":{v:["Зберегти зміни"]}}},{l:"ur_PK",t:{"Clear text":{v:[""]}}},{l:"uz",t:{"Clear text":{v:[""]}}},{l:"vi",t:{"Clear text":{v:[""]}}},{l:"zh_CN",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_HK",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_TW",t:{"Clear text":{v:["清除文字"]}}},{l:"zu_ZA",t:{"Clear text":{v:[""]}}}],[{l:"af",t:{"Undo changes":{v:[""]}}},{l:"ar",t:{"Undo changes":{v:["تراجَع عن التغييرات"]}}},{l:"ast",t:{"Undo changes":{v:["Desfacer los cambeos"]}}},{l:"az",t:{"Undo changes":{v:[""]}}},{l:"be",t:{"Undo changes":{v:[""]}}},{l:"bg",t:{"Undo changes":{v:[""]}}},{l:"bn_BD",t:{"Undo changes":{v:[""]}}},{l:"br",t:{"Undo changes":{v:[""]}}},{l:"bs",t:{"Undo changes":{v:[""]}}},{l:"ca",t:{"Undo changes":{v:["Desfés els canvis"]}}},{l:"cs",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cs_CZ",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cy_GB",t:{"Undo changes":{v:[""]}}},{l:"da",t:{"Undo changes":{v:["Fortryd ændringer"]}}},{l:"de",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"de_DE",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"el",t:{"Undo changes":{v:["Αναίρεση Αλλαγών"]}}},{l:"en_GB",t:{"Undo changes":{v:["Undo changes"]}}},{l:"eo",t:{"Undo changes":{v:[""]}}},{l:"es",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_419",t:{"Undo changes":{v:[""]}}},{l:"es_AR",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_CL",t:{"Undo changes":{v:[""]}}},{l:"es_CO",t:{"Undo changes":{v:[""]}}},{l:"es_CR",t:{"Undo changes":{v:[""]}}},{l:"es_DO",t:{"Undo changes":{v:[""]}}},{l:"es_EC",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_GT",t:{"Undo changes":{v:[""]}}},{l:"es_HN",t:{"Undo changes":{v:[""]}}},{l:"es_MX",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_NI",t:{"Undo changes":{v:[""]}}},{l:"es_PA",t:{"Undo changes":{v:[""]}}},{l:"es_PE",t:{"Undo changes":{v:[""]}}},{l:"es_PR",t:{"Undo changes":{v:[""]}}},{l:"es_PY",t:{"Undo changes":{v:[""]}}},{l:"es_SV",t:{"Undo changes":{v:[""]}}},{l:"es_UY",t:{"Undo changes":{v:[""]}}},{l:"et_EE",t:{"Undo changes":{v:[""]}}},{l:"eu",t:{"Undo changes":{v:["Aldaketak desegin"]}}},{l:"fa",t:{"Undo changes":{v:[""]}}},{l:"fi",t:{"Undo changes":{v:["Kumoa muutokset"]}}},{l:"fo",t:{"Undo changes":{v:[""]}}},{l:"fr",t:{"Undo changes":{v:["Annuler les changements"]}}},{l:"ga",t:{"Undo changes":{v:["Cealaigh athruithe"]}}},{l:"gd",t:{"Undo changes":{v:[""]}}},{l:"gl",t:{"Undo changes":{v:["Desfacer os cambios"]}}},{l:"he",t:{"Undo changes":{v:["ביטול שינויים"]}}},{l:"hi_IN",t:{"Undo changes":{v:[""]}}},{l:"hr",t:{"Undo changes":{v:[""]}}},{l:"hsb",t:{"Undo changes":{v:[""]}}},{l:"hu",t:{"Undo changes":{v:["Változtatások visszavonása"]}}},{l:"hy",t:{"Undo changes":{v:[""]}}},{l:"ia",t:{"Undo changes":{v:[""]}}},{l:"id",t:{"Undo changes":{v:["Urungkan perubahan"]}}},{l:"ig",t:{"Undo changes":{v:[""]}}},{l:"is",t:{"Undo changes":{v:["Afturkalla breytingar"]}}},{l:"it",t:{"Undo changes":{v:["Cancella i cambiamenti"]}}},{l:"ja",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ja_JP",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ka",t:{"Undo changes":{v:[""]}}},{l:"ka_GE",t:{"Undo changes":{v:[""]}}},{l:"kab",t:{"Undo changes":{v:[""]}}},{l:"kk",t:{"Undo changes":{v:[""]}}},{l:"km",t:{"Undo changes":{v:[""]}}},{l:"kn",t:{"Undo changes":{v:[""]}}},{l:"ko",t:{"Undo changes":{v:[""]}}},{l:"la",t:{"Undo changes":{v:[""]}}},{l:"lb",t:{"Undo changes":{v:[""]}}},{l:"lo",t:{"Undo changes":{v:[""]}}},{l:"lt_LT",t:{"Undo changes":{v:[""]}}},{l:"lv",t:{"Undo changes":{v:[""]}}},{l:"mk",t:{"Undo changes":{v:["Врати ги промените"]}}},{l:"mn",t:{"Undo changes":{v:[""]}}},{l:"mr",t:{"Undo changes":{v:[""]}}},{l:"ms_MY",t:{"Undo changes":{v:[""]}}},{l:"my",t:{"Undo changes":{v:[""]}}},{l:"nb",t:{"Undo changes":{v:["Tilbakestill endringer"]}}},{l:"ne",t:{"Undo changes":{v:[""]}}},{l:"nl",t:{"Undo changes":{v:["Wijzigingen ongedaan maken"]}}},{l:"nn_NO",t:{"Undo changes":{v:[""]}}},{l:"oc",t:{"Undo changes":{v:[""]}}},{l:"pl",t:{"Undo changes":{v:["Cofnij zmiany"]}}},{l:"ps",t:{"Undo changes":{v:[""]}}},{l:"pt_BR",t:{"Undo changes":{v:["Desfazer modificações"]}}},{l:"pt_PT",t:{"Undo changes":{v:["Anular alterações"]}}},{l:"ro",t:{"Undo changes":{v:["Anularea modificărilor"]}}},{l:"ru",t:{"Undo changes":{v:["Отменить изменения"]}}},{l:"sc",t:{"Undo changes":{v:[""]}}},{l:"si",t:{"Undo changes":{v:[""]}}},{l:"sk",t:{"Undo changes":{v:["Vrátiť zmeny"]}}},{l:"sl",t:{"Undo changes":{v:["Razveljavi spremembe"]}}},{l:"sq",t:{"Undo changes":{v:[""]}}},{l:"sr",t:{"Undo changes":{v:["Поништи измене"]}}},{l:"sr@latin",t:{"Undo changes":{v:[""]}}},{l:"sv",t:{"Undo changes":{v:["Ångra ändringar"]}}},{l:"sw",t:{"Undo changes":{v:[""]}}},{l:"ta",t:{"Undo changes":{v:[""]}}},{l:"th",t:{"Undo changes":{v:[""]}}},{l:"tk",t:{"Undo changes":{v:[""]}}},{l:"tr",t:{"Undo changes":{v:["Değişiklikleri geri al"]}}},{l:"ug",t:{"Undo changes":{v:[""]}}},{l:"uk",t:{"Undo changes":{v:["Скасувати зміни"]}}},{l:"ur_PK",t:{"Undo changes":{v:[""]}}},{l:"uz",t:{"Undo changes":{v:[""]}}},{l:"vi",t:{"Undo changes":{v:[""]}}},{l:"zh_CN",t:{"Undo changes":{v:["撤销更改"]}}},{l:"zh_HK",t:{"Undo changes":{v:["取消更改"]}}},{l:"zh_TW",t:{"Undo changes":{v:["還原變更"]}}},{l:"zu_ZA",t:{"Undo changes":{v:[""]}}}]);const bi=new Set(Object.keys(ii.props));const yi=Wo({name:"NcTextField",components:{NcInputField:ii,Close:si,ArrowRight:li,Undo:Ai},inheritAttrs:!1,props:{" ":{},...ii.props,trailingButtonLabel:{type:String,default:""},trailingButtonIcon:{type:String,default:"close",validator:e=>["close","arrowRight","undo"].includes(e)}},emits:["update:value"],computed:{propsAndAttrsToForward(){const e={undo:mi("Undo changes"),close:mi("Clear text"),arrowRight:mi("Save changes")};return{...this.$attrs,...Object.fromEntries(Object.entries(this.$props).filter((([e])=>bi.has(e)))),trailingButtonLabel:this.trailingButtonLabel||e[this.trailingButtonIcon]}}},methods:{focus(){this.$refs.inputField.focus()},select(){this.$refs.inputField.select()},handleInput(e){this.$emit("update:value",e.target.value)}}},(function(){var e=this,t=e._self._c;return t("NcInputField",e._g(e._b({ref:"inputField",on:{input:e.handleInput},scopedSlots:e._u(["search"!==e.type?{key:"trailing-button-icon",fn:function(){return["close"===e.trailingButtonIcon?t("Close",{attrs:{size:20}}):"arrowRight"===e.trailingButtonIcon?t("ArrowRight",{attrs:{size:20}}):"undo"===e.trailingButtonIcon?t("Undo",{attrs:{size:20}}):e._e()]},proxy:!0}:null],null,!0)},"NcInputField",e.propsAndAttrsToForward,!1),e.$listeners),[e._t("default")],2)}),[],0,null,null).exports;function wi(e,t,n){const r=document.querySelector(`#initial-state-${e}-${t}`);if(null===r){if(void 0!==n)return n;throw new Error(`Could not find initial state ${t} of ${e}`)}try{return JSON.parse(atob(r.value))}catch(n){throw new Error(`Could not parse initial state ${t} of ${e}`)}}function _i(e,t,n,r,a,o,i,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:u}}const Ci=_i({name:"EmailIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon email-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,xi={name:"RegistrationEmail",components:{NcButton:Ko,NcTextField:yi,NcNoteCard:ri,Email:Ci},data:()=>({emailIsOptional:wi("registration","emailIsOptional"),message:wi("registration","message"),requesttoken:Oo(),disableEmailVerification:wi("registration","disableEmailVerification"),isLoginFlow:wi("registration","isLoginFlow"),loginFormLink:wi("registration","loginFormLink")}),computed:{emailLabel(){return this.emailIsOptional?t("registration","Email (optional)"):t("registration","Email")},submitValue(){return this.emailIsOptional||this.disableEmailVerification?t("registration","Continue"):this.isLoginFlow?t("registration","Request verification code"):t("registration","Request verification link")}}};var Ei=r(859),Si={};Si.styleTagTransform=qo(),Si.setAttributes=Mo(),Si.insert=Uo().bind(null,"head"),Si.domAPI=Do(),Si.insertStyleElement=Ho();Ro()(Ei.A,Si);Ei.A&&Ei.A.locals&&Ei.A.locals;const Ti=_i(xi,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"}},[t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):e._e(),e._v(" "),t("NcTextField",{attrs:{name:"email",type:"email",label:e.emailLabel,"label-visible":!0,required:"",value:"",autofocus:""}},[t("Email",{attrs:{size:20}})],1),e._v(" "),t("div",{attrs:{id:"terms_of_service"}}),e._v(" "),t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.submitValue)+"\n\t\t\t")]),e._v(" "),t("NcButton",{attrs:{type:"tertiary",href:e.loginFormLink,wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Back to login"))+"\n\t\t\t")])],1)])])}),[],!1,null,"8a5a0566",null).exports;const ki={name:"Verification",components:{NcButton:Ko,NcTextField:yi,NcNoteCard:ri,ShieldCheck:_i({name:"ShieldCheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon shield-check-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports},data:()=>({message:wi("registration","message"),requesttoken:Oo(),loginFormLink:wi("registration","loginFormLink")})};var Oi=r(7718),Li={};Li.styleTagTransform=qo(),Li.setAttributes=Mo(),Li.insert=Uo().bind(null,"head"),Li.domAPI=Do(),Li.insertStyleElement=Ho();Ro()(Oi.A,Li);Oi.A&&Oi.A.locals&&Oi.A.locals;const Bi=_i(ki,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"}},[t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):e._e(),e._v(" "),t("NcTextField",{attrs:{type:"text",name:"token",label:e.t("registration","Verification code"),"label-visible":!0,required:"",value:"",autofocus:""}},[t("ShieldCheck",{attrs:{size:20}})],1),e._v(" "),t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Verify"))+"\n\t\t\t")]),e._v(" "),t("NcButton",{attrs:{type:"tertiary",href:e.loginFormLink,wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Back to login"))+"\n\t\t\t")])],1)])])}),[],!1,null,"b9ab1c12",null).exports;var Ni=r(3185),Ii={};Ii.styleTagTransform=qo(),Ii.setAttributes=Mo(),Ii.insert=Uo().bind(null,"head"),Ii.domAPI=Do(),Ii.insertStyleElement=Ho();Ro()(Ni.A,Ii);Ni.A&&Ni.A.locals&&Ni.A.locals;var Pi=r(7334);function Ri(e,t){return function(){return e.apply(t,arguments)}}var Fi=r(5606);const{toString:Di}=Object.prototype,{getPrototypeOf:$i}=Object,Ui=(ji=Object.create(null),e=>{const t=Di.call(e);return ji[t]||(ji[t]=t.slice(8,-1).toLowerCase())});var ji;const Mi=e=>(e=e.toLowerCase(),t=>Ui(t)===e),zi=e=>t=>typeof t===e,{isArray:Hi}=Array,Gi=zi("undefined");const qi=Mi("ArrayBuffer");const Vi=zi("string"),Xi=zi("function"),Wi=zi("number"),Yi=e=>null!==e&&"object"==typeof e,Ki=e=>{if("object"!==Ui(e))return!1;const t=$i(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},Ji=Mi("Date"),Zi=Mi("File"),Qi=Mi("Blob"),es=Mi("FileList"),ts=Mi("URLSearchParams"),[ns,rs,as,os]=["ReadableStream","Request","Response","Headers"].map(Mi);function is(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,a;if("object"!=typeof e&&(e=[e]),Hi(e))for(r=0,a=e.length;r0;)if(r=n[a],t===r.toLowerCase())return r;return null}const ls="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,us=e=>!Gi(e)&&e!==ls;const cs=(ps="undefined"!=typeof Uint8Array&&$i(Uint8Array),e=>ps&&e instanceof ps);var ps;const ds=Mi("HTMLFormElement"),fs=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),hs=Mi("RegExp"),vs=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};is(n,((n,a)=>{let o;!1!==(o=t(n,a,e))&&(r[a]=o||n)})),Object.defineProperties(e,r)},ms="abcdefghijklmnopqrstuvwxyz",gs="0123456789",As={DIGIT:gs,ALPHA:ms,ALPHA_DIGIT:ms+ms.toUpperCase()+gs};const bs=Mi("AsyncFunction"),ys=(ws="function"==typeof setImmediate,_s=Xi(ls.postMessage),ws?setImmediate:_s?((e,t)=>(ls.addEventListener("message",(({source:n,data:r})=>{n===ls&&r===e&&t.length&&t.shift()()}),!1),n=>{t.push(n),ls.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e));var ws,_s;const Cs="undefined"!=typeof queueMicrotask?queueMicrotask.bind(ls):void 0!==Fi&&Fi.nextTick||ys,xs={isArray:Hi,isArrayBuffer:qi,isBuffer:function(e){return null!==e&&!Gi(e)&&null!==e.constructor&&!Gi(e.constructor)&&Xi(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Xi(e.append)&&("formdata"===(t=Ui(e))||"object"===t&&Xi(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&qi(e.buffer),t},isString:Vi,isNumber:Wi,isBoolean:e=>!0===e||!1===e,isObject:Yi,isPlainObject:Ki,isReadableStream:ns,isRequest:rs,isResponse:as,isHeaders:os,isUndefined:Gi,isDate:Ji,isFile:Zi,isBlob:Qi,isRegExp:hs,isFunction:Xi,isStream:e=>Yi(e)&&Xi(e.pipe),isURLSearchParams:ts,isTypedArray:cs,isFileList:es,forEach:is,merge:function e(){const{caseless:t}=us(this)&&this||{},n={},r=(r,a)=>{const o=t&&ss(n,a)||a;Ki(n[o])&&Ki(r)?n[o]=e(n[o],r):Ki(r)?n[o]=e({},r):Hi(r)?n[o]=r.slice():n[o]=r};for(let e=0,t=arguments.length;e(is(t,((t,r)=>{n&&Xi(t)?e[r]=Ri(t,n):e[r]=t}),{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(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)},toFlatObject:(e,t,n,r)=>{let a,o,i;const s={};if(t=t||{},null==e)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],r&&!r(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&$i(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Ui,kindOfTest:Mi,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(Hi(e))return e;let t=e.length;if(!Wi(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:ds,hasOwnProperty:fs,hasOwnProp:fs,reduceDescriptors:vs,freezeMethods:e=>{vs(e,((t,n)=>{if(Xi(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];Xi(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return Hi(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:ss,global:ls,isContextDefined:us,ALPHABET:As,generateString:(e=16,t=As.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&Xi(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(Yi(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const a=Hi(e)?[]:{};return is(e,((e,t)=>{const o=n(e,r+1);!Gi(o)&&(a[t]=o)})),t[r]=void 0,a}}return e};return n(e,0)},isAsyncFn:bs,isThenable:e=>e&&(Yi(e)||Xi(e))&&Xi(e.then)&&Xi(e.catch),setImmediate:ys,asap:Cs};function Es(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,this.status=a.status?a.status:null)}xs.inherits(Es,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:xs.toJSONObject(this.config),code:this.code,status:this.status}}});const Ss=Es.prototype,Ts={};["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=>{Ts[e]={value:e}})),Object.defineProperties(Es,Ts),Object.defineProperty(Ss,"isAxiosError",{value:!0}),Es.from=(e,t,n,r,a,o)=>{const i=Object.create(Ss);return xs.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),Es.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const ks=Es;var Os=r(8287).hp;function Ls(e){return xs.isPlainObject(e)||xs.isArray(e)}function Bs(e){return xs.endsWith(e,"[]")?e.slice(0,-2):e}function Ns(e,t,n){return e?e.concat(t).map((function(e,t){return e=Bs(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const Is=xs.toFlatObject(xs,{},null,(function(e){return/^is[A-Z]/.test(e)}));const Ps=function(e,t,n){if(!xs.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=xs.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!xs.isUndefined(t[e])}))).metaTokens,a=n.visitor||u,o=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&xs.isSpecCompliantForm(t);if(!xs.isFunction(a))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(xs.isDate(e))return e.toISOString();if(!s&&xs.isBlob(e))throw new ks("Blob is not supported. Use a Buffer instead.");return xs.isArrayBuffer(e)||xs.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Os.from(e):e}function u(e,n,a){let s=e;if(e&&!a&&"object"==typeof e)if(xs.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(xs.isArray(e)&&function(e){return xs.isArray(e)&&!e.some(Ls)}(e)||(xs.isFileList(e)||xs.endsWith(n,"[]"))&&(s=xs.toArray(e)))return n=Bs(n),s.forEach((function(e,r){!xs.isUndefined(e)&&null!==e&&t.append(!0===i?Ns([n],r,o):null===i?n:n+"[]",l(e))})),!1;return!!Ls(e)||(t.append(Ns(a,n,o),l(e)),!1)}const c=[],p=Object.assign(Is,{defaultVisitor:u,convertValue:l,isVisitable:Ls});if(!xs.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!xs.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),xs.forEach(n,(function(n,o){!0===(!(xs.isUndefined(n)||null===n)&&a.call(t,n,xs.isString(o)?o.trim():o,r,p))&&e(n,r?r.concat(o):[o])})),c.pop()}}(e),t};function Rs(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Fs(e,t){this._pairs=[],e&&Ps(e,this,t)}const Ds=Fs.prototype;Ds.append=function(e,t){this._pairs.push([e,t])},Ds.toString=function(e){const t=e?function(t){return e.call(this,t,Rs)}:Rs;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const $s=Fs;function Us(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function js(e,t,n){if(!t)return e;const r=n&&n.encode||Us,a=n&&n.serialize;let o;if(o=a?a(t,n):xs.isURLSearchParams(t)?t.toString():new $s(t,n).toString(r),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}const Ms=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){xs.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},zs={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Hs={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:$s,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},Gs="undefined"!=typeof window&&"undefined"!=typeof document,qs="object"==typeof navigator&&navigator||void 0,Vs=Gs&&(!qs||["ReactNative","NativeScript","NS"].indexOf(qs.product)<0),Xs="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ws=Gs&&window.location.href||"http://localhost",Ys={...e,...Hs};const Ks=function(e){function t(e,n,r,a){let o=e[a++];if("__proto__"===o)return!0;const i=Number.isFinite(+o),s=a>=e.length;if(o=!o&&xs.isArray(r)?r.length:o,s)return xs.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!i;r[o]&&xs.isObject(r[o])||(r[o]=[]);return t(e,n,r[o],a)&&xs.isArray(r[o])&&(r[o]=function(e){const t={},n=Object.keys(e);let r;const a=n.length;let o;for(r=0;r{t(function(e){return xs.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null};const Js={transitional:zs,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,a=xs.isObject(e);a&&xs.isHTMLForm(e)&&(e=new FormData(e));if(xs.isFormData(e))return r?JSON.stringify(Ks(e)):e;if(xs.isArrayBuffer(e)||xs.isBuffer(e)||xs.isStream(e)||xs.isFile(e)||xs.isBlob(e)||xs.isReadableStream(e))return e;if(xs.isArrayBufferView(e))return e.buffer;if(xs.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Ps(e,new Ys.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Ys.isNode&&xs.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=xs.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Ps(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return a||r?(t.setContentType("application/json",!1),function(e,t,n){if(xs.isString(e))try{return(t||JSON.parse)(e),xs.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Js.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(xs.isResponse(e)||xs.isReadableStream(e))return e;if(e&&xs.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw ks.from(e,ks.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ys.classes.FormData,Blob:Ys.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};xs.forEach(["delete","get","head","post","put","patch"],(e=>{Js.headers[e]={}}));const Zs=Js,Qs=xs.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"]),el=Symbol("internals");function tl(e){return e&&String(e).trim().toLowerCase()}function nl(e){return!1===e||null==e?e:xs.isArray(e)?e.map(nl):String(e)}function rl(e,t,n,r,a){return xs.isFunction(r)?r.call(this,t,n):(a&&(t=n),xs.isString(t)?xs.isString(r)?-1!==t.indexOf(r):xs.isRegExp(r)?r.test(t):void 0:void 0)}class al{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function a(e,t,n){const a=tl(t);if(!a)throw new Error("header name must be a non-empty string");const o=xs.findKey(r,a);(!o||void 0===r[o]||!0===n||void 0===n&&!1!==r[o])&&(r[o||t]=nl(e))}const o=(e,t)=>xs.forEach(e,((e,n)=>a(e,n,t)));if(xs.isPlainObject(e)||e instanceof this.constructor)o(e,t);else if(xs.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))o((e=>{const t={};let n,r,a;return e&&e.split("\n").forEach((function(e){a=e.indexOf(":"),n=e.substring(0,a).trim().toLowerCase(),r=e.substring(a+1).trim(),!n||t[n]&&Qs[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t);else if(xs.isHeaders(e))for(const[t,r]of e.entries())a(r,t,n);else null!=e&&a(t,e,n);return this}get(e,t){if(e=tl(e)){const n=xs.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(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}(e);if(xs.isFunction(t))return t.call(this,e,n);if(xs.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=tl(e)){const n=xs.findKey(this,e);return!(!n||void 0===this[n]||t&&!rl(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function a(e){if(e=tl(e)){const a=xs.findKey(n,e);!a||t&&!rl(0,n[a],a,t)||(delete n[a],r=!0)}}return xs.isArray(e)?e.forEach(a):a(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const a=t[n];e&&!rl(0,this[a],a,e,!0)||(delete this[a],r=!0)}return r}normalize(e){const t=this,n={};return xs.forEach(this,((r,a)=>{const o=xs.findKey(n,a);if(o)return t[o]=nl(r),void delete t[a];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(a):String(a).trim();i!==a&&delete t[a],t[i]=nl(r),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return xs.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&xs.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[el]=this[el]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=tl(e);t[r]||(!function(e,t){const n=xs.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,a){return this[r].call(this,t,e,n,a)},configurable:!0})}))}(n,e),t[r]=!0)}return xs.isArray(e)?e.forEach(r):r(e),this}}al.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),xs.reduceDescriptors(al.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),xs.freezeMethods(al);const ol=al;function il(e,t){const n=this||Zs,r=t||n,a=ol.from(r.headers);let o=r.data;return xs.forEach(e,(function(e){o=e.call(n,o,a.normalize(),t?t.status:void 0)})),a.normalize(),o}function sl(e){return!(!e||!e.__CANCEL__)}function ll(e,t,n){ks.call(this,null==e?"canceled":e,ks.ERR_CANCELED,t,n),this.name="CanceledError"}xs.inherits(ll,ks,{__CANCEL__:!0});const ul=ll;function cl(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new ks("Request failed with status code "+n.status,[ks.ERR_BAD_REQUEST,ks.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const pl=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a,o=0,i=0;return t=void 0!==t?t:1e3,function(s){const l=Date.now(),u=r[i];a||(a=l),n[o]=s,r[o]=l;let c=i,p=0;for(;c!==o;)p+=n[c++],c%=e;if(o=(o+1)%e,o===i&&(i=(i+1)%e),l-a{a=o,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),s=t-a;s>=o?i(e,t):(n=e,r||(r=setTimeout((()=>{r=null,i(n)}),o-s)))},()=>n&&i(n)]},fl=(e,t,n=3)=>{let r=0;const a=pl(50,250);return dl((n=>{const o=n.loaded,i=n.lengthComputable?n.total:void 0,s=o-r,l=a(s);r=o;e({loaded:o,total:i,progress:i?o/i:void 0,bytes:s,rate:l||void 0,estimated:l&&i&&o<=i?(i-o)/l:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},hl=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},vl=e=>(...t)=>xs.asap((()=>e(...t))),ml=Ys.hasStandardBrowserEnv?function(){const e=Ys.navigator&&/(msie|trident)/i.test(Ys.navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=xs.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},gl=Ys.hasStandardBrowserEnv?{write(e,t,n,r,a,o){const i=[e+"="+encodeURIComponent(t)];xs.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),xs.isString(r)&&i.push("path="+r),xs.isString(a)&&i.push("domain="+a),!0===o&&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:()=>null,remove(){}};function Al(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const bl=e=>e instanceof ol?{...e}:e;function yl(e,t){t=t||{};const n={};function r(e,t,n){return xs.isPlainObject(e)&&xs.isPlainObject(t)?xs.merge.call({caseless:n},e,t):xs.isPlainObject(t)?xs.merge({},t):xs.isArray(t)?t.slice():t}function a(e,t,n){return xs.isUndefined(t)?xs.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function o(e,t){if(!xs.isUndefined(t))return r(void 0,t)}function i(e,t){return xs.isUndefined(t)?xs.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,a,o){return o in t?r(n,a):o in e?r(void 0,n):void 0}const l={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:s,headers:(e,t)=>a(bl(e),bl(t),!0)};return xs.forEach(Object.keys(Object.assign({},e,t)),(function(r){const o=l[r]||a,i=o(e[r],t[r],r);xs.isUndefined(i)&&o!==s||(n[r]=i)})),n}const wl=e=>{const t=yl({},e);let n,{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=t;if(t.headers=s=ol.from(s),t.url=js(Al(t.baseURL,t.url),e.params,e.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):""))),xs.isFormData(r))if(Ys.hasStandardBrowserEnv||Ys.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if(!1!==(n=s.getContentType())){const[e,...t]=n?n.split(";").map((e=>e.trim())).filter(Boolean):[];s.setContentType([e||"multipart/form-data",...t].join("; "))}if(Ys.hasStandardBrowserEnv&&(a&&xs.isFunction(a)&&(a=a(t)),a||!1!==a&&ml(t.url))){const e=o&&i&&gl.read(i);e&&s.set(o,e)}return t},_l="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const r=wl(e);let a=r.data;const o=ol.from(r.headers).normalize();let i,s,l,u,c,{responseType:p,onUploadProgress:d,onDownloadProgress:f}=r;function h(){u&&u(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let v=new XMLHttpRequest;function m(){if(!v)return;const r=ol.from("getAllResponseHeaders"in v&&v.getAllResponseHeaders());cl((function(e){t(e),h()}),(function(e){n(e),h()}),{data:p&&"text"!==p&&"json"!==p?v.response:v.responseText,status:v.status,statusText:v.statusText,headers:r,config:e,request:v}),v=null}v.open(r.method.toUpperCase(),r.url,!0),v.timeout=r.timeout,"onloadend"in v?v.onloadend=m:v.onreadystatechange=function(){v&&4===v.readyState&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))&&setTimeout(m)},v.onabort=function(){v&&(n(new ks("Request aborted",ks.ECONNABORTED,e,v)),v=null)},v.onerror=function(){n(new ks("Network Error",ks.ERR_NETWORK,e,v)),v=null},v.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const a=r.transitional||zs;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new ks(t,a.clarifyTimeoutError?ks.ETIMEDOUT:ks.ECONNABORTED,e,v)),v=null},void 0===a&&o.setContentType(null),"setRequestHeader"in v&&xs.forEach(o.toJSON(),(function(e,t){v.setRequestHeader(t,e)})),xs.isUndefined(r.withCredentials)||(v.withCredentials=!!r.withCredentials),p&&"json"!==p&&(v.responseType=r.responseType),f&&([l,c]=fl(f,!0),v.addEventListener("progress",l)),d&&v.upload&&([s,u]=fl(d),v.upload.addEventListener("progress",s),v.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(i=t=>{v&&(n(!t||t.type?new ul(null,e,v):t),v.abort(),v=null)},r.cancelToken&&r.cancelToken.subscribe(i),r.signal&&(r.signal.aborted?i():r.signal.addEventListener("abort",i)));const g=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);g&&-1===Ys.protocols.indexOf(g)?n(new ks("Unsupported protocol "+g+":",ks.ERR_BAD_REQUEST,e)):v.send(a||null)}))},Cl=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,r=new AbortController;const a=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;r.abort(t instanceof ks?t:new ul(t instanceof Error?t.message:t))}};let o=t&&setTimeout((()=>{o=null,a(new ks(`timeout ${t} of ms exceeded`,ks.ETIMEDOUT))}),t);const i=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((e=>e.addEventListener("abort",a)));const{signal:s}=r;return s.unsubscribe=()=>xs.asap(i),s}},xl=function*(e,t){let n=e.byteLength;if(!t||n{const a=async function*(e,t){for await(const n of El(e))yield*xl(n,t)}(e,t);let o,i=0,s=e=>{o||(o=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await a.next();if(t)return s(),void e.close();let o=r.byteLength;if(n){let e=i+=o;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw s(e),e}},cancel:e=>(s(e),a.return())},{highWaterMark:2})},Tl="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,kl=Tl&&"function"==typeof ReadableStream,Ol=Tl&&("function"==typeof TextEncoder?(Ll=new TextEncoder,e=>Ll.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Ll;const Bl=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Nl=kl&&Bl((()=>{let e=!1;const t=new Request(Ys.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),Il=kl&&Bl((()=>xs.isReadableStream(new Response("").body))),Pl={stream:Il&&(e=>e.body)};var Rl;Tl&&(Rl=new Response,["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!Pl[e]&&(Pl[e]=xs.isFunction(Rl[e])?t=>t[e]():(t,n)=>{throw new ks(`Response type '${e}' is not supported`,ks.ERR_NOT_SUPPORT,n)})})));const Fl=async(e,t)=>{const n=xs.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(xs.isBlob(e))return e.size;if(xs.isSpecCompliantForm(e)){const t=new Request(Ys.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return xs.isArrayBufferView(e)||xs.isArrayBuffer(e)?e.byteLength:(xs.isURLSearchParams(e)&&(e+=""),xs.isString(e)?(await Ol(e)).byteLength:void 0)})(t):n},Dl=Tl&&(async e=>{let{url:t,method:n,data:r,signal:a,cancelToken:o,timeout:i,onDownloadProgress:s,onUploadProgress:l,responseType:u,headers:c,withCredentials:p="same-origin",fetchOptions:d}=wl(e);u=u?(u+"").toLowerCase():"text";let f,h=Cl([a,o&&o.toAbortSignal()],i);const v=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let m;try{if(l&&Nl&&"get"!==n&&"head"!==n&&0!==(m=await Fl(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(xs.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=hl(m,fl(vl(l)));r=Sl(n.body,65536,e,t)}}xs.isString(p)||(p=p?"include":"omit");const a="credentials"in Request.prototype;f=new Request(t,{...d,signal:h,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:a?p:void 0});let o=await fetch(f);const i=Il&&("stream"===u||"response"===u);if(Il&&(s||i&&v)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=o[t]}));const t=xs.toFiniteNumber(o.headers.get("content-length")),[n,r]=s&&hl(t,fl(vl(s),!0))||[];o=new Response(Sl(o.body,65536,n,(()=>{r&&r(),v&&v()})),e)}u=u||"text";let g=await Pl[xs.findKey(Pl,u)||"text"](o,e);return!i&&v&&v(),await new Promise(((t,n)=>{cl(t,n,{data:g,headers:ol.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:f})}))}catch(t){if(v&&v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new ks("Network Error",ks.ERR_NETWORK,e,f),{cause:t.cause||t});throw ks.from(t,t&&t.code,e,f)}}),$l={http:null,xhr:_l,fetch:Dl};xs.forEach($l,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const Ul=e=>`- ${e}`,jl=e=>xs.isFunction(e)||null===e||!1===e,Ml=e=>{e=xs.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let o=0;o`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let n=t?e.length>1?"since :\n"+e.map(Ul).join("\n"):" "+Ul(e[0]):"as no adapter specified";throw new ks("There is no suitable adapter to dispatch the request "+n,"ERR_NOT_SUPPORT")}return r};function zl(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ul(null,e)}function Hl(e){zl(e),e.headers=ol.from(e.headers),e.data=il.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Ml(e.adapter||Zs.adapter)(e).then((function(t){return zl(e),t.data=il.call(e,e.transformResponse,t),t.headers=ol.from(t.headers),t}),(function(t){return sl(t)||(zl(e),t&&t.response&&(t.response.data=il.call(e,e.transformResponse,t.response),t.response.headers=ol.from(t.response.headers))),Promise.reject(t)}))}const Gl="1.7.7",ql={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{ql[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Vl={};ql.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.7] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,a,o)=>{if(!1===e)throw new ks(r(a," has been removed"+(t?" in "+t:"")),ks.ERR_DEPRECATED);return t&&!Vl[a]&&(Vl[a]=!0,console.warn(r(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,o)}};const Xl={assertOptions:function(e,t,n){if("object"!=typeof e)throw new ks("options must be an object",ks.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 t=e[o],n=void 0===t||i(t,o,e);if(!0!==n)throw new ks("option "+o+" must be "+n,ks.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new ks("Unknown option "+o,ks.ERR_BAD_OPTION)}},validators:ql},Wl=Xl.validators;class Yl{constructor(e){this.defaults=e,this.interceptors={request:new Ms,response:new Ms}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=yl(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:a}=t;void 0!==n&&Xl.assertOptions(n,{silentJSONParsing:Wl.transitional(Wl.boolean),forcedJSONParsing:Wl.transitional(Wl.boolean),clarifyTimeoutError:Wl.transitional(Wl.boolean)},!1),null!=r&&(xs.isFunction(r)?t.paramsSerializer={serialize:r}:Xl.assertOptions(r,{encode:Wl.function,serialize:Wl.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o=a&&xs.merge(a.common,a[t.method]);a&&xs.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete a[e]})),t.headers=ol.concat(o,a);const i=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,i.unshift(e.fulfilled,e.rejected))}));const l=[];let u;this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)}));let c,p=0;if(!s){const e=[Hl.bind(this),void 0];for(e.unshift.apply(e,i),e.push.apply(e,l),c=e.length,u=Promise.resolve(t);p{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,a){n.reason||(n.reason=new ul(e,r,a),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Jl((function(t){e=t})),cancel:e}}}const Zl=Jl;const Ql={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(Ql).forEach((([e,t])=>{Ql[t]=e}));const eu=Ql;const tu=function e(t){const n=new Kl(t),r=Ri(Kl.prototype.request,n);return xs.extend(r,Kl.prototype,n,{allOwnKeys:!0}),xs.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(yl(t,n))},r}(Zs);tu.Axios=Kl,tu.CanceledError=ul,tu.CancelToken=Zl,tu.isCancel=sl,tu.VERSION=Gl,tu.toFormData=Ps,tu.AxiosError=ks,tu.Cancel=tu.CanceledError,tu.all=function(e){return Promise.all(e)},tu.spread=function(e){return function(t){return e.apply(null,t)}},tu.isAxiosError=function(e){return xs.isObject(e)&&!0===e.isAxiosError},tu.mergeConfig=yl,tu.AxiosHeaders=ol,tu.formToJSON=e=>Ks(xs.isHTMLForm(e)?new FormData(e):e),tu.getAdapter=Ml,tu.HttpStatusCode=eu,tu.default=tu;const nu=tu,ru=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),a=(a=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){const n=a[t];return r.escape?encodeURIComponent("string"==typeof n||"number"==typeof n?n.toString():e):"string"==typeof n||"number"==typeof n?n.toString():e}));var a},au=()=>window.location.protocol+"//"+window.location.host+ou();function ou(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}const iu=Symbol("csrf-retry"),su=Symbol("retryDelay");var lu;const uu=nu.create({headers:{requesttoken:null!=(lu=Oo())?lu:"","X-Requested-With":"XMLHttpRequest"}}),cu=Object.assign(uu,{CancelToken:nu.CancelToken,isCancel:nu.isCancel});cu.interceptors.response.use((e=>e),(e=>async t=>{var n;const{config:r,response:a,request:o}=t,i=null==o?void 0:o.responseURL;if(412===(null==a?void 0:a.status)&&"CSRF check failed"===(null==(n=null==a?void 0:a.data)?void 0:n.message)&&void 0===r[iu]){console.warn("Request to ".concat(i," failed because of a CSRF mismatch. Fetching a new token"));const{data:{token:t}}=await e.get(((e,t,n)=>{var r,a,o;const i=Object.assign({noRewrite:!1},n||{}),s=null!=(r=null==n?void 0:n.baseURL)?r:ou();return!0!==(null==(o=null==(a=null==window?void 0:window.OC)?void 0:a.config)?void 0:o.modRewriteWorking)||i.noRewrite?s+"/index.php"+ru(e,t,n):s+ru(e,t,n)})("/csrftoken"));return console.debug("New request token ".concat(t," fetched")),e.defaults.headers.requesttoken=t,e({...r,headers:{...r.headers,requesttoken:t},[iu]:!0})}return Promise.reject(t)})(cu)),cu.interceptors.response.use((e=>e),(e=>async t=>{var n;const{config:r,response:a,request:o}=t,i=null==o?void 0:o.responseURL,s=null==a?void 0:a.status,l=null==a?void 0:a.headers;if(503===s&&"1"===l["x-nextcloud-maintenance-mode"]&&r.retryIfMaintenanceMode&&(!r[su]||r[su]<=32)){const t=2*(null!=(n=r[su])?n:1);return console.warn("Request to ".concat(i," failed because of maintenance mode. Retrying in ").concat(t,"s")),await new Promise((e=>{setTimeout(e,1e3*t)})),e({...r,[su]:t})}return Promise.reject(t)})(cu)),cu.interceptors.response.use((e=>e),(async e=>{var t;const{config:n,response:r,request:a}=e,o=null==a?void 0:a.responseURL;return 401===(null==r?void 0:r.status)&&"Current user is not logged in"===(null==(t=null==r?void 0:r.data)?void 0:t.message)&&n.reloadExpiredSession&&(null==window?void 0:window.location)&&(console.error("Request to ".concat(o," failed because the user session expired. Reloading the page …")),window.location.reload()),Promise.reject(e)})),function(e){ko.push(e)}((e=>{uu.defaults.headers.requesttoken=e}));var pu=(e=>(e[e.Debug=0]="Debug",e[e.Info=1]="Info",e[e.Warn=2]="Warn",e[e.Error=3]="Error",e[e.Fatal=4]="Fatal",e))(pu||{}),du=Object.defineProperty,fu=(e,t,n)=>(((e,t,n)=>{t in e?du(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(e,"symbol"!=typeof t?t+"":t,n),n);class hu{constructor(e){fu(this,"context"),this.context=e||{}}formatMessage(e,t,n){let r="["+pu[t].toUpperCase()+"] ";return n&&n.app&&(r+=n.app+": "),"string"==typeof e?r+e:(r+="Unexpected ".concat(e.name),e.message&&(r+=' "'.concat(e.message,'"')),t===pu.Debug&&e.stack&&(r+="\n\nStack trace:\n".concat(e.stack)),r)}log(e,t,n){var r,a;if(!("number"==typeof(null==(r=this.context)?void 0:r.level)&&e<(null==(a=this.context)?void 0:a.level)))switch("object"==typeof t&&void 0===(null==n?void 0:n.error)&&(n.error=t),e){case pu.Debug:console.debug(this.formatMessage(t,pu.Debug,n),n);break;case pu.Info:console.info(this.formatMessage(t,pu.Info,n),n);break;case pu.Warn:console.warn(this.formatMessage(t,pu.Warn,n),n);break;case pu.Error:console.error(this.formatMessage(t,pu.Error,n),n);break;case pu.Fatal:default:console.error(this.formatMessage(t,pu.Fatal,n),n)}}debug(e,t){this.log(pu.Debug,e,Object.assign({},this.context,t))}info(e,t){this.log(pu.Info,e,Object.assign({},this.context,t))}warn(e,t){this.log(pu.Warn,e,Object.assign({},this.context,t))}error(e,t){this.log(pu.Error,e,Object.assign({},this.context,t))}fatal(e,t){this.log(pu.Fatal,e,Object.assign({},this.context,t))}}function vu(e){return new hu(e)}var mu=Object.defineProperty,gu=(e,t,n)=>(((e,t,n)=>{t in e?mu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(e,"symbol"!=typeof t?t+"":t,n),n);class Au{constructor(e){gu(this,"context"),gu(this,"factory"),this.context={},this.factory=e}setApp(e){return this.context.app=e,this}setLogLevel(e){return this.context.level=e,this}setUid(e){return this.context.uid=e,this}detectUser(){const e=function(){if(void 0!==No)return No;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=Io(e,"data-user");return null===t?(No=null,No):(No={uid:t,displayName:Io(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},No)}();return null!==e&&(this.context.uid=e.uid),this}detectLogLevel(){const e=this,t=()=>{var n,r;"complete"===document.readyState||"interactive"===document.readyState?(e.context.level=null!=(r=null==(n=window._oc_config)?void 0:n.loglevel)?r:pu.Warn,window._oc_debug&&(e.context.level=pu.Debug),document.removeEventListener("readystatechange",t)):document.addEventListener("readystatechange",t)};return t(),this}build(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}function bu(){return new Au(vu)}const yu=Wo({name:"EyeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;const wu=Wo({name:"EyeOffIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-off-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;gi([{l:"af",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ar",t:{"Hide password":{v:["إخفاء كلمة المرور"]},"Password is secure":{v:["كلمة المرور مُؤمّنة"]},"Show password":{v:["أظهِر كلمة المرور"]}}},{l:"ast",t:{"Hide password":{v:["Anubrir la contraseña"]},"Password is secure":{v:["La contraseña ye segura"]},"Show password":{v:["Amosar la contraseña"]}}},{l:"az",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"be",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bg",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bn_BD",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"br",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bs",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ca",t:{"Hide password":{v:["Amagar contrasenya"]},"Password is secure":{v:["Contrasenya segura
"]},"Show password":{v:["Mostrar contrasenya"]}}},{l:"cs",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"cs_CZ",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"cy_GB",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"da",t:{"Hide password":{v:["Skjul kodeord"]},"Password is secure":{v:["Kodeordet er sikkert"]},"Show password":{v:["Vis kodeord"]}}},{l:"de",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"de_DE",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"el",t:{"Hide password":{v:["Απόκρυψη κωδικού πρόσβασης"]},"Password is secure":{v:["Ο κωδικός πρόσβασης είναι ασφαλής"]},"Show password":{v:["Εμφάνιση κωδικού πρόσβασης"]}}},{l:"en_GB",t:{"Hide password":{v:["Hide password"]},"Password is secure":{v:["Password is secure"]},"Show password":{v:["Show password"]}}},{l:"eo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_419",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_AR",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_CL",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_CO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_CR",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_DO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_EC",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_GT",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_HN",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_MX",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_NI",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PA",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PR",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_SV",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_UY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"et_EE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"eu",t:{"Hide password":{v:["Ezkutatu pasahitza"]},"Password is secure":{v:["Pasahitza segurua da"]},"Show password":{v:["Erakutsi pasahitza"]}}},{l:"fa",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"fi",t:{"Hide password":{v:["Piilota salasana"]},"Password is secure":{v:["Salasana on turvallinen"]},"Show password":{v:["Näytä salasana"]}}},{l:"fo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"fr",t:{"Hide password":{v:["Cacher le mot de passe"]},"Password is secure":{v:["Le mot de passe est sécurisé"]},"Show password":{v:["Afficher le mot de passe"]}}},{l:"ga",t:{"Hide password":{v:["Folaigh pasfhocal"]},"Password is secure":{v:["Tá pasfhocal slán"]},"Show password":{v:["Taispeáin pasfhocal"]}}},{l:"gd",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"gl",t:{"Hide password":{v:["Agochar o contrasinal"]},"Password is secure":{v:["O contrasinal é seguro"]},"Show password":{v:["Amosar o contrasinal"]}}},{l:"he",t:{"Hide password":{v:["הסתרת סיסמה"]},"Password is secure":{v:["הסיסמה מאובטחת"]},"Show password":{v:["הצגת סיסמה"]}}},{l:"hi_IN",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hr",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hsb",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hu",t:{"Hide password":{v:["Jelszó elrejtése"]},"Password is secure":{v:["A jelszó biztonságos"]},"Show password":{v:["Jelszó megjelenítése"]}}},{l:"hy",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ia",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"id",t:{"Hide password":{v:["Sembunyikan sandi"]},"Password is secure":{v:["Kata sandi sudah aman"]},"Show password":{v:["Tampilkan sandi"]}}},{l:"ig",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"is",t:{"Hide password":{v:["Fela lykilorð"]},"Password is secure":{v:["Lykilorðið er öruggt"]},"Show password":{v:["Birta lykilorð"]}}},{l:"it",t:{"Hide password":{v:["Nascondi la password"]},"Password is secure":{v:["La password è sicura"]},"Show password":{v:["Mostra la password"]}}},{l:"ja",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ja_JP",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ka",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ka_GE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kab",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"km",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kn",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ko",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"la",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lb",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lt_LT",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lv",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mn",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mr",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ms_MY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"my",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"nb",t:{"Hide password":{v:["Skjul passord"]},"Password is secure":{v:["Passordet er sikkert"]},"Show password":{v:["Vis passord"]}}},{l:"ne",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"nl",t:{"Hide password":{v:["Verberg wachtwoord"]},"Password is secure":{v:["Wachtwoord is veilig"]},"Show password":{v:["Toon wachtwoord"]}}},{l:"nn_NO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"oc",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"pl",t:{"Hide password":{v:["Ukryj hasło"]},"Password is secure":{v:["Hasło jest bezpieczne"]},"Show password":{v:["Pokaż hasło"]}}},{l:"ps",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"pt_BR",t:{"Hide password":{v:["Ocultar a senha"]},"Password is secure":{v:["A senha é segura"]},"Show password":{v:["Mostrar senha"]}}},{l:"pt_PT",t:{"Hide password":{v:["Ocultar a senha"]},"Password is secure":{v:["A senha é segura"]},"Show password":{v:["Mostrar senha"]}}},{l:"ro",t:{"Hide password":{v:["Ascunde parola"]},"Password is secure":{v:["Parola este sigură"]},"Show password":{v:["Arată parola"]}}},{l:"ru",t:{"Hide password":{v:["Скрыть пароль"]},"Password is secure":{v:["Пароль надежный"]},"Show password":{v:["Показать пароль"]}}},{l:"sc",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"si",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sl",t:{"Hide password":{v:["Skrij geslo"]},"Password is secure":{v:["Geslo je varno"]},"Show password":{v:["Pokaži geslo"]}}},{l:"sq",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sr",t:{"Hide password":{v:["Сакриј лозинку"]},"Password is secure":{v:["Лозинка је безбедна"]},"Show password":{v:["Прикажи лозинку"]}}},{l:"sr@latin",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sv",t:{"Hide password":{v:["Göm lössenordet"]},"Password is secure":{v:["Lössenordet är säkert"]},"Show password":{v:["Visa lössenordet"]}}},{l:"sw",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ta",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"th",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"tk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"tr",t:{"Hide password":{v:["Parolayı gizle"]},"Password is secure":{v:["Parola güvenli"]},"Show password":{v:["Parolayı görüntüle"]}}},{l:"ug",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"uk",t:{"Hide password":{v:["Приховати пароль"]},"Password is secure":{v:["Пароль безпечний"]},"Show password":{v:["Показати пароль"]}}},{l:"ur_PK",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"uz",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"vi",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"zh_CN",t:{"Hide password":{v:["隐藏密码"]},"Password is secure":{v:["密码安全"]},"Show password":{v:["显示密码"]}}},{l:"zh_HK",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼是安全的"]},"Show password":{v:["顯示密碼"]}}},{l:"zh_TW",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼安全"]},"Show password":{v:["顯示密碼"]}}},{l:"zu_ZA",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}}]);const _u=bu().detectUser().setApp("@nextcloud/vue").build(),Cu=wi("core","capabilities",{}).password_policy||null,xu=new Set(Object.keys(ii.props)),Eu={name:"NcPasswordField",components:{NcInputField:ii,Eye:yu,EyeOff:wu},inheritAttrs:!1,props:{" ":{},...ii.props,showTrailingButton:{type:Boolean,default:!0},trailingButtonLabel:void 0,checkPasswordStrength:{type:Boolean,default:!1},minlength:{type:Number,default:0},maxlength:{type:Number,default:null},asText:{type:Boolean,default:!1}},emits:["valid","invalid","update:value"],data:()=>({isPasswordHidden:!0,internalHelpMessage:"",isValid:null}),computed:{computedError(){return this.error||!1===this.isValid},computedSuccess(){return this.success||!0===this.isValid},computedHelperText(){return this.helperText.length>0?this.helperText:this.internalHelpMessage},rules(){const{minlength:e}=this;return{minlength:null!=e?e:null==Cu?void 0:Cu.minLength}},trailingButtonLabelPassword(){return this.isPasswordHidden?mi("Show password"):mi("Hide password")},propsAndAttrsToForward(){return{...this.$attrs,...Object.fromEntries(Object.entries(this.$props).filter((([e])=>xu.has(e))))}}},watch:{value(e){if(this.checkPasswordStrength){if(null===Cu)return;this.checkPassword(e)}}},methods:{focus(){this.$refs.inputField.focus()},select(){this.$refs.inputField.select()},handleInput(e){this.$emit("update:value",e.target.value)},togglePasswordVisibility(){this.isPasswordHidden=!this.isPasswordHidden},checkPassword:Pi((async function(e){try{const{data:t}=await cu.post(((e,t,n)=>{var r;const a=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return(null!=(r=null==n?void 0:n.baseURL)?r:au())+"/ocs/v"+a+".php"+ru(e,t,n)})("apps/password_policy/api/v1/validate"),{password:e});if(this.isValid=t.ocs.data.passed,t.ocs.data.passed)return this.internalHelpMessage=mi("Password is secure"),void this.$emit("valid");this.internalHelpMessage=t.ocs.data.reason,this.$emit("invalid")}catch(e){_u.error("Password policy returned an error",e)}}),500)}};const Su={name:"User",components:{NcButton:Ko,NcNoteCard:ri,NcTextField:yi,NcPasswordField:Wo(Eu,(function(){var e=this,t=e._self._c;return t("NcInputField",e._g(e._b({ref:"inputField",attrs:{type:e.isPasswordHidden&&!e.asText?"password":"text","trailing-button-label":e.trailingButtonLabelPassword,"helper-text":e.computedHelperText,error:e.computedError,success:e.computedSuccess,minlength:e.rules.minlength,"input-class":{"password-field__input--secure-text":e.isPasswordHidden&&e.asText}},on:{"trailing-button-click":e.togglePasswordVisibility,input:e.handleInput},scopedSlots:e._u([{key:"trailing-button-icon",fn:function(){return[e.isPasswordHidden?t("Eye",{attrs:{size:18}}):t("EyeOff",{attrs:{size:18}})]},proxy:!0}])},"NcInputField",e.propsAndAttrsToForward,!1),e.$listeners),[e._t("default")],2)}),[],0,null,"d984b8e5").exports,Email:Ci,Lock:_i({name:"LockIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon lock-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Phone:_i({name:"PhoneIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon phone-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Account:_i({name:"AccountIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon account-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Key:_i({name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon key-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports},data:()=>({email:wi("registration","email"),emailIsLogin:wi("registration","emailIsLogin"),emailIsOptional:wi("registration","emailIsOptional"),loginname:wi("registration","loginname"),fullname:wi("registration","fullname"),showFullname:wi("registration","showFullname"),enforceFullname:wi("registration","enforceFullname"),phone:wi("registration","phone"),showPhone:wi("registration","showPhone"),enforcePhone:wi("registration","enforcePhone"),message:wi("registration","message"),password:wi("registration","password"),additionalHint:wi("registration","additionalHint"),requesttoken:Oo(),loginFormLink:wi("registration","loginFormLink"),isPasswordHidden:!0,passwordInputType:"password",submitting:!1}),methods:{togglePassword(){"password"===this.passwordInputType?this.passwordInputType="text":this.passwordInputType="password"},onSubmit(){this.submitting=!0}}};var Tu=r(6077),ku={};ku.styleTagTransform=qo(),ku.setAttributes=Mo(),ku.insert=Uo().bind(null,"head"),ku.domAPI=Do(),ku.insertStyleElement=Ho();Ro()(Tu.A,ku);Tu.A&&Tu.A.locals&&Tu.A.locals;const Ou=_i(Su,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"},on:{submit:e.onSubmit}},[t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):t("p",[e._v("\n\t\t\t\t"+e._s(e.t("registration","Welcome, you can create your account below."))+"\n\t\t\t")]),e._v(" "),e.additionalHint?t("NcNoteCard",{attrs:{type:"success"}},[e._v("\n\t\t\t\t"+e._s(e.additionalHint)+"\n\t\t\t")]):e._e(),e._v(" "),!e.emailIsOptional||e.email.length>0?t("NcTextField",{attrs:{value:e.email,type:"email",label:e.t("registration","Email"),"label-visible":!0,name:"email",disabled:""},on:{"update:value":function(t){e.email=t}}},[t("Email",{staticClass:"input__icon",attrs:{size:20}})],1):e._e(),e._v(" "),e.emailIsLogin?t("input",{attrs:{type:"hidden",name:"loginname"},domProps:{value:e.email}}):t("NcTextField",{attrs:{value:e.loginname,type:"text",name:"loginname",label:e.t("registration","Login name"),"label-visible":!0,required:""},on:{"update:value":function(t){e.loginname=t}}},[e.showFullname?t("Key",{staticClass:"input__icon",attrs:{size:20}}):t("Account",{staticClass:"input__icon",attrs:{size:20}})],1),e._v(" "),e.showFullname?t("NcTextField",{attrs:{value:e.fullname,type:"text",name:"fullname",label:e.t("registration","Full name"),"label-visible":!0,required:e.enforceFullname},on:{"update:value":function(t){e.fullname=t}}},[t("Account",{staticClass:"input__icon",attrs:{size:20}})],1):t("input",{attrs:{type:"hidden",name:"fullname",value:""}}),e._v(" "),e.showPhone?t("NcTextField",{attrs:{value:e.phone,type:"text",name:"phone",label:e.t("registration","Phone number"),"label-visible":!0,required:e.enforcePhone},on:{"update:value":function(t){e.phone=t}}},[t("Phone",{staticClass:"input__icon",attrs:{size:20}})],1):t("input",{attrs:{type:"hidden",name:"phone",value:""}}),e._v(" "),t("NcPasswordField",{attrs:{value:e.password,label:e.t("registration","Password"),"label-visible":!0,name:"password",required:""},on:{"update:value":function(t){e.password=t}}},[t("Lock",{staticClass:"input__icon",attrs:{size:20}})],1),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0,disabled:e.submitting||0===e.password.length}},[e._v("\n\t\t\t\t"+e._s(e.submitting?e.t("registration","Loading"):e.t("registration","Create account"))+"\n\t\t\t")])],1)])])}),[],!1,null,"5b6a63d1",null).exports;nr.prototype.t=t,nr.prototype.OC=OC;let Lu=null;document.getElementById("registration_email")&&(Lu=new nr({el:"#registration_email",render:e=>e(Ti)})),document.getElementById("registration_verification")&&(Lu=new nr({el:"#registration_verification",render:e=>e(Bi)})),document.getElementById("registration_user")&&(Lu=new nr({el:"#registration_user",render:e=>e(Ou)}))})()})(); -//# sourceMappingURL=registration-form.js.map?v=d661fc2bc9f2eda365b0 \ No newline at end of file +(()=>{var e={9097:(e,t,n)=>{"use strict";t.c0=function(e){return new r.default(e)};var r=a(n(9457));a(n(432));function a(e){return e&&e.__esModule?e:{default:e}}},432:(e,t)=>{"use strict";function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class r{constructor(e,t,a){n(this,"scope",void 0),n(this,"wrapped",void 0),this.scope="".concat(a?r.GLOBAL_SCOPE_PERSISTENT:r.GLOBAL_SCOPE_VOLATILE,"_").concat(btoa(e),"_"),this.wrapped=t}scopeKey(e){return"".concat(this.scope).concat(e)}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter((e=>e.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}t.default=r,n(r,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),n(r,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},9457:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(432))&&r.__esModule?r:{default:r};function o(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=class{constructor(e){o(this,"appId",void 0),o(this,"persisted",!1),o(this,"clearedOnLogout",!1),this.appId=e}persist(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=e,this}clearOnLogout(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=e,this}build(){return new a.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}},5950:(e,t,n)=>{const r=n(2322),{MAX_LENGTH:a,MAX_SAFE_INTEGER:o}=n(6692),{safeRe:i,t:s}=n(5208),l=n(9901),{compareIdentifiers:u}=n(3229);class c{constructor(e,t){if(t=l(t),e instanceof c){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?i[s.LOOSE]:i[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===u(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=c},8064:(e,t,n)=>{const r=n(5950);e.exports=(e,t)=>new r(e,t).major},8690:(e,t,n)=>{const r=n(5950);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},8711:(e,t,n)=>{const r=n(8690);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},6692:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},2322:(e,t,n)=>{var r=n(5606);const a="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=a},3229:e=>{const t=/^[0-9]+$/,n=(e,n)=>{const r=t.test(e),a=t.test(n);return r&&a&&(e=+e,n=+n),e===n?0:r&&!a?-1:a&&!r?1:en(t,e)}},9901:e=>{const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},5208:(e,t,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:a,MAX_LENGTH:o}=n(6692),i=n(2322),s=(t=e.exports={}).re=[],l=t.safeRe=[],u=t.src=[],c=t.t={};let p=0;const d="[a-zA-Z0-9-]",f=[["\\s",1],["\\d",o],[d,a]],h=(e,t,n)=>{const r=(e=>{for(const[t,n]of f)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),a=p++;i(e,a,t),c[e]=a,u[a]=t,s[a]=new RegExp(t,n?"g":void 0),l[a]=new RegExp(r,n?"g":void 0)};h("NUMERICIDENTIFIER","0|[1-9]\\d*"),h("NUMERICIDENTIFIERLOOSE","\\d+"),h("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),h("MAINVERSION",`(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})`),h("MAINVERSIONLOOSE",`(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})`),h("PRERELEASEIDENTIFIER",`(?:${u[c.NUMERICIDENTIFIER]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASEIDENTIFIERLOOSE",`(?:${u[c.NUMERICIDENTIFIERLOOSE]}|${u[c.NONNUMERICIDENTIFIER]})`),h("PRERELEASE",`(?:-(${u[c.PRERELEASEIDENTIFIER]}(?:\\.${u[c.PRERELEASEIDENTIFIER]})*))`),h("PRERELEASELOOSE",`(?:-?(${u[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[c.PRERELEASEIDENTIFIERLOOSE]})*))`),h("BUILDIDENTIFIER",`${d}+`),h("BUILD",`(?:\\+(${u[c.BUILDIDENTIFIER]}(?:\\.${u[c.BUILDIDENTIFIER]})*))`),h("FULLPLAIN",`v?${u[c.MAINVERSION]}${u[c.PRERELEASE]}?${u[c.BUILD]}?`),h("FULL",`^${u[c.FULLPLAIN]}$`),h("LOOSEPLAIN",`[v=\\s]*${u[c.MAINVERSIONLOOSE]}${u[c.PRERELEASELOOSE]}?${u[c.BUILD]}?`),h("LOOSE",`^${u[c.LOOSEPLAIN]}$`),h("GTLT","((?:<|>)?=?)"),h("XRANGEIDENTIFIERLOOSE",`${u[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),h("XRANGEIDENTIFIER",`${u[c.NUMERICIDENTIFIER]}|x|X|\\*`),h("XRANGEPLAIN",`[v=\\s]*(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:${u[c.PRERELEASE]})?${u[c.BUILD]}?)?)?`),h("XRANGEPLAINLOOSE",`[v=\\s]*(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:${u[c.PRERELEASELOOSE]})?${u[c.BUILD]}?)?)?`),h("XRANGE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAIN]}$`),h("XRANGELOOSE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAINLOOSE]}$`),h("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),h("COERCE",`${u[c.COERCEPLAIN]}(?:$|[^\\d])`),h("COERCEFULL",u[c.COERCEPLAIN]+`(?:${u[c.PRERELEASE]})?`+`(?:${u[c.BUILD]})?(?:$|[^\\d])`),h("COERCERTL",u[c.COERCE],!0),h("COERCERTLFULL",u[c.COERCEFULL],!0),h("LONETILDE","(?:~>?)"),h("TILDETRIM",`(\\s*)${u[c.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",h("TILDE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAIN]}$`),h("TILDELOOSE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAINLOOSE]}$`),h("LONECARET","(?:\\^)"),h("CARETTRIM",`(\\s*)${u[c.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",h("CARET",`^${u[c.LONECARET]}${u[c.XRANGEPLAIN]}$`),h("CARETLOOSE",`^${u[c.LONECARET]}${u[c.XRANGEPLAINLOOSE]}$`),h("COMPARATORLOOSE",`^${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]})$|^$`),h("COMPARATOR",`^${u[c.GTLT]}\\s*(${u[c.FULLPLAIN]})$|^$`),h("COMPARATORTRIM",`(\\s*)${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]}|${u[c.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",h("HYPHENRANGE",`^\\s*(${u[c.XRANGEPLAIN]})\\s+-\\s+(${u[c.XRANGEPLAIN]})\\s*$`),h("HYPHENRANGELOOSE",`^\\s*(${u[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[c.XRANGEPLAINLOOSE]})\\s*$`),h("STAR","(<|>)?=?\\s*\\*"),h("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),h("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},7526:(e,t)=>{"use strict";t.byteLength=function(e){var t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,o=s(e),i=o[0],l=o[1],u=new a(function(e,t,n){return 3*(t+n)/4-n}(0,i,l)),c=0,p=l>0?i-4:i;for(n=0;n>16&255,u[c++]=t>>8&255,u[c++]=255&t;return 2===l&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,u[c++]=255&t),1===l&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t),u},t.fromByteArray=function(e){for(var t,r=e.length,a=r%3,o=[],i=16383,s=0,u=r-a;su?u:s+i));return 1===a?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===a&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),o.join("")};for(var n=[],r=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0;i<64;++i)n[i]=o[i],r[o.charCodeAt(i)]=i;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,r){for(var a,o,i=[],s=t;s>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return i.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},8287:(e,t,n)=>{"use strict";const r=n(7526),a=n(251),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.hp=l,t.IS=50;const i=2147483647;function s(e){if(e>i)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,l.prototype),t}function l(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return p(e)}return u(e,t,n)}function u(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!l.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|v(e,t);let r=s(n);const a=r.write(e,t);return a!==n&&(r=r.slice(0,a)),r}(e,t);if(ArrayBuffer.isView(e))return function(e){if(Y(e,Uint8Array)){const t=new Uint8Array(e);return f(t.buffer,t.byteOffset,t.byteLength)}return d(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Y(e,ArrayBuffer)||e&&Y(e.buffer,ArrayBuffer))return f(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(Y(e,SharedArrayBuffer)||e&&Y(e.buffer,SharedArrayBuffer)))return f(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return l.from(r,t,n);const a=function(e){if(l.isBuffer(e)){const t=0|h(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||K(e.length)?s(0):d(e):"Buffer"===e.type&&Array.isArray(e.data)?d(e.data):void 0}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return l.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function p(e){return c(e),s(e<0?0:0|h(e))}function d(e){const t=e.length<0?0:0|h(e.length),n=s(t);for(let r=0;r=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return 0|e}function v(e,t){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Y(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return X(e).length;default:if(a)return r?-1:V(e).length;t=(""+t).toLowerCase(),a=!0}}function m(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return L(this,t,n);case"utf8":case"utf-8":return S(this,t,n);case"ascii":return k(this,t,n);case"latin1":case"binary":return O(this,t,n);case"base64":return E(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function A(e,t,n,r,a){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),K(n=+n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:b(e,t,n,r,a);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):b(e,[t],n,r,a);throw new TypeError("val must be string, number or Buffer")}function b(e,t,n,r,a){let o,i=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,l/=2,n/=2}function u(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(a){let r=-1;for(o=n;os&&(n=s-l),o=n;o>=0;o--){let n=!0;for(let r=0;ra&&(r=a):r=a;const o=t.length;let i;for(r>o/2&&(r=o/2),i=0;i>8,a=n%256,o.push(a),o.push(r);return o}(t,e.length-n),e,n,r)}function E(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function S(e,t,n){n=Math.min(e.length,n);const r=[];let a=t;for(;a239?4:t>223?3:t>191?2:1;if(a+i<=n){let n,r,s,l;switch(i){case 1:t<128&&(o=t);break;case 2:n=e[a+1],128==(192&n)&&(l=(31&t)<<6|63&n,l>127&&(o=l));break;case 3:n=e[a+1],r=e[a+2],128==(192&n)&&128==(192&r)&&(l=(15&t)<<12|(63&n)<<6|63&r,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:n=e[a+1],r=e[a+2],s=e[a+3],128==(192&n)&&128==(192&r)&&128==(192&s)&&(l=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&s,l>65535&&l<1114112&&(o=l))}}null===o?(o=65533,i=1):o>65535&&(o-=65536,r.push(o>>>10&1023|55296),o=56320|1023&o),r.push(o),a+=i}return function(e){const t=e.length;if(t<=T)return String.fromCharCode.apply(String,e);let n="",r=0;for(;rr.length?(l.isBuffer(t)||(t=l.from(t)),t.copy(r,a)):Uint8Array.prototype.set.call(r,t,a);else{if(!l.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(r,a)}a+=t.length}return r},l.byteLength=v,l.prototype._isBuffer=!0,l.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;tn&&(e+=" ... "),""},o&&(l.prototype[o]=l.prototype.inspect),l.prototype.compare=function(e,t,n,r,a){if(Y(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===a&&(a=this.length),t<0||n>e.length||r<0||a>this.length)throw new RangeError("out of range index");if(r>=a&&t>=n)return 0;if(r>=a)return-1;if(t>=n)return 1;if(this===e)return 0;let o=(a>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0);const s=Math.min(o,i),u=this.slice(r,a),c=e.slice(t,n);for(let e=0;e>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let o=!1;for(;;)switch(r){case"hex":return y(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":case"latin1":case"binary":return _(this,e,t,n);case"base64":return C(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const T=4096;function k(e,t,n){let r="";n=Math.min(e.length,n);for(let a=t;ar)&&(n=r);let a="";for(let r=t;rn)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,a,o){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||te.length)throw new RangeError("Index out of range")}function P(e,t,n,r,a){z(t,r,a,e,n,7);let o=Number(t&BigInt(4294967295));e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,n}function R(e,t,n,r,a){z(t,r,a,e,n,7);let o=Number(t&BigInt(4294967295));e[n+7]=o,o>>=8,e[n+6]=o,o>>=8,e[n+5]=o,o>>=8,e[n+4]=o;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=i,i>>=8,e[n+2]=i,i>>=8,e[n+1]=i,i>>=8,e[n]=i,n+8}function F(e,t,n,r,a,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(e,t,n,r,o){return t=+t,n>>>=0,o||F(e,0,n,4),a.write(e,t,n,r,23,4),n+4}function $(e,t,n,r,o){return t=+t,n>>>=0,o||F(e,0,n,8),a.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e],a=1,o=0;for(;++o>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e+--t],a=1;for(;t>0&&(a*=256);)r+=this[e+--t]*a;return r},l.prototype.readUint8=l.prototype.readUInt8=function(e,t){return e>>>=0,t||N(e,1,this.length),this[e]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||N(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||N(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readBigUInt64LE=Z((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,a=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(r)+(BigInt(a)<>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=t*2**24+65536*this[++e]+256*this[++e]+this[++e],a=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<>>=0,t>>>=0,n||N(e,t,this.length);let r=this[e],a=1,o=0;for(;++o=a&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||N(e,t,this.length);let r=t,a=1,o=this[e+--r];for(;r>0&&(a*=256);)o+=this[e+--r]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},l.prototype.readInt8=function(e,t){return e>>>=0,t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||N(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){e>>>=0,t||N(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readBigInt64LE=Z((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(r)<>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||G(e,this.length-8);const r=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(r)<>>=0,t||N(e,4,this.length),a.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||N(e,4,this.length),a.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||N(e,8,this.length),a.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||N(e,8,this.length),a.read(this,e,!1,52,8)},l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);let a=1,o=0;for(this[t]=255&e;++o>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);let a=n-1,o=1;for(this[t+a]=255&e;--a>=0&&(o*=256);)this[t+a]=e/o&255;return t+n},l.prototype.writeUint8=l.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigUInt64LE=Z((function(e,t=0){return P(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeBigUInt64BE=Z((function(e,t=0){return R(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let a=0,o=1,i=0;for(this[t]=255&e;++a>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let a=n-1,o=1,i=0;for(this[t+a]=255&e;--a>=0&&(o*=256);)e<0&&0===i&&0!==this[t+a+1]&&(i=1),this[t+a]=(e/o|0)-i&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigInt64LE=Z((function(e,t=0){return P(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeBigInt64BE=Z((function(e,t=0){return R(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeFloatLE=function(e,t,n){return D(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return D(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return $(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return $(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function z(e,t,n,r,a,o){if(e>n||e3?0===t||t===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(o+1)}${r}`:`>= -(2${r} ** ${8*(o+1)-1}${r}) and < 2 ** ${8*(o+1)-1}${r}`:`>= ${t}${r} and <= ${n}${r}`,new U.ERR_OUT_OF_RANGE("value",a,e)}!function(e,t,n){H(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||G(t,e.length-(n+1))}(r,a,o)}function H(e,t){if("number"!=typeof e)throw new U.ERR_INVALID_ARG_TYPE(t,"number",e)}function G(e,t,n){if(Math.floor(e)!==e)throw H(e,n),new U.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new U.ERR_BUFFER_OUT_OF_BOUNDS;throw new U.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}j("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),j("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),j("ERR_OUT_OF_RANGE",(function(e,t,n){let r=`The value of "${e}" is out of range.`,a=n;return Number.isInteger(n)&&Math.abs(n)>2**32?a=M(String(n)):"bigint"==typeof n&&(a=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(a=M(a)),a+="n"),r+=` It must be ${t}. Received ${a}`,r}),RangeError);const q=/[^+/0-9A-Za-z-_]/g;function V(e,t){let n;t=t||1/0;const r=e.length;let a=null;const o=[];for(let i=0;i55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&o.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&o.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function X(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function W(e,t,n,r){let a;for(a=0;a=t.length||a>=e.length);++a)t[a+n]=e[a];return a}function Y(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function K(e){return e!=e}const J=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let a=0;a<16;++a)t[r+a]=e[n]+e[a]}return t}();function Z(e){return"undefined"==typeof BigInt?Q:e}function Q(){throw new Error("BigInt not supported")}},603:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-c3d9e0ce] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-c3d9e0ce] {\n --button-size: var(--default-clickable-area);\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\n position: relative;\n width: fit-content;\n overflow: hidden;\n border: 0;\n padding: 0;\n font-size: var(--default-font-size);\n font-weight: bold;\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: var(--button-radius);\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--size-small[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-small, 24px);\n --button-radius: var(--border-radius);\n}\n.button-vue--size-large[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-large, 48px);\n}\n.button-vue *[data-v-c3d9e0ce],\n.button-vue span[data-v-c3d9e0ce] {\n cursor: pointer;\n}\n.button-vue[data-v-c3d9e0ce]:focus {\n outline: none;\n}\n.button-vue[data-v-c3d9e0ce]:disabled {\n cursor: default;\n opacity: 0.5;\n filter: saturate(0.7);\n}\n.button-vue:disabled *[data-v-c3d9e0ce] {\n cursor: default;\n}\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-c3d9e0ce] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\n padding-inline: var(--button-padding) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-c3d9e0ce] {\n height: var(--button-size);\n width: var(--button-size);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-c3d9e0ce] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue--icon-only[data-v-c3d9e0ce] {\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue--text-only[data-v-c3d9e0ce] {\n padding: 0 var(--button-padding);\n}\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\n margin-left: 4px;\n margin-right: 4px;\n}\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\n padding-block: 0;\n padding-inline: var(--default-grid-baseline) var(--button-padding);\n}\n.button-vue--wide[data-v-c3d9e0ce] {\n width: 100%;\n}\n.button-vue[data-v-c3d9e0ce]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element, var(--border-radius));\n background-color: transparent;\n}\n.button-vue--vue-primary[data-v-c3d9e0ce] {\n background-color: var(--color-primary-element);\n color: var(--color-primary-element-text);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-success[data-v-c3d9e0ce] {\n background-color: var(--color-success);\n color: white;\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\n background-color: var(--color-success);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce] {\n background-color: var(--color-warning);\n color: white;\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\n background-color: var(--color-warning);\n}\n.button-vue--vue-error[data-v-c3d9e0ce] {\n background-color: var(--color-error);\n color: white;\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\n background-color: var(--color-error);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcButton-DYJAoXeG.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,4CAA4C;EAC5C,2EAA2E;EAC3E,mHAAmH;EACnH,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;EAChB,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,iBAAiB;EACjB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,mCAAmC;EACnC,0DAA0D;EAC1D,yBAAyB;EACzB,kCAAkC;EAClC,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,gDAAgD;EAChD,qCAAqC;AACvC;AACA;EACE,gDAAgD;AAClD;AACA;;EAEE,eAAe;AACjB;AACA;EACE,aAAa;AACf;AACA;EACE,eAAe;EACf,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,eAAe;AACjB;AACA;EACE,0DAA0D;AAC5D;AACA;EACE,oDAAoD;AACtD;AACA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;AACb;AACA;EACE,oBAAoB;AACtB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kEAAkE;AACpE;AACA;EACE,0BAA0B;EAC1B,yBAAyB;EACzB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,oCAAoC;AACtC;AACA;EACE,gCAAgC;AAClC;AACA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,wHAAwH;EACxH,gBAAgB;EAChB,kEAAkE;AACpE;AACA;EACE,WAAW;AACb;AACA;EACE,oDAAoD;EACpD,6DAA6D;AAC/D;AACA;EACE,oDAAoD;EACpD,iEAAiE;EACjE,6BAA6B;AAC/B;AACA;EACE,8CAA8C;EAC9C,wCAAwC;AAC1C;AACA;EACE,oDAAoD;AACtD;AACA;EACE,8CAA8C;AAChD;AACA;EACE,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,8CAA8C;EAC9C,0DAA0D;AAC5D;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,+CAA+C;AACjD;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,wCAAwC;EACxC,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,oCAAoC;EACpC,YAAY;AACd;AACA;EACE,0CAA0C;AAC5C;AACA;EACE,oCAAoC;AACtC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-c3d9e0ce] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-c3d9e0ce] {\n --button-size: var(--default-clickable-area);\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\n position: relative;\n width: fit-content;\n overflow: hidden;\n border: 0;\n padding: 0;\n font-size: var(--default-font-size);\n font-weight: bold;\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: var(--button-radius);\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--size-small[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-small, 24px);\n --button-radius: var(--border-radius);\n}\n.button-vue--size-large[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-large, 48px);\n}\n.button-vue *[data-v-c3d9e0ce],\n.button-vue span[data-v-c3d9e0ce] {\n cursor: pointer;\n}\n.button-vue[data-v-c3d9e0ce]:focus {\n outline: none;\n}\n.button-vue[data-v-c3d9e0ce]:disabled {\n cursor: default;\n opacity: 0.5;\n filter: saturate(0.7);\n}\n.button-vue:disabled *[data-v-c3d9e0ce] {\n cursor: default;\n}\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-c3d9e0ce] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\n padding-inline: var(--button-padding) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-c3d9e0ce] {\n height: var(--button-size);\n width: var(--button-size);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-c3d9e0ce] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue--icon-only[data-v-c3d9e0ce] {\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue--text-only[data-v-c3d9e0ce] {\n padding: 0 var(--button-padding);\n}\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\n margin-left: 4px;\n margin-right: 4px;\n}\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\n padding-block: 0;\n padding-inline: var(--default-grid-baseline) var(--button-padding);\n}\n.button-vue--wide[data-v-c3d9e0ce] {\n width: 100%;\n}\n.button-vue[data-v-c3d9e0ce]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element, var(--border-radius));\n background-color: transparent;\n}\n.button-vue--vue-primary[data-v-c3d9e0ce] {\n background-color: var(--color-primary-element);\n color: var(--color-primary-element-text);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-success[data-v-c3d9e0ce] {\n background-color: var(--color-success);\n color: white;\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\n background-color: var(--color-success);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce] {\n background-color: var(--color-warning);\n color: white;\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\n background-color: var(--color-warning);\n}\n.button-vue--vue-error[data-v-c3d9e0ce] {\n background-color: var(--color-error);\n color: white;\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\n background-color: var(--color-error);\n}"],sourceRoot:""}]);const s=i},8961:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-374fffac] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-374fffac] {\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\n --input-padding-start: var(--border-radius-large);\n --input-padding-end: var(--border-radius-large);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-374fffac] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-374fffac] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-374fffac] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-374fffac] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-374fffac] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-374fffac] {\n height: var(--default-clickable-area);\n position: relative;\n}\n.input-field__input[data-v-374fffac] {\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\n border-radius: var(--input-border-radius);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\n width: 100%;\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n padding-block: var(--input-border-width-offset);\n}\n.input-field__input[data-v-374fffac]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\n border-color: var(--color-main-text);\n border-width: var(--border-width-input-focused, 2px);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n --input-border-width-offset: 0px;\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-374fffac]:focus {\n cursor: text;\n}\n.input-field__input[data-v-374fffac]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-374fffac]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field__input--success[data-v-374fffac] {\n border-color: var(--color-success) !important;\n}\n.input-field__input--success[data-v-374fffac]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\n border-color: var(--color-error) !important;\n}\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-374fffac] {\n --input-label-font-size: var(--default-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n font-size: var(--input-label-font-size);\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-374fffac] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-374fffac] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-374fffac] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-374fffac] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-374fffac] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n right: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-374fffac] {\n padding-block: 4px;\n padding-inline: var(--border-radius-large);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-374fffac] {\n margin-inline-end: 8px;\n}\n.input-field__helper-text-message--error[data-v-374fffac] {\n color: var(--color-error-text);\n}\n.input-field__helper-text-message--success[data-v-374fffac] {\n color: var(--color-success-text);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcInputField-CQc5dRbY.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,+EAA+E;EAC/E,iDAAiD;EACjD,+CAA+C;EAC/C,kBAAkB;EAClB,WAAW;EACX,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yFAAyF;AAC3F;AACA;EACE,uFAAuF;AACzF;AACA;EACE,gDAAgD;AAClD;AACA;EACE,qCAAqC;EACrC,kBAAkB;AACpB;AACA;EACE,0GAA0G;EAC1G,8CAA8C;EAC9C,6BAA6B;EAC7B,4EAA4E;EAC5E,yCAAyC;EACzC,eAAe;EACf,wCAAwC;EACxC,qCAAqC;EACrC,gCAAgC;EAChC,mCAAmC;EACnC,uBAAuB;EACvB,6FAA6F;EAC7F,WAAW;EACX,qJAAqJ;EACrJ,+CAA+C;AACjD;AACA;EACE,oCAAoC;AACtC;AACA;EACE,oCAAoC;EACpC,oDAAoD;EACpD,6DAA6D;EAC7D,gCAAgC;AAClC;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;AACjB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,6CAA6C;AAC/C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,UAAU;AACZ;AACA;EACE,iDAAiD;EACjD,kBAAkB;EAClB,kEAAkE;EAClE,sBAAsB;EACtB,uCAAuC;EACvC,kEAAkE;EAClE,oDAAoD;EACpD,oCAAoC;EACpC,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,oBAAoB;EACpB,kNAAkN;AACpN;AACA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,gEAAgE;EAChE,gBAAgB;EAChB,4EAA4E;EAC5E,8CAA8C;EAC9C,4CAA4C;EAC5C,4IAA4I;EAC5I,mJAAmJ;AACrJ;AACA;EACE,kBAAkB;EAClB,qCAAqC;EACrC,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,0GAA0G;EAC1G,0FAA0F;AAC5F;AACA;EACE,kBAAkB;EAClB,2CAA2C;EAC3C,6CAA6C;AAC/C;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kBAAkB;EAClB,0CAA0C;EAC1C,aAAa;EACb,mBAAmB;EACnB,oCAAoC;AACtC;AACA;EACE,sBAAsB;AACxB;AACA;EACE,8BAA8B;AAChC;AACA;EACE,gCAAgC;AAClC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-374fffac] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-374fffac] {\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\n --input-padding-start: var(--border-radius-large);\n --input-padding-end: var(--border-radius-large);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-374fffac] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-374fffac] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-374fffac] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-374fffac] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-374fffac] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-374fffac] {\n height: var(--default-clickable-area);\n position: relative;\n}\n.input-field__input[data-v-374fffac] {\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\n border-radius: var(--input-border-radius);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\n width: 100%;\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n padding-block: var(--input-border-width-offset);\n}\n.input-field__input[data-v-374fffac]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\n border-color: var(--color-main-text);\n border-width: var(--border-width-input-focused, 2px);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n --input-border-width-offset: 0px;\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-374fffac]:focus {\n cursor: text;\n}\n.input-field__input[data-v-374fffac]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-374fffac]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field__input--success[data-v-374fffac] {\n border-color: var(--color-success) !important;\n}\n.input-field__input--success[data-v-374fffac]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\n border-color: var(--color-error) !important;\n}\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-374fffac] {\n --input-label-font-size: var(--default-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n font-size: var(--input-label-font-size);\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-374fffac] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-374fffac] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-374fffac] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-374fffac] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-374fffac] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n right: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-374fffac] {\n padding-block: 4px;\n padding-inline: var(--border-radius-large);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-374fffac] {\n margin-inline-end: 8px;\n}\n.input-field__helper-text-message--error[data-v-374fffac] {\n color: var(--color-error-text);\n}\n.input-field__helper-text-message--success[data-v-374fffac] {\n color: var(--color-success-text);\n}"],sourceRoot:""}]);const s=i},7208:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-7df28e9e] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.notecard[data-v-7df28e9e] {\n --note-card-icon-size: 20px;\n --note-card-padding: calc(2 * var(--default-grid-baseline));\n color: var(--color-main-text) !important;\n background-color: var(--note-background) !important;\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\n border-radius: var(--border-radius);\n margin: 1rem 0;\n padding: var(--note-card-padding);\n display: flex;\n flex-direction: row;\n gap: var(--note-card-padding);\n}\n.notecard__heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n font-weight: 600;\n}\n.notecard__icon--heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n margin-block: calc((1lh - 1em) / 2) auto;\n}\n.notecard--success[data-v-7df28e9e] {\n --note-background: rgba(var(--color-success-rgb), 0.1);\n --note-theme: var(--color-success);\n}\n.notecard--info[data-v-7df28e9e] {\n --note-background: rgba(var(--color-info-rgb), 0.1);\n --note-theme: var(--color-info);\n}\n.notecard--error[data-v-7df28e9e] {\n --note-background: rgba(var(--color-error-rgb), 0.1);\n --note-theme: var(--color-error);\n}\n.notecard--warning[data-v-7df28e9e] {\n --note-background: rgba(var(--color-warning-rgb), 0.1);\n --note-theme: var(--color-warning);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcNoteCard-CImn6F9p.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;EAC3B,2DAA2D;EAC3D,wCAAwC;EACxC,mDAAmD;EACnD,yEAAyE;EACzE,mCAAmC;EACnC,cAAc;EACd,iCAAiC;EACjC,aAAa;EACb,mBAAmB;EACnB,6BAA6B;AAC/B;AACA;EACE,qCAAqC;EACrC,gBAAgB;AAClB;AACA;EACE,qCAAqC;EACrC,wCAAwC;AAC1C;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC;AACA;EACE,mDAAmD;EACnD,+BAA+B;AACjC;AACA;EACE,oDAAoD;EACpD,gCAAgC;AAClC;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-7df28e9e] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.notecard[data-v-7df28e9e] {\n --note-card-icon-size: 20px;\n --note-card-padding: calc(2 * var(--default-grid-baseline));\n color: var(--color-main-text) !important;\n background-color: var(--note-background) !important;\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\n border-radius: var(--border-radius);\n margin: 1rem 0;\n padding: var(--note-card-padding);\n display: flex;\n flex-direction: row;\n gap: var(--note-card-padding);\n}\n.notecard__heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n font-weight: 600;\n}\n.notecard__icon--heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n margin-block: calc((1lh - 1em) / 2) auto;\n}\n.notecard--success[data-v-7df28e9e] {\n --note-background: rgba(var(--color-success-rgb), 0.1);\n --note-theme: var(--color-success);\n}\n.notecard--info[data-v-7df28e9e] {\n --note-background: rgba(var(--color-info-rgb), 0.1);\n --note-theme: var(--color-info);\n}\n.notecard--error[data-v-7df28e9e] {\n --note-background: rgba(var(--color-error-rgb), 0.1);\n --note-theme: var(--color-error);\n}\n.notecard--warning[data-v-7df28e9e] {\n --note-background: rgba(var(--color-warning-rgb), 0.1);\n --note-theme: var(--color-warning);\n}"],sourceRoot:""}]);const s=i},3185:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-d984b8e5] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-d984b8e5] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcPasswordField-DWd5gg73.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;AAC7B",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-d984b8e5] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-d984b8e5] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}"],sourceRoot:""}]);const s=i},7813:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-f9992322]{text-align:left}fieldset[data-v-f9992322]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-f9992322]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/RegistrationEmail.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},1394:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-0b136dc2]{text-align:left}fieldset[data-v-0b136dc2]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-0b136dc2]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/User.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},890:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(1354),a=n.n(r),o=n(6314),i=n.n(o)()(a());i.push([e.id,".guest-box[data-v-c13eff6e]{text-align:left}fieldset[data-v-c13eff6e]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-c13eff6e]{box-sizing:border-box}","",{version:3,sources:["webpack://./src/components/Verification.vue"],names:[],mappings:"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA",sourceRoot:""}]);const s=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,a,o){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var s=0;s0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=o),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),a&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=a):c[4]="".concat(a)),t.push(c))}},t}},1354:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(a," */");return[t].concat([o]).join("\n")}return[t].join("\n")}},7334:e=>{function t(e,t=100,n={}){if("function"!=typeof e)throw new TypeError(`Expected the first parameter to be a function, got \`${typeof e}\`.`);if(t<0)throw new RangeError("`wait` must not be negative.");const{immediate:r}="boolean"==typeof n?{immediate:n}:n;let a,o,i,s,l;function u(){const t=a,n=o;return a=void 0,o=void 0,l=e.apply(t,n),l}function c(){const e=Date.now()-s;e=0?i=setTimeout(c,t-e):(i=void 0,r||(l=u()))}const p=function(...e){if(a&&this!==a&&Object.getPrototypeOf(this)===Object.getPrototypeOf(a))throw new Error("Debounced method called with different contexts of the same prototype.");a=this,o=e,s=Date.now();const n=r&&!i;return i||(i=setTimeout(c,t)),n&&(l=u()),l};return p.clear=()=>{i&&(clearTimeout(i),i=void 0)},p.flush=()=>{i&&p.trigger()},p.trigger=()=>{l=u(),p.clear()},p}e.exports.debounce=t,e.exports=t},2838:function(e){e.exports=function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:r,getOwnPropertyDescriptor:a}=Object;let{freeze:o,seal:i,create:s}=Object,{apply:l,construct:u}="undefined"!=typeof Reflect&&Reflect;o||(o=function(e){return e}),i||(i=function(e){return e}),l||(l=function(e,t,n){return e.apply(t,n)}),u||(u=function(e,t){return new e(...t)});const c=C(Array.prototype.forEach),p=C(Array.prototype.pop),d=C(Array.prototype.push),f=C(String.prototype.toLowerCase),h=C(String.prototype.toString),v=C(String.prototype.match),m=C(String.prototype.replace),g=C(String.prototype.indexOf),A=C(String.prototype.trim),b=C(Object.prototype.hasOwnProperty),y=C(RegExp.prototype.test),w=(_=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n1?n-1:0),a=1;a2&&void 0!==arguments[2]?arguments[2]:f;t&&t(e,null);let o=r.length;for(;o--;){let t=r[o];if("string"==typeof t){const e=a(t);e!==t&&(n(r)||(r[o]=e),t=e)}e[t]=!0}return e}function E(e){for(let t=0;t/gm),M=i(/\${[\w\W]*}/gm),z=i(/^data-[\-\w.\u00B7-\uFFFF]/),H=i(/^aria-[\-\w]+$/),G=i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),q=i(/^(?:\w+script|data):/i),V=i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),X=i(/^html$/i),W=i(/^[a-z][.\w]*(-[.\w]+)+$/i);var Y=Object.freeze({__proto__:null,MUSTACHE_EXPR:U,ERB_EXPR:j,TMPLIT_EXPR:M,DATA_ATTR:z,ARIA_ATTR:H,IS_ALLOWED_URI:G,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:V,DOCTYPE_NAME:X,CUSTOM_ELEMENT:W});const K=1,J=3,Z=7,Q=8,ee=9,te=function(){return"undefined"==typeof window?null:window};return function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:te();const r=e=>t(e);if(r.version="3.1.6",r.removed=[],!n||!n.document||n.document.nodeType!==ee)return r.isSupported=!1,r;let{document:a}=n;const i=a,l=i.currentScript,{DocumentFragment:u,HTMLTemplateElement:_,Node:C,Element:E,NodeFilter:U,NamedNodeMap:j=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:M,DOMParser:z,trustedTypes:H}=n,q=E.prototype,V=T(q,"cloneNode"),W=T(q,"remove"),ne=T(q,"nextSibling"),re=T(q,"childNodes"),ae=T(q,"parentNode");if("function"==typeof _){const e=a.createElement("template");e.content&&e.content.ownerDocument&&(a=e.content.ownerDocument)}let oe,ie="";const{implementation:se,createNodeIterator:le,createDocumentFragment:ue,getElementsByTagName:ce}=a,{importNode:pe}=i;let de={};r.isSupported="function"==typeof e&&"function"==typeof ae&&se&&void 0!==se.createHTMLDocument;const{MUSTACHE_EXPR:fe,ERB_EXPR:he,TMPLIT_EXPR:ve,DATA_ATTR:me,ARIA_ATTR:ge,IS_SCRIPT_OR_DATA:Ae,ATTR_WHITESPACE:be,CUSTOM_ELEMENT:ye}=Y;let{IS_ALLOWED_URI:we}=Y,_e=null;const Ce=x({},[...k,...O,...L,...N,...P]);let xe=null;const Ee=x({},[...R,...F,...D,...$]);let Se=Object.seal(s(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Te=null,ke=null,Oe=!0,Le=!0,Be=!1,Ne=!0,Ie=!1,Pe=!0,Re=!1,Fe=!1,De=!1,$e=!1,Ue=!1,je=!1,Me=!0,ze=!1,He=!0,Ge=!1,qe={},Ve=null;const Xe=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let We=null;const Ye=x({},["audio","video","img","source","image","track"]);let Ke=null;const Je=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ze="http://www.w3.org/1998/Math/MathML",Qe="http://www.w3.org/2000/svg",et="http://www.w3.org/1999/xhtml";let tt=et,nt=!1,rt=null;const at=x({},[Ze,Qe,et],h);let ot=null;const it=["application/xhtml+xml","text/html"];let st=null,lt=null;const ut=a.createElement("form"),ct=function(e){return e instanceof RegExp||e instanceof Function},pt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!lt||lt!==e){if(e&&"object"==typeof e||(e={}),e=S(e),ot=-1===it.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,st="application/xhtml+xml"===ot?h:f,_e=b(e,"ALLOWED_TAGS")?x({},e.ALLOWED_TAGS,st):Ce,xe=b(e,"ALLOWED_ATTR")?x({},e.ALLOWED_ATTR,st):Ee,rt=b(e,"ALLOWED_NAMESPACES")?x({},e.ALLOWED_NAMESPACES,h):at,Ke=b(e,"ADD_URI_SAFE_ATTR")?x(S(Je),e.ADD_URI_SAFE_ATTR,st):Je,We=b(e,"ADD_DATA_URI_TAGS")?x(S(Ye),e.ADD_DATA_URI_TAGS,st):Ye,Ve=b(e,"FORBID_CONTENTS")?x({},e.FORBID_CONTENTS,st):Xe,Te=b(e,"FORBID_TAGS")?x({},e.FORBID_TAGS,st):{},ke=b(e,"FORBID_ATTR")?x({},e.FORBID_ATTR,st):{},qe=!!b(e,"USE_PROFILES")&&e.USE_PROFILES,Oe=!1!==e.ALLOW_ARIA_ATTR,Le=!1!==e.ALLOW_DATA_ATTR,Be=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ne=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Ie=e.SAFE_FOR_TEMPLATES||!1,Pe=!1!==e.SAFE_FOR_XML,Re=e.WHOLE_DOCUMENT||!1,$e=e.RETURN_DOM||!1,Ue=e.RETURN_DOM_FRAGMENT||!1,je=e.RETURN_TRUSTED_TYPE||!1,De=e.FORCE_BODY||!1,Me=!1!==e.SANITIZE_DOM,ze=e.SANITIZE_NAMED_PROPS||!1,He=!1!==e.KEEP_CONTENT,Ge=e.IN_PLACE||!1,we=e.ALLOWED_URI_REGEXP||G,tt=e.NAMESPACE||et,Se=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ct(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Se.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ct(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Se.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Se.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ie&&(Le=!1),Ue&&($e=!0),qe&&(_e=x({},P),xe=[],!0===qe.html&&(x(_e,k),x(xe,R)),!0===qe.svg&&(x(_e,O),x(xe,F),x(xe,$)),!0===qe.svgFilters&&(x(_e,L),x(xe,F),x(xe,$)),!0===qe.mathMl&&(x(_e,N),x(xe,D),x(xe,$))),e.ADD_TAGS&&(_e===Ce&&(_e=S(_e)),x(_e,e.ADD_TAGS,st)),e.ADD_ATTR&&(xe===Ee&&(xe=S(xe)),x(xe,e.ADD_ATTR,st)),e.ADD_URI_SAFE_ATTR&&x(Ke,e.ADD_URI_SAFE_ATTR,st),e.FORBID_CONTENTS&&(Ve===Xe&&(Ve=S(Ve)),x(Ve,e.FORBID_CONTENTS,st)),He&&(_e["#text"]=!0),Re&&x(_e,["html","head","body"]),_e.table&&(x(_e,["tbody"]),delete Te.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw w('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw w('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');oe=e.TRUSTED_TYPES_POLICY,ie=oe.createHTML("")}else void 0===oe&&(oe=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+a+" could not be created."),null}}(H,l)),null!==oe&&"string"==typeof ie&&(ie=oe.createHTML(""));o&&o(e),lt=e}},dt=x({},["mi","mo","mn","ms","mtext"]),ft=x({},["foreignobject","annotation-xml"]),ht=x({},["title","style","font","a","script"]),vt=x({},[...O,...L,...B]),mt=x({},[...N,...I]),gt=function(e){d(r.removed,{element:e});try{ae(e).removeChild(e)}catch(t){W(e)}},At=function(e,t){try{d(r.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){d(r.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!xe[e])if($e||Ue)try{gt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},bt=function(e){let t=null,n=null;if(De)e=""+e;else{const t=v(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===ot&&tt===et&&(e=''+e+"");const r=oe?oe.createHTML(e):e;if(tt===et)try{t=(new z).parseFromString(r,ot)}catch(e){}if(!t||!t.documentElement){t=se.createDocument(tt,"template",null);try{t.documentElement.innerHTML=nt?ie:r}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(a.createTextNode(n),o.childNodes[0]||null),tt===et?ce.call(t,Re?"html":"body")[0]:Re?t.documentElement:o},yt=function(e){return le.call(e.ownerDocument||e,e,U.SHOW_ELEMENT|U.SHOW_COMMENT|U.SHOW_TEXT|U.SHOW_PROCESSING_INSTRUCTION|U.SHOW_CDATA_SECTION,null)},wt=function(e){return e instanceof M&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof j)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},_t=function(e){return"function"==typeof C&&e instanceof C},Ct=function(e,t,n){de[e]&&c(de[e],(e=>{e.call(r,t,n,lt)}))},xt=function(e){let t=null;if(Ct("beforeSanitizeElements",e,null),wt(e))return gt(e),!0;const n=st(e.nodeName);if(Ct("uponSanitizeElement",e,{tagName:n,allowedTags:_e}),e.hasChildNodes()&&!_t(e.firstElementChild)&&y(/<[/\w]/g,e.innerHTML)&&y(/<[/\w]/g,e.textContent))return gt(e),!0;if(e.nodeType===Z)return gt(e),!0;if(Pe&&e.nodeType===Q&&y(/<[/\w]/g,e.data))return gt(e),!0;if(!_e[n]||Te[n]){if(!Te[n]&&St(n)){if(Se.tagNameCheck instanceof RegExp&&y(Se.tagNameCheck,n))return!1;if(Se.tagNameCheck instanceof Function&&Se.tagNameCheck(n))return!1}if(He&&!Ve[n]){const t=ae(e)||e.parentNode,n=re(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const a=V(n[r],!0);a.__removalCount=(e.__removalCount||0)+1,t.insertBefore(a,ne(e))}}return gt(e),!0}return e instanceof E&&!function(e){let t=ae(e);t&&t.tagName||(t={namespaceURI:tt,tagName:"template"});const n=f(e.tagName),r=f(t.tagName);return!!rt[e.namespaceURI]&&(e.namespaceURI===Qe?t.namespaceURI===et?"svg"===n:t.namespaceURI===Ze?"svg"===n&&("annotation-xml"===r||dt[r]):Boolean(vt[n]):e.namespaceURI===Ze?t.namespaceURI===et?"math"===n:t.namespaceURI===Qe?"math"===n&&ft[r]:Boolean(mt[n]):e.namespaceURI===et?!(t.namespaceURI===Qe&&!ft[r])&&!(t.namespaceURI===Ze&&!dt[r])&&!mt[n]&&(ht[n]||!vt[n]):!("application/xhtml+xml"!==ot||!rt[e.namespaceURI]))}(e)?(gt(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!y(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ie&&e.nodeType===J&&(t=e.textContent,c([fe,he,ve],(e=>{t=m(t,e," ")})),e.textContent!==t&&(d(r.removed,{element:e.cloneNode()}),e.textContent=t)),Ct("afterSanitizeElements",e,null),!1):(gt(e),!0)},Et=function(e,t,n){if(Me&&("id"===t||"name"===t)&&(n in a||n in ut))return!1;if(Le&&!ke[t]&&y(me,t));else if(Oe&&y(ge,t));else if(!xe[t]||ke[t]){if(!(St(e)&&(Se.tagNameCheck instanceof RegExp&&y(Se.tagNameCheck,e)||Se.tagNameCheck instanceof Function&&Se.tagNameCheck(e))&&(Se.attributeNameCheck instanceof RegExp&&y(Se.attributeNameCheck,t)||Se.attributeNameCheck instanceof Function&&Se.attributeNameCheck(t))||"is"===t&&Se.allowCustomizedBuiltInElements&&(Se.tagNameCheck instanceof RegExp&&y(Se.tagNameCheck,n)||Se.tagNameCheck instanceof Function&&Se.tagNameCheck(n))))return!1}else if(Ke[t]);else if(y(we,m(n,be,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==g(n,"data:")||!We[e])if(Be&&!y(Ae,m(n,be,"")));else if(n)return!1;return!0},St=function(e){return"annotation-xml"!==e&&v(e,ye)},Tt=function(e){Ct("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:xe};let a=t.length;for(;a--;){const o=t[a],{name:i,namespaceURI:s,value:l}=o,u=st(i);let d="value"===i?l:A(l);if(n.attrName=u,n.attrValue=d,n.keepAttr=!0,n.forceKeepAttr=void 0,Ct("uponSanitizeAttribute",e,n),d=n.attrValue,Pe&&y(/((--!?|])>)|<\/(style|title)/i,d)){At(i,e);continue}if(n.forceKeepAttr)continue;if(At(i,e),!n.keepAttr)continue;if(!Ne&&y(/\/>/i,d)){At(i,e);continue}Ie&&c([fe,he,ve],(e=>{d=m(d,e," ")}));const f=st(e.nodeName);if(Et(f,u,d)){if(!ze||"id"!==u&&"name"!==u||(At(i,e),d="user-content-"+d),oe&&"object"==typeof H&&"function"==typeof H.getAttributeType)if(s);else switch(H.getAttributeType(f,u)){case"TrustedHTML":d=oe.createHTML(d);break;case"TrustedScriptURL":d=oe.createScriptURL(d)}try{s?e.setAttributeNS(s,i,d):e.setAttribute(i,d),wt(e)?gt(e):p(r.removed)}catch(e){}}}Ct("afterSanitizeAttributes",e,null)},kt=function e(t){let n=null;const r=yt(t);for(Ct("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ct("uponSanitizeShadowNode",n,null),xt(n)||(n.content instanceof u&&e(n.content),Tt(n));Ct("afterSanitizeShadowDOM",t,null)};return r.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,a=null,o=null,s=null;if(nt=!e,nt&&(e="\x3c!--\x3e"),"string"!=typeof e&&!_t(e)){if("function"!=typeof e.toString)throw w("toString is not a function");if("string"!=typeof(e=e.toString()))throw w("dirty is not a string, aborting")}if(!r.isSupported)return e;if(Fe||pt(t),r.removed=[],"string"==typeof e&&(Ge=!1),Ge){if(e.nodeName){const t=st(e.nodeName);if(!_e[t]||Te[t])throw w("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof C)n=bt("\x3c!----\x3e"),a=n.ownerDocument.importNode(e,!0),a.nodeType===K&&"BODY"===a.nodeName||"HTML"===a.nodeName?n=a:n.appendChild(a);else{if(!$e&&!Ie&&!Re&&-1===e.indexOf("<"))return oe&&je?oe.createHTML(e):e;if(n=bt(e),!n)return $e?null:je?ie:""}n&&De&>(n.firstChild);const l=yt(Ge?e:n);for(;o=l.nextNode();)xt(o)||(o.content instanceof u&&kt(o.content),Tt(o));if(Ge)return e;if($e){if(Ue)for(s=ue.call(n.ownerDocument);n.firstChild;)s.appendChild(n.firstChild);else s=n;return(xe.shadowroot||xe.shadowrootmode)&&(s=pe.call(i,s,!0)),s}let p=Re?n.outerHTML:n.innerHTML;return Re&&_e["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&y(X,n.ownerDocument.doctype.name)&&(p="\n"+p),Ie&&c([fe,he,ve],(e=>{p=m(p,e," ")})),oe&&je?oe.createHTML(p):p},r.setConfig=function(){pt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Fe=!0},r.clearConfig=function(){lt=null,Fe=!1},r.isValidAttribute=function(e,t,n){lt||pt({});const r=st(e),a=st(t);return Et(r,a,n)},r.addHook=function(e,t){"function"==typeof t&&(de[e]=de[e]||[],d(de[e],t))},r.removeHook=function(e){if(de[e])return p(de[e])},r.removeHooks=function(e){de[e]&&(de[e]=[])},r.removeAllHooks=function(){de={}},r}()}()},580:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var n,r=""+e,a=t.exec(r);if(!a)return r;var o="",i=0,s=0;for(i=a.index;i{t.read=function(e,t,n,r,a){var o,i,s=8*a-r-1,l=(1<>1,c=-7,p=n?a-1:0,d=n?-1:1,f=e[t+p];for(p+=d,o=f&(1<<-c)-1,f>>=-c,c+=s;c>0;o=256*o+e[t+p],p+=d,c-=8);for(i=o&(1<<-c)-1,o>>=-c,c+=r;c>0;i=256*i+e[t+p],p+=d,c-=8);if(0===o)o=1-u;else{if(o===l)return i?NaN:1/0*(f?-1:1);i+=Math.pow(2,r),o-=u}return(f?-1:1)*i*Math.pow(2,o-r)},t.write=function(e,t,n,r,a,o){var i,s,l,u=8*o-a-1,c=(1<>1,d=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,h=r?1:-1,v=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=c):(i=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-i))<1&&(i--,l*=2),(t+=i+p>=1?d/l:d*Math.pow(2,1-p))*l>=2&&(i++,l/=2),i+p>=c?(s=0,i=c):i+p>=1?(s=(t*l-1)*Math.pow(2,a),i+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,a),i=0));a>=8;e[n+f]=255&s,f+=h,s/=256,a-=8);for(i=i<0;e[n+f]=255&i,f+=h,i/=256,u-=8);e[n+f-h]|=128*v}},6762:(e,t,n)=>{var r,a="__lodash_hash_undefined__",o=1/0,i="[object Function]",s="[object GeneratorFunction]",l="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,p=/^\./,d=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,f=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,v="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,m="object"==typeof self&&self&&self.Object===Object&&self,g=v||m||Function("return this")(),A=Array.prototype,b=Function.prototype,y=Object.prototype,w=g["__core-js_shared__"],_=(r=/[^.]+$/.exec(w&&w.keys&&w.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",C=b.toString,x=y.hasOwnProperty,E=y.toString,S=RegExp("^"+C.call(x).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),T=g.Symbol,k=A.splice,O=$(g,"Map"),L=$(Object,"create"),B=T?T.prototype:void 0,N=B?B.toString:void 0;function I(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},P.prototype.set=function(e,t){var n=this.__data__,r=F(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},R.prototype.clear=function(){this.__data__={hash:new I,map:new(O||P),string:new I}},R.prototype.delete=function(e){return D(this,e).delete(e)},R.prototype.get=function(e){return D(this,e).get(e)},R.prototype.has=function(e){return D(this,e).has(e)},R.prototype.set=function(e,t){return D(this,e).set(e,t),this};var U=M((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(G(e))return N?N.call(e):"";var t=e+"";return"0"==t&&1/e==-o?"-0":t}(t);var n=[];return p.test(e)&&n.push(""),e.replace(d,(function(e,t,r,a){n.push(r?a.replace(f,"$1"):t||e)})),n}));function j(e){if("string"==typeof e||G(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}function M(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],o=n.cache;if(o.has(a))return o.get(a);var i=e.apply(this,r);return n.cache=o.set(a,i),i};return n.cache=new(M.Cache||R),n}M.Cache=R;var z=Array.isArray;function H(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function G(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&E.call(e)==l}e.exports=function(e,t,n){var r=null==e?void 0:function(e,t){var n;t=function(e,t){if(z(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!G(e))||c.test(e)||!u.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:z(n=t)?n:U(n);for(var r=0,a=t.length;null!=e&&r{"use strict";var r=n(6762),a=n(3016);function o(e){e=e||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",e.sourceLocale&&("string"==typeof e.sourceLocale?this.sourceLocale=e.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in e&&!0===e.debug}e.exports=o,o.prototype.on=function(e,t){this.listeners.push({eventName:e,callback:t})},o.prototype.off=function(e,t){this.listeners=this.listeners.filter((function(n){return 0==(n.eventName===e&&n.callback===t)}))},o.prototype.emit=function(e,t){for(var n=0;n{"use strict";e.exports={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:8!==e&&11!==e?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(e){return 1===e?0:2===e?1:e<7?2:e<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(e){return 1===e||11===e?0:2===e||12===e?1:e>2&&e<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(e){return e%10!=1||e%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(e){return 0!==e}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:3===e?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:0!==e?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(e){return 1===e||e%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(e){return 0===e?0:1===e?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>0&&e%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(e){return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}}},5606:e=>{var t,n,r=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var s,l=[],u=!1,c=-1;function p(){u&&s&&(u=!1,s.length?l=s.concat(l):c=-1,l.length&&d())}function d(){if(!u){var e=i(p);u=!0;for(var t=l.length;t;){for(s=l,l=[];++c1)for(var n=1;n{"use strict";var t=[];function n(e){for(var n=-1,r=0;r{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},5056:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7825:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var a=void 0!==n.layer;a&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,a&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},1113:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},n={};function r(t){var a=n[t];if(void 0!==a)return a.exports;var o=n[t]={id:t,exports:{}};return e[t].call(o.exports,o,o.exports,r),o.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0,(()=>{"use strict";var e={};r.r(e),r.d(e,{hasBrowserEnv:()=>Ls,hasStandardBrowserEnv:()=>Ns,hasStandardBrowserWebWorkerEnv:()=>Is,navigator:()=>Bs,origin:()=>Ps});var n=Object.freeze({}),a=Array.isArray;function o(e){return null==e}function i(e){return null!=e}function s(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function u(e){return"function"==typeof e}function c(e){return null!==e&&"object"==typeof e}var p=Object.prototype.toString;function d(e){return"[object Object]"===p.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return i(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function v(e){return null==e?"":Array.isArray(e)||d(e)&&e.toString===p?JSON.stringify(e,m,2):String(e)}function m(e,t){return t&&t.__v_isRef?t.value:t}function g(e){var t=parseFloat(e);return isNaN(t)?e:t}function A(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a-1)return e.splice(r,1)}}var w=Object.prototype.hasOwnProperty;function _(e,t){return w.call(e,t)}function C(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var x=/-(\w)/g,E=C((function(e){return e.replace(x,(function(e,t){return t?t.toUpperCase():""}))})),S=C((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),T=/\B([A-Z])/g,k=C((function(e){return e.replace(T,"-$1").toLowerCase()})),O=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function L(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function B(e,t){for(var n in t)e[n]=t[n];return e}function N(e){for(var t={},n=0;n0,J=W&&W.indexOf("edge/")>0;W&&W.indexOf("android");var Z=W&&/iphone|ipad|ipod|ios/.test(W);W&&/chrome\/\d+/.test(W),W&&/phantomjs/.test(W);var Q,ee=W&&W.match(/firefox\/(\d+)/),te={}.watch,ne=!1;if(X)try{var re={};Object.defineProperty(re,"passive",{get:function(){ne=!0}}),window.addEventListener("test-passive",null,re)}catch(e){}var ae=function(){return void 0===Q&&(Q=!X&&void 0!==r.g&&r.g.process&&"server"===r.g.process.env.VUE_ENV),Q},oe=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ie(e){return"function"==typeof e&&/native code/.test(e.toString())}var se,le="undefined"!=typeof Symbol&&ie(Symbol)&&"undefined"!=typeof Reflect&&ie(Reflect.ownKeys);se="undefined"!=typeof Set&&ie(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ue=null;function ce(e){void 0===e&&(e=null),e||ue&&ue._scope.off(),ue=e,e&&e._scope.on()}var pe=function(){function e(e,t,n,r,a,o,i,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),de=function(e){void 0===e&&(e="");var t=new pe;return t.text=e,t.isComment=!0,t};function fe(e){return new pe(void 0,void 0,void 0,String(e))}function he(e){var t=new pe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var ve=0,me=[],ge=function(){for(var e=0;e0&&(We((r=Ye(r,"".concat(t||"","_").concat(n)))[0])&&We(c)&&(p[u]=fe(c.text+r[0].text),r.shift()),p.push.apply(p,r)):l(r)?We(c)?p[u]=fe(c.text+r):""!==r&&p.push(fe(r)):We(r)&&We(c)?p[u]=fe(c.text+r.text):(s(e._isVList)&&i(r.tag)&&o(r.key)&&i(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),p.push(r)));return p}function Ke(e,t){var n,r,o,s,l=null;if(a(e)||"string"==typeof e)for(l=new Array(e.length),n=0,r=e.length;n0,s=t?!!t.$stable:!i,l=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&a&&a!==n&&l===a.$key&&!i&&!a.$hasNormal)return a;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=vt(e,r,u,t[u]))}else o={};for(var c in r)c in o||(o[c]=mt(r,c));return t&&Object.isExtensible(t)&&(t._normalized=o),G(o,"$stable",s),G(o,"$key",l),G(o,"$hasNormal",i),o}function vt(e,t,n,r){var o=function(){var t=ue;ce(e);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!a(n)?[n]:Xe(n))&&n[0];return ce(t),n&&(!o||1===n.length&&o.isComment&&!ft(o))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function mt(e,t){return function(){return e[t]}}function gt(e,t,n,r,a){var o=!1;for(var i in t)i in e?t[i]!==n[i]&&(o=!0):(o=!0,At(e,i,r,a));for(var i in e)i in t||(o=!0,delete e[i]);return o}function At(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function bt(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var yt=null;function wt(e,t){return(e.__esModule||le&&"Module"===e[Symbol.toStringTag])&&(e=e.default),c(e)?t.extend(e):e}function _t(e){if(a(e))for(var t=0;tcn&&an[n].id>e.id;)n--;an.splice(n+1,0,e)}else an.push(e);ln||(ln=!0,jt(vn))}}(this)},e.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||c(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'.concat(this.expression,'"');kt(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&y(this.vm._scope.effects,this),this.active){for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function Wt(e,t){qt.$on(e,t)}function Yt(e,t){qt.$off(e,t)}function Kt(e,t){var n=qt;return function r(){null!==t.apply(null,arguments)&&n.$off(e,r)}}function Jt(e,t,n){qt=e,Ge(t,n||{},Wt,Yt,Kt,e),qt=void 0}var Zt=null;function Qt(e){var t=Zt;return Zt=e,function(){Zt=t}}function en(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function tn(e,t){if(t){if(e._directInactive=!1,en(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;ndocument.createEvent("Event").timeStamp&&(dn=function(){return fn.now()})}var hn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function vn(){var e,t;for(pn=dn(),un=!0,an.sort(hn),cn=0;cn-1)if(o&&!_(a,"default"))i=!1;else if(""===i||i===k(e)){var l=$n(String,a.type);(l<0||s-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,!("[object RegExp]"!==p.call(n))&&e.test(t));var n}function Zn(e,t){var n=e.cache,r=e.keys,a=e._vnode,o=e.$vnode;for(var i in n){var s=n[i];if(s){var l=s.name;l&&!t(l)&&Qn(n,i,r,a)}}o.componentOptions.children=void 0}function Qn(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,y(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=Xn++,t._isVue=!0,t.__v_skip=!0,t._scope=new Me(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Nn(Wn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Jt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,a=r&&r.context;e.$slots=pt(t._renderChildren,a),e.$scopedSlots=r?ht(e.$parent,r.data.scopedSlots,e.$slots):n,e._c=function(t,n,r,a){return Et(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return Et(e,t,n,r,a,!0)};var o=r&&r.data;Be(e,"$attrs",o&&o.attrs||n,null,!0),Be(e,"$listeners",t._parentListeners||n,null,!0)}(t),rn(t,"beforeCreate",void 0,!1),function(e){var t=mn(e.$options.inject,e);t&&(Te(!1),Object.keys(t).forEach((function(n){Be(e,n,t[n])})),Te(!0))}(t),Mn(t),function(e){var t=e.$options.provide;if(t){var n=u(t)?t.call(e):t;if(!c(n))return;for(var r=function(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}(e),a=le?Reflect.ownKeys(n):Object.keys(n),o=0;o1?L(n):n;for(var r=L(arguments,1),a='event handler for "'.concat(e,'"'),o=0,i=n.length;oparseInt(this.max)&&Qn(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Qn(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){Zn(e,(function(e){return Jn(t,e)}))})),this.$watch("exclude",(function(t){Zn(e,(function(e){return!Jn(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=_t(e),n=t&&t.componentOptions;if(n){var r=Kn(n),a=this.include,o=this.exclude;if(a&&(!r||!Jn(a,r))||o&&r&&Jn(o,r))return t;var i=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;i[l]?(t.componentInstance=i[l].componentInstance,y(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}},nr={KeepAlive:tr};!function(e){var t={get:function(){return z}};Object.defineProperty(e,"config",t),e.util={warn:En,extend:B,mergeOptions:Nn,defineReactive:Be},e.set=Ne,e.delete=Ie,e.nextTick=jt,e.observable=function(e){return Le(e),e},e.options=Object.create(null),j.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,B(e.options.components,nr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=L(arguments,1);return n.unshift(this),u(e.install)?e.install.apply(e,n):u(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Nn(this.options,e),this}}(e),function(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var o=yn(e)||yn(n.options),i=function(e){this._init(e)};return(i.prototype=Object.create(n.prototype)).constructor=i,i.cid=t++,i.options=Nn(n.options,e),i.super=n,i.options.props&&function(e){var t=e.options.props;for(var n in t)jn(e.prototype,"_props",n)}(i),i.options.computed&&function(e){var t=e.options.computed;for(var n in t)Hn(e.prototype,n,t[n])}(i),i.extend=n.extend,i.mixin=n.mixin,i.use=n.use,j.forEach((function(e){i[e]=n[e]})),o&&(i.options.components[o]=i),i.superOptions=n.options,i.extendOptions=e,i.sealedOptions=B({},i.options),a[r]=i,i}}(e),function(e){j.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&d(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&u(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Yn),Object.defineProperty(Yn.prototype,"$isServer",{get:ae}),Object.defineProperty(Yn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Yn,"FunctionalRenderContext",{value:gn}),Yn.version="2.7.16";var rr=A("style,class"),ar=A("input,textarea,option,select,progress"),or=A("contenteditable,draggable,spellcheck"),ir=A("events,caret,typing,plaintext-only"),sr=function(e,t){return dr(t)||"false"===t?"false":"contenteditable"===e&&ir(t)?t:"true"},lr=A("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),ur="http://www.w3.org/1999/xlink",cr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},pr=function(e){return cr(e)?e.slice(6,e.length):""},dr=function(e){return null==e||!1===e};function fr(e,t){return{staticClass:hr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function hr(e,t){return e?t?e+" "+t:e:t||""}function vr(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r-1?Ur(e,t,n):lr(t)?dr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):or(t)?e.setAttribute(t,sr(t,n)):cr(t)?dr(n)?e.removeAttributeNS(ur,pr(t)):e.setAttributeNS(ur,t,n):Ur(e,t,n)}function Ur(e,t,n){if(dr(n))e.removeAttribute(t);else{if(Y&&!K&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var jr={create:Dr,update:Dr};function Mr(e,t){var n=t.elm,r=t.data,a=e.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var s=function(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=fr(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=fr(t,n.data));return a=t.staticClass,o=t.class,i(a)||i(o)?hr(a,vr(o)):"";var a,o}(t),l=n._transitionClasses;i(l)&&(s=hr(s,vr(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var zr,Hr={create:Mr,update:Mr},Gr="__r",qr="__c";function Vr(e,t,n){var r=zr;return function a(){null!==t.apply(null,arguments)&&Yr(e,a,n,r)}}var Xr=Nt&&!(ee&&Number(ee[1])<=53);function Wr(e,t,n,r){if(Xr){var a=pn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=a||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}zr.addEventListener(e,t,ne?{capture:n,passive:r}:n)}function Yr(e,t,n,r){(r||zr).removeEventListener(e,t._wrapper||t,n)}function Kr(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},r=e.data.on||{};zr=t.elm||e.elm,function(e){if(i(e[Gr])){var t=Y?"change":"input";e[t]=[].concat(e[Gr],e[t]||[]),delete e[Gr]}i(e[qr])&&(e.change=[].concat(e[qr],e.change||[]),delete e[qr])}(n),Ge(n,r,Wr,Yr,Vr,t.context),zr=void 0}}var Jr,Zr={create:Kr,update:Kr,destroy:function(e){return Kr(e,Sr)}};function Qr(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,r,a=t.elm,l=e.data.domProps||{},u=t.data.domProps||{};for(n in(i(u.__ob__)||s(u._v_attr_proxy))&&(u=t.data.domProps=B({},u)),l)n in u||(a[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===l[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var c=o(r)?"":String(r);ea(a,c)&&(a.value=c)}else if("innerHTML"===n&&Ar(a.tagName)&&o(a.innerHTML)){(Jr=Jr||document.createElement("div")).innerHTML="".concat(r,"");for(var p=Jr.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;p.firstChild;)a.appendChild(p.firstChild)}else if(r!==l[n])try{a[n]=r}catch(e){}}}}function ea(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return g(n)!==g(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var ta={create:Qr,update:Qr},na=C((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function ra(e){var t=aa(e.style);return e.staticStyle?B(e.staticStyle,t):t}function aa(e){return Array.isArray(e)?N(e):"string"==typeof e?na(e):e}var oa,ia=/^--/,sa=/\s*!important$/,la=function(e,t,n){if(ia.test(t))e.style.setProperty(t,n);else if(sa.test(n))e.style.setProperty(k(t),n.replace(sa,""),"important");else{var r=ca(t);if(Array.isArray(n))for(var a=0,o=n.length;a-1?t.split(fa).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function va(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(fa).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function ma(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&B(t,ga(e.name||"v")),B(t,e),t}return"string"==typeof e?ga(e):void 0}}var ga=C((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),Aa=X&&!K,ba="transition",ya="animation",wa="transition",_a="transitionend",Ca="animation",xa="animationend";Aa&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(wa="WebkitTransition",_a="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ca="WebkitAnimation",xa="webkitAnimationEnd"));var Ea=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Sa(e){Ea((function(){Ea(e)}))}function Ta(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),ha(e,t))}function ka(e,t){e._transitionClasses&&y(e._transitionClasses,t),va(e,t)}function Oa(e,t,n){var r=Ba(e,t),a=r.type,o=r.timeout,i=r.propCount;if(!a)return n();var s=a===ba?_a:xa,l=0,u=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++l>=i&&u()};setTimeout((function(){l0&&(n=ba,c=i,p=o.length):t===ya?u>0&&(n=ya,c=u,p=l.length):p=(n=(c=Math.max(i,u))>0?i>u?ba:ya:null)?n===ba?o.length:l.length:0,{type:n,timeout:c,propCount:p,hasTransform:n===ba&&La.test(r[wa+"Property"])}}function Na(e,t){for(;e.length1}function $a(e,t){!0!==t.data.show&&Pa(t)}var Ua=function(e){var t,n,r={},u=e.modules,c=e.nodeOps;for(t=0;th?y(e,o(n[g+1])?null:n[g+1].elm,n,f,g,r):f>g&&_(t,p,h)}(p,v,g,n,u):i(g)?(i(e.text)&&c.setTextContent(p,""),y(p,null,g,0,g.length-1,n)):i(v)?_(v,0,v.length-1):i(e.text)&&c.setTextContent(p,""):e.text!==t.text&&c.setTextContent(p,t.text),i(h)&&i(f=h.hook)&&i(f=f.postpatch)&&f(e,t)}}}function S(e,t,n){if(s(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r-1,i.selected!==o&&(i.selected=o);else if(F(Ga(i),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));a||(e.selectedIndex=-1)}}function Ha(e,t){return t.every((function(t){return!F(t,e)}))}function Ga(e){return"_value"in e?e._value:e.value}function qa(e){e.target.composing=!0}function Va(e){e.target.composing&&(e.target.composing=!1,Xa(e.target,"input"))}function Xa(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Wa(e){return!e.componentInstance||e.data&&e.data.transition?e:Wa(e.componentInstance._vnode)}var Ya={bind:function(e,t,n){var r=t.value,a=(n=Wa(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,Pa(n,(function(){e.style.display=o}))):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=Wa(n)).data&&n.data.transition?(n.data.show=!0,r?Pa(n,(function(){e.style.display=e.__vOriginalDisplay})):Ra(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}},Ka={model:ja,show:Ya},Ja={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Za(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Za(_t(t.children)):e}function Qa(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var r in a)t[E(r)]=a[r];return t}function eo(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var to=function(e){return e.tag||ft(e)},no=function(e){return"show"===e.name},ro={name:"transition",props:Ja,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(to)).length){var r=this.mode,a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var o=Za(a);if(!o)return a;if(this._leaving)return eo(e,a);var i="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?i+"comment":i+o.tag:l(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var s=(o.data||(o.data={})).transition=Qa(this),u=this._vnode,c=Za(u);if(o.data.directives&&o.data.directives.some(no)&&(o.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,c)&&!ft(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var p=c.data.transition=B({},s);if("out-in"===r)return this._leaving=!0,qe(p,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),eo(e,a);if("in-out"===r){if(ft(o))return u;var d,f=function(){d()};qe(s,"afterEnter",f),qe(s,"enterCancelled",f),qe(p,"delayLeave",(function(e){d=e}))}}return a}}},ao=B({tag:String,moveClass:String},Ja);function oo(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function io(e){e.data.newPos=e.elm.getBoundingClientRect()}function so(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate(".concat(r,"px,").concat(a,"px)"),o.transitionDuration="0s"}}delete ao.mode;var lo={Transition:ro,TransitionGroup:{props:ao,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var a=Qt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,a(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],o=this.children=[],i=Qa(this),s=0;s-1?yr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:yr[e]=/HTMLUnknownElement/.test(t.toString())},B(Yn.options.directives,Ka),B(Yn.options.components,lo),Yn.prototype.__patch__=X?Ua:I,Yn.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=de),rn(e,"beforeMount"),r=function(){e._update(e._render(),n)},new Xt(e,r,I,{before:function(){e._isMounted&&!e._isDestroyed&&rn(e,"beforeUpdate")}},!0),n=!1;var a=e._preWatchers;if(a)for(var o=0;oe!==t)))}emit(e,t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}let ho=null;var vo=r(9097);let mo;const go=[];function Ao(){return void 0===mo&&(mo=document.head.dataset.requesttoken??null),mo}var bo;let yo;bo=e=>{mo=e.token,go.forEach((e=>{try{e(mo)}catch(e){console.error("Error updating CSRF token observer",e)}}))},(null!==ho?ho:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),ho=void 0!==window?._nc_event_bus?new po(window._nc_event_bus):window._nc_event_bus=new fo,ho)).subscribe("csrf-token-update",bo),(0,vo.c0)("public").persist().build();const wo=(e,t)=>e?e.getAttribute(t):null;var _o=r(5072),Co=r.n(_o),xo=r(7825),Eo=r.n(xo),So=r(7659),To=r.n(So),ko=r(5056),Oo=r.n(ko),Lo=r(540),Bo=r.n(Lo),No=r(1113),Io=r.n(No),Po=r(603),Ro={};function Fo(e,t,n,r,a,o,i,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),o&&(u._scopeId="data-v-"+o),a&&(l=a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:u}}Ro.styleTagTransform=Io(),Ro.setAttributes=Oo(),Ro.insert=To().bind(null,"head"),Ro.domAPI=Eo(),Ro.insertStyleElement=Bo(),Co()(Po.A,Ro),Po.A&&Po.A.locals&&Po.A.locals;const Do={name:"NcButton",inject:{getNcPopoverTriggerAttrs:{from:"NcPopover:trigger:attrs",default:()=>()=>({})}},props:{alignment:{type:String,default:"center",validator:e=>["start","start-reverse","center","center-reverse","end","end-reverse"].includes(e)},disabled:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:e=>["small","normal","large"].includes(e)},type:{type:String,validator:e=>["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].includes(e),default:"secondary"},nativeType:{type:String,validator:e=>-1!==["submit","reset","button"].indexOf(e),default:"button"},wide:{type:Boolean,default:!1},ariaLabel:{type:String,default:null},href:{type:String,default:null},target:{type:String,default:"_self"},download:{type:String,default:null},to:{type:[String,Object],default:null},exact:{type:Boolean,default:!1},ariaHidden:{type:Boolean,default:null},pressed:{type:Boolean,default:null}},emits:["update:pressed","click"],computed:{realType(){return this.pressed?"primary":!1===this.pressed&&"primary"===this.type?"secondary":this.type},flexAlignment(){return this.alignment.split("-")[0]},isReverseAligned(){return this.alignment.includes("-")},ncPopoverTriggerAttrs(){return this.getNcPopoverTriggerAttrs()}},render(e){var t,n,r;const a=!!this.$slots.default,o=null==(t=this.$slots)?void 0:t.icon;a||this.ariaLabel||console.warn("You need to fill either the text or the ariaLabel props in the button component.",{text:null==(r=null==(n=this.$slots.default)?void 0:n[0])?void 0:r.text,ariaLabel:this.ariaLabel},this);const i=this.to||this.href,s=!i&&"boolean"==typeof this.pressed,l=({href:t,navigate:n,isActive:r,isExactActive:l}={})=>e(i?"a":"button",{class:["button-vue","button-vue--size-".concat(this.size),{"button-vue--icon-only":o&&!a,"button-vue--text-only":a&&!o,"button-vue--icon-and-text":o&&a,["button-vue--vue-".concat(this.realType)]:this.realType,"button-vue--wide":this.wide,["button-vue--".concat(this.flexAlignment)]:"center"!==this.flexAlignment,"button-vue--reverse":this.isReverseAligned,active:r,"router-link-exact-active":l}],attrs:{"aria-label":this.ariaLabel,"aria-pressed":s?this.pressed.toString():void 0,disabled:this.disabled,type:i?null:this.nativeType,role:i?"button":null,href:this.to?t:this.href||null,target:i?this.target||"_self":null,rel:i?"nofollow noreferrer noopener":null,download:!this.to&&this.href&&this.download?this.download:null,...this.ncPopoverTriggerAttrs,...this.$attrs},on:{...this.$listeners,click:e=>{s&&this.$emit("update:pressed",!this.pressed),this.$emit("click",e),null==n||n(e)}}},[e("span",{class:"button-vue__wrapper"},[o?e("span",{class:"button-vue__icon",attrs:{"aria-hidden":"true"}},[this.$slots.icon]):null,a?e("span",{class:"button-vue__text"},[this.$slots.default]):null])]);return this.to?e("router-link",{props:{custom:!0,to:this.to,exact:this.exact},scopedSlots:{default:l}}):l()}},$o=Fo(Do,null,null,0,null,"c3d9e0ce").exports;var Uo=r(7208),jo={};jo.styleTagTransform=Io(),jo.setAttributes=Oo(),jo.insert=To().bind(null,"head"),jo.domAPI=Eo(),jo.insertStyleElement=Bo(),Co()(Uo.A,jo),Uo.A&&Uo.A.locals&&Uo.A.locals;const Mo=Fo({name:"CheckboxMarkedCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon checkbox-marked-circle-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,zo=Fo({name:"AlertDecagramIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-decagram-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Ho=Fo({name:"AlertIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Go=Fo({name:"InformationIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon information-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,qo=Fo({name:"NcNoteCard",props:{type:{type:String,default:"warning",validator:e=>["success","info","warning","error"].includes(e)},showAlert:{type:Boolean,default:!1},heading:{type:String,default:""},text:{type:String,default:""}},computed:{shouldShowAlert(){return this.showAlert||"error"===this.type},icon(){switch(this.type){case"error":return zo;case"success":return Mo;case"info":return Go;default:return Ho}},color(){switch(this.type){case"error":return"var(--color-error)";case"success":return"var(--color-success)";case"info":return"var(--color-info)";default:return"var(--color-warning)"}}}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"notecard",class:"notecard--".concat(e.type),attrs:{role:e.shouldShowAlert?"alert":"note"}},[e._t("icon",(function(){return[t(e.icon,{tag:"component",staticClass:"notecard__icon",class:{"notecard__icon--heading":e.heading},attrs:{"fill-color":e.color,size:20}})]})),t("div",[e.heading?t("p",{staticClass:"notecard__heading"},[e._v(" "+e._s(e.heading)+" ")]):e._e(),e._t("default",(function(){return[t("p",{staticClass:"notecard__text"},[e._v(" "+e._s(e.text)+" ")])]}))],2)],2)}),[],0,null,"7df28e9e").exports;var Vo=r(8961),Xo={};Xo.styleTagTransform=Io(),Xo.setAttributes=Oo(),Xo.insert=To().bind(null,"head"),Xo.domAPI=Eo(),Xo.insertStyleElement=Bo(),Co()(Vo.A,Xo),Vo.A&&Vo.A.locals&&Vo.A.locals;const Wo=Fo({name:"NcInputField",components:{NcButton:$o,AlertCircle:Fo({name:"AlertCircleOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-circle-outline-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Check:Fo({name:"CheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon check-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports},inheritAttrs:!1,props:{value:{type:[String,Number],required:!0},type:{type:String,default:"text",validator:e=>["text","password","email","tel","url","search","number"].includes(e)},label:{type:String,default:void 0},labelOutside:{type:Boolean,default:!1},placeholder:{type:String,default:void 0},showTrailingButton:{type:Boolean,default:!1},trailingButtonLabel:{type:String,default:""},success:{type:Boolean,default:!1},error:{type:Boolean,default:!1},helperText:{type:String,default:""},disabled:{type:Boolean,default:!1},pill:{type:Boolean,default:!1},inputClass:{type:[Object,String],default:""}},emits:["update:value","trailing-button-click"],computed:{computedId(){return this.$attrs.id&&""!==this.$attrs.id?this.$attrs.id:this.inputName},inputName:()=>"input"+Math.random().toString(36).replace(/[^a-z]+/g,"").slice(0,5),hasLeadingIcon(){return this.$slots.default},hasTrailingIcon(){return this.success},hasPlaceholder(){return""!==this.placeholder&&void 0!==this.placeholder},computedPlaceholder(){return this.hasPlaceholder?this.placeholder:this.label},isValidLabel(){const e=this.label||this.labelOutside;return e||console.warn("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."),e},ariaDescribedby(){const e=[];return this.helperText.length>0&&e.push("".concat(this.inputName,"-helper-text")),this.$attrs["aria-describedby"]&&e.push(this.$attrs["aria-describedby"]),e.join(" ")||null}},methods:{focus(){this.$refs.input.focus()},select(){this.$refs.input.select()},handleInput(e){this.$emit("update:value","number"===this.type&&"number"==typeof this.value?parseFloat(e.target.value,10):e.target.value)},handleTrailingButtonClick(e){this.$emit("trailing-button-click",e)}}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"input-field",class:{"input-field--disabled":e.disabled,"input-field--label-outside":e.labelOutside||!e.isValidLabel,"input-field--leading-icon":e.hasLeadingIcon,"input-field--trailing-icon":e.showTrailingButton||e.hasTrailingIcon,"input-field--pill":e.pill}},[t("div",{staticClass:"input-field__main-wrapper"},[t("input",e._g(e._b({ref:"input",staticClass:"input-field__input",class:[e.inputClass,{"input-field__input--success":e.success,"input-field__input--error":e.error}],attrs:{id:e.computedId,type:e.type,disabled:e.disabled,placeholder:e.computedPlaceholder,"aria-describedby":e.ariaDescribedby,"aria-live":"polite"},domProps:{value:e.value.toString()},on:{input:e.handleInput}},"input",e.$attrs,!1),e.$listeners)),!e.labelOutside&&e.isValidLabel?t("label",{staticClass:"input-field__label",attrs:{for:e.computedId}},[e._v(" "+e._s(e.label)+" ")]):e._e(),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasLeadingIcon,expression:"hasLeadingIcon"}],staticClass:"input-field__icon input-field__icon--leading"},[e._t("default")],2),e.showTrailingButton?t("NcButton",{staticClass:"input-field__trailing-button",attrs:{type:"tertiary-no-background","aria-label":e.trailingButtonLabel,disabled:e.disabled},on:{click:e.handleTrailingButtonClick},scopedSlots:e._u([{key:"icon",fn:function(){return[e._t("trailing-button-icon")]},proxy:!0}],null,!0)}):e.success||e.error?t("div",{staticClass:"input-field__icon input-field__icon--trailing"},[e.success?t("Check",{staticStyle:{color:"var(--color-success-text)"},attrs:{size:20}}):e.error?t("AlertCircle",{staticStyle:{color:"var(--color-error-text)"},attrs:{size:20}}):e._e()],1):e._e()],1),e.helperText.length>0?t("p",{staticClass:"input-field__helper-text-message",class:{"input-field__helper-text-message--error":e.error,"input-field__helper-text-message--success":e.success},attrs:{id:"".concat(e.inputName,"-helper-text")}},[e.success?t("Check",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e.error?t("AlertCircle",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e._e(),e._v(" "+e._s(e.helperText)+" ")],1):e._e()])}),[],0,null,"374fffac").exports,Yo=Fo({name:"CloseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon close-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Ko=Fo({name:"ArrowRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon arrow-right-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;var Jo=r(2148);r(2838),r(580);var Zo=Object.defineProperty,Qo=(e,t,n)=>(((e,t,n)=>{t in e?Zo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(e,"symbol"!=typeof t?t+"":t,n),n);class ei{constructor(e,t,n){Qo(this,"gt"),this.gt=new Jo({debug:n,sourceLocale:"en"});for(const e in t)this.gt.addTranslations(e,"messages",t[e]);this.gt.setLocale(e)}subtitudePlaceholders(e,t){return e.replace(/{([^{}]*)}/g,((e,n)=>{const r=t[n];return"string"==typeof r||"number"==typeof r?r.toString():e}))}gettext(e,t={}){return this.subtitudePlaceholders(this.gt.gettext(e),t)}ngettext(e,t,n,r={}){return this.subtitudePlaceholders(this.gt.ngettext(e,t,n).replace(/%n/g,n.toString()),r)}}const ti=(new class{constructor(){Qo(this,"locale"),Qo(this,"translations",{}),Qo(this,"debug",!1)}setLanguage(e){return this.locale=e,this}detectLocale(){return this.setLanguage((document.documentElement.lang||"en").replace("-","_"))}addTranslation(e,t){return this.translations[e]=t,this}enableDebugMode(){return this.debug=!0,this}build(){return new ei(this.locale||"en",this.translations,this.debug)}}).detectLocale().build(),ni=(ti.ngettext.bind(ti),ti.gettext.bind(ti)),ri=(...e)=>{e.forEach((e=>{e.registered||(e.forEach((({l:e,t})=>{const n=Object.fromEntries(Object.entries(t).map((([e,t])=>[e,{msgid:e,msgid_plural:t.p,msgstr:t.v}])));ti.gt.catalogs[e]||(ti.gt.catalogs[e]={messages:{translations:{}}}),ti.gt.catalogs[e].messages.translations[""]={...ti.gt.catalogs[e].messages.translations[""],...n}})),e.registered=!0)}))},ai=Fo({name:"UndoVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon undo-variant-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13.5,7A6.5,6.5 0 0,1 20,13.5A6.5,6.5 0 0,1 13.5,20H10V18H13.5C16,18 18,16 18,13.5C18,11 16,9 13.5,9H7.83L10.91,12.09L9.5,13.5L4,8L9.5,2.5L10.92,3.91L7.83,7H13.5M6,18H8V20H6V18Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;ri([{l:"af",t:{"Clear text":{v:[""]}}},{l:"ar",t:{"Clear text":{v:["مَحْوُ النص"]},"Save changes":{v:["حفظ التغييرات"]}}},{l:"ast",t:{"Clear text":{v:["Borrar el testu"]},"Save changes":{v:["Guardar los cambeos"]}}},{l:"az",t:{"Clear text":{v:[""]}}},{l:"be",t:{"Clear text":{v:[""]}}},{l:"bg",t:{"Clear text":{v:[""]}}},{l:"bn_BD",t:{"Clear text":{v:[""]}}},{l:"br",t:{"Clear text":{v:[""]}}},{l:"bs",t:{"Clear text":{v:[""]}}},{l:"ca",t:{"Clear text":{v:["Netejar text"]}}},{l:"cs",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cs_CZ",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cy_GB",t:{"Clear text":{v:[""]}}},{l:"da",t:{"Clear text":{v:["Ryd tekst"]},"Save changes":{v:["Gem ændringer"]}}},{l:"de",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"de_DE",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"el",t:{"Clear text":{v:["Εκκαθάριση κειμένου"]}}},{l:"en_GB",t:{"Clear text":{v:["Clear text"]},"Save changes":{v:["Save changes"]}}},{l:"eo",t:{"Clear text":{v:[""]}}},{l:"es",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_419",t:{"Clear text":{v:[""]}}},{l:"es_AR",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_CL",t:{"Clear text":{v:[""]}}},{l:"es_CO",t:{"Clear text":{v:[""]}}},{l:"es_CR",t:{"Clear text":{v:[""]}}},{l:"es_DO",t:{"Clear text":{v:[""]}}},{l:"es_EC",t:{"Clear text":{v:["Limpiar texto"]}}},{l:"es_GT",t:{"Clear text":{v:[""]}}},{l:"es_HN",t:{"Clear text":{v:[""]}}},{l:"es_MX",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_NI",t:{"Clear text":{v:[""]}}},{l:"es_PA",t:{"Clear text":{v:[""]}}},{l:"es_PE",t:{"Clear text":{v:[""]}}},{l:"es_PR",t:{"Clear text":{v:[""]}}},{l:"es_PY",t:{"Clear text":{v:[""]}}},{l:"es_SV",t:{"Clear text":{v:[""]}}},{l:"es_UY",t:{"Clear text":{v:[""]}}},{l:"et_EE",t:{"Clear text":{v:[""]}}},{l:"eu",t:{"Clear text":{v:["Garbitu testua"]}}},{l:"fa",t:{"Clear text":{v:[""]}}},{l:"fi",t:{"Clear text":{v:["Tyhjennä teksti"]},"Save changes":{v:["Tallenna muutokset"]}}},{l:"fo",t:{"Clear text":{v:[""]}}},{l:"fr",t:{"Clear text":{v:["Effacer le texte"]},"Save changes":{v:["Sauvegarder les changements"]}}},{l:"ga",t:{"Clear text":{v:["Glan téacs"]},"Save changes":{v:["Sabháil na hathruithe"]}}},{l:"gd",t:{"Clear text":{v:[""]}}},{l:"gl",t:{"Clear text":{v:["Limpar o texto"]},"Save changes":{v:["Gardar os cambios"]}}},{l:"he",t:{"Clear text":{v:["פינוי טקסט"]}}},{l:"hi_IN",t:{"Clear text":{v:[""]}}},{l:"hr",t:{"Clear text":{v:[""]}}},{l:"hsb",t:{"Clear text":{v:[""]}}},{l:"hu",t:{"Clear text":{v:["Szöveg törlése"]}}},{l:"hy",t:{"Clear text":{v:[""]}}},{l:"ia",t:{"Clear text":{v:[""]}}},{l:"id",t:{"Clear text":{v:["Bersihkan teks"]},"Save changes":{v:["Simpan perubahan"]}}},{l:"ig",t:{"Clear text":{v:[""]}}},{l:"is",t:{"Clear text":{v:["Hreinsa texta"]},"Save changes":{v:["Vista breytingar"]}}},{l:"it",t:{"Clear text":{v:["Cancella il testo"]},"Save changes":{v:["Salva le modifiche"]}}},{l:"ja",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ja_JP",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ka",t:{"Clear text":{v:[""]}}},{l:"ka_GE",t:{"Clear text":{v:[""]}}},{l:"kab",t:{"Clear text":{v:[""]}}},{l:"kk",t:{"Clear text":{v:[""]}}},{l:"km",t:{"Clear text":{v:[""]}}},{l:"kn",t:{"Clear text":{v:[""]}}},{l:"ko",t:{"Clear text":{v:[""]}}},{l:"la",t:{"Clear text":{v:[""]}}},{l:"lb",t:{"Clear text":{v:[""]}}},{l:"lo",t:{"Clear text":{v:[""]}}},{l:"lt_LT",t:{"Clear text":{v:[""]}}},{l:"lv",t:{"Clear text":{v:[""]}}},{l:"mk",t:{"Clear text":{v:[""]}}},{l:"mn",t:{"Clear text":{v:[""]}}},{l:"mr",t:{"Clear text":{v:[""]}}},{l:"ms_MY",t:{"Clear text":{v:[""]}}},{l:"my",t:{"Clear text":{v:[""]}}},{l:"nb",t:{"Clear text":{v:["Fjern tekst"]},"Save changes":{v:["Lagre endringer"]}}},{l:"ne",t:{"Clear text":{v:[""]}}},{l:"nl",t:{"Clear text":{v:["Wis tekst"]},"Save changes":{v:["Wijzigingen opslaan"]}}},{l:"nn_NO",t:{"Clear text":{v:[""]}}},{l:"oc",t:{"Clear text":{v:[""]}}},{l:"pl",t:{"Clear text":{v:["Wyczyść tekst"]},"Save changes":{v:["Zapisz zmiany"]}}},{l:"ps",t:{"Clear text":{v:[""]}}},{l:"pt_BR",t:{"Clear text":{v:["Limpar texto"]},"Save changes":{v:["Salvar alterações"]}}},{l:"pt_PT",t:{"Clear text":{v:["Limpar texto"]}}},{l:"ro",t:{"Clear text":{v:["Șterge textul"]},"Save changes":{v:["Salvează modificările"]}}},{l:"ru",t:{"Clear text":{v:["Очистить текст"]}}},{l:"sc",t:{"Clear text":{v:[""]}}},{l:"si",t:{"Clear text":{v:[""]}}},{l:"sk",t:{"Clear text":{v:[""]}}},{l:"sl",t:{"Clear text":{v:["Počisti besedilo"]}}},{l:"sq",t:{"Clear text":{v:[""]}}},{l:"sr",t:{"Clear text":{v:["Обриши текст"]},"Save changes":{v:["Сачувај измене"]}}},{l:"sr@latin",t:{"Clear text":{v:[""]}}},{l:"sv",t:{"Clear text":{v:["Ta bort text"]},"Save changes":{v:["Spara ändringar"]}}},{l:"sw",t:{"Clear text":{v:[""]}}},{l:"ta",t:{"Clear text":{v:[""]}}},{l:"th",t:{"Clear text":{v:[""]}}},{l:"tk",t:{"Clear text":{v:[""]}}},{l:"tr",t:{"Clear text":{v:["Metni temizle"]},"Save changes":{v:["Değişiklikleri kaydet"]}}},{l:"ug",t:{"Clear text":{v:[""]}}},{l:"uk",t:{"Clear text":{v:["Очистити текст"]},"Save changes":{v:["Зберегти зміни"]}}},{l:"ur_PK",t:{"Clear text":{v:[""]}}},{l:"uz",t:{"Clear text":{v:[""]}}},{l:"vi",t:{"Clear text":{v:[""]}}},{l:"zh_CN",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_HK",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_TW",t:{"Clear text":{v:["清除文字"]}}},{l:"zu_ZA",t:{"Clear text":{v:[""]}}}],[{l:"af",t:{"Undo changes":{v:[""]}}},{l:"ar",t:{"Undo changes":{v:["تراجَع عن التغييرات"]}}},{l:"ast",t:{"Undo changes":{v:["Desfacer los cambeos"]}}},{l:"az",t:{"Undo changes":{v:[""]}}},{l:"be",t:{"Undo changes":{v:[""]}}},{l:"bg",t:{"Undo changes":{v:[""]}}},{l:"bn_BD",t:{"Undo changes":{v:[""]}}},{l:"br",t:{"Undo changes":{v:[""]}}},{l:"bs",t:{"Undo changes":{v:[""]}}},{l:"ca",t:{"Undo changes":{v:["Desfés els canvis"]}}},{l:"cs",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cs_CZ",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cy_GB",t:{"Undo changes":{v:[""]}}},{l:"da",t:{"Undo changes":{v:["Fortryd ændringer"]}}},{l:"de",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"de_DE",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"el",t:{"Undo changes":{v:["Αναίρεση Αλλαγών"]}}},{l:"en_GB",t:{"Undo changes":{v:["Undo changes"]}}},{l:"eo",t:{"Undo changes":{v:[""]}}},{l:"es",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_419",t:{"Undo changes":{v:[""]}}},{l:"es_AR",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_CL",t:{"Undo changes":{v:[""]}}},{l:"es_CO",t:{"Undo changes":{v:[""]}}},{l:"es_CR",t:{"Undo changes":{v:[""]}}},{l:"es_DO",t:{"Undo changes":{v:[""]}}},{l:"es_EC",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_GT",t:{"Undo changes":{v:[""]}}},{l:"es_HN",t:{"Undo changes":{v:[""]}}},{l:"es_MX",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_NI",t:{"Undo changes":{v:[""]}}},{l:"es_PA",t:{"Undo changes":{v:[""]}}},{l:"es_PE",t:{"Undo changes":{v:[""]}}},{l:"es_PR",t:{"Undo changes":{v:[""]}}},{l:"es_PY",t:{"Undo changes":{v:[""]}}},{l:"es_SV",t:{"Undo changes":{v:[""]}}},{l:"es_UY",t:{"Undo changes":{v:[""]}}},{l:"et_EE",t:{"Undo changes":{v:[""]}}},{l:"eu",t:{"Undo changes":{v:["Aldaketak desegin"]}}},{l:"fa",t:{"Undo changes":{v:[""]}}},{l:"fi",t:{"Undo changes":{v:["Kumoa muutokset"]}}},{l:"fo",t:{"Undo changes":{v:[""]}}},{l:"fr",t:{"Undo changes":{v:["Annuler les changements"]}}},{l:"ga",t:{"Undo changes":{v:["Cealaigh athruithe"]}}},{l:"gd",t:{"Undo changes":{v:[""]}}},{l:"gl",t:{"Undo changes":{v:["Desfacer os cambios"]}}},{l:"he",t:{"Undo changes":{v:["ביטול שינויים"]}}},{l:"hi_IN",t:{"Undo changes":{v:[""]}}},{l:"hr",t:{"Undo changes":{v:[""]}}},{l:"hsb",t:{"Undo changes":{v:[""]}}},{l:"hu",t:{"Undo changes":{v:["Változtatások visszavonása"]}}},{l:"hy",t:{"Undo changes":{v:[""]}}},{l:"ia",t:{"Undo changes":{v:[""]}}},{l:"id",t:{"Undo changes":{v:["Urungkan perubahan"]}}},{l:"ig",t:{"Undo changes":{v:[""]}}},{l:"is",t:{"Undo changes":{v:["Afturkalla breytingar"]}}},{l:"it",t:{"Undo changes":{v:["Cancella i cambiamenti"]}}},{l:"ja",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ja_JP",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ka",t:{"Undo changes":{v:[""]}}},{l:"ka_GE",t:{"Undo changes":{v:[""]}}},{l:"kab",t:{"Undo changes":{v:[""]}}},{l:"kk",t:{"Undo changes":{v:[""]}}},{l:"km",t:{"Undo changes":{v:[""]}}},{l:"kn",t:{"Undo changes":{v:[""]}}},{l:"ko",t:{"Undo changes":{v:[""]}}},{l:"la",t:{"Undo changes":{v:[""]}}},{l:"lb",t:{"Undo changes":{v:[""]}}},{l:"lo",t:{"Undo changes":{v:[""]}}},{l:"lt_LT",t:{"Undo changes":{v:[""]}}},{l:"lv",t:{"Undo changes":{v:[""]}}},{l:"mk",t:{"Undo changes":{v:["Врати ги промените"]}}},{l:"mn",t:{"Undo changes":{v:[""]}}},{l:"mr",t:{"Undo changes":{v:[""]}}},{l:"ms_MY",t:{"Undo changes":{v:[""]}}},{l:"my",t:{"Undo changes":{v:[""]}}},{l:"nb",t:{"Undo changes":{v:["Tilbakestill endringer"]}}},{l:"ne",t:{"Undo changes":{v:[""]}}},{l:"nl",t:{"Undo changes":{v:["Wijzigingen ongedaan maken"]}}},{l:"nn_NO",t:{"Undo changes":{v:[""]}}},{l:"oc",t:{"Undo changes":{v:[""]}}},{l:"pl",t:{"Undo changes":{v:["Cofnij zmiany"]}}},{l:"ps",t:{"Undo changes":{v:[""]}}},{l:"pt_BR",t:{"Undo changes":{v:["Desfazer modificações"]}}},{l:"pt_PT",t:{"Undo changes":{v:["Anular alterações"]}}},{l:"ro",t:{"Undo changes":{v:["Anularea modificărilor"]}}},{l:"ru",t:{"Undo changes":{v:["Отменить изменения"]}}},{l:"sc",t:{"Undo changes":{v:[""]}}},{l:"si",t:{"Undo changes":{v:[""]}}},{l:"sk",t:{"Undo changes":{v:["Vrátiť zmeny"]}}},{l:"sl",t:{"Undo changes":{v:["Razveljavi spremembe"]}}},{l:"sq",t:{"Undo changes":{v:[""]}}},{l:"sr",t:{"Undo changes":{v:["Поништи измене"]}}},{l:"sr@latin",t:{"Undo changes":{v:[""]}}},{l:"sv",t:{"Undo changes":{v:["Ångra ändringar"]}}},{l:"sw",t:{"Undo changes":{v:[""]}}},{l:"ta",t:{"Undo changes":{v:[""]}}},{l:"th",t:{"Undo changes":{v:[""]}}},{l:"tk",t:{"Undo changes":{v:[""]}}},{l:"tr",t:{"Undo changes":{v:["Değişiklikleri geri al"]}}},{l:"ug",t:{"Undo changes":{v:[""]}}},{l:"uk",t:{"Undo changes":{v:["Скасувати зміни"]}}},{l:"ur_PK",t:{"Undo changes":{v:[""]}}},{l:"uz",t:{"Undo changes":{v:[""]}}},{l:"vi",t:{"Undo changes":{v:[""]}}},{l:"zh_CN",t:{"Undo changes":{v:["撤销更改"]}}},{l:"zh_HK",t:{"Undo changes":{v:["取消更改"]}}},{l:"zh_TW",t:{"Undo changes":{v:["還原變更"]}}},{l:"zu_ZA",t:{"Undo changes":{v:[""]}}}]);const oi=new Set(Object.keys(Wo.props)),ii=Fo({name:"NcTextField",components:{NcInputField:Wo,Close:Yo,ArrowRight:Ko,Undo:ai},inheritAttrs:!1,props:{" ":{},...Wo.props,trailingButtonLabel:{type:String,default:""},trailingButtonIcon:{type:String,default:"close",validator:e=>["close","arrowRight","undo"].includes(e)}},emits:["update:value"],computed:{propsAndAttrsToForward(){const e={undo:ni("Undo changes"),close:ni("Clear text"),arrowRight:ni("Save changes")};return{...this.$attrs,...Object.fromEntries(Object.entries(this.$props).filter((([e])=>oi.has(e)))),trailingButtonLabel:this.trailingButtonLabel||e[this.trailingButtonIcon]}}},methods:{focus(){this.$refs.inputField.focus()},select(){this.$refs.inputField.select()},handleInput(e){this.$emit("update:value",e.target.value)}}},(function(){var e=this,t=e._self._c;return t("NcInputField",e._g(e._b({ref:"inputField",on:{input:e.handleInput},scopedSlots:e._u(["search"!==e.type?{key:"trailing-button-icon",fn:function(){return["close"===e.trailingButtonIcon?t("Close",{attrs:{size:20}}):"arrowRight"===e.trailingButtonIcon?t("ArrowRight",{attrs:{size:20}}):"undo"===e.trailingButtonIcon?t("Undo",{attrs:{size:20}}):e._e()]},proxy:!0}:null],null,!0)},"NcInputField",e.propsAndAttrsToForward,!1),e.$listeners),[e._t("default")],2)}),[],0,null,null).exports;function si(e,t,n){const r=document.querySelector(`#initial-state-${e}-${t}`);if(null===r){if(void 0!==n)return n;throw new Error(`Could not find initial state ${t} of ${e}`)}try{return JSON.parse(atob(r.value))}catch(n){throw new Error(`Could not parse initial state ${t} of ${e}`)}}function li(e,t,n,r,a,o,i,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:u}}const ui=li({name:"EmailIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon email-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,ci={name:"RegistrationEmail",components:{NcButton:$o,NcTextField:ii,NcNoteCard:qo,Email:ui},data:()=>({emailIsOptional:si("registration","emailIsOptional"),message:si("registration","message"),requesttoken:Ao(),disableEmailVerification:si("registration","disableEmailVerification"),isLoginFlow:si("registration","isLoginFlow"),loginFormLink:si("registration","loginFormLink")}),computed:{emailLabel(){return this.emailIsOptional?t("registration","Email (optional)"):t("registration","Email")},submitValue(){return this.emailIsOptional||this.disableEmailVerification?t("registration","Continue"):this.isLoginFlow?t("registration","Request verification code"):t("registration","Request verification link")}}};var pi=r(7813),di={};di.styleTagTransform=Io(),di.setAttributes=Oo(),di.insert=To().bind(null,"head"),di.domAPI=Eo(),di.insertStyleElement=Bo(),Co()(pi.A,di),pi.A&&pi.A.locals&&pi.A.locals;const fi=li(ci,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"}},[t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):e._e(),e._v(" "),t("NcTextField",{attrs:{name:"email",type:"email",label:e.emailLabel,"label-visible":!0,required:"",value:"",autofocus:""}},[t("Email",{attrs:{size:20}})],1),e._v(" "),t("div",{attrs:{id:"terms_of_service"}}),e._v(" "),t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.submitValue)+"\n\t\t\t")]),e._v(" "),t("NcButton",{attrs:{type:"tertiary",href:e.loginFormLink,wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Back to login"))+"\n\t\t\t")])],1)])])}),[],!1,null,"f9992322",null).exports,hi={name:"Verification",components:{NcButton:$o,NcTextField:ii,NcNoteCard:qo,ShieldCheck:li({name:"ShieldCheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon shield-check-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports},data:()=>({message:si("registration","message"),requesttoken:Ao(),loginFormLink:si("registration","loginFormLink")})};var vi=r(890),mi={};mi.styleTagTransform=Io(),mi.setAttributes=Oo(),mi.insert=To().bind(null,"head"),mi.domAPI=Eo(),mi.insertStyleElement=Bo(),Co()(vi.A,mi),vi.A&&vi.A.locals&&vi.A.locals;const gi=li(hi,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"}},[t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):e._e(),e._v(" "),t("NcTextField",{attrs:{type:"text",name:"token",label:e.t("registration","Verification code"),"label-visible":!0,required:"",value:"",autofocus:""}},[t("ShieldCheck",{attrs:{size:20}})],1),e._v(" "),t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Verify"))+"\n\t\t\t")]),e._v(" "),t("NcButton",{attrs:{type:"tertiary",href:e.loginFormLink,wide:!0}},[e._v("\n\t\t\t\t"+e._s(e.t("registration","Back to login"))+"\n\t\t\t")])],1)])])}),[],!1,null,"c13eff6e",null).exports;var Ai=r(3185),bi={};bi.styleTagTransform=Io(),bi.setAttributes=Oo(),bi.insert=To().bind(null,"head"),bi.domAPI=Eo(),bi.insertStyleElement=Bo(),Co()(Ai.A,bi),Ai.A&&Ai.A.locals&&Ai.A.locals;var yi=r(7334);function wi(e,t){return function(){return e.apply(t,arguments)}}var _i=r(5606);const{toString:Ci}=Object.prototype,{getPrototypeOf:xi}=Object,Ei=(Si=Object.create(null),e=>{const t=Ci.call(e);return Si[t]||(Si[t]=t.slice(8,-1).toLowerCase())});var Si;const Ti=e=>(e=e.toLowerCase(),t=>Ei(t)===e),ki=e=>t=>typeof t===e,{isArray:Oi}=Array,Li=ki("undefined"),Bi=Ti("ArrayBuffer"),Ni=ki("string"),Ii=ki("function"),Pi=ki("number"),Ri=e=>null!==e&&"object"==typeof e,Fi=e=>{if("object"!==Ei(e))return!1;const t=xi(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},Di=Ti("Date"),$i=Ti("File"),Ui=Ti("Blob"),ji=Ti("FileList"),Mi=Ti("URLSearchParams"),[zi,Hi,Gi,qi]=["ReadableStream","Request","Response","Headers"].map(Ti);function Vi(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,a;if("object"!=typeof e&&(e=[e]),Oi(e))for(r=0,a=e.length;r0;)if(r=n[a],t===r.toLowerCase())return r;return null}const Wi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Yi=e=>!Li(e)&&e!==Wi,Ki=(Ji="undefined"!=typeof Uint8Array&&xi(Uint8Array),e=>Ji&&e instanceof Ji);var Ji;const Zi=Ti("HTMLFormElement"),Qi=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),es=Ti("RegExp"),ts=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Vi(n,((n,a)=>{let o;!1!==(o=t(n,a,e))&&(r[a]=o||n)})),Object.defineProperties(e,r)},ns="abcdefghijklmnopqrstuvwxyz",rs="0123456789",as={DIGIT:rs,ALPHA:ns,ALPHA_DIGIT:ns+ns.toUpperCase()+rs},os=Ti("AsyncFunction"),is=(ss="function"==typeof setImmediate,ls=Ii(Wi.postMessage),ss?setImmediate:ls?((e,t)=>(Wi.addEventListener("message",(({source:n,data:r})=>{n===Wi&&r===e&&t.length&&t.shift()()}),!1),n=>{t.push(n),Wi.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e));var ss,ls;const us="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Wi):void 0!==_i&&_i.nextTick||is,cs={isArray:Oi,isArrayBuffer:Bi,isBuffer:function(e){return null!==e&&!Li(e)&&null!==e.constructor&&!Li(e.constructor)&&Ii(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Ii(e.append)&&("formdata"===(t=Ei(e))||"object"===t&&Ii(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Bi(e.buffer),t},isString:Ni,isNumber:Pi,isBoolean:e=>!0===e||!1===e,isObject:Ri,isPlainObject:Fi,isReadableStream:zi,isRequest:Hi,isResponse:Gi,isHeaders:qi,isUndefined:Li,isDate:Di,isFile:$i,isBlob:Ui,isRegExp:es,isFunction:Ii,isStream:e=>Ri(e)&&Ii(e.pipe),isURLSearchParams:Mi,isTypedArray:Ki,isFileList:ji,forEach:Vi,merge:function e(){const{caseless:t}=Yi(this)&&this||{},n={},r=(r,a)=>{const o=t&&Xi(n,a)||a;Fi(n[o])&&Fi(r)?n[o]=e(n[o],r):Fi(r)?n[o]=e({},r):Oi(r)?n[o]=r.slice():n[o]=r};for(let e=0,t=arguments.length;e(Vi(t,((t,r)=>{n&&Ii(t)?e[r]=wi(t,n):e[r]=t}),{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(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)},toFlatObject:(e,t,n,r)=>{let a,o,i;const s={};if(t=t||{},null==e)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],r&&!r(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&xi(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Ei,kindOfTest:Ti,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(Oi(e))return e;let t=e.length;if(!Pi(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:Zi,hasOwnProperty:Qi,hasOwnProp:Qi,reduceDescriptors:ts,freezeMethods:e=>{ts(e,((t,n)=>{if(Ii(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];Ii(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return Oi(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Xi,global:Wi,isContextDefined:Yi,ALPHABET:as,generateString:(e=16,t=as.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&Ii(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(Ri(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const a=Oi(e)?[]:{};return Vi(e,((e,t)=>{const o=n(e,r+1);!Li(o)&&(a[t]=o)})),t[r]=void 0,a}}return e};return n(e,0)},isAsyncFn:os,isThenable:e=>e&&(Ri(e)||Ii(e))&&Ii(e.then)&&Ii(e.catch),setImmediate:is,asap:us};function ps(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,this.status=a.status?a.status:null)}cs.inherits(ps,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:cs.toJSONObject(this.config),code:this.code,status:this.status}}});const ds=ps.prototype,fs={};["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=>{fs[e]={value:e}})),Object.defineProperties(ps,fs),Object.defineProperty(ds,"isAxiosError",{value:!0}),ps.from=(e,t,n,r,a,o)=>{const i=Object.create(ds);return cs.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),ps.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const hs=ps;var vs=r(8287).hp;function ms(e){return cs.isPlainObject(e)||cs.isArray(e)}function gs(e){return cs.endsWith(e,"[]")?e.slice(0,-2):e}function As(e,t,n){return e?e.concat(t).map((function(e,t){return e=gs(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const bs=cs.toFlatObject(cs,{},null,(function(e){return/^is[A-Z]/.test(e)})),ys=function(e,t,n){if(!cs.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=cs.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!cs.isUndefined(t[e])}))).metaTokens,a=n.visitor||u,o=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&cs.isSpecCompliantForm(t);if(!cs.isFunction(a))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(cs.isDate(e))return e.toISOString();if(!s&&cs.isBlob(e))throw new hs("Blob is not supported. Use a Buffer instead.");return cs.isArrayBuffer(e)||cs.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):vs.from(e):e}function u(e,n,a){let s=e;if(e&&!a&&"object"==typeof e)if(cs.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(cs.isArray(e)&&function(e){return cs.isArray(e)&&!e.some(ms)}(e)||(cs.isFileList(e)||cs.endsWith(n,"[]"))&&(s=cs.toArray(e)))return n=gs(n),s.forEach((function(e,r){!cs.isUndefined(e)&&null!==e&&t.append(!0===i?As([n],r,o):null===i?n:n+"[]",l(e))})),!1;return!!ms(e)||(t.append(As(a,n,o),l(e)),!1)}const c=[],p=Object.assign(bs,{defaultVisitor:u,convertValue:l,isVisitable:ms});if(!cs.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!cs.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),cs.forEach(n,(function(n,o){!0===(!(cs.isUndefined(n)||null===n)&&a.call(t,n,cs.isString(o)?o.trim():o,r,p))&&e(n,r?r.concat(o):[o])})),c.pop()}}(e),t};function ws(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function _s(e,t){this._pairs=[],e&&ys(e,this,t)}const Cs=_s.prototype;Cs.append=function(e,t){this._pairs.push([e,t])},Cs.toString=function(e){const t=e?function(t){return e.call(this,t,ws)}:ws;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const xs=_s;function Es(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ss(e,t,n){if(!t)return e;const r=n&&n.encode||Es,a=n&&n.serialize;let o;if(o=a?a(t,n):cs.isURLSearchParams(t)?t.toString():new xs(t,n).toString(r),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}const Ts=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){cs.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},ks={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Os={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:xs,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},Ls="undefined"!=typeof window&&"undefined"!=typeof document,Bs="object"==typeof navigator&&navigator||void 0,Ns=Ls&&(!Bs||["ReactNative","NativeScript","NS"].indexOf(Bs.product)<0),Is="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ps=Ls&&window.location.href||"http://localhost",Rs={...e,...Os},Fs=function(e){function t(e,n,r,a){let o=e[a++];if("__proto__"===o)return!0;const i=Number.isFinite(+o),s=a>=e.length;return o=!o&&cs.isArray(r)?r.length:o,s?(cs.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!i):(r[o]&&cs.isObject(r[o])||(r[o]=[]),t(e,n,r[o],a)&&cs.isArray(r[o])&&(r[o]=function(e){const t={},n=Object.keys(e);let r;const a=n.length;let o;for(r=0;r{t(function(e){return cs.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null},Ds={transitional:ks,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,a=cs.isObject(e);if(a&&cs.isHTMLForm(e)&&(e=new FormData(e)),cs.isFormData(e))return r?JSON.stringify(Fs(e)):e;if(cs.isArrayBuffer(e)||cs.isBuffer(e)||cs.isStream(e)||cs.isFile(e)||cs.isBlob(e)||cs.isReadableStream(e))return e;if(cs.isArrayBufferView(e))return e.buffer;if(cs.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return ys(e,new Rs.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Rs.isNode&&cs.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=cs.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return ys(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return a||r?(t.setContentType("application/json",!1),function(e){if(cs.isString(e))try{return(0,JSON.parse)(e),cs.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Ds.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(cs.isResponse(e)||cs.isReadableStream(e))return e;if(e&&cs.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw hs.from(e,hs.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Rs.classes.FormData,Blob:Rs.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};cs.forEach(["delete","get","head","post","put","patch"],(e=>{Ds.headers[e]={}}));const $s=Ds,Us=cs.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"]),js=Symbol("internals");function Ms(e){return e&&String(e).trim().toLowerCase()}function zs(e){return!1===e||null==e?e:cs.isArray(e)?e.map(zs):String(e)}function Hs(e,t,n,r,a){return cs.isFunction(r)?r.call(this,t,n):(a&&(t=n),cs.isString(t)?cs.isString(r)?-1!==t.indexOf(r):cs.isRegExp(r)?r.test(t):void 0:void 0)}class Gs{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function a(e,t,n){const a=Ms(t);if(!a)throw new Error("header name must be a non-empty string");const o=cs.findKey(r,a);(!o||void 0===r[o]||!0===n||void 0===n&&!1!==r[o])&&(r[o||t]=zs(e))}const o=(e,t)=>cs.forEach(e,((e,n)=>a(e,n,t)));if(cs.isPlainObject(e)||e instanceof this.constructor)o(e,t);else if(cs.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))o((e=>{const t={};let n,r,a;return e&&e.split("\n").forEach((function(e){a=e.indexOf(":"),n=e.substring(0,a).trim().toLowerCase(),r=e.substring(a+1).trim(),!n||t[n]&&Us[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t);else if(cs.isHeaders(e))for(const[t,r]of e.entries())a(r,t,n);else null!=e&&a(t,e,n);return this}get(e,t){if(e=Ms(e)){const n=cs.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(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}(e);if(cs.isFunction(t))return t.call(this,e,n);if(cs.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Ms(e)){const n=cs.findKey(this,e);return!(!n||void 0===this[n]||t&&!Hs(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function a(e){if(e=Ms(e)){const a=cs.findKey(n,e);!a||t&&!Hs(0,n[a],a,t)||(delete n[a],r=!0)}}return cs.isArray(e)?e.forEach(a):a(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const a=t[n];e&&!Hs(0,this[a],a,e,!0)||(delete this[a],r=!0)}return r}normalize(e){const t=this,n={};return cs.forEach(this,((r,a)=>{const o=cs.findKey(n,a);if(o)return t[o]=zs(r),void delete t[a];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(a):String(a).trim();i!==a&&delete t[a],t[i]=zs(r),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return cs.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&cs.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[js]=this[js]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Ms(e);t[r]||(function(e,t){const n=cs.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,a){return this[r].call(this,t,e,n,a)},configurable:!0})}))}(n,e),t[r]=!0)}return cs.isArray(e)?e.forEach(r):r(e),this}}Gs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),cs.reduceDescriptors(Gs.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),cs.freezeMethods(Gs);const qs=Gs;function Vs(e,t){const n=this||$s,r=t||n,a=qs.from(r.headers);let o=r.data;return cs.forEach(e,(function(e){o=e.call(n,o,a.normalize(),t?t.status:void 0)})),a.normalize(),o}function Xs(e){return!(!e||!e.__CANCEL__)}function Ws(e,t,n){hs.call(this,null==e?"canceled":e,hs.ERR_CANCELED,t,n),this.name="CanceledError"}cs.inherits(Ws,hs,{__CANCEL__:!0});const Ys=Ws;function Ks(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new hs("Request failed with status code "+n.status,[hs.ERR_BAD_REQUEST,hs.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const Js=(e,t,n=3)=>{let r=0;const a=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a,o=0,i=0;return t=void 0!==t?t:1e3,function(s){const l=Date.now(),u=r[i];a||(a=l),n[o]=s,r[o]=l;let c=i,p=0;for(;c!==o;)p+=n[c++],c%=e;if(o=(o+1)%e,o===i&&(i=(i+1)%e),l-a{a=o,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),s=t-a;s>=o?i(e,t):(n=e,r||(r=setTimeout((()=>{r=null,i(n)}),o-s)))},()=>n&&i(n)]}((n=>{const o=n.loaded,i=n.lengthComputable?n.total:void 0,s=o-r,l=a(s);r=o,e({loaded:o,total:i,progress:i?o/i:void 0,bytes:s,rate:l||void 0,estimated:l&&i&&o<=i?(i-o)/l:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},Zs=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Qs=e=>(...t)=>cs.asap((()=>e(...t))),el=Rs.hasStandardBrowserEnv?function(){const e=Rs.navigator&&/(msie|trident)/i.test(Rs.navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=cs.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},tl=Rs.hasStandardBrowserEnv?{write(e,t,n,r,a,o){const i=[e+"="+encodeURIComponent(t)];cs.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),cs.isString(r)&&i.push("path="+r),cs.isString(a)&&i.push("domain="+a),!0===o&&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:()=>null,remove(){}};function nl(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const rl=e=>e instanceof qs?{...e}:e;function al(e,t){t=t||{};const n={};function r(e,t,n){return cs.isPlainObject(e)&&cs.isPlainObject(t)?cs.merge.call({caseless:n},e,t):cs.isPlainObject(t)?cs.merge({},t):cs.isArray(t)?t.slice():t}function a(e,t,n){return cs.isUndefined(t)?cs.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function o(e,t){if(!cs.isUndefined(t))return r(void 0,t)}function i(e,t){return cs.isUndefined(t)?cs.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,a,o){return o in t?r(n,a):o in e?r(void 0,n):void 0}const l={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:s,headers:(e,t)=>a(rl(e),rl(t),!0)};return cs.forEach(Object.keys(Object.assign({},e,t)),(function(r){const o=l[r]||a,i=o(e[r],t[r],r);cs.isUndefined(i)&&o!==s||(n[r]=i)})),n}const ol=e=>{const t=al({},e);let n,{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=t;if(t.headers=s=qs.from(s),t.url=Ss(nl(t.baseURL,t.url),e.params,e.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):""))),cs.isFormData(r))if(Rs.hasStandardBrowserEnv||Rs.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if(!1!==(n=s.getContentType())){const[e,...t]=n?n.split(";").map((e=>e.trim())).filter(Boolean):[];s.setContentType([e||"multipart/form-data",...t].join("; "))}if(Rs.hasStandardBrowserEnv&&(a&&cs.isFunction(a)&&(a=a(t)),a||!1!==a&&el(t.url))){const e=o&&i&&tl.read(i);e&&s.set(o,e)}return t},il="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const r=ol(e);let a=r.data;const o=qs.from(r.headers).normalize();let i,s,l,u,c,{responseType:p,onUploadProgress:d,onDownloadProgress:f}=r;function h(){u&&u(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let v=new XMLHttpRequest;function m(){if(!v)return;const r=qs.from("getAllResponseHeaders"in v&&v.getAllResponseHeaders());Ks((function(e){t(e),h()}),(function(e){n(e),h()}),{data:p&&"text"!==p&&"json"!==p?v.response:v.responseText,status:v.status,statusText:v.statusText,headers:r,config:e,request:v}),v=null}v.open(r.method.toUpperCase(),r.url,!0),v.timeout=r.timeout,"onloadend"in v?v.onloadend=m:v.onreadystatechange=function(){v&&4===v.readyState&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))&&setTimeout(m)},v.onabort=function(){v&&(n(new hs("Request aborted",hs.ECONNABORTED,e,v)),v=null)},v.onerror=function(){n(new hs("Network Error",hs.ERR_NETWORK,e,v)),v=null},v.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const a=r.transitional||ks;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new hs(t,a.clarifyTimeoutError?hs.ETIMEDOUT:hs.ECONNABORTED,e,v)),v=null},void 0===a&&o.setContentType(null),"setRequestHeader"in v&&cs.forEach(o.toJSON(),(function(e,t){v.setRequestHeader(t,e)})),cs.isUndefined(r.withCredentials)||(v.withCredentials=!!r.withCredentials),p&&"json"!==p&&(v.responseType=r.responseType),f&&([l,c]=Js(f,!0),v.addEventListener("progress",l)),d&&v.upload&&([s,u]=Js(d),v.upload.addEventListener("progress",s),v.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(i=t=>{v&&(n(!t||t.type?new Ys(null,e,v):t),v.abort(),v=null)},r.cancelToken&&r.cancelToken.subscribe(i),r.signal&&(r.signal.aborted?i():r.signal.addEventListener("abort",i)));const g=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);g&&-1===Rs.protocols.indexOf(g)?n(new hs("Unsupported protocol "+g+":",hs.ERR_BAD_REQUEST,e)):v.send(a||null)}))},sl=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,r=new AbortController;const a=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;r.abort(t instanceof hs?t:new Ys(t instanceof Error?t.message:t))}};let o=t&&setTimeout((()=>{o=null,a(new hs(`timeout ${t} of ms exceeded`,hs.ETIMEDOUT))}),t);const i=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((e=>e.addEventListener("abort",a)));const{signal:s}=r;return s.unsubscribe=()=>cs.asap(i),s}},ll=function*(e,t){let n=e.byteLength;if(!t||n{const a=async function*(e,t){for await(const n of async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}}(e))yield*ll(n,t)}(e,t);let o,i=0,s=e=>{o||(o=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await a.next();if(t)return s(),void e.close();let o=r.byteLength;if(n){let e=i+=o;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw s(e),e}},cancel:e=>(s(e),a.return())},{highWaterMark:2})},cl="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,pl=cl&&"function"==typeof ReadableStream,dl=cl&&("function"==typeof TextEncoder?(fl=new TextEncoder,e=>fl.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var fl;const hl=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},vl=pl&&hl((()=>{let e=!1;const t=new Request(Rs.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),ml=pl&&hl((()=>cs.isReadableStream(new Response("").body))),gl={stream:ml&&(e=>e.body)};var Al;cl&&(Al=new Response,["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!gl[e]&&(gl[e]=cs.isFunction(Al[e])?t=>t[e]():(t,n)=>{throw new hs(`Response type '${e}' is not supported`,hs.ERR_NOT_SUPPORT,n)})})));const bl=cl&&(async e=>{let{url:t,method:n,data:r,signal:a,cancelToken:o,timeout:i,onDownloadProgress:s,onUploadProgress:l,responseType:u,headers:c,withCredentials:p="same-origin",fetchOptions:d}=ol(e);u=u?(u+"").toLowerCase():"text";let f,h=sl([a,o&&o.toAbortSignal()],i);const v=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let m;try{if(l&&vl&&"get"!==n&&"head"!==n&&0!==(m=await(async(e,t)=>{const n=cs.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(cs.isBlob(e))return e.size;if(cs.isSpecCompliantForm(e)){const t=new Request(Rs.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return cs.isArrayBufferView(e)||cs.isArrayBuffer(e)?e.byteLength:(cs.isURLSearchParams(e)&&(e+=""),cs.isString(e)?(await dl(e)).byteLength:void 0)})(t):n})(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(cs.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=Zs(m,Js(Qs(l)));r=ul(n.body,65536,e,t)}}cs.isString(p)||(p=p?"include":"omit");const a="credentials"in Request.prototype;f=new Request(t,{...d,signal:h,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:a?p:void 0});let o=await fetch(f);const i=ml&&("stream"===u||"response"===u);if(ml&&(s||i&&v)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=o[t]}));const t=cs.toFiniteNumber(o.headers.get("content-length")),[n,r]=s&&Zs(t,Js(Qs(s),!0))||[];o=new Response(ul(o.body,65536,n,(()=>{r&&r(),v&&v()})),e)}u=u||"text";let g=await gl[cs.findKey(gl,u)||"text"](o,e);return!i&&v&&v(),await new Promise(((t,n)=>{Ks(t,n,{data:g,headers:qs.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:f})}))}catch(t){if(v&&v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new hs("Network Error",hs.ERR_NETWORK,e,f),{cause:t.cause||t});throw hs.from(t,t&&t.code,e,f)}}),yl={http:null,xhr:il,fetch:bl};cs.forEach(yl,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const wl=e=>`- ${e}`,_l=e=>cs.isFunction(e)||null===e||!1===e,Cl=e=>{e=cs.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let o=0;o`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let n=t?e.length>1?"since :\n"+e.map(wl).join("\n"):" "+wl(e[0]):"as no adapter specified";throw new hs("There is no suitable adapter to dispatch the request "+n,"ERR_NOT_SUPPORT")}return r};function xl(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ys(null,e)}function El(e){return xl(e),e.headers=qs.from(e.headers),e.data=Vs.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Cl(e.adapter||$s.adapter)(e).then((function(t){return xl(e),t.data=Vs.call(e,e.transformResponse,t),t.headers=qs.from(t.headers),t}),(function(t){return Xs(t)||(xl(e),t&&t.response&&(t.response.data=Vs.call(e,e.transformResponse,t.response),t.response.headers=qs.from(t.response.headers))),Promise.reject(t)}))}const Sl={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{Sl[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Tl={};Sl.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.7] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,a,o)=>{if(!1===e)throw new hs(r(a," has been removed"+(t?" in "+t:"")),hs.ERR_DEPRECATED);return t&&!Tl[a]&&(Tl[a]=!0,console.warn(r(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,o)}};const kl={assertOptions:function(e,t,n){if("object"!=typeof e)throw new hs("options must be an object",hs.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 t=e[o],n=void 0===t||i(t,o,e);if(!0!==n)throw new hs("option "+o+" must be "+n,hs.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new hs("Unknown option "+o,hs.ERR_BAD_OPTION)}},validators:Sl},Ol=kl.validators;class Ll{constructor(e){this.defaults=e,this.interceptors={request:new Ts,response:new Ts}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=al(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:a}=t;void 0!==n&&kl.assertOptions(n,{silentJSONParsing:Ol.transitional(Ol.boolean),forcedJSONParsing:Ol.transitional(Ol.boolean),clarifyTimeoutError:Ol.transitional(Ol.boolean)},!1),null!=r&&(cs.isFunction(r)?t.paramsSerializer={serialize:r}:kl.assertOptions(r,{encode:Ol.function,serialize:Ol.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o=a&&cs.merge(a.common,a[t.method]);a&&cs.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete a[e]})),t.headers=qs.concat(o,a);const i=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,i.unshift(e.fulfilled,e.rejected))}));const l=[];let u;this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)}));let c,p=0;if(!s){const e=[El.bind(this),void 0];for(e.unshift.apply(e,i),e.push.apply(e,l),c=e.length,u=Promise.resolve(t);p{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,a){n.reason||(n.reason=new Ys(e,r,a),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Nl((function(t){e=t})),cancel:e}}}const Il=Nl,Pl={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(Pl).forEach((([e,t])=>{Pl[t]=e}));const Rl=Pl,Fl=function e(t){const n=new Bl(t),r=wi(Bl.prototype.request,n);return cs.extend(r,Bl.prototype,n,{allOwnKeys:!0}),cs.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(al(t,n))},r}($s);Fl.Axios=Bl,Fl.CanceledError=Ys,Fl.CancelToken=Il,Fl.isCancel=Xs,Fl.VERSION="1.7.7",Fl.toFormData=ys,Fl.AxiosError=hs,Fl.Cancel=Fl.CanceledError,Fl.all=function(e){return Promise.all(e)},Fl.spread=function(e){return function(t){return e.apply(null,t)}},Fl.isAxiosError=function(e){return cs.isObject(e)&&!0===e.isAxiosError},Fl.mergeConfig=al,Fl.AxiosHeaders=qs,Fl.formToJSON=e=>Fs(cs.isHTMLForm(e)?new FormData(e):e),Fl.getAdapter=Cl,Fl.HttpStatusCode=Rl,Fl.default=Fl;const Dl=Fl,$l=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),a=(a=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){const n=a[t];return r.escape?encodeURIComponent("string"==typeof n||"number"==typeof n?n.toString():e):"string"==typeof n||"number"==typeof n?n.toString():e}));var a};function Ul(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}const jl=Symbol("csrf-retry"),Ml=Symbol("retryDelay");var zl;const Hl=Dl.create({headers:{requesttoken:null!=(zl=Ao())?zl:"","X-Requested-With":"XMLHttpRequest"}}),Gl=Object.assign(Hl,{CancelToken:Dl.CancelToken,isCancel:Dl.isCancel});Gl.interceptors.response.use((e=>e),(e=>async t=>{var n;const{config:r,response:a,request:o}=t,i=null==o?void 0:o.responseURL;if(412===(null==a?void 0:a.status)&&"CSRF check failed"===(null==(n=null==a?void 0:a.data)?void 0:n.message)&&void 0===r[jl]){console.warn("Request to ".concat(i," failed because of a CSRF mismatch. Fetching a new token"));const{data:{token:t}}=await e.get(((e,t,n)=>{var r,a;const o=Object.assign({noRewrite:!1},{}),i=null!=void 0?undefined:Ul();return!0!==(null==(a=null==(r=null==window?void 0:window.OC)?void 0:r.config)?void 0:a.modRewriteWorking)||o.noRewrite?i+"/index.php"+$l(e,t,n):i+$l(e,t,n)})("/csrftoken"));return console.debug("New request token ".concat(t," fetched")),e.defaults.headers.requesttoken=t,e({...r,headers:{...r.headers,requesttoken:t},[jl]:!0})}return Promise.reject(t)})(Gl)),Gl.interceptors.response.use((e=>e),(e=>async t=>{var n;const{config:r,response:a,request:o}=t,i=null==o?void 0:o.responseURL,s=null==a?void 0:a.status,l=null==a?void 0:a.headers;if(503===s&&"1"===l["x-nextcloud-maintenance-mode"]&&r.retryIfMaintenanceMode&&(!r[Ml]||r[Ml]<=32)){const t=2*(null!=(n=r[Ml])?n:1);return console.warn("Request to ".concat(i," failed because of maintenance mode. Retrying in ").concat(t,"s")),await new Promise((e=>{setTimeout(e,1e3*t)})),e({...r,[Ml]:t})}return Promise.reject(t)})(Gl)),Gl.interceptors.response.use((e=>e),(async e=>{var t;const{config:n,response:r,request:a}=e,o=null==a?void 0:a.responseURL;return 401===(null==r?void 0:r.status)&&"Current user is not logged in"===(null==(t=null==r?void 0:r.data)?void 0:t.message)&&n.reloadExpiredSession&&(null==window?void 0:window.location)&&(console.error("Request to ".concat(o," failed because the user session expired. Reloading the page …")),window.location.reload()),Promise.reject(e)})),go.push((e=>{Hl.defaults.headers.requesttoken=e}));var ql=(e=>(e[e.Debug=0]="Debug",e[e.Info=1]="Info",e[e.Warn=2]="Warn",e[e.Error=3]="Error",e[e.Fatal=4]="Fatal",e))(ql||{}),Vl=Object.defineProperty;class Xl{constructor(e){var t,n;((e,t,n)=>{t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(this,"symbol"!=typeof(t="context")?t+"":t,n),this.context=e||{}}formatMessage(e,t,n){let r="["+ql[t].toUpperCase()+"] ";return n&&n.app&&(r+=n.app+": "),"string"==typeof e?r+e:(r+="Unexpected ".concat(e.name),e.message&&(r+=' "'.concat(e.message,'"')),t===ql.Debug&&e.stack&&(r+="\n\nStack trace:\n".concat(e.stack)),r)}log(e,t,n){var r,a;if(!("number"==typeof(null==(r=this.context)?void 0:r.level)&&e<(null==(a=this.context)?void 0:a.level)))switch("object"==typeof t&&void 0===(null==n?void 0:n.error)&&(n.error=t),e){case ql.Debug:console.debug(this.formatMessage(t,ql.Debug,n),n);break;case ql.Info:console.info(this.formatMessage(t,ql.Info,n),n);break;case ql.Warn:console.warn(this.formatMessage(t,ql.Warn,n),n);break;case ql.Error:console.error(this.formatMessage(t,ql.Error,n),n);break;case ql.Fatal:default:console.error(this.formatMessage(t,ql.Fatal,n),n)}}debug(e,t){this.log(ql.Debug,e,Object.assign({},this.context,t))}info(e,t){this.log(ql.Info,e,Object.assign({},this.context,t))}warn(e,t){this.log(ql.Warn,e,Object.assign({},this.context,t))}error(e,t){this.log(ql.Error,e,Object.assign({},this.context,t))}fatal(e,t){this.log(ql.Fatal,e,Object.assign({},this.context,t))}}function Wl(e){return new Xl(e)}var Yl=Object.defineProperty,Kl=(e,t,n)=>(((e,t,n)=>{t in e?Yl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n})(e,"symbol"!=typeof t?t+"":t,n),n);class Jl{constructor(e){Kl(this,"context"),Kl(this,"factory"),this.context={},this.factory=e}setApp(e){return this.context.app=e,this}setLogLevel(e){return this.context.level=e,this}setUid(e){return this.context.uid=e,this}detectUser(){const e=function(){if(void 0!==yo)return yo;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=wo(e,"data-user");return null===t?(yo=null,yo):(yo={uid:t,displayName:wo(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},yo)}();return null!==e&&(this.context.uid=e.uid),this}detectLogLevel(){const e=this,t=()=>{var n,r;"complete"===document.readyState||"interactive"===document.readyState?(e.context.level=null!=(r=null==(n=window._oc_config)?void 0:n.loglevel)?r:ql.Warn,window._oc_debug&&(e.context.level=ql.Debug),document.removeEventListener("readystatechange",t)):document.addEventListener("readystatechange",t)};return t(),this}build(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}const Zl=Fo({name:"EyeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports,Ql=Fo({name:"EyeOffIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-off-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],0,null,null).exports;ri([{l:"af",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ar",t:{"Hide password":{v:["إخفاء كلمة المرور"]},"Password is secure":{v:["كلمة المرور مُؤمّنة"]},"Show password":{v:["أظهِر كلمة المرور"]}}},{l:"ast",t:{"Hide password":{v:["Anubrir la contraseña"]},"Password is secure":{v:["La contraseña ye segura"]},"Show password":{v:["Amosar la contraseña"]}}},{l:"az",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"be",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bg",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bn_BD",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"br",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"bs",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ca",t:{"Hide password":{v:["Amagar contrasenya"]},"Password is secure":{v:["Contrasenya segura
"]},"Show password":{v:["Mostrar contrasenya"]}}},{l:"cs",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"cs_CZ",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"cy_GB",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"da",t:{"Hide password":{v:["Skjul kodeord"]},"Password is secure":{v:["Kodeordet er sikkert"]},"Show password":{v:["Vis kodeord"]}}},{l:"de",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"de_DE",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"el",t:{"Hide password":{v:["Απόκρυψη κωδικού πρόσβασης"]},"Password is secure":{v:["Ο κωδικός πρόσβασης είναι ασφαλής"]},"Show password":{v:["Εμφάνιση κωδικού πρόσβασης"]}}},{l:"en_GB",t:{"Hide password":{v:["Hide password"]},"Password is secure":{v:["Password is secure"]},"Show password":{v:["Show password"]}}},{l:"eo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_419",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_AR",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_CL",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_CO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_CR",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_DO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_EC",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_GT",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_HN",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_MX",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es_NI",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PA",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PR",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_PY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_SV",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"es_UY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"et_EE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"eu",t:{"Hide password":{v:["Ezkutatu pasahitza"]},"Password is secure":{v:["Pasahitza segurua da"]},"Show password":{v:["Erakutsi pasahitza"]}}},{l:"fa",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"fi",t:{"Hide password":{v:["Piilota salasana"]},"Password is secure":{v:["Salasana on turvallinen"]},"Show password":{v:["Näytä salasana"]}}},{l:"fo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"fr",t:{"Hide password":{v:["Cacher le mot de passe"]},"Password is secure":{v:["Le mot de passe est sécurisé"]},"Show password":{v:["Afficher le mot de passe"]}}},{l:"ga",t:{"Hide password":{v:["Folaigh pasfhocal"]},"Password is secure":{v:["Tá pasfhocal slán"]},"Show password":{v:["Taispeáin pasfhocal"]}}},{l:"gd",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"gl",t:{"Hide password":{v:["Agochar o contrasinal"]},"Password is secure":{v:["O contrasinal é seguro"]},"Show password":{v:["Amosar o contrasinal"]}}},{l:"he",t:{"Hide password":{v:["הסתרת סיסמה"]},"Password is secure":{v:["הסיסמה מאובטחת"]},"Show password":{v:["הצגת סיסמה"]}}},{l:"hi_IN",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hr",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hsb",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"hu",t:{"Hide password":{v:["Jelszó elrejtése"]},"Password is secure":{v:["A jelszó biztonságos"]},"Show password":{v:["Jelszó megjelenítése"]}}},{l:"hy",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ia",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"id",t:{"Hide password":{v:["Sembunyikan sandi"]},"Password is secure":{v:["Kata sandi sudah aman"]},"Show password":{v:["Tampilkan sandi"]}}},{l:"ig",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"is",t:{"Hide password":{v:["Fela lykilorð"]},"Password is secure":{v:["Lykilorðið er öruggt"]},"Show password":{v:["Birta lykilorð"]}}},{l:"it",t:{"Hide password":{v:["Nascondi la password"]},"Password is secure":{v:["La password è sicura"]},"Show password":{v:["Mostra la password"]}}},{l:"ja",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ja_JP",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ka",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ka_GE",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kab",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"km",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"kn",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ko",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"la",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lb",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lo",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lt_LT",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"lv",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mn",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"mr",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ms_MY",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"my",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"nb",t:{"Hide password":{v:["Skjul passord"]},"Password is secure":{v:["Passordet er sikkert"]},"Show password":{v:["Vis passord"]}}},{l:"ne",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"nl",t:{"Hide password":{v:["Verberg wachtwoord"]},"Password is secure":{v:["Wachtwoord is veilig"]},"Show password":{v:["Toon wachtwoord"]}}},{l:"nn_NO",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"oc",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"pl",t:{"Hide password":{v:["Ukryj hasło"]},"Password is secure":{v:["Hasło jest bezpieczne"]},"Show password":{v:["Pokaż hasło"]}}},{l:"ps",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"pt_BR",t:{"Hide password":{v:["Ocultar a senha"]},"Password is secure":{v:["A senha é segura"]},"Show password":{v:["Mostrar senha"]}}},{l:"pt_PT",t:{"Hide password":{v:["Ocultar a senha"]},"Password is secure":{v:["A senha é segura"]},"Show password":{v:["Mostrar senha"]}}},{l:"ro",t:{"Hide password":{v:["Ascunde parola"]},"Password is secure":{v:["Parola este sigură"]},"Show password":{v:["Arată parola"]}}},{l:"ru",t:{"Hide password":{v:["Скрыть пароль"]},"Password is secure":{v:["Пароль надежный"]},"Show password":{v:["Показать пароль"]}}},{l:"sc",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"si",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sl",t:{"Hide password":{v:["Skrij geslo"]},"Password is secure":{v:["Geslo je varno"]},"Show password":{v:["Pokaži geslo"]}}},{l:"sq",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sr",t:{"Hide password":{v:["Сакриј лозинку"]},"Password is secure":{v:["Лозинка је безбедна"]},"Show password":{v:["Прикажи лозинку"]}}},{l:"sr@latin",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"sv",t:{"Hide password":{v:["Göm lössenordet"]},"Password is secure":{v:["Lössenordet är säkert"]},"Show password":{v:["Visa lössenordet"]}}},{l:"sw",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"ta",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"th",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"tk",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"tr",t:{"Hide password":{v:["Parolayı gizle"]},"Password is secure":{v:["Parola güvenli"]},"Show password":{v:["Parolayı görüntüle"]}}},{l:"ug",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"uk",t:{"Hide password":{v:["Приховати пароль"]},"Password is secure":{v:["Пароль безпечний"]},"Show password":{v:["Показати пароль"]}}},{l:"ur_PK",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"uz",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"vi",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}},{l:"zh_CN",t:{"Hide password":{v:["隐藏密码"]},"Password is secure":{v:["密码安全"]},"Show password":{v:["显示密码"]}}},{l:"zh_HK",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼是安全的"]},"Show password":{v:["顯示密碼"]}}},{l:"zh_TW",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼安全"]},"Show password":{v:["顯示密碼"]}}},{l:"zu_ZA",t:{"Hide password":{v:[""]},"Password is secure":{v:[""]},"Show password":{v:[""]}}}]);const eu=new Jl(Wl).detectUser().setApp("@nextcloud/vue").build(),tu=si("core","capabilities",{}).password_policy||null,nu=new Set(Object.keys(Wo.props)),ru={name:"User",components:{NcButton:$o,NcNoteCard:qo,NcTextField:ii,NcPasswordField:Fo({name:"NcPasswordField",components:{NcInputField:Wo,Eye:Zl,EyeOff:Ql},inheritAttrs:!1,props:{" ":{},...Wo.props,showTrailingButton:{type:Boolean,default:!0},trailingButtonLabel:void 0,checkPasswordStrength:{type:Boolean,default:!1},minlength:{type:Number,default:0},maxlength:{type:Number,default:null},asText:{type:Boolean,default:!1}},emits:["valid","invalid","update:value"],data:()=>({isPasswordHidden:!0,internalHelpMessage:"",isValid:null}),computed:{computedError(){return this.error||!1===this.isValid},computedSuccess(){return this.success||!0===this.isValid},computedHelperText(){return this.helperText.length>0?this.helperText:this.internalHelpMessage},rules(){const{minlength:e}=this;return{minlength:null!=e?e:null==tu?void 0:tu.minLength}},trailingButtonLabelPassword(){return this.isPasswordHidden?ni("Show password"):ni("Hide password")},propsAndAttrsToForward(){return{...this.$attrs,...Object.fromEntries(Object.entries(this.$props).filter((([e])=>nu.has(e))))}}},watch:{value(e){if(this.checkPasswordStrength){if(null===tu)return;this.checkPassword(e)}}},methods:{focus(){this.$refs.inputField.focus()},select(){this.$refs.inputField.select()},handleInput(e){this.$emit("update:value",e.target.value)},togglePasswordVisibility(){this.isPasswordHidden=!this.isPasswordHidden},checkPassword:yi((async function(e){try{const{data:t}=await Gl.post(((e,t,n)=>{const r=1===Object.assign({ocsVersion:2},{}).ocsVersion?1:2;return(null!=void 0?undefined:window.location.protocol+"//"+window.location.host+Ul())+"/ocs/v"+r+".php"+$l("apps/password_policy/api/v1/validate",void 0,n)})(),{password:e});if(this.isValid=t.ocs.data.passed,t.ocs.data.passed)return this.internalHelpMessage=ni("Password is secure"),void this.$emit("valid");this.internalHelpMessage=t.ocs.data.reason,this.$emit("invalid")}catch(e){eu.error("Password policy returned an error",e)}}),500)}},(function(){var e=this,t=e._self._c;return t("NcInputField",e._g(e._b({ref:"inputField",attrs:{type:e.isPasswordHidden&&!e.asText?"password":"text","trailing-button-label":e.trailingButtonLabelPassword,"helper-text":e.computedHelperText,error:e.computedError,success:e.computedSuccess,minlength:e.rules.minlength,"input-class":{"password-field__input--secure-text":e.isPasswordHidden&&e.asText}},on:{"trailing-button-click":e.togglePasswordVisibility,input:e.handleInput},scopedSlots:e._u([{key:"trailing-button-icon",fn:function(){return[e.isPasswordHidden?t("Eye",{attrs:{size:18}}):t("EyeOff",{attrs:{size:18}})]},proxy:!0}])},"NcInputField",e.propsAndAttrsToForward,!1),e.$listeners),[e._t("default")],2)}),[],0,null,"d984b8e5").exports,Email:ui,Lock:li({name:"LockIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon lock-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Phone:li({name:"PhoneIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon phone-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Account:li({name:"AccountIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon account-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Key:li({name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon key-icon",attrs:{"aria-hidden":e.title?null:"true","aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports},data:()=>({email:si("registration","email"),emailIsLogin:si("registration","emailIsLogin"),emailIsOptional:si("registration","emailIsOptional"),loginname:si("registration","loginname"),fullname:si("registration","fullname"),showFullname:si("registration","showFullname"),enforceFullname:si("registration","enforceFullname"),phone:si("registration","phone"),showPhone:si("registration","showPhone"),enforcePhone:si("registration","enforcePhone"),message:si("registration","message"),password:si("registration","password"),additionalHint:si("registration","additionalHint"),requesttoken:Ao(),loginFormLink:si("registration","loginFormLink"),isPasswordHidden:!0,passwordInputType:"password",submitting:!1}),methods:{togglePassword(){"password"===this.passwordInputType?this.passwordInputType="text":this.passwordInputType="password"},onSubmit(){this.submitting=!0}}};var au=r(1394),ou={};ou.styleTagTransform=Io(),ou.setAttributes=Oo(),ou.insert=To().bind(null,"head"),ou.domAPI=Eo(),ou.insertStyleElement=Bo(),Co()(au.A,ou),au.A&&au.A.locals&&au.A.locals;const iu=li(ru,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"guest-box"},[t("form",{attrs:{action:"",method:"post"},on:{submit:e.onSubmit}},[t("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.requesttoken}}),e._v(" "),t("fieldset",[""!==e.message?t("NcNoteCard",{attrs:{type:"error"}},[e._v("\n\t\t\t\t"+e._s(e.message)+"\n\t\t\t")]):t("p",[e._v("\n\t\t\t\t"+e._s(e.t("registration","Welcome, you can create your account below."))+"\n\t\t\t")]),e._v(" "),e.additionalHint?t("NcNoteCard",{attrs:{type:"success"}},[e._v("\n\t\t\t\t"+e._s(e.additionalHint)+"\n\t\t\t")]):e._e(),e._v(" "),!e.emailIsOptional||e.email.length>0?t("NcTextField",{attrs:{value:e.email,type:"email",label:e.t("registration","Email"),"label-visible":!0,name:"email",disabled:""},on:{"update:value":function(t){e.email=t}}},[t("Email",{staticClass:"input__icon",attrs:{size:20}})],1):e._e(),e._v(" "),e.emailIsLogin?t("input",{attrs:{type:"hidden",name:"loginname"},domProps:{value:e.email}}):t("NcTextField",{attrs:{value:e.loginname,type:"text",name:"loginname",label:e.t("registration","Login name"),"label-visible":!0,required:""},on:{"update:value":function(t){e.loginname=t}}},[e.showFullname?t("Key",{staticClass:"input__icon",attrs:{size:20}}):t("Account",{staticClass:"input__icon",attrs:{size:20}})],1),e._v(" "),e.showFullname?t("NcTextField",{attrs:{value:e.fullname,type:"text",name:"fullname",label:e.t("registration","Full name"),"label-visible":!0,required:e.enforceFullname},on:{"update:value":function(t){e.fullname=t}}},[t("Account",{staticClass:"input__icon",attrs:{size:20}})],1):t("input",{attrs:{type:"hidden",name:"fullname",value:""}}),e._v(" "),e.showPhone?t("NcTextField",{attrs:{value:e.phone,type:"text",name:"phone",label:e.t("registration","Phone number"),"label-visible":!0,required:e.enforcePhone},on:{"update:value":function(t){e.phone=t}}},[t("Phone",{staticClass:"input__icon",attrs:{size:20}})],1):t("input",{attrs:{type:"hidden",name:"phone",value:""}}),e._v(" "),t("NcPasswordField",{attrs:{value:e.password,label:e.t("registration","Password"),"label-visible":!0,name:"password",required:""},on:{"update:value":function(t){e.password=t}}},[t("Lock",{staticClass:"input__icon",attrs:{size:20}})],1),e._v(" "),t("NcButton",{attrs:{id:"submit","native-type":"submit",type:"primary",wide:!0,disabled:e.submitting||0===e.password.length}},[e._v("\n\t\t\t\t"+e._s(e.submitting?e.t("registration","Loading"):e.t("registration","Create account"))+"\n\t\t\t")])],1)])])}),[],!1,null,"0b136dc2",null).exports;Yn.prototype.t=t,Yn.prototype.OC=OC;let su=null;document.getElementById("registration_email")&&(su=new Yn({el:"#registration_email",render:e=>e(fi)})),document.getElementById("registration_verification")&&(su=new Yn({el:"#registration_verification",render:e=>e(gi)})),document.getElementById("registration_user")&&(su=new Yn({el:"#registration_user",render:e=>e(iu)}))})()})(); +//# sourceMappingURL=registration-form.js.map?v=f0dab2663a75f5cf37d9 \ No newline at end of file diff --git a/js/registration-form.js.LICENSE.txt b/js/registration-form.js.LICENSE.txt deleted file mode 100644 index 288b7821..00000000 --- a/js/registration-form.js.LICENSE.txt +++ /dev/null @@ -1,24 +0,0 @@ -/*! - * The buffer module from node.js, for the browser. - * - * @author Feross Aboukhadijeh - * @license MIT - */ - -/*! - * Vue.js v2.7.16 - * (c) 2014-2023 Evan You - * Released under the MIT License. - */ - -/*! - * escape-html - * Copyright(c) 2012-2013 TJ Holowaychuk - * Copyright(c) 2015 Andreas Lubbe - * Copyright(c) 2015 Tiancheng "Timothy" Gu - * MIT Licensed - */ - -/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */ - -/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ diff --git a/js/registration-form.js.license b/js/registration-form.js.license new file mode 100644 index 00000000..982cffdf --- /dev/null +++ b/js/registration-form.js.license @@ -0,0 +1,78 @@ +SPDX-License-Identifier: MIT +SPDX-License-Identifier: ISC +SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: BSD-3-Clause +SPDX-License-Identifier: AGPL-3.0-or-later +SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0) +SPDX-FileCopyrightText: registration developers +SPDX-FileCopyrightText: escape-html developers +SPDX-FileCopyrightText: debounce developers +SPDX-FileCopyrightText: Tobias Koppers @sokra +SPDX-FileCopyrightText: T. Jameson Little +SPDX-FileCopyrightText: Roman Shtylman +SPDX-FileCopyrightText: Rob Cresswell +SPDX-FileCopyrightText: Matt Zabriskie +SPDX-FileCopyrightText: John-David Dalton (http://allyoucanleet.com/) +SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) +SPDX-FileCopyrightText: GitHub Inc. +SPDX-FileCopyrightText: Feross Aboukhadijeh +SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 (https://cure53.de/) +SPDX-FileCopyrightText: Christoph Wurst +SPDX-FileCopyrightText: Andris Reinman + + +This file is generated from multiple sources. Included packages: +- @nextcloud/browser-storage + - version: 0.4.0 + - license: GPL-3.0-or-later +- semver + - version: 7.6.3 + - license: ISC +- @nextcloud/vue + - version: 8.18.0 + - license: AGPL-3.0-or-later +- axios + - version: 1.7.7 + - license: MIT +- base64-js + - version: 1.5.1 + - license: MIT +- buffer + - version: 6.0.3 + - license: MIT +- css-loader + - version: 7.1.2 + - license: MIT +- debounce + - version: 2.1.1 + - license: MIT +- dompurify + - version: 3.1.6 + - license: (MPL-2.0 OR Apache-2.0) +- escape-html + - version: 1.0.3 + - license: MIT +- ieee754 + - version: 1.2.1 + - license: BSD-3-Clause +- lodash.get + - version: 4.4.2 + - license: MIT +- node-gettext + - version: 3.0.0 + - license: MIT +- process + - version: 0.11.10 + - license: MIT +- style-loader + - version: 4.0.0 + - license: MIT +- vue-material-design-icons + - version: 5.3.1 + - license: MIT +- webpack + - version: 5.94.0 + - license: MIT +- registration + - version: 2.5.0 + - license: AGPL-3.0-or-later diff --git a/js/registration-form.js.map b/js/registration-form.js.map index b7ed6119..d6806e49 100644 --- a/js/registration-form.js.map +++ b/js/registration-form.js.map @@ -1 +1 @@ -{"version":3,"file":"registration-form.js?v=d661fc2bc9f2eda365b0","mappings":"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","sources":["webpack:///registration/node_modules/@nextcloud/browser-storage/dist/index.js","webpack:///registration/node_modules/@nextcloud/browser-storage/dist/scopedstorage.js","webpack:///registration/node_modules/@nextcloud/browser-storage/dist/storagebuilder.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/classes/semver.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/functions/major.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/functions/parse.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/functions/valid.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/internal/constants.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/internal/debug.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/internal/identifiers.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/internal/parse-options.js","webpack:///registration/node_modules/@nextcloud/event-bus/node_modules/semver/internal/re.js","webpack:///registration/node_modules/base64-js/index.js","webpack:///registration/node_modules/buffer/index.js","webpack:///registration/node_modules/@nextcloud/vue/dist/assets/NcButton-DYJAoXeG.css","webpack:///registration/node_modules/@nextcloud/vue/dist/assets/NcInputField-CQc5dRbY.css","webpack:///registration/node_modules/@nextcloud/vue/dist/assets/NcNoteCard-CImn6F9p.css","webpack:///registration/node_modules/@nextcloud/vue/dist/assets/NcPasswordField-DWd5gg73.css","webpack:///registration/src/components/RegistrationEmail.vue?vue&type=style&index=0&id=8a5a0566&prod&lang=scss&scoped=true","webpack:///registration/src/components/User.vue?vue&type=style&index=0&id=5b6a63d1&prod&lang=scss&scoped=true","webpack:///registration/src/components/Verification.vue?vue&type=style&index=0&id=b9ab1c12&prod&lang=scss&scoped=true","webpack:///registration/node_modules/css-loader/dist/runtime/api.js","webpack:///registration/node_modules/css-loader/dist/runtime/sourceMaps.js","webpack:///registration/node_modules/debounce/index.js","webpack:///registration/node_modules/dompurify/dist/purify.js","webpack:///registration/node_modules/escape-html/index.js","webpack:///registration/node_modules/ieee754/index.js","webpack:///registration/node_modules/lodash.get/index.js","webpack:///registration/node_modules/node-gettext/lib/gettext.js","webpack:///registration/node_modules/node-gettext/lib/plurals.js","webpack:///registration/node_modules/process/browser.js","webpack:///registration/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///registration/node_modules/style-loader/dist/runtime/insertBySelector.js","webpack:///registration/node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack:///registration/node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack:///registration/node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack:///registration/node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack:///registration/webpack/bootstrap","webpack:///registration/webpack/runtime/compat get default export","webpack:///registration/webpack/runtime/define property getters","webpack:///registration/webpack/runtime/global","webpack:///registration/webpack/runtime/hasOwnProperty shorthand","webpack:///registration/webpack/runtime/make namespace object","webpack:///registration/webpack/runtime/nonce","webpack:///registration/node_modules/vue/dist/vue.runtime.esm.js","webpack://registration/./src/components/RegistrationEmail.vue?38fe","webpack:///registration/node_modules/@nextcloud/event-bus/dist/index.mjs","webpack:///registration/node_modules/@nextcloud/auth/dist/index.mjs","webpack://registration/./node_modules/@nextcloud/vue/dist/assets/NcButton-DYJAoXeG.css?0a1b","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/Components/NcButton.mjs","webpack://registration/./node_modules/@nextcloud/vue/dist/assets/NcNoteCard-CImn6F9p.css?eec1","webpack:///registration/node_modules/@nextcloud/vue/dist/Components/NcNoteCard.mjs","webpack://registration/./node_modules/@nextcloud/vue/dist/assets/NcInputField-CQc5dRbY.css?15ec","webpack:///registration/node_modules/@nextcloud/vue/dist/Components/NcInputField.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/AlertCircleOutline-DU3QwU5Y.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/Check-XHAzUBkX.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/GenRandomId-CMooMQt0.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/Close-B6ccm1RP.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/ArrowRight-KsL2PC-o.mjs","webpack:///registration/node_modules/@nextcloud/l10n/dist/chunks/locale-BQFSYg2g.mjs","webpack:///registration/node_modules/@nextcloud/l10n/dist/gettext.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/_l10n-JYjUKekn.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/NcTextField-CmXmPZ4h.mjs","webpack:///registration/node_modules/@nextcloud/initial-state/dist/index.mjs","webpack:///registration/node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack://registration/./node_modules/vue-material-design-icons/Email.vue?3953","webpack:///registration/node_modules/vue-material-design-icons/Email.vue","webpack:///registration/node_modules/vue-material-design-icons/Email.vue?vue&type=template&id=7dd7f6aa","webpack:///registration/src/components/RegistrationEmail.vue?vue&type=script&lang=js","webpack:///registration/src/components/RegistrationEmail.vue","webpack://registration/./src/components/RegistrationEmail.vue?1380","webpack://registration/./src/components/RegistrationEmail.vue?7a22","webpack://registration/./node_modules/vue-material-design-icons/ShieldCheck.vue?35fd","webpack:///registration/src/components/Verification.vue?vue&type=script&lang=js","webpack:///registration/src/components/Verification.vue","webpack:///registration/node_modules/vue-material-design-icons/ShieldCheck.vue","webpack:///registration/node_modules/vue-material-design-icons/ShieldCheck.vue?vue&type=template&id=2368f2c2","webpack://registration/./src/components/Verification.vue?0ba4","webpack://registration/./src/components/Verification.vue?7307","webpack://registration/./src/components/Verification.vue?9a0f","webpack://registration/./src/components/User.vue?7088","webpack://registration/./node_modules/@nextcloud/vue/dist/assets/NcPasswordField-DWd5gg73.css?f7f5","webpack:///registration/node_modules/axios/lib/helpers/bind.js","webpack:///registration/node_modules/axios/lib/utils.js","webpack:///registration/node_modules/axios/lib/core/AxiosError.js","webpack:///registration/node_modules/axios/lib/helpers/toFormData.js","webpack:///registration/node_modules/axios/lib/helpers/AxiosURLSearchParams.js","webpack:///registration/node_modules/axios/lib/helpers/buildURL.js","webpack:///registration/node_modules/axios/lib/core/InterceptorManager.js","webpack:///registration/node_modules/axios/lib/defaults/transitional.js","webpack:///registration/node_modules/axios/lib/platform/browser/index.js","webpack:///registration/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","webpack:///registration/node_modules/axios/lib/platform/browser/classes/FormData.js","webpack:///registration/node_modules/axios/lib/platform/browser/classes/Blob.js","webpack:///registration/node_modules/axios/lib/platform/common/utils.js","webpack:///registration/node_modules/axios/lib/platform/index.js","webpack:///registration/node_modules/axios/lib/helpers/formDataToJSON.js","webpack:///registration/node_modules/axios/lib/defaults/index.js","webpack:///registration/node_modules/axios/lib/helpers/toURLEncodedForm.js","webpack:///registration/node_modules/axios/lib/helpers/parseHeaders.js","webpack:///registration/node_modules/axios/lib/core/AxiosHeaders.js","webpack:///registration/node_modules/axios/lib/core/transformData.js","webpack:///registration/node_modules/axios/lib/cancel/isCancel.js","webpack:///registration/node_modules/axios/lib/cancel/CanceledError.js","webpack:///registration/node_modules/axios/lib/core/settle.js","webpack:///registration/node_modules/axios/lib/helpers/speedometer.js","webpack:///registration/node_modules/axios/lib/helpers/throttle.js","webpack:///registration/node_modules/axios/lib/helpers/progressEventReducer.js","webpack:///registration/node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///registration/node_modules/axios/lib/helpers/cookies.js","webpack:///registration/node_modules/axios/lib/core/buildFullPath.js","webpack:///registration/node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///registration/node_modules/axios/lib/helpers/combineURLs.js","webpack:///registration/node_modules/axios/lib/core/mergeConfig.js","webpack:///registration/node_modules/axios/lib/helpers/resolveConfig.js","webpack:///registration/node_modules/axios/lib/adapters/xhr.js","webpack:///registration/node_modules/axios/lib/helpers/parseProtocol.js","webpack:///registration/node_modules/axios/lib/helpers/composeSignals.js","webpack:///registration/node_modules/axios/lib/helpers/trackStream.js","webpack:///registration/node_modules/axios/lib/adapters/fetch.js","webpack:///registration/node_modules/axios/lib/adapters/adapters.js","webpack:///registration/node_modules/axios/lib/helpers/null.js","webpack:///registration/node_modules/axios/lib/core/dispatchRequest.js","webpack:///registration/node_modules/axios/lib/env/data.js","webpack:///registration/node_modules/axios/lib/helpers/validator.js","webpack:///registration/node_modules/axios/lib/core/Axios.js","webpack:///registration/node_modules/axios/lib/cancel/CancelToken.js","webpack:///registration/node_modules/axios/lib/helpers/HttpStatusCode.js","webpack:///registration/node_modules/axios/lib/axios.js","webpack:///registration/node_modules/axios/lib/helpers/spread.js","webpack:///registration/node_modules/axios/lib/helpers/isAxiosError.js","webpack:///registration/node_modules/@nextcloud/router/dist/index.mjs","webpack:///registration/node_modules/@nextcloud/axios/dist/index.mjs","webpack:///registration/node_modules/@nextcloud/logger/dist/index.mjs","webpack:///registration/node_modules/@nextcloud/vue/dist/chunks/NcPasswordField-DLXPfvQB.mjs","webpack://registration/./node_modules/vue-material-design-icons/Key.vue?157c","webpack:///registration/src/components/User.vue?vue&type=script&lang=js","webpack:///registration/src/components/User.vue","webpack://registration/./node_modules/vue-material-design-icons/Lock.vue?93ae","webpack:///registration/node_modules/vue-material-design-icons/Lock.vue","webpack:///registration/node_modules/vue-material-design-icons/Lock.vue?vue&type=template&id=6d856da2","webpack://registration/./node_modules/vue-material-design-icons/Phone.vue?32f7","webpack:///registration/node_modules/vue-material-design-icons/Phone.vue","webpack:///registration/node_modules/vue-material-design-icons/Phone.vue?vue&type=template&id=dc388f5a","webpack://registration/./node_modules/vue-material-design-icons/Account.vue?d3d9","webpack:///registration/node_modules/vue-material-design-icons/Account.vue","webpack:///registration/node_modules/vue-material-design-icons/Account.vue?vue&type=template&id=9e9343b4","webpack:///registration/node_modules/vue-material-design-icons/Key.vue","webpack:///registration/node_modules/vue-material-design-icons/Key.vue?vue&type=template&id=499b3412","webpack://registration/./src/components/User.vue?c76c","webpack://registration/./src/components/User.vue?d6aa","webpack:///registration/src/form.js"],"sourcesContent":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.clearAll = clearAll;\nexports.clearNonPersistent = clearNonPersistent;\nexports.getBuilder = getBuilder;\nvar _storagebuilder = _interopRequireDefault(require(\"./storagebuilder\"));\nvar _scopedstorage = _interopRequireDefault(require(\"./scopedstorage\"));\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n/**\n * Get the storage builder for an app\n * @param appId App ID to scope storage\n */\nfunction getBuilder(appId) {\n return new _storagebuilder.default(appId);\n}\n\n/**\n * Clear values from storage\n * @param storage The storage to clear\n * @param pred Callback to check if value should be cleared\n */\nfunction clearStorage(storage, pred) {\n Object.keys(storage).filter(k => pred ? pred(k) : true).map(storage.removeItem.bind(storage));\n}\n\n/**\n * Clear all values from all storages\n */\nfunction clearAll() {\n const storages = [window.sessionStorage, window.localStorage];\n storages.map(s => clearStorage(s));\n}\n\n/**\n * Clear ony non persistent values\n */\nfunction clearNonPersistent() {\n const storages = [window.sessionStorage, window.localStorage];\n storages.map(s => clearStorage(s, k => !k.startsWith(_scopedstorage.default.GLOBAL_SCOPE_PERSISTENT)));\n}\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == typeof i ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != typeof i) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nclass ScopedStorage {\n constructor(scope, wrapped, persistent) {\n _defineProperty(this, \"scope\", void 0);\n _defineProperty(this, \"wrapped\", void 0);\n this.scope = \"\".concat(persistent ? ScopedStorage.GLOBAL_SCOPE_PERSISTENT : ScopedStorage.GLOBAL_SCOPE_VOLATILE, \"_\").concat(btoa(scope), \"_\");\n this.wrapped = wrapped;\n }\n scopeKey(key) {\n return \"\".concat(this.scope).concat(key);\n }\n setItem(key, value) {\n this.wrapped.setItem(this.scopeKey(key), value);\n }\n getItem(key) {\n return this.wrapped.getItem(this.scopeKey(key));\n }\n removeItem(key) {\n this.wrapped.removeItem(this.scopeKey(key));\n }\n clear() {\n Object.keys(this.wrapped).filter(key => key.startsWith(this.scope)).map(this.wrapped.removeItem.bind(this.wrapped));\n }\n}\nexports.default = ScopedStorage;\n_defineProperty(ScopedStorage, \"GLOBAL_SCOPE_VOLATILE\", 'nextcloud_vol');\n_defineProperty(ScopedStorage, \"GLOBAL_SCOPE_PERSISTENT\", 'nextcloud_per');\n//# sourceMappingURL=scopedstorage.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _scopedstorage = _interopRequireDefault(require(\"./scopedstorage\"));\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == typeof i ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != typeof i) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nclass StorageBuilder {\n constructor(appId) {\n _defineProperty(this, \"appId\", void 0);\n _defineProperty(this, \"persisted\", false);\n _defineProperty(this, \"clearedOnLogout\", false);\n this.appId = appId;\n }\n persist() {\n let persist = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;\n this.persisted = persist;\n return this;\n }\n clearOnLogout() {\n let clear = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;\n this.clearedOnLogout = clear;\n return this;\n }\n build() {\n return new _scopedstorage.default(this.appId, this.persisted ? window.localStorage : window.sessionStorage, !this.clearedOnLogout);\n }\n}\nexports.default = StorageBuilder;\n//# sourceMappingURL=storagebuilder.js.map","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { safeRe: re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid version. Must be a string. Got type \"${typeof version}\".`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('build compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier, identifierBase) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier, identifierBase)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier, identifierBase)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier, identifierBase)\n this.inc('pre', identifier, identifierBase)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier, identifierBase)\n }\n this.inc('pre', identifier, identifierBase)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre': {\n const base = Number(identifierBase) ? 1 : 0\n\n if (!identifier && identifierBase === false) {\n throw new Error('invalid increment argument: identifier is empty')\n }\n\n if (this.prerelease.length === 0) {\n this.prerelease = [base]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n if (identifier === this.prerelease.join('.') && identifierBase === false) {\n throw new Error('invalid increment argument: identifier already exists')\n }\n this.prerelease.push(base)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n let prerelease = [identifier, base]\n if (identifierBase === false) {\n prerelease = [identifier]\n }\n if (compareIdentifiers(this.prerelease[0], identifier) === 0) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = prerelease\n }\n } else {\n this.prerelease = prerelease\n }\n }\n break\n }\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.raw = this.format()\n if (this.build.length) {\n this.raw += `+${this.build.join('.')}`\n }\n return this\n }\n}\n\nmodule.exports = SemVer\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","const SemVer = require('../classes/semver')\nconst parse = (version, options, throwErrors = false) => {\n if (version instanceof SemVer) {\n return version\n }\n try {\n return new SemVer(version, options)\n } catch (er) {\n if (!throwErrors) {\n return null\n }\n throw er\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n/* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\n// Max safe length for a build identifier. The max length minus 6 characters for\n// the shortest version with a build 0.0.0+BUILD.\nconst MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6\n\nconst RELEASE_TYPES = [\n 'major',\n 'premajor',\n 'minor',\n 'preminor',\n 'patch',\n 'prepatch',\n 'prerelease',\n]\n\nmodule.exports = {\n MAX_LENGTH,\n MAX_SAFE_COMPONENT_LENGTH,\n MAX_SAFE_BUILD_LENGTH,\n MAX_SAFE_INTEGER,\n RELEASE_TYPES,\n SEMVER_SPEC_VERSION,\n FLAG_INCLUDE_PRERELEASE: 0b001,\n FLAG_LOOSE: 0b010,\n}\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers,\n}\n","// parse out just the options we care about\nconst looseOption = Object.freeze({ loose: true })\nconst emptyOpts = Object.freeze({ })\nconst parseOptions = options => {\n if (!options) {\n return emptyOpts\n }\n\n if (typeof options !== 'object') {\n return looseOption\n }\n\n return options\n}\nmodule.exports = parseOptions\n","const {\n MAX_SAFE_COMPONENT_LENGTH,\n MAX_SAFE_BUILD_LENGTH,\n MAX_LENGTH,\n} = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst safeRe = exports.safeRe = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst LETTERDASHNUMBER = '[a-zA-Z0-9-]'\n\n// Replace some greedy regex tokens to prevent regex dos issues. These regex are\n// used internally via the safeRe object since all inputs in this library get\n// normalized first to trim and collapse all extra whitespace. The original\n// regexes are exported for userland consumption and lower level usage. A\n// future breaking change could export the safer regex only with a note that\n// all input should have extra whitespace removed.\nconst safeRegexReplacements = [\n ['\\\\s', 1],\n ['\\\\d', MAX_LENGTH],\n [LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH],\n]\n\nconst makeSafeRegex = (value) => {\n for (const [token, max] of safeRegexReplacements) {\n value = value\n .split(`${token}*`).join(`${token}{0,${max}}`)\n .split(`${token}+`).join(`${token}{1,${max}}`)\n }\n return value\n}\n\nconst createToken = (name, value, isGlobal) => {\n const safe = makeSafeRegex(value)\n const index = R++\n debug(name, index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n safeRe[index] = new RegExp(safe, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '\\\\d+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', `\\\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`)\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', `${LETTERDASHNUMBER}+`)\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCEPLAIN', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?`)\ncreateToken('COERCE', `${src[t.COERCEPLAIN]}(?:$|[^\\\\d])`)\ncreateToken('COERCEFULL', src[t.COERCEPLAIN] +\n `(?:${src[t.PRERELEASE]})?` +\n `(?:${src[t.BUILD]})?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\ncreateToken('COERCERTLFULL', src[t.COERCEFULL], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\\\.0\\\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\\\.0\\\\.0-0\\\\s*$')\n","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nconst base64 = require('base64-js')\nconst ieee754 = require('ieee754')\nconst customInspectSymbol =\n (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation\n ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation\n : null\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\nconst K_MAX_LENGTH = 0x7fffffff\nexports.kMaxLength = K_MAX_LENGTH\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Print warning and recommend using `buffer` v4.x which has an Object\n * implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * We report that the browser does not support typed arrays if the are not subclassable\n * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`\n * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support\n * for __proto__ and has a buggy typed array implementation.\n */\nBuffer.TYPED_ARRAY_SUPPORT = typedArraySupport()\n\nif (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&\n typeof console.error === 'function') {\n console.error(\n 'This browser lacks typed array (Uint8Array) support which is required by ' +\n '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'\n )\n}\n\nfunction typedArraySupport () {\n // Can typed array instances can be augmented?\n try {\n const arr = new Uint8Array(1)\n const proto = { foo: function () { return 42 } }\n Object.setPrototypeOf(proto, Uint8Array.prototype)\n Object.setPrototypeOf(arr, proto)\n return arr.foo() === 42\n } catch (e) {\n return false\n }\n}\n\nObject.defineProperty(Buffer.prototype, 'parent', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.buffer\n }\n})\n\nObject.defineProperty(Buffer.prototype, 'offset', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.byteOffset\n }\n})\n\nfunction createBuffer (length) {\n if (length > K_MAX_LENGTH) {\n throw new RangeError('The value \"' + length + '\" is invalid for option \"size\"')\n }\n // Return an augmented `Uint8Array` instance\n const buf = new Uint8Array(length)\n Object.setPrototypeOf(buf, Buffer.prototype)\n return buf\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new TypeError(\n 'The \"string\" argument must be of type string. Received type number'\n )\n }\n return allocUnsafe(arg)\n }\n return from(arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\nfunction from (value, encodingOrOffset, length) {\n if (typeof value === 'string') {\n return fromString(value, encodingOrOffset)\n }\n\n if (ArrayBuffer.isView(value)) {\n return fromArrayView(value)\n }\n\n if (value == null) {\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n }\n\n if (isInstance(value, ArrayBuffer) ||\n (value && isInstance(value.buffer, ArrayBuffer))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof SharedArrayBuffer !== 'undefined' &&\n (isInstance(value, SharedArrayBuffer) ||\n (value && isInstance(value.buffer, SharedArrayBuffer)))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof value === 'number') {\n throw new TypeError(\n 'The \"value\" argument must not be of type number. Received type number'\n )\n }\n\n const valueOf = value.valueOf && value.valueOf()\n if (valueOf != null && valueOf !== value) {\n return Buffer.from(valueOf, encodingOrOffset, length)\n }\n\n const b = fromObject(value)\n if (b) return b\n\n if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&\n typeof value[Symbol.toPrimitive] === 'function') {\n return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length)\n }\n\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(value, encodingOrOffset, length)\n}\n\n// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:\n// https://github.com/feross/buffer/pull/148\nObject.setPrototypeOf(Buffer.prototype, Uint8Array.prototype)\nObject.setPrototypeOf(Buffer, Uint8Array)\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be of type number')\n } else if (size < 0) {\n throw new RangeError('The value \"' + size + '\" is invalid for option \"size\"')\n }\n}\n\nfunction alloc (size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpreted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(size).fill(fill, encoding)\n : createBuffer(size).fill(fill)\n }\n return createBuffer(size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(size, fill, encoding)\n}\n\nfunction allocUnsafe (size) {\n assertSize(size)\n return createBuffer(size < 0 ? 0 : checked(size) | 0)\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(size)\n}\n\nfunction fromString (string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n\n const length = byteLength(string, encoding) | 0\n let buf = createBuffer(length)\n\n const actual = buf.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n buf = buf.slice(0, actual)\n }\n\n return buf\n}\n\nfunction fromArrayLike (array) {\n const length = array.length < 0 ? 0 : checked(array.length) | 0\n const buf = createBuffer(length)\n for (let i = 0; i < length; i += 1) {\n buf[i] = array[i] & 255\n }\n return buf\n}\n\nfunction fromArrayView (arrayView) {\n if (isInstance(arrayView, Uint8Array)) {\n const copy = new Uint8Array(arrayView)\n return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength)\n }\n return fromArrayLike(arrayView)\n}\n\nfunction fromArrayBuffer (array, byteOffset, length) {\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\"offset\" is outside of buffer bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\"length\" is outside of buffer bounds')\n }\n\n let buf\n if (byteOffset === undefined && length === undefined) {\n buf = new Uint8Array(array)\n } else if (length === undefined) {\n buf = new Uint8Array(array, byteOffset)\n } else {\n buf = new Uint8Array(array, byteOffset, length)\n }\n\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(buf, Buffer.prototype)\n\n return buf\n}\n\nfunction fromObject (obj) {\n if (Buffer.isBuffer(obj)) {\n const len = checked(obj.length) | 0\n const buf = createBuffer(len)\n\n if (buf.length === 0) {\n return buf\n }\n\n obj.copy(buf, 0, 0, len)\n return buf\n }\n\n if (obj.length !== undefined) {\n if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {\n return createBuffer(0)\n }\n return fromArrayLike(obj)\n }\n\n if (obj.type === 'Buffer' && Array.isArray(obj.data)) {\n return fromArrayLike(obj.data)\n }\n}\n\nfunction checked (length) {\n // Note: cannot use `length < K_MAX_LENGTH` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= K_MAX_LENGTH) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return b != null && b._isBuffer === true &&\n b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false\n}\n\nBuffer.compare = function compare (a, b) {\n if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)\n if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError(\n 'The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array'\n )\n }\n\n if (a === b) return 0\n\n let x = a.length\n let y = b.length\n\n for (let i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!Array.isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n let i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n const buffer = Buffer.allocUnsafe(length)\n let pos = 0\n for (i = 0; i < list.length; ++i) {\n let buf = list[i]\n if (isInstance(buf, Uint8Array)) {\n if (pos + buf.length > buffer.length) {\n if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf)\n buf.copy(buffer, pos)\n } else {\n Uint8Array.prototype.set.call(\n buffer,\n buf,\n pos\n )\n }\n } else if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n } else {\n buf.copy(buffer, pos)\n }\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n throw new TypeError(\n 'The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. ' +\n 'Received type ' + typeof string\n )\n }\n\n const len = string.length\n const mustMatch = (arguments.length > 2 && arguments[2] === true)\n if (!mustMatch && len === 0) return 0\n\n // Use a for loop to avoid recursion\n let loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) {\n return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8\n }\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n let loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coercion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)\n// to detect a Buffer instance. It's not possible to use `instanceof Buffer`\n// reliably in a browserify context because there could be multiple different\n// copies of the 'buffer' package in use. This method works even for Buffer\n// instances that were created from another copy of the `buffer` package.\n// See: https://github.com/feross/buffer/issues/154\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n const i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n const len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (let i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n const len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (let i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n const len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (let i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n const length = this.length\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.toLocaleString = Buffer.prototype.toString\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n let str = ''\n const max = exports.INSPECT_MAX_BYTES\n str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()\n if (this.length > max) str += ' ... '\n return ''\n}\nif (customInspectSymbol) {\n Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (isInstance(target, Uint8Array)) {\n target = Buffer.from(target, target.offset, target.byteLength)\n }\n if (!Buffer.isBuffer(target)) {\n throw new TypeError(\n 'The \"target\" argument must be one of type Buffer or Uint8Array. ' +\n 'Received type ' + (typeof target)\n )\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n let x = thisEnd - thisStart\n let y = end - start\n const len = Math.min(x, y)\n\n const thisCopy = this.slice(thisStart, thisEnd)\n const targetCopy = target.slice(start, end)\n\n for (let i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (numberIsNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [val], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n let indexSize = 1\n let arrLength = arr.length\n let valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n let i\n if (dir) {\n let foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n let found = true\n for (let j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n const remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n const strLen = string.length\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n let i\n for (i = 0; i < length; ++i) {\n const parsed = parseInt(string.substr(i * 2, 2), 16)\n if (numberIsNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset >>> 0\n if (isFinite(length)) {\n length = length >>> 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n const remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n let loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n case 'latin1':\n case 'binary':\n return asciiWrite(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n const res = []\n\n let i = start\n while (i < end) {\n const firstByte = buf[i]\n let codePoint = null\n let bytesPerSequence = (firstByte > 0xEF)\n ? 4\n : (firstByte > 0xDF)\n ? 3\n : (firstByte > 0xBF)\n ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n let secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nconst MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n const len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n let res = ''\n let i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n let ret = ''\n end = Math.min(buf.length, end)\n\n for (let i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n let ret = ''\n end = Math.min(buf.length, end)\n\n for (let i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n const len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n let out = ''\n for (let i = start; i < end; ++i) {\n out += hexSliceLookupTable[buf[i]]\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n const bytes = buf.slice(start, end)\n let res = ''\n // If bytes.length is odd, the last 8 bits must be ignored (same as node.js)\n for (let i = 0; i < bytes.length - 1; i += 2) {\n res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n const len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n const newBuf = this.subarray(start, end)\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(newBuf, Buffer.prototype)\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUintLE =\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n let val = this[offset]\n let mul = 1\n let i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUintBE =\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n let val = this[offset + --byteLength]\n let mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUint8 =\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUint16LE =\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUint16BE =\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUint32LE =\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUint32BE =\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readBigUInt64LE = defineBigIntMethod(function readBigUInt64LE (offset) {\n offset = offset >>> 0\n validateNumber(offset, 'offset')\n const first = this[offset]\n const last = this[offset + 7]\n if (first === undefined || last === undefined) {\n boundsError(offset, this.length - 8)\n }\n\n const lo = first +\n this[++offset] * 2 ** 8 +\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 24\n\n const hi = this[++offset] +\n this[++offset] * 2 ** 8 +\n this[++offset] * 2 ** 16 +\n last * 2 ** 24\n\n return BigInt(lo) + (BigInt(hi) << BigInt(32))\n})\n\nBuffer.prototype.readBigUInt64BE = defineBigIntMethod(function readBigUInt64BE (offset) {\n offset = offset >>> 0\n validateNumber(offset, 'offset')\n const first = this[offset]\n const last = this[offset + 7]\n if (first === undefined || last === undefined) {\n boundsError(offset, this.length - 8)\n }\n\n const hi = first * 2 ** 24 +\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 8 +\n this[++offset]\n\n const lo = this[++offset] * 2 ** 24 +\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 8 +\n last\n\n return (BigInt(hi) << BigInt(32)) + BigInt(lo)\n})\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n let val = this[offset]\n let mul = 1\n let i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n let i = byteLength\n let mul = 1\n let val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n const val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n const val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readBigInt64LE = defineBigIntMethod(function readBigInt64LE (offset) {\n offset = offset >>> 0\n validateNumber(offset, 'offset')\n const first = this[offset]\n const last = this[offset + 7]\n if (first === undefined || last === undefined) {\n boundsError(offset, this.length - 8)\n }\n\n const val = this[offset + 4] +\n this[offset + 5] * 2 ** 8 +\n this[offset + 6] * 2 ** 16 +\n (last << 24) // Overflow\n\n return (BigInt(val) << BigInt(32)) +\n BigInt(first +\n this[++offset] * 2 ** 8 +\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 24)\n})\n\nBuffer.prototype.readBigInt64BE = defineBigIntMethod(function readBigInt64BE (offset) {\n offset = offset >>> 0\n validateNumber(offset, 'offset')\n const first = this[offset]\n const last = this[offset + 7]\n if (first === undefined || last === undefined) {\n boundsError(offset, this.length - 8)\n }\n\n const val = (first << 24) + // Overflow\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 8 +\n this[++offset]\n\n return (BigInt(val) << BigInt(32)) +\n BigInt(this[++offset] * 2 ** 24 +\n this[++offset] * 2 ** 16 +\n this[++offset] * 2 ** 8 +\n last)\n})\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUintLE =\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n const maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n let mul = 1\n let i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUintBE =\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n const maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n let i = byteLength - 1\n let mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUint8 =\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeUint16LE =\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeUint16BE =\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeUint32LE =\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeUint32BE =\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nfunction wrtBigUInt64LE (buf, value, offset, min, max) {\n checkIntBI(value, min, max, buf, offset, 7)\n\n let lo = Number(value & BigInt(0xffffffff))\n buf[offset++] = lo\n lo = lo >> 8\n buf[offset++] = lo\n lo = lo >> 8\n buf[offset++] = lo\n lo = lo >> 8\n buf[offset++] = lo\n let hi = Number(value >> BigInt(32) & BigInt(0xffffffff))\n buf[offset++] = hi\n hi = hi >> 8\n buf[offset++] = hi\n hi = hi >> 8\n buf[offset++] = hi\n hi = hi >> 8\n buf[offset++] = hi\n return offset\n}\n\nfunction wrtBigUInt64BE (buf, value, offset, min, max) {\n checkIntBI(value, min, max, buf, offset, 7)\n\n let lo = Number(value & BigInt(0xffffffff))\n buf[offset + 7] = lo\n lo = lo >> 8\n buf[offset + 6] = lo\n lo = lo >> 8\n buf[offset + 5] = lo\n lo = lo >> 8\n buf[offset + 4] = lo\n let hi = Number(value >> BigInt(32) & BigInt(0xffffffff))\n buf[offset + 3] = hi\n hi = hi >> 8\n buf[offset + 2] = hi\n hi = hi >> 8\n buf[offset + 1] = hi\n hi = hi >> 8\n buf[offset] = hi\n return offset + 8\n}\n\nBuffer.prototype.writeBigUInt64LE = defineBigIntMethod(function writeBigUInt64LE (value, offset = 0) {\n return wrtBigUInt64LE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff'))\n})\n\nBuffer.prototype.writeBigUInt64BE = defineBigIntMethod(function writeBigUInt64BE (value, offset = 0) {\n return wrtBigUInt64BE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff'))\n})\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n const limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n let i = 0\n let mul = 1\n let sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n const limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n let i = byteLength - 1\n let mul = 1\n let sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeBigInt64LE = defineBigIntMethod(function writeBigInt64LE (value, offset = 0) {\n return wrtBigUInt64LE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff'))\n})\n\nBuffer.prototype.writeBigInt64BE = defineBigIntMethod(function writeBigInt64BE (value, offset = 0) {\n return wrtBigUInt64BE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff'))\n})\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('Index out of range')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n const len = end - start\n\n if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {\n // Use built-in when available, missing from IE11\n this.copyWithin(targetStart, start, end)\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, end),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n if (val.length === 1) {\n const code = val.charCodeAt(0)\n if ((encoding === 'utf8' && code < 128) ||\n encoding === 'latin1') {\n // Fast path: If `val` fits into a single byte, use that numeric value.\n val = code\n }\n }\n } else if (typeof val === 'number') {\n val = val & 255\n } else if (typeof val === 'boolean') {\n val = Number(val)\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n let i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n const bytes = Buffer.isBuffer(val)\n ? val\n : Buffer.from(val, encoding)\n const len = bytes.length\n if (len === 0) {\n throw new TypeError('The value \"' + val +\n '\" is invalid for argument \"value\"')\n }\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// CUSTOM ERRORS\n// =============\n\n// Simplified versions from Node, changed for Buffer-only usage\nconst errors = {}\nfunction E (sym, getMessage, Base) {\n errors[sym] = class NodeError extends Base {\n constructor () {\n super()\n\n Object.defineProperty(this, 'message', {\n value: getMessage.apply(this, arguments),\n writable: true,\n configurable: true\n })\n\n // Add the error code to the name to include it in the stack trace.\n this.name = `${this.name} [${sym}]`\n // Access the stack to generate the error message including the error code\n // from the name.\n this.stack // eslint-disable-line no-unused-expressions\n // Reset the name to the actual name.\n delete this.name\n }\n\n get code () {\n return sym\n }\n\n set code (value) {\n Object.defineProperty(this, 'code', {\n configurable: true,\n enumerable: true,\n value,\n writable: true\n })\n }\n\n toString () {\n return `${this.name} [${sym}]: ${this.message}`\n }\n }\n}\n\nE('ERR_BUFFER_OUT_OF_BOUNDS',\n function (name) {\n if (name) {\n return `${name} is outside of buffer bounds`\n }\n\n return 'Attempt to access memory outside buffer bounds'\n }, RangeError)\nE('ERR_INVALID_ARG_TYPE',\n function (name, actual) {\n return `The \"${name}\" argument must be of type number. Received type ${typeof actual}`\n }, TypeError)\nE('ERR_OUT_OF_RANGE',\n function (str, range, input) {\n let msg = `The value of \"${str}\" is out of range.`\n let received = input\n if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) {\n received = addNumericalSeparator(String(input))\n } else if (typeof input === 'bigint') {\n received = String(input)\n if (input > BigInt(2) ** BigInt(32) || input < -(BigInt(2) ** BigInt(32))) {\n received = addNumericalSeparator(received)\n }\n received += 'n'\n }\n msg += ` It must be ${range}. Received ${received}`\n return msg\n }, RangeError)\n\nfunction addNumericalSeparator (val) {\n let res = ''\n let i = val.length\n const start = val[0] === '-' ? 1 : 0\n for (; i >= start + 4; i -= 3) {\n res = `_${val.slice(i - 3, i)}${res}`\n }\n return `${val.slice(0, i)}${res}`\n}\n\n// CHECK FUNCTIONS\n// ===============\n\nfunction checkBounds (buf, offset, byteLength) {\n validateNumber(offset, 'offset')\n if (buf[offset] === undefined || buf[offset + byteLength] === undefined) {\n boundsError(offset, buf.length - (byteLength + 1))\n }\n}\n\nfunction checkIntBI (value, min, max, buf, offset, byteLength) {\n if (value > max || value < min) {\n const n = typeof min === 'bigint' ? 'n' : ''\n let range\n if (byteLength > 3) {\n if (min === 0 || min === BigInt(0)) {\n range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}`\n } else {\n range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` +\n `${(byteLength + 1) * 8 - 1}${n}`\n }\n } else {\n range = `>= ${min}${n} and <= ${max}${n}`\n }\n throw new errors.ERR_OUT_OF_RANGE('value', range, value)\n }\n checkBounds(buf, offset, byteLength)\n}\n\nfunction validateNumber (value, name) {\n if (typeof value !== 'number') {\n throw new errors.ERR_INVALID_ARG_TYPE(name, 'number', value)\n }\n}\n\nfunction boundsError (value, length, type) {\n if (Math.floor(value) !== value) {\n validateNumber(value, type)\n throw new errors.ERR_OUT_OF_RANGE(type || 'offset', 'an integer', value)\n }\n\n if (length < 0) {\n throw new errors.ERR_BUFFER_OUT_OF_BOUNDS()\n }\n\n throw new errors.ERR_OUT_OF_RANGE(type || 'offset',\n `>= ${type ? 1 : 0} and <= ${length}`,\n value)\n}\n\n// HELPER FUNCTIONS\n// ================\n\nconst INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node takes equal signs as end of the Base64 encoding\n str = str.split('=')[0]\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = str.trim().replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n let codePoint\n const length = string.length\n let leadSurrogate = null\n const bytes = []\n\n for (let i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n const byteArray = []\n for (let i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n let c, hi, lo\n const byteArray = []\n for (let i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n let i\n for (i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\n// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass\n// the `instanceof` check but they should be treated as of that type.\n// See: https://github.com/feross/buffer/issues/166\nfunction isInstance (obj, type) {\n return obj instanceof type ||\n (obj != null && obj.constructor != null && obj.constructor.name != null &&\n obj.constructor.name === type.name)\n}\nfunction numberIsNaN (obj) {\n // For IE11 support\n return obj !== obj // eslint-disable-line no-self-compare\n}\n\n// Create lookup table for `toString('hex')`\n// See: https://github.com/feross/buffer/issues/219\nconst hexSliceLookupTable = (function () {\n const alphabet = '0123456789abcdef'\n const table = new Array(256)\n for (let i = 0; i < 16; ++i) {\n const i16 = i * 16\n for (let j = 0; j < 16; ++j) {\n table[i16 + j] = alphabet[i] + alphabet[j]\n }\n }\n return table\n})()\n\n// Return not function with Error if BigInt not supported\nfunction defineBigIntMethod (fn) {\n return typeof BigInt === 'undefined' ? BufferBigIntNotDefined : fn\n}\n\nfunction BufferBigIntNotDefined () {\n throw new Error('BigInt not supported')\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-c3d9e0ce] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-c3d9e0ce] {\n --button-size: var(--default-clickable-area);\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\n position: relative;\n width: fit-content;\n overflow: hidden;\n border: 0;\n padding: 0;\n font-size: var(--default-font-size);\n font-weight: bold;\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: var(--button-radius);\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--size-small[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-small, 24px);\n --button-radius: var(--border-radius);\n}\n.button-vue--size-large[data-v-c3d9e0ce] {\n --button-size: var(--clickable-area-large, 48px);\n}\n.button-vue *[data-v-c3d9e0ce],\n.button-vue span[data-v-c3d9e0ce] {\n cursor: pointer;\n}\n.button-vue[data-v-c3d9e0ce]:focus {\n outline: none;\n}\n.button-vue[data-v-c3d9e0ce]:disabled {\n cursor: default;\n opacity: 0.5;\n filter: saturate(0.7);\n}\n.button-vue:disabled *[data-v-c3d9e0ce] {\n cursor: default;\n}\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-c3d9e0ce] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\n padding-inline: var(--button-padding) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-c3d9e0ce] {\n height: var(--button-size);\n width: var(--button-size);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-c3d9e0ce] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue--icon-only[data-v-c3d9e0ce] {\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue--text-only[data-v-c3d9e0ce] {\n padding: 0 var(--button-padding);\n}\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\n margin-left: 4px;\n margin-right: 4px;\n}\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\n padding-block: 0;\n padding-inline: var(--default-grid-baseline) var(--button-padding);\n}\n.button-vue--wide[data-v-c3d9e0ce] {\n width: 100%;\n}\n.button-vue[data-v-c3d9e0ce]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element, var(--border-radius));\n background-color: transparent;\n}\n.button-vue--vue-primary[data-v-c3d9e0ce] {\n background-color: var(--color-primary-element);\n color: var(--color-primary-element-text);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n}\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\n color: var(--color-main-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\n color: var(--color-primary-element-text);\n background-color: transparent;\n}\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--vue-success[data-v-c3d9e0ce] {\n background-color: var(--color-success);\n color: white;\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\n background-color: var(--color-success);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce] {\n background-color: var(--color-warning);\n color: white;\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\n background-color: var(--color-warning);\n}\n.button-vue--vue-error[data-v-c3d9e0ce] {\n background-color: var(--color-error);\n color: white;\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\n background-color: var(--color-error);\n}`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/vue/dist/assets/NcButton-DYJAoXeG.css\"],\"names\":[],\"mappings\":\"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,4CAA4C;EAC5C,2EAA2E;EAC3E,mHAAmH;EACnH,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;EAChB,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,iBAAiB;EACjB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,mCAAmC;EACnC,0DAA0D;EAC1D,yBAAyB;EACzB,kCAAkC;EAClC,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,gDAAgD;EAChD,qCAAqC;AACvC;AACA;EACE,gDAAgD;AAClD;AACA;;EAEE,eAAe;AACjB;AACA;EACE,aAAa;AACf;AACA;EACE,eAAe;EACf,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,eAAe;AACjB;AACA;EACE,0DAA0D;AAC5D;AACA;EACE,oDAAoD;AACtD;AACA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;AACb;AACA;EACE,oBAAoB;AACtB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kEAAkE;AACpE;AACA;EACE,0BAA0B;EAC1B,yBAAyB;EACzB,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,oCAAoC;AACtC;AACA;EACE,gCAAgC;AAClC;AACA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,wHAAwH;EACxH,gBAAgB;EAChB,kEAAkE;AACpE;AACA;EACE,WAAW;AACb;AACA;EACE,oDAAoD;EACpD,6DAA6D;AAC/D;AACA;EACE,oDAAoD;EACpD,iEAAiE;EACjE,6BAA6B;AAC/B;AACA;EACE,8CAA8C;EAC9C,wCAAwC;AAC1C;AACA;EACE,oDAAoD;AACtD;AACA;EACE,8CAA8C;AAChD;AACA;EACE,8CAA8C;EAC9C,oDAAoD;AACtD;AACA;EACE,8CAA8C;EAC9C,0DAA0D;AAC5D;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,+CAA+C;AACjD;AACA;EACE,6BAA6B;EAC7B,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,wCAAwC;EACxC,6BAA6B;AAC/B;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;EACtC,YAAY;AACd;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,oCAAoC;EACpC,YAAY;AACd;AACA;EACE,0CAA0C;AAC5C;AACA;EACE,oCAAoC;AACtC\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/**\\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon[data-v-c3d9e0ce] {\\n display: flex;\\n align-self: center;\\n justify-self: center;\\n align-items: center;\\n justify-content: center;\\n}\\n.button-vue[data-v-c3d9e0ce] {\\n --button-size: var(--default-clickable-area);\\n --button-radius: var(--border-radius-element, calc(var(--button-size) / 2));\\n --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4));\\n position: relative;\\n width: fit-content;\\n overflow: hidden;\\n border: 0;\\n padding: 0;\\n font-size: var(--default-font-size);\\n font-weight: bold;\\n min-height: var(--button-size);\\n min-width: var(--button-size);\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n cursor: pointer;\\n border-radius: var(--button-radius);\\n transition-property: color, border-color, background-color;\\n transition-duration: 0.1s;\\n transition-timing-function: linear;\\n color: var(--color-primary-element-light-text);\\n background-color: var(--color-primary-element-light);\\n}\\n.button-vue--size-small[data-v-c3d9e0ce] {\\n --button-size: var(--clickable-area-small, 24px);\\n --button-radius: var(--border-radius);\\n}\\n.button-vue--size-large[data-v-c3d9e0ce] {\\n --button-size: var(--clickable-area-large, 48px);\\n}\\n.button-vue *[data-v-c3d9e0ce],\\n.button-vue span[data-v-c3d9e0ce] {\\n cursor: pointer;\\n}\\n.button-vue[data-v-c3d9e0ce]:focus {\\n outline: none;\\n}\\n.button-vue[data-v-c3d9e0ce]:disabled {\\n cursor: default;\\n opacity: 0.5;\\n filter: saturate(0.7);\\n}\\n.button-vue:disabled *[data-v-c3d9e0ce] {\\n cursor: default;\\n}\\n.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-primary-element-light-hover);\\n}\\n.button-vue[data-v-c3d9e0ce]:active {\\n background-color: var(--color-primary-element-light);\\n}\\n.button-vue__wrapper[data-v-c3d9e0ce] {\\n display: inline-flex;\\n align-items: center;\\n justify-content: center;\\n width: 100%;\\n}\\n.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] {\\n justify-content: end;\\n}\\n.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] {\\n justify-content: start;\\n}\\n.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] {\\n flex-direction: row-reverse;\\n}\\n.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] {\\n padding-inline: var(--button-padding) var(--default-grid-baseline);\\n}\\n.button-vue__icon[data-v-c3d9e0ce] {\\n height: var(--button-size);\\n width: var(--button-size);\\n min-height: var(--button-size);\\n min-width: var(--button-size);\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n}\\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * {\\n max-height: 16px;\\n max-width: 16px;\\n}\\n.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg {\\n height: 16px;\\n width: 16px;\\n}\\n.button-vue__text[data-v-c3d9e0ce] {\\n font-weight: bold;\\n margin-bottom: 1px;\\n padding: 2px 0;\\n white-space: nowrap;\\n text-overflow: ellipsis;\\n overflow: hidden;\\n}\\n.button-vue--icon-only[data-v-c3d9e0ce] {\\n line-height: 1;\\n width: var(--button-size) !important;\\n}\\n.button-vue--text-only[data-v-c3d9e0ce] {\\n padding: 0 var(--button-padding);\\n}\\n.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] {\\n margin-left: 4px;\\n margin-right: 4px;\\n}\\n.button-vue--icon-and-text[data-v-c3d9e0ce] {\\n --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4));\\n padding-block: 0;\\n padding-inline: var(--default-grid-baseline) var(--button-padding);\\n}\\n.button-vue--wide[data-v-c3d9e0ce] {\\n width: 100%;\\n}\\n.button-vue[data-v-c3d9e0ce]:focus-visible {\\n outline: 2px solid var(--color-main-text) !important;\\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\\n}\\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\\n outline: 2px solid var(--color-primary-element-text);\\n border-radius: var(--border-radius-element, var(--border-radius));\\n background-color: transparent;\\n}\\n.button-vue--vue-primary[data-v-c3d9e0ce] {\\n background-color: var(--color-primary-element);\\n color: var(--color-primary-element-text);\\n}\\n.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-primary-element-hover);\\n}\\n.button-vue--vue-primary[data-v-c3d9e0ce]:active {\\n background-color: var(--color-primary-element);\\n}\\n.button-vue--vue-secondary[data-v-c3d9e0ce] {\\n color: var(--color-primary-element-light-text);\\n background-color: var(--color-primary-element-light);\\n}\\n.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) {\\n color: var(--color-primary-element-light-text);\\n background-color: var(--color-primary-element-light-hover);\\n}\\n.button-vue--vue-tertiary[data-v-c3d9e0ce] {\\n color: var(--color-main-text);\\n background-color: transparent;\\n}\\n.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-background-hover);\\n}\\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] {\\n color: var(--color-main-text);\\n background-color: transparent;\\n}\\n.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: transparent;\\n}\\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] {\\n color: var(--color-primary-element-text);\\n background-color: transparent;\\n}\\n.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: transparent;\\n}\\n.button-vue--vue-success[data-v-c3d9e0ce] {\\n background-color: var(--color-success);\\n color: white;\\n}\\n.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-success-hover);\\n}\\n.button-vue--vue-success[data-v-c3d9e0ce]:active {\\n background-color: var(--color-success);\\n}\\n.button-vue--vue-warning[data-v-c3d9e0ce] {\\n background-color: var(--color-warning);\\n color: white;\\n}\\n.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-warning-hover);\\n}\\n.button-vue--vue-warning[data-v-c3d9e0ce]:active {\\n background-color: var(--color-warning);\\n}\\n.button-vue--vue-error[data-v-c3d9e0ce] {\\n background-color: var(--color-error);\\n color: white;\\n}\\n.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) {\\n background-color: var(--color-error-hover);\\n}\\n.button-vue--vue-error[data-v-c3d9e0ce]:active {\\n background-color: var(--color-error);\\n}\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-374fffac] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-374fffac] {\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\n --input-padding-start: var(--border-radius-large);\n --input-padding-end: var(--border-radius-large);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-374fffac] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-374fffac] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-374fffac] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-374fffac] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-374fffac] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-374fffac] {\n height: var(--default-clickable-area);\n position: relative;\n}\n.input-field__input[data-v-374fffac] {\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\n border-radius: var(--input-border-radius);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\n width: 100%;\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n padding-block: var(--input-border-width-offset);\n}\n.input-field__input[data-v-374fffac]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\n border-color: var(--color-main-text);\n border-width: var(--border-width-input-focused, 2px);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n --input-border-width-offset: 0px;\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-374fffac]:focus {\n cursor: text;\n}\n.input-field__input[data-v-374fffac]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-374fffac]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field__input--success[data-v-374fffac] {\n border-color: var(--color-success) !important;\n}\n.input-field__input--success[data-v-374fffac]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\n border-color: var(--color-error) !important;\n}\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-374fffac] {\n --input-label-font-size: var(--default-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n font-size: var(--input-label-font-size);\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-374fffac] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-374fffac] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-374fffac] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-374fffac] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-374fffac] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n right: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-374fffac] {\n padding-block: 4px;\n padding-inline: var(--border-radius-large);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-374fffac] {\n margin-inline-end: 8px;\n}\n.input-field__helper-text-message--error[data-v-374fffac] {\n color: var(--color-error-text);\n}\n.input-field__helper-text-message--success[data-v-374fffac] {\n color: var(--color-success-text);\n}`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/vue/dist/assets/NcInputField-CQc5dRbY.css\"],\"names\":[],\"mappings\":\"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,+EAA+E;EAC/E,iDAAiD;EACjD,+CAA+C;EAC/C,kBAAkB;EAClB,WAAW;EACX,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yFAAyF;AAC3F;AACA;EACE,uFAAuF;AACzF;AACA;EACE,gDAAgD;AAClD;AACA;EACE,qCAAqC;EACrC,kBAAkB;AACpB;AACA;EACE,0GAA0G;EAC1G,8CAA8C;EAC9C,6BAA6B;EAC7B,4EAA4E;EAC5E,yCAAyC;EACzC,eAAe;EACf,wCAAwC;EACxC,qCAAqC;EACrC,gCAAgC;EAChC,mCAAmC;EACnC,uBAAuB;EACvB,6FAA6F;EAC7F,WAAW;EACX,qJAAqJ;EACrJ,+CAA+C;AACjD;AACA;EACE,oCAAoC;AACtC;AACA;EACE,oCAAoC;EACpC,oDAAoD;EACpD,6DAA6D;EAC7D,gCAAgC;AAClC;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;AACjB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,6CAA6C;AAC/C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,iIAAiI;AACnI;AACA;EACE,UAAU;AACZ;AACA;EACE,iDAAiD;EACjD,kBAAkB;EAClB,kEAAkE;EAClE,sBAAsB;EACtB,uCAAuC;EACvC,kEAAkE;EAClE,oDAAoD;EACpD,oCAAoC;EACpC,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,oBAAoB;EACpB,kNAAkN;AACpN;AACA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,gEAAgE;EAChE,gBAAgB;EAChB,4EAA4E;EAC5E,8CAA8C;EAC9C,4CAA4C;EAC5C,4IAA4I;EAC5I,mJAAmJ;AACrJ;AACA;EACE,kBAAkB;EAClB,qCAAqC;EACrC,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,0GAA0G;EAC1G,0FAA0F;AAC5F;AACA;EACE,kBAAkB;EAClB,2CAA2C;EAC3C,6CAA6C;AAC/C;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kBAAkB;EAClB,0CAA0C;EAC1C,aAAa;EACb,mBAAmB;EACnB,oCAAoC;AACtC;AACA;EACE,sBAAsB;AACxB;AACA;EACE,8BAA8B;AAChC;AACA;EACE,gCAAgC;AAClC\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/**\\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon[data-v-374fffac] {\\n display: flex;\\n align-self: center;\\n justify-self: center;\\n align-items: center;\\n justify-content: center;\\n}\\n.input-field[data-v-374fffac] {\\n --input-border-radius: var(--border-radius-element, var(--border-radius-large));\\n --input-padding-start: var(--border-radius-large);\\n --input-padding-end: var(--border-radius-large);\\n position: relative;\\n width: 100%;\\n margin-block-start: 6px;\\n}\\n.input-field--disabled[data-v-374fffac] {\\n opacity: 0.4;\\n filter: saturate(0.4);\\n}\\n.input-field--label-outside[data-v-374fffac] {\\n margin-block-start: 0;\\n}\\n.input-field--leading-icon[data-v-374fffac] {\\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\\n}\\n.input-field--trailing-icon[data-v-374fffac] {\\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\\n}\\n.input-field--pill[data-v-374fffac] {\\n --input-border-radius: var(--border-radius-pill);\\n}\\n.input-field__main-wrapper[data-v-374fffac] {\\n height: var(--default-clickable-area);\\n position: relative;\\n}\\n.input-field__input[data-v-374fffac] {\\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast);\\n border-radius: var(--input-border-radius);\\n cursor: pointer;\\n -webkit-appearance: textfield !important;\\n -moz-appearance: textfield !important;\\n appearance: textfield !important;\\n font-size: var(--default-font-size);\\n text-overflow: ellipsis;\\n height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important;\\n width: 100%;\\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\\n padding-block: var(--input-border-width-offset);\\n}\\n.input-field__input[data-v-374fffac]::placeholder {\\n color: var(--color-text-maxcontrast);\\n}\\n.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) {\\n border-color: var(--color-main-text);\\n border-width: var(--border-width-input-focused, 2px);\\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\\n --input-border-width-offset: 0px;\\n}\\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\\n color: var(--color-main-text);\\n}\\n.input-field__input[data-v-374fffac]:focus {\\n cursor: text;\\n}\\n.input-field__input[data-v-374fffac]:disabled {\\n cursor: default;\\n}\\n.input-field__input[data-v-374fffac]:focus-visible {\\n box-shadow: unset !important;\\n}\\n.input-field__input--success[data-v-374fffac] {\\n border-color: var(--color-success) !important;\\n}\\n.input-field__input--success[data-v-374fffac]:focus-visible {\\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\\n}\\n.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid {\\n border-color: var(--color-error) !important;\\n}\\n.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible {\\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\\n}\\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder {\\n opacity: 0;\\n}\\n.input-field__label[data-v-374fffac] {\\n --input-label-font-size: var(--default-font-size);\\n position: absolute;\\n margin-inline: var(--input-padding-start) var(--input-padding-end);\\n max-width: fit-content;\\n font-size: var(--input-label-font-size);\\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\\n inset-inline: var(--border-width-input-focused, 2px);\\n color: var(--color-text-maxcontrast);\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n pointer-events: none;\\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\\n}\\n.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] {\\n --input-label-font-size: 13px;\\n line-height: 1.5;\\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\\n font-weight: 500;\\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\\n background-color: var(--color-main-background);\\n padding-inline: var(--default-grid-baseline);\\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\\n}\\n.input-field__icon[data-v-374fffac] {\\n position: absolute;\\n height: var(--default-clickable-area);\\n width: var(--default-clickable-area);\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n opacity: 0.7;\\n inset-block-end: 0;\\n}\\n.input-field__icon--leading[data-v-374fffac] {\\n inset-inline-start: 0px;\\n}\\n.input-field__icon--trailing[data-v-374fffac] {\\n inset-inline-end: 0px;\\n}\\n.input-field__trailing-button[data-v-374fffac] {\\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\\n}\\n.input-field__trailing-button.button-vue[data-v-374fffac] {\\n position: absolute;\\n top: var(--border-width-input-focused, 2px);\\n right: var(--border-width-input-focused, 2px);\\n}\\n.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible {\\n box-shadow: none !important;\\n}\\n.input-field__helper-text-message[data-v-374fffac] {\\n padding-block: 4px;\\n padding-inline: var(--border-radius-large);\\n display: flex;\\n align-items: center;\\n color: var(--color-text-maxcontrast);\\n}\\n.input-field__helper-text-message__icon[data-v-374fffac] {\\n margin-inline-end: 8px;\\n}\\n.input-field__helper-text-message--error[data-v-374fffac] {\\n color: var(--color-error-text);\\n}\\n.input-field__helper-text-message--success[data-v-374fffac] {\\n color: var(--color-success-text);\\n}\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-7df28e9e] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.notecard[data-v-7df28e9e] {\n --note-card-icon-size: 20px;\n --note-card-padding: calc(2 * var(--default-grid-baseline));\n color: var(--color-main-text) !important;\n background-color: var(--note-background) !important;\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\n border-radius: var(--border-radius);\n margin: 1rem 0;\n padding: var(--note-card-padding);\n display: flex;\n flex-direction: row;\n gap: var(--note-card-padding);\n}\n.notecard__heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n font-weight: 600;\n}\n.notecard__icon--heading[data-v-7df28e9e] {\n font-size: var(--note-card-icon-size);\n margin-block: calc((1lh - 1em) / 2) auto;\n}\n.notecard--success[data-v-7df28e9e] {\n --note-background: rgba(var(--color-success-rgb), 0.1);\n --note-theme: var(--color-success);\n}\n.notecard--info[data-v-7df28e9e] {\n --note-background: rgba(var(--color-info-rgb), 0.1);\n --note-theme: var(--color-info);\n}\n.notecard--error[data-v-7df28e9e] {\n --note-background: rgba(var(--color-error-rgb), 0.1);\n --note-theme: var(--color-error);\n}\n.notecard--warning[data-v-7df28e9e] {\n --note-background: rgba(var(--color-warning-rgb), 0.1);\n --note-theme: var(--color-warning);\n}`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/vue/dist/assets/NcNoteCard-CImn6F9p.css\"],\"names\":[],\"mappings\":\"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;EAC3B,2DAA2D;EAC3D,wCAAwC;EACxC,mDAAmD;EACnD,yEAAyE;EACzE,mCAAmC;EACnC,cAAc;EACd,iCAAiC;EACjC,aAAa;EACb,mBAAmB;EACnB,6BAA6B;AAC/B;AACA;EACE,qCAAqC;EACrC,gBAAgB;AAClB;AACA;EACE,qCAAqC;EACrC,wCAAwC;AAC1C;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC;AACA;EACE,mDAAmD;EACnD,+BAA+B;AACjC;AACA;EACE,oDAAoD;EACpD,gCAAgC;AAClC;AACA;EACE,sDAAsD;EACtD,kCAAkC;AACpC\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/**\\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon[data-v-7df28e9e] {\\n display: flex;\\n align-self: center;\\n justify-self: center;\\n align-items: center;\\n justify-content: center;\\n}\\n.notecard[data-v-7df28e9e] {\\n --note-card-icon-size: 20px;\\n --note-card-padding: calc(2 * var(--default-grid-baseline));\\n color: var(--color-main-text) !important;\\n background-color: var(--note-background) !important;\\n border-inline-start: var(--default-grid-baseline) solid var(--note-theme);\\n border-radius: var(--border-radius);\\n margin: 1rem 0;\\n padding: var(--note-card-padding);\\n display: flex;\\n flex-direction: row;\\n gap: var(--note-card-padding);\\n}\\n.notecard__heading[data-v-7df28e9e] {\\n font-size: var(--note-card-icon-size);\\n font-weight: 600;\\n}\\n.notecard__icon--heading[data-v-7df28e9e] {\\n font-size: var(--note-card-icon-size);\\n margin-block: calc((1lh - 1em) / 2) auto;\\n}\\n.notecard--success[data-v-7df28e9e] {\\n --note-background: rgba(var(--color-success-rgb), 0.1);\\n --note-theme: var(--color-success);\\n}\\n.notecard--info[data-v-7df28e9e] {\\n --note-background: rgba(var(--color-info-rgb), 0.1);\\n --note-theme: var(--color-info);\\n}\\n.notecard--error[data-v-7df28e9e] {\\n --note-background: rgba(var(--color-error-rgb), 0.1);\\n --note-theme: var(--color-error);\\n}\\n.notecard--warning[data-v-7df28e9e] {\\n --note-background: rgba(var(--color-warning-rgb), 0.1);\\n --note-theme: var(--color-warning);\\n}\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-d984b8e5] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-d984b8e5] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/vue/dist/assets/NcPasswordField-DWd5gg73.css\"],\"names\":[],\"mappings\":\"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;AAC7B\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/**\\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon[data-v-d984b8e5] {\\n display: flex;\\n align-self: center;\\n justify-self: center;\\n align-items: center;\\n justify-content: center;\\n}\\n[data-v-d984b8e5] .password-field__input--secure-text {\\n -webkit-text-security: disc;\\n}\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.guest-box[data-v-8a5a0566]{text-align:left}fieldset[data-v-8a5a0566]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-8a5a0566]{box-sizing:border-box}`, \"\",{\"version\":3,\"sources\":[\"webpack://./src/components/RegistrationEmail.vue\"],\"names\":[],\"mappings\":\"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA\",\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.guest-box[data-v-5b6a63d1]{text-align:left}fieldset[data-v-5b6a63d1]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-5b6a63d1]{box-sizing:border-box}`, \"\",{\"version\":3,\"sources\":[\"webpack://./src/components/User.vue\"],\"names\":[],\"mappings\":\"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA\",\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.guest-box[data-v-b9ab1c12]{text-align:left}fieldset[data-v-b9ab1c12]{display:flex;flex-direction:column;gap:.5rem}.button-vue--vue-tertiary[data-v-b9ab1c12]{box-sizing:border-box}`, \"\",{\"version\":3,\"sources\":[\"webpack://./src/components/Verification.vue\"],\"names\":[],\"mappings\":\"AACA,4BACC,eAAA,CAGD,0BACC,YAAA,CACA,qBAAA,CACA,SAAA,CAGD,2CACC,qBAAA\",\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","\"use strict\";\n\nmodule.exports = function (item) {\n var content = item[1];\n var cssMapping = item[3];\n if (!cssMapping) {\n return content;\n }\n if (typeof btoa === \"function\") {\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n return [content].concat([sourceMapping]).join(\"\\n\");\n }\n return [content].join(\"\\n\");\n};","function debounce(function_, wait = 100, options = {}) {\n\tif (typeof function_ !== 'function') {\n\t\tthrow new TypeError(`Expected the first parameter to be a function, got \\`${typeof function_}\\`.`);\n\t}\n\n\tif (wait < 0) {\n\t\tthrow new RangeError('`wait` must not be negative.');\n\t}\n\n\t// TODO: Deprecate the boolean parameter at some point.\n\tconst {immediate} = typeof options === 'boolean' ? {immediate: options} : options;\n\n\tlet storedContext;\n\tlet storedArguments;\n\tlet timeoutId;\n\tlet timestamp;\n\tlet result;\n\n\tfunction run() {\n\t\tconst callContext = storedContext;\n\t\tconst callArguments = storedArguments;\n\t\tstoredContext = undefined;\n\t\tstoredArguments = undefined;\n\t\tresult = function_.apply(callContext, callArguments);\n\t\treturn result;\n\t}\n\n\tfunction later() {\n\t\tconst last = Date.now() - timestamp;\n\n\t\tif (last < wait && last >= 0) {\n\t\t\ttimeoutId = setTimeout(later, wait - last);\n\t\t} else {\n\t\t\ttimeoutId = undefined;\n\n\t\t\tif (!immediate) {\n\t\t\t\tresult = run();\n\t\t\t}\n\t\t}\n\t}\n\n\tconst debounced = function (...arguments_) {\n\t\tif (\n\t\t\tstoredContext\n\t\t\t&& this !== storedContext\n\t\t\t&& Object.getPrototypeOf(this) === Object.getPrototypeOf(storedContext)\n\t\t) {\n\t\t\tthrow new Error('Debounced method called with different contexts of the same prototype.');\n\t\t}\n\n\t\tstoredContext = this; // eslint-disable-line unicorn/no-this-assignment\n\t\tstoredArguments = arguments_;\n\t\ttimestamp = Date.now();\n\n\t\tconst callNow = immediate && !timeoutId;\n\n\t\tif (!timeoutId) {\n\t\t\ttimeoutId = setTimeout(later, wait);\n\t\t}\n\n\t\tif (callNow) {\n\t\t\tresult = run();\n\t\t}\n\n\t\treturn result;\n\t};\n\n\tdebounced.clear = () => {\n\t\tif (!timeoutId) {\n\t\t\treturn;\n\t\t}\n\n\t\tclearTimeout(timeoutId);\n\t\ttimeoutId = undefined;\n\t};\n\n\tdebounced.flush = () => {\n\t\tif (!timeoutId) {\n\t\t\treturn;\n\t\t}\n\n\t\tdebounced.trigger();\n\t};\n\n\tdebounced.trigger = () => {\n\t\tresult = run();\n\n\t\tdebounced.clear();\n\t};\n\n\treturn debounced;\n}\n\n// Adds compatibility for ES modules\nmodule.exports.debounce = debounce;\n\nmodule.exports = debounce;\n","/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */\n\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.DOMPurify = factory());\n})(this, (function () { 'use strict';\n\n const {\n entries,\n setPrototypeOf,\n isFrozen,\n getPrototypeOf,\n getOwnPropertyDescriptor\n } = Object;\n let {\n freeze,\n seal,\n create\n } = Object; // eslint-disable-line import/no-mutable-exports\n let {\n apply,\n construct\n } = typeof Reflect !== 'undefined' && Reflect;\n if (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n }\n if (!seal) {\n seal = function seal(x) {\n return x;\n };\n }\n if (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n }\n if (!construct) {\n construct = function construct(Func, args) {\n return new Func(...args);\n };\n }\n const arrayForEach = unapply(Array.prototype.forEach);\n const arrayPop = unapply(Array.prototype.pop);\n const arrayPush = unapply(Array.prototype.push);\n const stringToLowerCase = unapply(String.prototype.toLowerCase);\n const stringToString = unapply(String.prototype.toString);\n const stringMatch = unapply(String.prototype.match);\n const stringReplace = unapply(String.prototype.replace);\n const stringIndexOf = unapply(String.prototype.indexOf);\n const stringTrim = unapply(String.prototype.trim);\n const objectHasOwnProperty = unapply(Object.prototype.hasOwnProperty);\n const regExpTest = unapply(RegExp.prototype.test);\n const typeErrorCreate = unconstruct(TypeError);\n\n /**\n * Creates a new function that calls the given function with a specified thisArg and arguments.\n *\n * @param {Function} func - The function to be wrapped and called.\n * @returns {Function} A new function that calls the given function with a specified thisArg and arguments.\n */\n function unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n return apply(func, thisArg, args);\n };\n }\n\n /**\n * Creates a new function that constructs an instance of the given constructor function with the provided arguments.\n *\n * @param {Function} func - The constructor function to be wrapped and called.\n * @returns {Function} A new function that constructs an instance of the given constructor function with the provided arguments.\n */\n function unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n return construct(func, args);\n };\n }\n\n /**\n * Add properties to a lookup table\n *\n * @param {Object} set - The set to which elements will be added.\n * @param {Array} array - The array containing elements to be added to the set.\n * @param {Function} transformCaseFunc - An optional function to transform the case of each element before adding to the set.\n * @returns {Object} The modified set with added elements.\n */\n function addToSet(set, array) {\n let transformCaseFunc = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : stringToLowerCase;\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n let l = array.length;\n while (l--) {\n let element = array[l];\n if (typeof element === 'string') {\n const lcElement = transformCaseFunc(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n element = lcElement;\n }\n }\n set[element] = true;\n }\n return set;\n }\n\n /**\n * Clean up an array to harden against CSPP\n *\n * @param {Array} array - The array to be cleaned.\n * @returns {Array} The cleaned version of the array\n */\n function cleanArray(array) {\n for (let index = 0; index < array.length; index++) {\n const isPropertyExist = objectHasOwnProperty(array, index);\n if (!isPropertyExist) {\n array[index] = null;\n }\n }\n return array;\n }\n\n /**\n * Shallow clone an object\n *\n * @param {Object} object - The object to be cloned.\n * @returns {Object} A new object that copies the original.\n */\n function clone(object) {\n const newObject = create(null);\n for (const [property, value] of entries(object)) {\n const isPropertyExist = objectHasOwnProperty(object, property);\n if (isPropertyExist) {\n if (Array.isArray(value)) {\n newObject[property] = cleanArray(value);\n } else if (value && typeof value === 'object' && value.constructor === Object) {\n newObject[property] = clone(value);\n } else {\n newObject[property] = value;\n }\n }\n }\n return newObject;\n }\n\n /**\n * This method automatically checks if the prop is function or getter and behaves accordingly.\n *\n * @param {Object} object - The object to look up the getter function in its prototype chain.\n * @param {String} prop - The property name for which to find the getter function.\n * @returns {Function} The getter function found in the prototype chain or a fallback function.\n */\n function lookupGetter(object, prop) {\n while (object !== null) {\n const desc = getOwnPropertyDescriptor(object, prop);\n if (desc) {\n if (desc.get) {\n return unapply(desc.get);\n }\n if (typeof desc.value === 'function') {\n return unapply(desc.value);\n }\n }\n object = getPrototypeOf(object);\n }\n function fallbackValue() {\n return null;\n }\n return fallbackValue;\n }\n\n const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n // SVG\n const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);\n const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\n // List of SVG elements that are disallowed by default.\n // We still need to know them so that we can do namespace\n // checks properly in case one wants to add them to\n // allow-list.\n const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);\n const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover', 'mprescripts']);\n\n // Similarly to SVG, we want to know all MathML elements,\n // even those that we disallow by default.\n const mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);\n const text = freeze(['#text']);\n\n const html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'popover', 'popovertarget', 'popovertargetaction', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'wrap', 'xmlns', 'slot']);\n const svg = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'targetx', 'targety', 'transform', 'transform-origin', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n const mathMl = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n const xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\n // eslint-disable-next-line unicorn/better-regex\n const MUSTACHE_EXPR = seal(/\\{\\{[\\w\\W]*|[\\w\\W]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\n const ERB_EXPR = seal(/<%[\\w\\W]*|[\\w\\W]*%>/gm);\n const TMPLIT_EXPR = seal(/\\${[\\w\\W]*}/gm);\n const DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\n const ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\n const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n );\n const IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\n const ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205F\\u3000]/g // eslint-disable-line no-control-regex\n );\n const DOCTYPE_NAME = seal(/^html$/i);\n const CUSTOM_ELEMENT = seal(/^[a-z][.\\w]*(-[.\\w]+)+$/i);\n\n var EXPRESSIONS = /*#__PURE__*/Object.freeze({\n __proto__: null,\n MUSTACHE_EXPR: MUSTACHE_EXPR,\n ERB_EXPR: ERB_EXPR,\n TMPLIT_EXPR: TMPLIT_EXPR,\n DATA_ATTR: DATA_ATTR,\n ARIA_ATTR: ARIA_ATTR,\n IS_ALLOWED_URI: IS_ALLOWED_URI,\n IS_SCRIPT_OR_DATA: IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE: ATTR_WHITESPACE,\n DOCTYPE_NAME: DOCTYPE_NAME,\n CUSTOM_ELEMENT: CUSTOM_ELEMENT\n });\n\n // https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType\n const NODE_TYPE = {\n element: 1,\n attribute: 2,\n text: 3,\n cdataSection: 4,\n entityReference: 5,\n // Deprecated\n entityNode: 6,\n // Deprecated\n progressingInstruction: 7,\n comment: 8,\n document: 9,\n documentType: 10,\n documentFragment: 11,\n notation: 12 // Deprecated\n };\n const getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n };\n\n /**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {HTMLScriptElement} purifyHostElement The Script element used to load DOMPurify (to determine policy name suffix).\n * @return {TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported or creating the policy failed).\n */\n const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, purifyHostElement) {\n if (typeof trustedTypes !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n let suffix = null;\n const ATTR_NAME = 'data-tt-policy-suffix';\n if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {\n suffix = purifyHostElement.getAttribute(ATTR_NAME);\n }\n const policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML(html) {\n return html;\n },\n createScriptURL(scriptUrl) {\n return scriptUrl;\n }\n });\n } catch (_) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n };\n function createDOMPurify() {\n let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n const DOMPurify = root => createDOMPurify(root);\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '3.1.6';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n return DOMPurify;\n }\n let {\n document\n } = window;\n const originalDocument = document;\n const currentScript = originalDocument.currentScript;\n const {\n DocumentFragment,\n HTMLTemplateElement,\n Node,\n Element,\n NodeFilter,\n NamedNodeMap = window.NamedNodeMap || window.MozNamedAttrMap,\n HTMLFormElement,\n DOMParser,\n trustedTypes\n } = window;\n const ElementPrototype = Element.prototype;\n const cloneNode = lookupGetter(ElementPrototype, 'cloneNode');\n const remove = lookupGetter(ElementPrototype, 'remove');\n const getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');\n const getChildNodes = lookupGetter(ElementPrototype, 'childNodes');\n const getParentNode = lookupGetter(ElementPrototype, 'parentNode');\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n if (typeof HTMLTemplateElement === 'function') {\n const template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n let trustedTypesPolicy;\n let emptyHTML = '';\n const {\n implementation,\n createNodeIterator,\n createDocumentFragment,\n getElementsByTagName\n } = document;\n const {\n importNode\n } = originalDocument;\n let hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation && implementation.createHTMLDocument !== undefined;\n const {\n MUSTACHE_EXPR,\n ERB_EXPR,\n TMPLIT_EXPR,\n DATA_ATTR,\n ARIA_ATTR,\n IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE,\n CUSTOM_ELEMENT\n } = EXPRESSIONS;\n let {\n IS_ALLOWED_URI: IS_ALLOWED_URI$1\n } = EXPRESSIONS;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n let ALLOWED_TAGS = null;\n const DEFAULT_ALLOWED_TAGS = addToSet({}, [...html$1, ...svg$1, ...svgFilters, ...mathMl$1, ...text]);\n\n /* Allowed attribute names */\n let ALLOWED_ATTR = null;\n const DEFAULT_ALLOWED_ATTR = addToSet({}, [...html, ...svg, ...mathMl, ...xml]);\n\n /*\n * Configure how DOMPUrify should handle custom elements and their attributes as well as customized built-in elements.\n * @property {RegExp|Function|null} tagNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any custom elements)\n * @property {RegExp|Function|null} attributeNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any attributes not on the allow list)\n * @property {boolean} allowCustomizedBuiltInElements allow custom elements derived from built-ins if they pass CUSTOM_ELEMENT_HANDLING.tagNameCheck. Default: `false`.\n */\n let CUSTOM_ELEMENT_HANDLING = Object.seal(create(null, {\n tagNameCheck: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: null\n },\n attributeNameCheck: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: null\n },\n allowCustomizedBuiltInElements: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: false\n }\n }));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n let FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n let FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n let ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n let ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n let ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Decide if self-closing tags in attributes are allowed.\n * Usually removed due to a mXSS issue in jQuery 3.0 */\n let ALLOW_SELF_CLOSE_IN_ATTR = true;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n let SAFE_FOR_TEMPLATES = false;\n\n /* Output should be safe even for XML used within HTML and alike.\n * This means, DOMPurify removes comments when containing risky content.\n */\n let SAFE_FOR_XML = true;\n\n /* Decide if document with ... should be returned */\n let WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n let SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n let FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n let RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n let RETURN_DOM_FRAGMENT = false;\n\n /* Try to return a Trusted Type object instead of a string, return a string in\n * case Trusted Types are not supported */\n let RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks?\n * This sanitizes markups named with colliding, clobberable built-in DOM APIs.\n */\n let SANITIZE_DOM = true;\n\n /* Achieve full DOM Clobbering protection by isolating the namespace of named\n * properties and JS variables, mitigating attacks that abuse the HTML/DOM spec rules.\n *\n * HTML/DOM spec rules that enable DOM Clobbering:\n * - Named Access on Window (§7.3.3)\n * - DOM Tree Accessors (§3.1.5)\n * - Form Element Parent-Child Relations (§4.10.3)\n * - Iframe srcdoc / Nested WindowProxies (§4.8.5)\n * - HTMLCollection (§4.2.10.2)\n *\n * Namespace isolation is implemented by prefixing `id` and `name` attributes\n * with a constant string, i.e., `user-content-`\n */\n let SANITIZE_NAMED_PROPS = false;\n const SANITIZE_NAMED_PROPS_PREFIX = 'user-content-';\n\n /* Keep element content when removing element? */\n let KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n let IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n let USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n let FORBID_CONTENTS = null;\n const DEFAULT_FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n let DATA_URI_TAGS = null;\n const DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);\n\n /* Attributes safe for values like \"javascript:\" */\n let URI_SAFE_ATTRIBUTES = null;\n const DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'role', 'summary', 'title', 'value', 'style', 'xmlns']);\n const MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';\n const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';\n const HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';\n /* Document namespace */\n let NAMESPACE = HTML_NAMESPACE;\n let IS_EMPTY_INPUT = false;\n\n /* Allowed XHTML+XML namespaces */\n let ALLOWED_NAMESPACES = null;\n const DEFAULT_ALLOWED_NAMESPACES = addToSet({}, [MATHML_NAMESPACE, SVG_NAMESPACE, HTML_NAMESPACE], stringToString);\n\n /* Parsing of strict XHTML documents */\n let PARSER_MEDIA_TYPE = null;\n const SUPPORTED_PARSER_MEDIA_TYPES = ['application/xhtml+xml', 'text/html'];\n const DEFAULT_PARSER_MEDIA_TYPE = 'text/html';\n let transformCaseFunc = null;\n\n /* Keep a reference to config to pass to hooks */\n let CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n const formElement = document.createElement('form');\n const isRegexOrFunction = function isRegexOrFunction(testValue) {\n return testValue instanceof RegExp || testValue instanceof Function;\n };\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n const _parseConfig = function _parseConfig() {\n let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || typeof cfg !== 'object') {\n cfg = {};\n }\n\n /* Shield configuration object from prototype pollution */\n cfg = clone(cfg);\n PARSER_MEDIA_TYPE =\n // eslint-disable-next-line unicorn/prefer-includes\n SUPPORTED_PARSER_MEDIA_TYPES.indexOf(cfg.PARSER_MEDIA_TYPE) === -1 ? DEFAULT_PARSER_MEDIA_TYPE : cfg.PARSER_MEDIA_TYPE;\n\n // HTML tags and attributes are not case-sensitive, converting to lowercase. Keeping XHTML as is.\n transformCaseFunc = PARSER_MEDIA_TYPE === 'application/xhtml+xml' ? stringToString : stringToLowerCase;\n\n /* Set configuration parameters */\n ALLOWED_TAGS = objectHasOwnProperty(cfg, 'ALLOWED_TAGS') ? addToSet({}, cfg.ALLOWED_TAGS, transformCaseFunc) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = objectHasOwnProperty(cfg, 'ALLOWED_ATTR') ? addToSet({}, cfg.ALLOWED_ATTR, transformCaseFunc) : DEFAULT_ALLOWED_ATTR;\n ALLOWED_NAMESPACES = objectHasOwnProperty(cfg, 'ALLOWED_NAMESPACES') ? addToSet({}, cfg.ALLOWED_NAMESPACES, stringToString) : DEFAULT_ALLOWED_NAMESPACES;\n URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, 'ADD_URI_SAFE_ATTR') ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES),\n // eslint-disable-line indent\n cfg.ADD_URI_SAFE_ATTR,\n // eslint-disable-line indent\n transformCaseFunc // eslint-disable-line indent\n ) // eslint-disable-line indent\n : DEFAULT_URI_SAFE_ATTRIBUTES;\n DATA_URI_TAGS = objectHasOwnProperty(cfg, 'ADD_DATA_URI_TAGS') ? addToSet(clone(DEFAULT_DATA_URI_TAGS),\n // eslint-disable-line indent\n cfg.ADD_DATA_URI_TAGS,\n // eslint-disable-line indent\n transformCaseFunc // eslint-disable-line indent\n ) // eslint-disable-line indent\n : DEFAULT_DATA_URI_TAGS;\n FORBID_CONTENTS = objectHasOwnProperty(cfg, 'FORBID_CONTENTS') ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;\n FORBID_TAGS = objectHasOwnProperty(cfg, 'FORBID_TAGS') ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : {};\n FORBID_ATTR = objectHasOwnProperty(cfg, 'FORBID_ATTR') ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : {};\n USE_PROFILES = objectHasOwnProperty(cfg, 'USE_PROFILES') ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n ALLOW_SELF_CLOSE_IN_ATTR = cfg.ALLOW_SELF_CLOSE_IN_ATTR !== false; // Default true\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n SAFE_FOR_XML = cfg.SAFE_FOR_XML !== false; // Default true\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n SANITIZE_NAMED_PROPS = cfg.SANITIZE_NAMED_PROPS || false; // Default false\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI;\n NAMESPACE = cfg.NAMESPACE || HTML_NAMESPACE;\n CUSTOM_ELEMENT_HANDLING = cfg.CUSTOM_ELEMENT_HANDLING || {};\n if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck)) {\n CUSTOM_ELEMENT_HANDLING.tagNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck;\n }\n if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)) {\n CUSTOM_ELEMENT_HANDLING.attributeNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck;\n }\n if (cfg.CUSTOM_ELEMENT_HANDLING && typeof cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements === 'boolean') {\n CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements = cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements;\n }\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, text);\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html$1);\n addToSet(ALLOWED_ATTR, html);\n }\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg$1);\n addToSet(ALLOWED_ATTR, svg);\n addToSet(ALLOWED_ATTR, xml);\n }\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg);\n addToSet(ALLOWED_ATTR, xml);\n }\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl$1);\n addToSet(ALLOWED_ATTR, mathMl);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);\n }\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);\n }\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);\n }\n if (cfg.FORBID_CONTENTS) {\n if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {\n FORBID_CONTENTS = clone(FORBID_CONTENTS);\n }\n addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n if (cfg.TRUSTED_TYPES_POLICY) {\n if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== 'function') {\n throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a \"createHTML\" hook.');\n }\n if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== 'function') {\n throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a \"createScriptURL\" hook.');\n }\n\n // Overwrite existing TrustedTypes policy.\n trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY;\n\n // Sign local variables required by `sanitize`.\n emptyHTML = trustedTypesPolicy.createHTML('');\n } else {\n // Uninitialized policy, attempt to initialize the internal dompurify policy.\n if (trustedTypesPolicy === undefined) {\n trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);\n }\n\n // If creating the internal policy succeeded sign internal variables.\n if (trustedTypesPolicy !== null && typeof emptyHTML === 'string') {\n emptyHTML = trustedTypesPolicy.createHTML('');\n }\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n CONFIG = cfg;\n };\n const MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);\n const HTML_INTEGRATION_POINTS = addToSet({}, ['foreignobject', 'annotation-xml']);\n\n // Certain elements are allowed in both SVG and HTML\n // namespace. We need to specify them explicitly\n // so that they don't get erroneously deleted from\n // HTML namespace.\n const COMMON_SVG_AND_HTML_ELEMENTS = addToSet({}, ['title', 'style', 'font', 'a', 'script']);\n\n /* Keep track of all possible SVG and MathML tags\n * so that we can perform the namespace checks\n * correctly. */\n const ALL_SVG_TAGS = addToSet({}, [...svg$1, ...svgFilters, ...svgDisallowed]);\n const ALL_MATHML_TAGS = addToSet({}, [...mathMl$1, ...mathMlDisallowed]);\n\n /**\n * @param {Element} element a DOM element whose namespace is being checked\n * @returns {boolean} Return false if the element has a\n * namespace that a spec-compliant parser would never\n * return. Return true otherwise.\n */\n const _checkValidNamespace = function _checkValidNamespace(element) {\n let parent = getParentNode(element);\n\n // In JSDOM, if we're inside shadow DOM, then parentNode\n // can be null. We just simulate parent in this case.\n if (!parent || !parent.tagName) {\n parent = {\n namespaceURI: NAMESPACE,\n tagName: 'template'\n };\n }\n const tagName = stringToLowerCase(element.tagName);\n const parentTagName = stringToLowerCase(parent.tagName);\n if (!ALLOWED_NAMESPACES[element.namespaceURI]) {\n return false;\n }\n if (element.namespaceURI === SVG_NAMESPACE) {\n // The only way to switch from HTML namespace to SVG\n // is via . If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'svg';\n }\n\n // The only way to switch from MathML to SVG is via`\n // svg if parent is either or MathML\n // text integration points.\n if (parent.namespaceURI === MATHML_NAMESPACE) {\n return tagName === 'svg' && (parentTagName === 'annotation-xml' || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);\n }\n\n // We only allow elements that are defined in SVG\n // spec. All others are disallowed in SVG namespace.\n return Boolean(ALL_SVG_TAGS[tagName]);\n }\n if (element.namespaceURI === MATHML_NAMESPACE) {\n // The only way to switch from HTML namespace to MathML\n // is via . If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'math';\n }\n\n // The only way to switch from SVG to MathML is via\n // and HTML integration points\n if (parent.namespaceURI === SVG_NAMESPACE) {\n return tagName === 'math' && HTML_INTEGRATION_POINTS[parentTagName];\n }\n\n // We only allow elements that are defined in MathML\n // spec. All others are disallowed in MathML namespace.\n return Boolean(ALL_MATHML_TAGS[tagName]);\n }\n if (element.namespaceURI === HTML_NAMESPACE) {\n // The only way to switch from SVG to HTML is via\n // HTML integration points, and from MathML to HTML\n // is via MathML text integration points\n if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n\n // We disallow tags that are specific for MathML\n // or SVG and should never appear in HTML namespace\n return !ALL_MATHML_TAGS[tagName] && (COMMON_SVG_AND_HTML_ELEMENTS[tagName] || !ALL_SVG_TAGS[tagName]);\n }\n\n // For XHTML and XML documents that support custom namespaces\n if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && ALLOWED_NAMESPACES[element.namespaceURI]) {\n return true;\n }\n\n // The code should never reach this place (this means\n // that the element somehow got namespace that is not\n // HTML, SVG, MathML or allowed via ALLOWED_NAMESPACES).\n // Return false just in case.\n return false;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n const _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, {\n element: node\n });\n try {\n // eslint-disable-next-line unicorn/prefer-dom-node-remove\n getParentNode(node).removeChild(node);\n } catch (_) {\n remove(node);\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n const _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (_) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n node.removeAttribute(name);\n\n // We void attribute values for unremovable \"is\"\" attributes\n if (name === 'is' && !ALLOWED_ATTR[name]) {\n if (RETURN_DOM || RETURN_DOM_FRAGMENT) {\n try {\n _forceRemove(node);\n } catch (_) {}\n } else {\n try {\n node.setAttribute(name, '');\n } catch (_) {}\n }\n }\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n const _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n let doc = null;\n let leadingWhitespace = null;\n if (FORCE_BODY) {\n dirty = '' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n const matches = stringMatch(dirty, /^[\\r\\n\\t ]+/);\n leadingWhitespace = matches && matches[0];\n }\n if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && NAMESPACE === HTML_NAMESPACE) {\n // Root of XHTML doc must contain xmlns declaration (see https://www.w3.org/TR/xhtml1/normative.html#strict)\n dirty = '' + dirty + '';\n }\n const dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /*\n * Use the DOMParser API by default, fallback later if needs be\n * DOMParser not work for svg when has multiple root element.\n */\n if (NAMESPACE === HTML_NAMESPACE) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, PARSER_MEDIA_TYPE);\n } catch (_) {}\n }\n\n /* Use createHTMLDocument in case DOMParser is not available */\n if (!doc || !doc.documentElement) {\n doc = implementation.createDocument(NAMESPACE, 'template', null);\n try {\n doc.documentElement.innerHTML = IS_EMPTY_INPUT ? emptyHTML : dirtyPayload;\n } catch (_) {\n // Syntax error if dirtyPayload is invalid xml\n }\n }\n const body = doc.body || doc.documentElement;\n if (dirty && leadingWhitespace) {\n body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n if (NAMESPACE === HTML_NAMESPACE) {\n return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];\n }\n return WHOLE_DOCUMENT ? doc.documentElement : body;\n };\n\n /**\n * Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.\n *\n * @param {Node} root The root element or node to start traversing on.\n * @return {NodeIterator} The created NodeIterator\n */\n const _createNodeIterator = function _createNodeIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root,\n // eslint-disable-next-line no-bitwise\n NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_CDATA_SECTION, null);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n const _isClobbered = function _isClobbered(elm) {\n return elm instanceof HTMLFormElement && (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string' || typeof elm.insertBefore !== 'function' || typeof elm.hasChildNodes !== 'function');\n };\n\n /**\n * Checks whether the given object is a DOM node.\n *\n * @param {Node} object object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n const _isNode = function _isNode(object) {\n return typeof Node === 'function' && object instanceof Node;\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n const _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n arrayForEach(hooks[entryPoint], hook => {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n const _sanitizeElements = function _sanitizeElements(currentNode) {\n let content = null;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n const tagName = transformCaseFunc(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Detect mXSS attempts abusing namespace confusion */\n if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\\w]/g, currentNode.innerHTML) && regExpTest(/<[/\\w]/g, currentNode.textContent)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove any occurrence of processing instructions */\n if (currentNode.nodeType === NODE_TYPE.progressingInstruction) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove any kind of possibly harmful comments */\n if (SAFE_FOR_XML && currentNode.nodeType === NODE_TYPE.comment && regExpTest(/<[/\\w]/g, currentNode.data)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Check if we have a custom element to handle */\n if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {\n if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {\n return false;\n }\n if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(tagName)) {\n return false;\n }\n }\n\n /* Keep content except for bad-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {\n const parentNode = getParentNode(currentNode) || currentNode.parentNode;\n const childNodes = getChildNodes(currentNode) || currentNode.childNodes;\n if (childNodes && parentNode) {\n const childCount = childNodes.length;\n for (let i = childCount - 1; i >= 0; --i) {\n const childClone = cloneNode(childNodes[i], true);\n childClone.__removalCount = (currentNode.__removalCount || 0) + 1;\n parentNode.insertBefore(childClone, getNextSibling(currentNode));\n }\n }\n }\n _forceRemove(currentNode);\n return true;\n }\n\n /* Check whether element has a valid namespace */\n if (currentNode instanceof Element && !_checkValidNamespace(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Make sure that older browsers don't get fallback-tag mXSS */\n if ((tagName === 'noscript' || tagName === 'noembed' || tagName === 'noframes') && regExpTest(/<\\/no(script|embed|frames)/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === NODE_TYPE.text) {\n /* Get the element's text content */\n content = currentNode.textContent;\n arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {\n content = stringReplace(content, expr, ' ');\n });\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, {\n element: currentNode.cloneNode()\n });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n const _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR, lcName)) ; else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR, lcName)) ; else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n if (\n // First condition does a very basic check if a) it's basically a valid custom element tagname AND\n // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck\n // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck\n _isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) ||\n // Alternative, second condition checks if it's an `is`-attribute, AND\n // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck\n lcName === 'is' && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))) ; else {\n return false;\n }\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (value) {\n return false;\n } else ;\n return true;\n };\n\n /**\n * _isBasicCustomElement\n * checks if at least one dash is included in tagName, and it's not the first char\n * for more sophisticated checking see https://github.com/sindresorhus/validate-element-name\n *\n * @param {string} tagName name of the tag of the node to sanitize\n * @returns {boolean} Returns true if the tag name meets the basic criteria for a custom element, otherwise false.\n */\n const _isBasicCustomElement = function _isBasicCustomElement(tagName) {\n return tagName !== 'annotation-xml' && stringMatch(tagName, CUSTOM_ELEMENT);\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n const _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n const {\n attributes\n } = currentNode;\n\n /* Check if we have attributes; if not we might have a text node */\n if (!attributes) {\n return;\n }\n const hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n let l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n const attr = attributes[l];\n const {\n name,\n namespaceURI,\n value: attrValue\n } = attr;\n const lcName = transformCaseFunc(name);\n let value = name === 'value' ? attrValue : stringTrim(attrValue);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n\n /* Work around a security issue with comments inside attributes */\n if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\\/(style|title)/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n _removeAttribute(name, currentNode);\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {\n value = stringReplace(value, expr, ' ');\n });\n }\n\n /* Is `value` valid for this attribute? */\n const lcTag = transformCaseFunc(currentNode.nodeName);\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Full DOM Clobbering protection via namespace isolation,\n * Prefix id and name attributes with `user-content-`\n */\n if (SANITIZE_NAMED_PROPS && (lcName === 'id' || lcName === 'name')) {\n // Remove the attribute with this value\n _removeAttribute(name, currentNode);\n\n // Prefix the value and later re-create the attribute with the sanitized value\n value = SANITIZE_NAMED_PROPS_PREFIX + value;\n }\n\n /* Handle attributes that require Trusted Types */\n if (trustedTypesPolicy && typeof trustedTypes === 'object' && typeof trustedTypes.getAttributeType === 'function') {\n if (namespaceURI) ; else {\n switch (trustedTypes.getAttributeType(lcTag, lcName)) {\n case 'TrustedHTML':\n {\n value = trustedTypesPolicy.createHTML(value);\n break;\n }\n case 'TrustedScriptURL':\n {\n value = trustedTypesPolicy.createScriptURL(value);\n break;\n }\n }\n }\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n } else {\n arrayPop(DOMPurify.removed);\n }\n } catch (_) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n const _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n let shadowNode = null;\n const shadowIterator = _createNodeIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} cfg object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty) {\n let cfg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let body = null;\n let importedNode = null;\n let currentNode = null;\n let returnNode = null;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n IS_EMPTY_INPUT = !dirty;\n if (IS_EMPTY_INPUT) {\n dirty = '';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n if (typeof dirty.toString === 'function') {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n } else {\n throw typeErrorCreate('toString is not a function');\n }\n }\n\n /* Return dirty HTML if DOMPurify cannot run */\n if (!DOMPurify.isSupported) {\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n if (IN_PLACE) {\n /* Do some early pre-sanitization to avoid unsafe root nodes */\n if (dirty.nodeName) {\n const tagName = transformCaseFunc(dirty.nodeName);\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n throw typeErrorCreate('root node is forbidden and cannot be sanitized in-place');\n }\n }\n } else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === NODE_TYPE.element && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-dom-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT &&\n // eslint-disable-next-line unicorn/prefer-includes\n dirty.indexOf('<') === -1) {\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : RETURN_TRUSTED_TYPE ? emptyHTML : '';\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n const nodeIterator = _createNodeIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n }\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-dom-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {\n /*\n AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs.\n */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n return returnNode;\n }\n let serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Serialize doctype if allowed */\n if (WHOLE_DOCUMENT && ALLOWED_TAGS['!doctype'] && body.ownerDocument && body.ownerDocument.doctype && body.ownerDocument.doctype.name && regExpTest(DOCTYPE_NAME, body.ownerDocument.doctype.name)) {\n serializedHTML = '\\n' + serializedHTML;\n }\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {\n serializedHTML = stringReplace(serializedHTML, expr, ' ');\n });\n }\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function () {\n let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {String} tag Tag name of containing element.\n * @param {String} attr Attribute name.\n * @param {String} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n const lcTag = transformCaseFunc(tag);\n const lcName = transformCaseFunc(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n * @return {Function} removed(popped) hook\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n return arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n return DOMPurify;\n }\n var purify = createDOMPurify();\n\n return purify;\n\n}));\n//# sourceMappingURL=purify.js.map\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","/**\n * lodash (Custom Build) \n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors \n * Released under MIT license \n * Based on Underscore.js 1.8.3 \n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the `TypeError` message for \"Functions\" methods. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** `Object#toString` result references. */\nvar funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n symbolTag = '[object Symbol]';\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/,\n reLeadingDot = /^\\./,\n rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Symbol = root.Symbol,\n splice = arrayProto.splice;\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = isKey(path, object) ? [path] : castPath(path);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value) {\n return isArray(value) ? value : stringToPath(value);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoize(function(string) {\n string = toString(string);\n\n var result = [];\n if (reLeadingDot.test(string)) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, string) {\n result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result);\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Assign cache to `_.memoize`.\nmemoize.Cache = MapCache;\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && objectToString.call(value) == symbolTag);\n}\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","'use strict';\n\nvar get = require('lodash.get');\nvar plurals = require('./plurals');\n\nmodule.exports = Gettext;\n\n/**\n * Creates and returns a new Gettext instance.\n *\n * @constructor\n * @param {Object} [options] A set of options\n * @param {String} options.sourceLocale The locale that the source code and its\n * texts are written in. Translations for\n * this locale is not necessary.\n * @param {Boolean} options.debug Whether to output debug info into the\n * console.\n * @return {Object} A Gettext instance\n */\nfunction Gettext(options) {\n options = options || {};\n\n this.catalogs = {};\n this.locale = '';\n this.domain = 'messages';\n\n this.listeners = [];\n\n // Set source locale\n this.sourceLocale = '';\n if (options.sourceLocale) {\n if (typeof options.sourceLocale === 'string') {\n this.sourceLocale = options.sourceLocale;\n }\n else {\n this.warn('The `sourceLocale` option should be a string');\n }\n }\n\n // Set debug flag\n this.debug = 'debug' in options && options.debug === true;\n}\n\n/**\n * Adds an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback An event handler function\n */\nGettext.prototype.on = function(eventName, callback) {\n this.listeners.push({\n eventName: eventName,\n callback: callback\n });\n};\n\n/**\n * Removes an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback A previously registered event handler function\n */\nGettext.prototype.off = function(eventName, callback) {\n this.listeners = this.listeners.filter(function(listener) {\n return (\n listener.eventName === eventName &&\n listener.callback === callback\n ) === false;\n });\n};\n\n/**\n * Emits an event to all registered event listener.\n *\n * @private\n * @param {String} eventName An event name\n * @param {any} eventData Data to pass to event listeners\n */\nGettext.prototype.emit = function(eventName, eventData) {\n for (var i = 0; i < this.listeners.length; i++) {\n var listener = this.listeners[i];\n if (listener.eventName === eventName) {\n listener.callback(eventData);\n }\n }\n};\n\n/**\n * Logs a warning to the console if debug mode is enabled.\n *\n * @ignore\n * @param {String} message A warning message\n */\nGettext.prototype.warn = function(message) {\n if (this.debug) {\n console.warn(message);\n }\n\n this.emit('error', new Error(message));\n};\n\n/**\n * Stores a set of translations in the set of gettext\n * catalogs.\n *\n * @example\n * gt.addTranslations('sv-SE', 'messages', translationsObject)\n *\n * @param {String} locale A locale string\n * @param {String} domain A domain name\n * @param {Object} translations An object of gettext-parser JSON shape\n */\nGettext.prototype.addTranslations = function(locale, domain, translations) {\n if (!this.catalogs[locale]) {\n this.catalogs[locale] = {};\n }\n\n this.catalogs[locale][domain] = translations;\n};\n\n/**\n * Sets the locale to get translated messages for.\n *\n * @example\n * gt.setLocale('sv-SE')\n *\n * @param {String} locale A locale\n */\nGettext.prototype.setLocale = function(locale) {\n if (typeof locale !== 'string') {\n this.warn(\n 'You called setLocale() with an argument of type ' + (typeof locale) + '. ' +\n 'The locale must be a string.'\n );\n return;\n }\n\n if (locale.trim() === '') {\n this.warn('You called setLocale() with an empty value, which makes little sense.');\n }\n\n if (locale !== this.sourceLocale && !this.catalogs[locale]) {\n this.warn('You called setLocale() with \"' + locale + '\", but no translations for that locale has been added.');\n }\n\n this.locale = locale;\n};\n\n/**\n * Sets the default gettext domain.\n *\n * @example\n * gt.setTextDomain('domainname')\n *\n * @param {String} domain A gettext domain name\n */\nGettext.prototype.setTextDomain = function(domain) {\n if (typeof domain !== 'string') {\n this.warn(\n 'You called setTextDomain() with an argument of type ' + (typeof domain) + '. ' +\n 'The domain must be a string.'\n );\n return;\n }\n\n if (domain.trim() === '') {\n this.warn('You called setTextDomain() with an empty `domain` value.');\n }\n\n this.domain = domain;\n};\n\n/**\n * Translates a string using the default textdomain\n *\n * @example\n * gt.gettext('Some text')\n *\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.gettext = function(msgid) {\n return this.dnpgettext(this.domain, '', msgid);\n};\n\n/**\n * Translates a string using a specific domain\n *\n * @example\n * gt.dgettext('domainname', 'Some text')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dgettext = function(domain, msgid) {\n return this.dnpgettext(domain, '', msgid);\n};\n\n/**\n * Translates a plural string using the default textdomain\n *\n * @example\n * gt.ngettext('One thing', 'Many things', numberOfThings)\n *\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.ngettext = function(msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string using a specific textdomain\n *\n * @example\n * gt.dngettext('domainname', 'One thing', 'Many things', numberOfThings)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dngettext = function(domain, msgid, msgidPlural, count) {\n return this.dnpgettext(domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a string from a specific context using the default textdomain\n *\n * @example\n * gt.pgettext('sports', 'Back')\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.pgettext = function(msgctxt, msgid) {\n return this.dnpgettext(this.domain, msgctxt, msgid);\n};\n\n/**\n * Translates a string from a specific context using s specific textdomain\n *\n * @example\n * gt.dpgettext('domainname', 'sports', 'Back')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dpgettext = function(domain, msgctxt, msgid) {\n return this.dnpgettext(domain, msgctxt, msgid);\n};\n\n/**\n * Translates a plural string from a specific context using the default textdomain\n *\n * @example\n * gt.npgettext('sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.npgettext = function(msgctxt, msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, msgctxt, msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string from a specifi context using a specific textdomain\n *\n * @example\n * gt.dnpgettext('domainname', 'sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @param {String} msgidPlural If no translation was found, return this on count!=1\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dnpgettext = function(domain, msgctxt, msgid, msgidPlural, count) {\n var defaultTranslation = msgid;\n var translation;\n var index;\n\n msgctxt = msgctxt || '';\n\n if (!isNaN(count) && count !== 1) {\n defaultTranslation = msgidPlural || msgid;\n }\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n\n if (translation) {\n if (typeof count === 'number') {\n var pluralsFunc = plurals[Gettext.getLanguageCode(this.locale)].pluralsFunc;\n index = pluralsFunc(count);\n if (typeof index === 'boolean') {\n index = index ? 1 : 0;\n }\n } else {\n index = 0;\n }\n\n return translation.msgstr[index] || defaultTranslation;\n }\n else if (!this.sourceLocale || this.locale !== this.sourceLocale) {\n this.warn('No translation was found for msgid \"' + msgid + '\" in msgctxt \"' + msgctxt + '\" and domain \"' + domain + '\"');\n }\n\n return defaultTranslation;\n};\n\n/**\n * Retrieves comments object for a translation. The comments object\n * has the shape `{ translator, extracted, reference, flag, previous }`.\n *\n * @example\n * const comment = gt.getComment('domainname', 'sports', 'Backs')\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Comments object or false if not found\n */\nGettext.prototype.getComment = function(domain, msgctxt, msgid) {\n var translation;\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n if (translation) {\n return translation.comments || {};\n }\n\n return {};\n};\n\n/**\n * Retrieves translation object from the domain and context\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Translation object or false if not found\n */\nGettext.prototype._getTranslation = function(domain, msgctxt, msgid) {\n msgctxt = msgctxt || '';\n\n return get(this.catalogs, [this.locale, domain, 'translations', msgctxt, msgid]);\n};\n\n/**\n * Returns the language code part of a locale\n *\n * @example\n * Gettext.getLanguageCode('sv-SE')\n * // -> \"sv\"\n *\n * @private\n * @param {String} locale A case-insensitive locale string\n * @returns {String} A language code\n */\nGettext.getLanguageCode = function(locale) {\n return locale.split(/[\\-_]/)[0].toLowerCase();\n};\n\n/* C-style aliases */\n\n/**\n * C-style alias for [setTextDomain](#gettextsettextdomaindomain)\n *\n * @see Gettext#setTextDomain\n */\nGettext.prototype.textdomain = function(domain) {\n if (this.debug) {\n console.warn('textdomain(domain) was used to set locales in node-gettext v1. ' +\n 'Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\\n\\n ' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\\n\\n' +\n 'This warning will be removed in the final 2.0.0');\n }\n\n this.setTextDomain(domain);\n};\n\n/**\n * C-style alias for [setLocale](#gettextsetlocalelocale)\n *\n * @see Gettext#setLocale\n */\nGettext.prototype.setlocale = function(locale) {\n this.setLocale(locale);\n};\n\n/* Deprecated functions */\n\n/**\n * This function will be removed in the final 2.0.0 release.\n *\n * @deprecated\n */\nGettext.prototype.addTextdomain = function() {\n console.error('addTextdomain() is deprecated.\\n\\n' +\n '* To add translations, use addTranslations()\\n' +\n '* To set the default domain, use setTextDomain() (or its alias textdomain())\\n' +\n '\\n' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x');\n};\n","'use strict';\n\nmodule.exports = {\n ach: {\n name: 'Acholi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n af: {\n name: 'Afrikaans',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ak: {\n name: 'Akan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n am: {\n name: 'Amharic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n an: {\n name: 'Aragonese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ar: {\n name: 'Arabic',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }, {\n plural: 3,\n sample: 3\n }, {\n plural: 4,\n sample: 11\n }, {\n plural: 5,\n sample: 100\n }],\n nplurals: 6,\n pluralsText: 'nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n }\n },\n arn: {\n name: 'Mapudungun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ast: {\n name: 'Asturian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ay: {\n name: 'Aymará',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n az: {\n name: 'Azerbaijani',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n be: {\n name: 'Belarusian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n bg: {\n name: 'Bulgarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bn: {\n name: 'Bengali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bo: {\n name: 'Tibetan',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n br: {\n name: 'Breton',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n brx: {\n name: 'Bodo',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bs: {\n name: 'Bosnian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ca: {\n name: 'Catalan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n cgg: {\n name: 'Chiga',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n cs: {\n name: 'Czech',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n csb: {\n name: 'Kashubian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n cy: {\n name: 'Welsh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 8\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3);\n }\n },\n da: {\n name: 'Danish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n de: {\n name: 'German',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n doi: {\n name: 'Dogri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n dz: {\n name: 'Dzongkha',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n el: {\n name: 'Greek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n en: {\n name: 'English',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eo: {\n name: 'Esperanto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n es: {\n name: 'Spanish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n et: {\n name: 'Estonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eu: {\n name: 'Basque',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fa: {\n name: 'Persian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ff: {\n name: 'Fulah',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fi: {\n name: 'Finnish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fil: {\n name: 'Filipino',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fo: {\n name: 'Faroese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fr: {\n name: 'French',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fur: {\n name: 'Friulian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fy: {\n name: 'Frisian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ga: {\n name: 'Irish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 7\n }, {\n plural: 4,\n sample: 11\n }],\n nplurals: 5,\n pluralsText: 'nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);\n }\n },\n gd: {\n name: 'Scottish Gaelic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)',\n pluralsFunc: function(n) {\n return ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3);\n }\n },\n gl: {\n name: 'Galician',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gu: {\n name: 'Gujarati',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gun: {\n name: 'Gun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ha: {\n name: 'Hausa',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n he: {\n name: 'Hebrew',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hi: {\n name: 'Hindi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hne: {\n name: 'Chhattisgarhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hr: {\n name: 'Croatian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n hu: {\n name: 'Hungarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hy: {\n name: 'Armenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n id: {\n name: 'Indonesian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n is: {\n name: 'Icelandic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)',\n pluralsFunc: function(n) {\n return (n % 10 !== 1 || n % 100 === 11);\n }\n },\n it: {\n name: 'Italian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ja: {\n name: 'Japanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jbo: {\n name: 'Lojban',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jv: {\n name: 'Javanese',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 0)',\n pluralsFunc: function(n) {\n return (n !== 0);\n }\n },\n ka: {\n name: 'Georgian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kk: {\n name: 'Kazakh',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n km: {\n name: 'Khmer',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kn: {\n name: 'Kannada',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ko: {\n name: 'Korean',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ku: {\n name: 'Kurdish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n kw: {\n name: 'Cornish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 4\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3);\n }\n },\n ky: {\n name: 'Kyrgyz',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lb: {\n name: 'Letzeburgesch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ln: {\n name: 'Lingala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n lo: {\n name: 'Lao',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lt: {\n name: 'Lithuanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 10\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n lv: {\n name: 'Latvian',\n examples: [{\n plural: 2,\n sample: 0\n }, {\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2);\n }\n },\n mai: {\n name: 'Maithili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mfe: {\n name: 'Mauritian Creole',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mg: {\n name: 'Malagasy',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mi: {\n name: 'Maori',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mk: {\n name: 'Macedonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)',\n pluralsFunc: function(n) {\n return (n === 1 || n % 10 === 1 ? 0 : 1);\n }\n },\n ml: {\n name: 'Malayalam',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mn: {\n name: 'Mongolian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mni: {\n name: 'Manipuri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mnk: {\n name: 'Mandinka',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : 2);\n }\n },\n mr: {\n name: 'Marathi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ms: {\n name: 'Malay',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n mt: {\n name: 'Maltese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 11\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 0 || (n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20) ? 2 : 3);\n }\n },\n my: {\n name: 'Burmese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n nah: {\n name: 'Nahuatl',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nap: {\n name: 'Neapolitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nb: {\n name: 'Norwegian Bokmal',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ne: {\n name: 'Nepali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nl: {\n name: 'Dutch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nn: {\n name: 'Norwegian Nynorsk',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n no: {\n name: 'Norwegian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nso: {\n name: 'Northern Sotho',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n oc: {\n name: 'Occitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n or: {\n name: 'Oriya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pa: {\n name: 'Punjabi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pap: {\n name: 'Papiamento',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pl: {\n name: 'Polish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n pms: {\n name: 'Piemontese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ps: {\n name: 'Pashto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pt: {\n name: 'Portuguese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n rm: {\n name: 'Romansh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ro: {\n name: 'Romanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 20\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);\n }\n },\n ru: {\n name: 'Russian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n rw: {\n name: 'Kinyarwanda',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sah: {\n name: 'Yakut',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sat: {\n name: 'Santali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sco: {\n name: 'Scots',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sd: {\n name: 'Sindhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n se: {\n name: 'Northern Sami',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n si: {\n name: 'Sinhala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sk: {\n name: 'Slovak',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n sl: {\n name: 'Slovenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 5\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3);\n }\n },\n so: {\n name: 'Somali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n son: {\n name: 'Songhay',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sq: {\n name: 'Albanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sr: {\n name: 'Serbian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n su: {\n name: 'Sundanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sv: {\n name: 'Swedish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sw: {\n name: 'Swahili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ta: {\n name: 'Tamil',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n te: {\n name: 'Telugu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tg: {\n name: 'Tajik',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n th: {\n name: 'Thai',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ti: {\n name: 'Tigrinya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tk: {\n name: 'Turkmen',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tr: {\n name: 'Turkish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tt: {\n name: 'Tatar',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ug: {\n name: 'Uyghur',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n uk: {\n name: 'Ukrainian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ur: {\n name: 'Urdu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n uz: {\n name: 'Uzbek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n vi: {\n name: 'Vietnamese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n wa: {\n name: 'Walloon',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n wo: {\n name: 'Wolof',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n yo: {\n name: 'Yoruba',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n zh: {\n name: 'Chinese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n }\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n var sourceMap = obj.sourceMap;\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n }\n\n // For old IE\n /* istanbul ignore if */\n options.styleTagTransform(css, styleElement, options.options);\n}\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n styleElement.parentNode.removeChild(styleElement);\n}\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") {\n return {\n update: function update() {},\n remove: function remove() {}\n };\n }\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\nmodule.exports = domAPI;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n styleElement.appendChild(document.createTextNode(css));\n }\n}\nmodule.exports = styleTagTransform;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","/*!\n * Vue.js v2.7.16\n * (c) 2014-2023 Evan You\n * Released under the MIT License.\n */\nvar emptyObject = Object.freeze({});\nvar isArray = Array.isArray;\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef(v) {\n return v === undefined || v === null;\n}\nfunction isDef(v) {\n return v !== undefined && v !== null;\n}\nfunction isTrue(v) {\n return v === true;\n}\nfunction isFalse(v) {\n return v === false;\n}\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive(value) {\n return (typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean');\n}\nfunction isFunction(value) {\n return typeof value === 'function';\n}\n/**\n * Quick object check - this is primarily used to tell\n * objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject(obj) {\n return obj !== null && typeof obj === 'object';\n}\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\nfunction toRawType(value) {\n return _toString.call(value).slice(8, -1);\n}\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject(obj) {\n return _toString.call(obj) === '[object Object]';\n}\nfunction isRegExp(v) {\n return _toString.call(v) === '[object RegExp]';\n}\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex(val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val);\n}\nfunction isPromise(val) {\n return (isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function');\n}\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString(val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, replacer, 2)\n : String(val);\n}\nfunction replacer(_key, val) {\n // avoid circular deps from v3\n if (val && val.__v_isRef) {\n return val.value;\n }\n return val;\n}\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber(val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n;\n}\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap(str, expectsLowerCase) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase ? function (val) { return map[val.toLowerCase()]; } : function (val) { return map[val]; };\n}\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n/**\n * Remove an item from an array.\n */\nfunction remove$2(arr, item) {\n var len = arr.length;\n if (len) {\n // fast path for the only / last item\n if (item === arr[len - 1]) {\n arr.length = len - 1;\n return;\n }\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1);\n }\n }\n}\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn(obj, key) {\n return hasOwnProperty.call(obj, key);\n}\n/**\n * Create a cached version of a pure function.\n */\nfunction cached(fn) {\n var cache = Object.create(null);\n return function cachedFn(str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str));\n };\n}\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return (c ? c.toUpperCase() : ''); });\n});\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1);\n});\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase();\n});\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n/* istanbul ignore next */\nfunction polyfillBind(fn, ctx) {\n function boundFn(a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx);\n }\n boundFn._length = fn.length;\n return boundFn;\n}\nfunction nativeBind(fn, ctx) {\n return fn.bind(ctx);\n}\n// @ts-expect-error bind cannot be `undefined`\nvar bind = Function.prototype.bind ? nativeBind : polyfillBind;\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray(list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret;\n}\n/**\n * Mix properties into target object.\n */\nfunction extend(to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to;\n}\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject(arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res;\n}\n/* eslint-disable no-unused-vars */\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop(a, b, c) { }\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n/* eslint-enable no-unused-vars */\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual(a, b) {\n if (a === b)\n return true;\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return (a.length === b.length &&\n a.every(function (e, i) {\n return looseEqual(e, b[i]);\n }));\n }\n else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime();\n }\n else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return (keysA.length === keysB.length &&\n keysA.every(function (key) {\n return looseEqual(a[key], b[key]);\n }));\n }\n else {\n /* istanbul ignore next */\n return false;\n }\n }\n catch (e) {\n /* istanbul ignore next */\n return false;\n }\n }\n else if (!isObjectA && !isObjectB) {\n return String(a) === String(b);\n }\n else {\n return false;\n }\n}\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf(arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val))\n return i;\n }\n return -1;\n}\n/**\n * Ensure a function is called only once.\n */\nfunction once(fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n };\n}\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#polyfill\nfunction hasChanged(x, y) {\n if (x === y) {\n return x === 0 && 1 / x !== 1 / y;\n }\n else {\n return x === x || y === y;\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\nvar ASSET_TYPES = ['component', 'directive', 'filter'];\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch',\n 'renderTracked',\n 'renderTriggered'\n];\n\nvar config = {\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n /**\n * Whether to record perf\n */\n performance: false,\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n};\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved(str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5f;\n}\n/**\n * Define a property.\n */\nfunction def(obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp(\"[^\".concat(unicodeRegExp.source, \".$_\\\\d]\"));\nfunction parsePath(path) {\n if (bailRE.test(path)) {\n return;\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj)\n return;\n obj = obj[segments[i]];\n }\n return obj;\n };\n}\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nUA && UA.indexOf('android') > 0;\nvar isIOS = UA && /iphone|ipad|ipod|ios/.test(UA);\nUA && /chrome\\/\\d+/.test(UA) && !isEdge;\nUA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n// Firefox has a \"watch\" function on Object.prototype...\n// @ts-expect-error firebox support\nvar nativeWatch = {}.watch;\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', {\n get: function () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n }); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n }\n catch (e) { }\n}\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer =\n global['process'] && global['process'].env.VUE_ENV === 'server';\n }\n else {\n _isServer = false;\n }\n }\n return _isServer;\n};\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n/* istanbul ignore next */\nfunction isNative(Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString());\n}\nvar hasSymbol = typeof Symbol !== 'undefined' &&\n isNative(Symbol) &&\n typeof Reflect !== 'undefined' &&\n isNative(Reflect.ownKeys);\nvar _Set; // $flow-disable-line\n/* istanbul ignore if */ if (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n}\nelse {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /** @class */ (function () {\n function Set() {\n this.set = Object.create(null);\n }\n Set.prototype.has = function (key) {\n return this.set[key] === true;\n };\n Set.prototype.add = function (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function () {\n this.set = Object.create(null);\n };\n return Set;\n }());\n}\n\nvar currentInstance = null;\n/**\n * This is exposed for compatibility with v3 (e.g. some functions in VueUse\n * relies on it). Do not use this internally, just use `currentInstance`.\n *\n * @internal this function needs manual type declaration because it relies\n * on previously manually authored types from Vue 2\n */\nfunction getCurrentInstance() {\n return currentInstance && { proxy: currentInstance };\n}\n/**\n * @internal\n */\nfunction setCurrentInstance(vm) {\n if (vm === void 0) { vm = null; }\n if (!vm)\n currentInstance && currentInstance._scope.off();\n currentInstance = vm;\n vm && vm._scope.on();\n}\n\n/**\n * @internal\n */\nvar VNode = /** @class */ (function () {\n function VNode(tag, data, children, text, elm, context, componentOptions, asyncFactory) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n }\n Object.defineProperty(VNode.prototype, \"child\", {\n // DEPRECATED: alias for componentInstance for backwards compat.\n /* istanbul ignore next */\n get: function () {\n return this.componentInstance;\n },\n enumerable: false,\n configurable: true\n });\n return VNode;\n}());\nvar createEmptyVNode = function (text) {\n if (text === void 0) { text = ''; }\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node;\n};\nfunction createTextVNode(val) {\n return new VNode(undefined, undefined, undefined, String(val));\n}\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode(vnode) {\n var cloned = new VNode(vnode.tag, vnode.data, \n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(), vnode.text, vnode.elm, vnode.context, vnode.componentOptions, vnode.asyncFactory);\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned;\n}\n\n/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n\r\nvar __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n };\r\n return __assign.apply(this, arguments);\r\n};\r\n\r\ntypeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\n\nvar uid$2 = 0;\nvar pendingCleanupDeps = [];\nvar cleanupDeps = function () {\n for (var i = 0; i < pendingCleanupDeps.length; i++) {\n var dep = pendingCleanupDeps[i];\n dep.subs = dep.subs.filter(function (s) { return s; });\n dep._pending = false;\n }\n pendingCleanupDeps.length = 0;\n};\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n * @internal\n */\nvar Dep = /** @class */ (function () {\n function Dep() {\n // pending subs cleanup\n this._pending = false;\n this.id = uid$2++;\n this.subs = [];\n }\n Dep.prototype.addSub = function (sub) {\n this.subs.push(sub);\n };\n Dep.prototype.removeSub = function (sub) {\n // #12696 deps with massive amount of subscribers are extremely slow to\n // clean up in Chromium\n // to workaround this, we unset the sub for now, and clear them on\n // next scheduler flush.\n this.subs[this.subs.indexOf(sub)] = null;\n if (!this._pending) {\n this._pending = true;\n pendingCleanupDeps.push(this);\n }\n };\n Dep.prototype.depend = function (info) {\n if (Dep.target) {\n Dep.target.addDep(this);\n if (process.env.NODE_ENV !== 'production' && info && Dep.target.onTrack) {\n Dep.target.onTrack(__assign({ effect: Dep.target }, info));\n }\n }\n };\n Dep.prototype.notify = function (info) {\n // stabilize the subscriber list first\n var subs = this.subs.filter(function (s) { return s; });\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n var sub = subs[i];\n if (process.env.NODE_ENV !== 'production' && info) {\n sub.onTrigger &&\n sub.onTrigger(__assign({ effect: subs[i] }, info));\n }\n sub.update();\n }\n };\n return Dep;\n}());\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\nfunction pushTarget(target) {\n targetStack.push(target);\n Dep.target = target;\n}\nfunction popTarget() {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break;\n case 'splice':\n inserted = args.slice(2);\n break;\n }\n if (inserted)\n ob.observeArray(inserted);\n // notify change\n if (process.env.NODE_ENV !== 'production') {\n ob.dep.notify({\n type: \"array mutation\" /* TriggerOpTypes.ARRAY_MUTATION */,\n target: this,\n key: method\n });\n }\n else {\n ob.dep.notify();\n }\n return result;\n });\n});\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\nvar NO_INITIAL_VALUE = {};\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\nfunction toggleObserving(value) {\n shouldObserve = value;\n}\n// ssr mock dep\nvar mockDep = {\n notify: noop,\n depend: noop,\n addSub: noop,\n removeSub: noop\n};\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = /** @class */ (function () {\n function Observer(value, shallow, mock) {\n if (shallow === void 0) { shallow = false; }\n if (mock === void 0) { mock = false; }\n this.value = value;\n this.shallow = shallow;\n this.mock = mock;\n // this.value = value\n this.dep = mock ? mockDep : new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (isArray(value)) {\n if (!mock) {\n if (hasProto) {\n value.__proto__ = arrayMethods;\n /* eslint-enable no-proto */\n }\n else {\n for (var i = 0, l = arrayKeys.length; i < l; i++) {\n var key = arrayKeys[i];\n def(value, key, arrayMethods[key]);\n }\n }\n }\n if (!shallow) {\n this.observeArray(value);\n }\n }\n else {\n /**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\n var keys = Object.keys(value);\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n defineReactive(value, key, NO_INITIAL_VALUE, undefined, shallow, mock);\n }\n }\n }\n /**\n * Observe a list of Array items.\n */\n Observer.prototype.observeArray = function (value) {\n for (var i = 0, l = value.length; i < l; i++) {\n observe(value[i], false, this.mock);\n }\n };\n return Observer;\n}());\n// helpers\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe(value, shallow, ssrMockReactivity) {\n if (value && hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n return value.__ob__;\n }\n if (shouldObserve &&\n (ssrMockReactivity || !isServerRendering()) &&\n (isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value.__v_skip /* ReactiveFlags.SKIP */ &&\n !isRef(value) &&\n !(value instanceof VNode)) {\n return new Observer(value, shallow, ssrMockReactivity);\n }\n}\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive(obj, key, val, customSetter, shallow, mock, observeEvenIfShallow) {\n if (observeEvenIfShallow === void 0) { observeEvenIfShallow = false; }\n var dep = new Dep();\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return;\n }\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) &&\n (val === NO_INITIAL_VALUE || arguments.length === 2)) {\n val = obj[key];\n }\n var childOb = shallow ? val && val.__ob__ : observe(val, false, mock);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter() {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n if (process.env.NODE_ENV !== 'production') {\n dep.depend({\n target: obj,\n type: \"get\" /* TrackOpTypes.GET */,\n key: key\n });\n }\n else {\n dep.depend();\n }\n if (childOb) {\n childOb.dep.depend();\n if (isArray(value)) {\n dependArray(value);\n }\n }\n }\n return isRef(value) && !shallow ? value.value : value;\n },\n set: function reactiveSetter(newVal) {\n var value = getter ? getter.call(obj) : val;\n if (!hasChanged(value, newVal)) {\n return;\n }\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n if (setter) {\n setter.call(obj, newVal);\n }\n else if (getter) {\n // #7981: for accessor properties without setter\n return;\n }\n else if (!shallow && isRef(value) && !isRef(newVal)) {\n value.value = newVal;\n return;\n }\n else {\n val = newVal;\n }\n childOb = shallow ? newVal && newVal.__ob__ : observe(newVal, false, mock);\n if (process.env.NODE_ENV !== 'production') {\n dep.notify({\n type: \"set\" /* TriggerOpTypes.SET */,\n target: obj,\n key: key,\n newValue: newVal,\n oldValue: value\n });\n }\n else {\n dep.notify();\n }\n }\n });\n return dep;\n}\nfunction set(target, key, val) {\n if (process.env.NODE_ENV !== 'production' && (isUndef(target) || isPrimitive(target))) {\n warn(\"Cannot set reactive property on undefined, null, or primitive value: \".concat(target));\n }\n if (isReadonly(target)) {\n process.env.NODE_ENV !== 'production' && warn(\"Set operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n return;\n }\n var ob = target.__ob__;\n if (isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n // when mocking for SSR, array methods are not hijacked\n if (ob && !ob.shallow && ob.mock) {\n observe(val, false, true);\n }\n return val;\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val;\n }\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' &&\n warn('Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.');\n return val;\n }\n if (!ob) {\n target[key] = val;\n return val;\n }\n defineReactive(ob.value, key, val, undefined, ob.shallow, ob.mock);\n if (process.env.NODE_ENV !== 'production') {\n ob.dep.notify({\n type: \"add\" /* TriggerOpTypes.ADD */,\n target: target,\n key: key,\n newValue: val,\n oldValue: undefined\n });\n }\n else {\n ob.dep.notify();\n }\n return val;\n}\nfunction del(target, key) {\n if (process.env.NODE_ENV !== 'production' && (isUndef(target) || isPrimitive(target))) {\n warn(\"Cannot delete reactive property on undefined, null, or primitive value: \".concat(target));\n }\n if (isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return;\n }\n var ob = target.__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' &&\n warn('Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.');\n return;\n }\n if (isReadonly(target)) {\n process.env.NODE_ENV !== 'production' &&\n warn(\"Delete operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n return;\n }\n if (!hasOwn(target, key)) {\n return;\n }\n delete target[key];\n if (!ob) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n ob.dep.notify({\n type: \"delete\" /* TriggerOpTypes.DELETE */,\n target: target,\n key: key\n });\n }\n else {\n ob.dep.notify();\n }\n}\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray(value) {\n for (var e = void 0, i = 0, l = value.length; i < l; i++) {\n e = value[i];\n if (e && e.__ob__) {\n e.__ob__.dep.depend();\n }\n if (isArray(e)) {\n dependArray(e);\n }\n }\n}\n\nfunction reactive(target) {\n makeReactive(target, false);\n return target;\n}\n/**\n * Return a shallowly-reactive copy of the original object, where only the root\n * level properties are reactive. It also does not auto-unwrap refs (even at the\n * root level).\n */\nfunction shallowReactive(target) {\n makeReactive(target, true);\n def(target, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, true);\n return target;\n}\nfunction makeReactive(target, shallow) {\n // if trying to observe a readonly proxy, return the readonly version.\n if (!isReadonly(target)) {\n if (process.env.NODE_ENV !== 'production') {\n if (isArray(target)) {\n warn(\"Avoid using Array as root value for \".concat(shallow ? \"shallowReactive()\" : \"reactive()\", \" as it cannot be tracked in watch() or watchEffect(). Use \").concat(shallow ? \"shallowRef()\" : \"ref()\", \" instead. This is a Vue-2-only limitation.\"));\n }\n var existingOb = target && target.__ob__;\n if (existingOb && existingOb.shallow !== shallow) {\n warn(\"Target is already a \".concat(existingOb.shallow ? \"\" : \"non-\", \"shallow reactive object, and cannot be converted to \").concat(shallow ? \"\" : \"non-\", \"shallow.\"));\n }\n }\n var ob = observe(target, shallow, isServerRendering() /* ssr mock reactivity */);\n if (process.env.NODE_ENV !== 'production' && !ob) {\n if (target == null || isPrimitive(target)) {\n warn(\"value cannot be made reactive: \".concat(String(target)));\n }\n if (isCollectionType(target)) {\n warn(\"Vue 2 does not support reactive collection types such as Map or Set.\");\n }\n }\n }\n}\nfunction isReactive(value) {\n if (isReadonly(value)) {\n return isReactive(value[\"__v_raw\" /* ReactiveFlags.RAW */]);\n }\n return !!(value && value.__ob__);\n}\nfunction isShallow(value) {\n return !!(value && value.__v_isShallow);\n}\nfunction isReadonly(value) {\n return !!(value && value.__v_isReadonly);\n}\nfunction isProxy(value) {\n return isReactive(value) || isReadonly(value);\n}\nfunction toRaw(observed) {\n var raw = observed && observed[\"__v_raw\" /* ReactiveFlags.RAW */];\n return raw ? toRaw(raw) : observed;\n}\nfunction markRaw(value) {\n // non-extensible objects won't be observed anyway\n if (Object.isExtensible(value)) {\n def(value, \"__v_skip\" /* ReactiveFlags.SKIP */, true);\n }\n return value;\n}\n/**\n * @internal\n */\nfunction isCollectionType(value) {\n var type = toRawType(value);\n return (type === 'Map' || type === 'WeakMap' || type === 'Set' || type === 'WeakSet');\n}\n\n/**\n * @internal\n */\nvar RefFlag = \"__v_isRef\";\nfunction isRef(r) {\n return !!(r && r.__v_isRef === true);\n}\nfunction ref$1(value) {\n return createRef(value, false);\n}\nfunction shallowRef(value) {\n return createRef(value, true);\n}\nfunction createRef(rawValue, shallow) {\n if (isRef(rawValue)) {\n return rawValue;\n }\n var ref = {};\n def(ref, RefFlag, true);\n def(ref, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, shallow);\n def(ref, 'dep', defineReactive(ref, 'value', rawValue, null, shallow, isServerRendering()));\n return ref;\n}\nfunction triggerRef(ref) {\n if (process.env.NODE_ENV !== 'production' && !ref.dep) {\n warn(\"received object is not a triggerable ref.\");\n }\n if (process.env.NODE_ENV !== 'production') {\n ref.dep &&\n ref.dep.notify({\n type: \"set\" /* TriggerOpTypes.SET */,\n target: ref,\n key: 'value'\n });\n }\n else {\n ref.dep && ref.dep.notify();\n }\n}\nfunction unref(ref) {\n return isRef(ref) ? ref.value : ref;\n}\nfunction proxyRefs(objectWithRefs) {\n if (isReactive(objectWithRefs)) {\n return objectWithRefs;\n }\n var proxy = {};\n var keys = Object.keys(objectWithRefs);\n for (var i = 0; i < keys.length; i++) {\n proxyWithRefUnwrap(proxy, objectWithRefs, keys[i]);\n }\n return proxy;\n}\nfunction proxyWithRefUnwrap(target, source, key) {\n Object.defineProperty(target, key, {\n enumerable: true,\n configurable: true,\n get: function () {\n var val = source[key];\n if (isRef(val)) {\n return val.value;\n }\n else {\n var ob = val && val.__ob__;\n if (ob)\n ob.dep.depend();\n return val;\n }\n },\n set: function (value) {\n var oldValue = source[key];\n if (isRef(oldValue) && !isRef(value)) {\n oldValue.value = value;\n }\n else {\n source[key] = value;\n }\n }\n });\n}\nfunction customRef(factory) {\n var dep = new Dep();\n var _a = factory(function () {\n if (process.env.NODE_ENV !== 'production') {\n dep.depend({\n target: ref,\n type: \"get\" /* TrackOpTypes.GET */,\n key: 'value'\n });\n }\n else {\n dep.depend();\n }\n }, function () {\n if (process.env.NODE_ENV !== 'production') {\n dep.notify({\n target: ref,\n type: \"set\" /* TriggerOpTypes.SET */,\n key: 'value'\n });\n }\n else {\n dep.notify();\n }\n }), get = _a.get, set = _a.set;\n var ref = {\n get value() {\n return get();\n },\n set value(newVal) {\n set(newVal);\n }\n };\n def(ref, RefFlag, true);\n return ref;\n}\nfunction toRefs(object) {\n if (process.env.NODE_ENV !== 'production' && !isReactive(object)) {\n warn(\"toRefs() expects a reactive object but received a plain one.\");\n }\n var ret = isArray(object) ? new Array(object.length) : {};\n for (var key in object) {\n ret[key] = toRef(object, key);\n }\n return ret;\n}\nfunction toRef(object, key, defaultValue) {\n var val = object[key];\n if (isRef(val)) {\n return val;\n }\n var ref = {\n get value() {\n var val = object[key];\n return val === undefined ? defaultValue : val;\n },\n set value(newVal) {\n object[key] = newVal;\n }\n };\n def(ref, RefFlag, true);\n return ref;\n}\n\nvar rawToReadonlyFlag = \"__v_rawToReadonly\";\nvar rawToShallowReadonlyFlag = \"__v_rawToShallowReadonly\";\nfunction readonly(target) {\n return createReadonly(target, false);\n}\nfunction createReadonly(target, shallow) {\n if (!isPlainObject(target)) {\n if (process.env.NODE_ENV !== 'production') {\n if (isArray(target)) {\n warn(\"Vue 2 does not support readonly arrays.\");\n }\n else if (isCollectionType(target)) {\n warn(\"Vue 2 does not support readonly collection types such as Map or Set.\");\n }\n else {\n warn(\"value cannot be made readonly: \".concat(typeof target));\n }\n }\n return target;\n }\n if (process.env.NODE_ENV !== 'production' && !Object.isExtensible(target)) {\n warn(\"Vue 2 does not support creating readonly proxy for non-extensible object.\");\n }\n // already a readonly object\n if (isReadonly(target)) {\n return target;\n }\n // already has a readonly proxy\n var existingFlag = shallow ? rawToShallowReadonlyFlag : rawToReadonlyFlag;\n var existingProxy = target[existingFlag];\n if (existingProxy) {\n return existingProxy;\n }\n var proxy = Object.create(Object.getPrototypeOf(target));\n def(target, existingFlag, proxy);\n def(proxy, \"__v_isReadonly\" /* ReactiveFlags.IS_READONLY */, true);\n def(proxy, \"__v_raw\" /* ReactiveFlags.RAW */, target);\n if (isRef(target)) {\n def(proxy, RefFlag, true);\n }\n if (shallow || isShallow(target)) {\n def(proxy, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, true);\n }\n var keys = Object.keys(target);\n for (var i = 0; i < keys.length; i++) {\n defineReadonlyProperty(proxy, target, keys[i], shallow);\n }\n return proxy;\n}\nfunction defineReadonlyProperty(proxy, target, key, shallow) {\n Object.defineProperty(proxy, key, {\n enumerable: true,\n configurable: true,\n get: function () {\n var val = target[key];\n return shallow || !isPlainObject(val) ? val : readonly(val);\n },\n set: function () {\n process.env.NODE_ENV !== 'production' &&\n warn(\"Set operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n }\n });\n}\n/**\n * Returns a reactive-copy of the original object, where only the root level\n * properties are readonly, and does NOT unwrap refs nor recursively convert\n * returned properties.\n * This is used for creating the props proxy object for stateful components.\n */\nfunction shallowReadonly(target) {\n return createReadonly(target, true);\n}\n\nfunction computed(getterOrOptions, debugOptions) {\n var getter;\n var setter;\n var onlyGetter = isFunction(getterOrOptions);\n if (onlyGetter) {\n getter = getterOrOptions;\n setter = process.env.NODE_ENV !== 'production'\n ? function () {\n warn('Write operation failed: computed value is readonly');\n }\n : noop;\n }\n else {\n getter = getterOrOptions.get;\n setter = getterOrOptions.set;\n }\n var watcher = isServerRendering()\n ? null\n : new Watcher(currentInstance, getter, noop, { lazy: true });\n if (process.env.NODE_ENV !== 'production' && watcher && debugOptions) {\n watcher.onTrack = debugOptions.onTrack;\n watcher.onTrigger = debugOptions.onTrigger;\n }\n var ref = {\n // some libs rely on the presence effect for checking computed refs\n // from normal refs, but the implementation doesn't matter\n effect: watcher,\n get value() {\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n if (process.env.NODE_ENV !== 'production' && Dep.target.onTrack) {\n Dep.target.onTrack({\n effect: Dep.target,\n target: ref,\n type: \"get\" /* TrackOpTypes.GET */,\n key: 'value'\n });\n }\n watcher.depend();\n }\n return watcher.value;\n }\n else {\n return getter();\n }\n },\n set value(newVal) {\n setter(newVal);\n }\n };\n def(ref, RefFlag, true);\n def(ref, \"__v_isReadonly\" /* ReactiveFlags.IS_READONLY */, onlyGetter);\n return ref;\n}\n\nvar WATCHER = \"watcher\";\nvar WATCHER_CB = \"\".concat(WATCHER, \" callback\");\nvar WATCHER_GETTER = \"\".concat(WATCHER, \" getter\");\nvar WATCHER_CLEANUP = \"\".concat(WATCHER, \" cleanup\");\n// Simple effect.\nfunction watchEffect(effect, options) {\n return doWatch(effect, null, options);\n}\nfunction watchPostEffect(effect, options) {\n return doWatch(effect, null, (process.env.NODE_ENV !== 'production'\n ? __assign(__assign({}, options), { flush: 'post' }) : { flush: 'post' }));\n}\nfunction watchSyncEffect(effect, options) {\n return doWatch(effect, null, (process.env.NODE_ENV !== 'production'\n ? __assign(__assign({}, options), { flush: 'sync' }) : { flush: 'sync' }));\n}\n// initial value for watchers to trigger on undefined initial values\nvar INITIAL_WATCHER_VALUE = {};\n// implementation\nfunction watch(source, cb, options) {\n if (process.env.NODE_ENV !== 'production' && typeof cb !== 'function') {\n warn(\"`watch(fn, options?)` signature has been moved to a separate API. \" +\n \"Use `watchEffect(fn, options?)` instead. `watch` now only \" +\n \"supports `watch(source, cb, options?) signature.\");\n }\n return doWatch(source, cb, options);\n}\nfunction doWatch(source, cb, _a) {\n var _b = _a === void 0 ? emptyObject : _a, immediate = _b.immediate, deep = _b.deep, _c = _b.flush, flush = _c === void 0 ? 'pre' : _c, onTrack = _b.onTrack, onTrigger = _b.onTrigger;\n if (process.env.NODE_ENV !== 'production' && !cb) {\n if (immediate !== undefined) {\n warn(\"watch() \\\"immediate\\\" option is only respected when using the \" +\n \"watch(source, callback, options?) signature.\");\n }\n if (deep !== undefined) {\n warn(\"watch() \\\"deep\\\" option is only respected when using the \" +\n \"watch(source, callback, options?) signature.\");\n }\n }\n var warnInvalidSource = function (s) {\n warn(\"Invalid watch source: \".concat(s, \". A watch source can only be a getter/effect \") +\n \"function, a ref, a reactive object, or an array of these types.\");\n };\n var instance = currentInstance;\n var call = function (fn, type, args) {\n if (args === void 0) { args = null; }\n var res = invokeWithErrorHandling(fn, null, args, instance, type);\n if (deep && res && res.__ob__)\n res.__ob__.dep.depend();\n return res;\n };\n var getter;\n var forceTrigger = false;\n var isMultiSource = false;\n if (isRef(source)) {\n getter = function () { return source.value; };\n forceTrigger = isShallow(source);\n }\n else if (isReactive(source)) {\n getter = function () {\n source.__ob__.dep.depend();\n return source;\n };\n deep = true;\n }\n else if (isArray(source)) {\n isMultiSource = true;\n forceTrigger = source.some(function (s) { return isReactive(s) || isShallow(s); });\n getter = function () {\n return source.map(function (s) {\n if (isRef(s)) {\n return s.value;\n }\n else if (isReactive(s)) {\n s.__ob__.dep.depend();\n return traverse(s);\n }\n else if (isFunction(s)) {\n return call(s, WATCHER_GETTER);\n }\n else {\n process.env.NODE_ENV !== 'production' && warnInvalidSource(s);\n }\n });\n };\n }\n else if (isFunction(source)) {\n if (cb) {\n // getter with cb\n getter = function () { return call(source, WATCHER_GETTER); };\n }\n else {\n // no cb -> simple effect\n getter = function () {\n if (instance && instance._isDestroyed) {\n return;\n }\n if (cleanup) {\n cleanup();\n }\n return call(source, WATCHER, [onCleanup]);\n };\n }\n }\n else {\n getter = noop;\n process.env.NODE_ENV !== 'production' && warnInvalidSource(source);\n }\n if (cb && deep) {\n var baseGetter_1 = getter;\n getter = function () { return traverse(baseGetter_1()); };\n }\n var cleanup;\n var onCleanup = function (fn) {\n cleanup = watcher.onStop = function () {\n call(fn, WATCHER_CLEANUP);\n };\n };\n // in SSR there is no need to setup an actual effect, and it should be noop\n // unless it's eager\n if (isServerRendering()) {\n // we will also not call the invalidate callback (+ runner is not set up)\n onCleanup = noop;\n if (!cb) {\n getter();\n }\n else if (immediate) {\n call(cb, WATCHER_CB, [\n getter(),\n isMultiSource ? [] : undefined,\n onCleanup\n ]);\n }\n return noop;\n }\n var watcher = new Watcher(currentInstance, getter, noop, {\n lazy: true\n });\n watcher.noRecurse = !cb;\n var oldValue = isMultiSource ? [] : INITIAL_WATCHER_VALUE;\n // overwrite default run\n watcher.run = function () {\n if (!watcher.active) {\n return;\n }\n if (cb) {\n // watch(source, cb)\n var newValue = watcher.get();\n if (deep ||\n forceTrigger ||\n (isMultiSource\n ? newValue.some(function (v, i) {\n return hasChanged(v, oldValue[i]);\n })\n : hasChanged(newValue, oldValue))) {\n // cleanup before running cb again\n if (cleanup) {\n cleanup();\n }\n call(cb, WATCHER_CB, [\n newValue,\n // pass undefined as the old value when it's changed for the first time\n oldValue === INITIAL_WATCHER_VALUE ? undefined : oldValue,\n onCleanup\n ]);\n oldValue = newValue;\n }\n }\n else {\n // watchEffect\n watcher.get();\n }\n };\n if (flush === 'sync') {\n watcher.update = watcher.run;\n }\n else if (flush === 'post') {\n watcher.post = true;\n watcher.update = function () { return queueWatcher(watcher); };\n }\n else {\n // pre\n watcher.update = function () {\n if (instance && instance === currentInstance && !instance._isMounted) {\n // pre-watcher triggered before\n var buffer = instance._preWatchers || (instance._preWatchers = []);\n if (buffer.indexOf(watcher) < 0)\n buffer.push(watcher);\n }\n else {\n queueWatcher(watcher);\n }\n };\n }\n if (process.env.NODE_ENV !== 'production') {\n watcher.onTrack = onTrack;\n watcher.onTrigger = onTrigger;\n }\n // initial run\n if (cb) {\n if (immediate) {\n watcher.run();\n }\n else {\n oldValue = watcher.get();\n }\n }\n else if (flush === 'post' && instance) {\n instance.$once('hook:mounted', function () { return watcher.get(); });\n }\n else {\n watcher.get();\n }\n return function () {\n watcher.teardown();\n };\n}\n\nvar activeEffectScope;\nvar EffectScope = /** @class */ (function () {\n function EffectScope(detached) {\n if (detached === void 0) { detached = false; }\n this.detached = detached;\n /**\n * @internal\n */\n this.active = true;\n /**\n * @internal\n */\n this.effects = [];\n /**\n * @internal\n */\n this.cleanups = [];\n this.parent = activeEffectScope;\n if (!detached && activeEffectScope) {\n this.index =\n (activeEffectScope.scopes || (activeEffectScope.scopes = [])).push(this) - 1;\n }\n }\n EffectScope.prototype.run = function (fn) {\n if (this.active) {\n var currentEffectScope = activeEffectScope;\n try {\n activeEffectScope = this;\n return fn();\n }\n finally {\n activeEffectScope = currentEffectScope;\n }\n }\n else if (process.env.NODE_ENV !== 'production') {\n warn(\"cannot run an inactive effect scope.\");\n }\n };\n /**\n * This should only be called on non-detached scopes\n * @internal\n */\n EffectScope.prototype.on = function () {\n activeEffectScope = this;\n };\n /**\n * This should only be called on non-detached scopes\n * @internal\n */\n EffectScope.prototype.off = function () {\n activeEffectScope = this.parent;\n };\n EffectScope.prototype.stop = function (fromParent) {\n if (this.active) {\n var i = void 0, l = void 0;\n for (i = 0, l = this.effects.length; i < l; i++) {\n this.effects[i].teardown();\n }\n for (i = 0, l = this.cleanups.length; i < l; i++) {\n this.cleanups[i]();\n }\n if (this.scopes) {\n for (i = 0, l = this.scopes.length; i < l; i++) {\n this.scopes[i].stop(true);\n }\n }\n // nested scope, dereference from parent to avoid memory leaks\n if (!this.detached && this.parent && !fromParent) {\n // optimized O(1) removal\n var last = this.parent.scopes.pop();\n if (last && last !== this) {\n this.parent.scopes[this.index] = last;\n last.index = this.index;\n }\n }\n this.parent = undefined;\n this.active = false;\n }\n };\n return EffectScope;\n}());\nfunction effectScope(detached) {\n return new EffectScope(detached);\n}\n/**\n * @internal\n */\nfunction recordEffectScope(effect, scope) {\n if (scope === void 0) { scope = activeEffectScope; }\n if (scope && scope.active) {\n scope.effects.push(effect);\n }\n}\nfunction getCurrentScope() {\n return activeEffectScope;\n}\nfunction onScopeDispose(fn) {\n if (activeEffectScope) {\n activeEffectScope.cleanups.push(fn);\n }\n else if (process.env.NODE_ENV !== 'production') {\n warn(\"onScopeDispose() is called when there is no active effect scope\" +\n \" to be associated with.\");\n }\n}\n\nfunction provide(key, value) {\n if (!currentInstance) {\n if (process.env.NODE_ENV !== 'production') {\n warn(\"provide() can only be used inside setup().\");\n }\n }\n else {\n // TS doesn't allow symbol as index type\n resolveProvided(currentInstance)[key] = value;\n }\n}\nfunction resolveProvided(vm) {\n // by default an instance inherits its parent's provides object\n // but when it needs to provide values of its own, it creates its\n // own provides object using parent provides object as prototype.\n // this way in `inject` we can simply look up injections from direct\n // parent and let the prototype chain do the work.\n var existing = vm._provided;\n var parentProvides = vm.$parent && vm.$parent._provided;\n if (parentProvides === existing) {\n return (vm._provided = Object.create(parentProvides));\n }\n else {\n return existing;\n }\n}\nfunction inject(key, defaultValue, treatDefaultAsFactory) {\n if (treatDefaultAsFactory === void 0) { treatDefaultAsFactory = false; }\n // fallback to `currentRenderingInstance` so that this can be called in\n // a functional component\n var instance = currentInstance;\n if (instance) {\n // #2400\n // to support `app.use` plugins,\n // fallback to appContext's `provides` if the instance is at root\n var provides = instance.$parent && instance.$parent._provided;\n if (provides && key in provides) {\n // TS doesn't allow symbol as index type\n return provides[key];\n }\n else if (arguments.length > 1) {\n return treatDefaultAsFactory && isFunction(defaultValue)\n ? defaultValue.call(instance)\n : defaultValue;\n }\n else if (process.env.NODE_ENV !== 'production') {\n warn(\"injection \\\"\".concat(String(key), \"\\\" not found.\"));\n }\n }\n else if (process.env.NODE_ENV !== 'production') {\n warn(\"inject() can only be used inside setup() or functional components.\");\n }\n}\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once,\n capture: capture,\n passive: passive\n };\n});\nfunction createFnInvoker(fns, vm) {\n function invoker() {\n var fns = invoker.fns;\n if (isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments, vm, \"v-on handler\");\n }\n }\n else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\");\n }\n }\n invoker.fns = fns;\n return invoker;\n}\nfunction updateListeners(on, oldOn, add, remove, createOnceHandler, vm) {\n var name, cur, old, event;\n for (name in on) {\n cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' &&\n warn(\"Invalid handler for event \\\"\".concat(event.name, \"\\\": got \") + String(cur), vm);\n }\n else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n }\n else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove(event.name, oldOn[name], event.capture);\n }\n }\n}\n\nfunction mergeVNodeHook(def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n function wrappedHook() {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove$2(invoker.fns, wrappedHook);\n }\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n }\n else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n }\n else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\nfunction extractPropsFromVNodeData(data, Ctor, tag) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return;\n }\n var res = {};\n var attrs = data.attrs, props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (key !== keyInLowerCase && attrs && hasOwn(attrs, keyInLowerCase)) {\n tip(\"Prop \\\"\".concat(keyInLowerCase, \"\\\" is passed to component \") +\n \"\".concat(formatComponentName(\n // @ts-expect-error tag is string\n tag || Ctor), \", but the declared prop name is\") +\n \" \\\"\".concat(key, \"\\\". \") +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\".concat(altKey, \"\\\" instead of \\\"\").concat(key, \"\\\".\"));\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res;\n}\nfunction checkProp(res, hash, key, altKey, preserve) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true;\n }\n else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true;\n }\n }\n return false;\n}\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array. There are\n// two cases where extra normalization is needed:\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren(children) {\n for (var i = 0; i < children.length; i++) {\n if (isArray(children[i])) {\n return Array.prototype.concat.apply([], children);\n }\n }\n return children;\n}\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g.