From 84bf53d4717f93cf04680da0cc536cda3097b69d Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Mon, 18 Nov 2024 15:22:13 -0800 Subject: [PATCH] remove script --- resources/Light-Pattern/LICENSE | 674 ------------------ resources/Light-Pattern/README.md | 16 - resources/Light-Pattern/client.lua | 19 - resources/Light-Pattern/functions.lua | 11 - resources/Light-Pattern/fxmanifest.lua | 7 - resources/ulc/client/c_beeps.lua | 38 - resources/ulc/client/c_blackout.lua | 114 --- resources/ulc/client/c_brake.lua | 137 ---- resources/ulc/client/c_buttons.lua | 275 ------- resources/ulc/client/c_cruise.lua | 77 -- resources/ulc/client/c_doors.lua | 85 --- resources/ulc/client/c_horn.lua | 67 -- resources/ulc/client/c_hud.lua | 298 -------- resources/ulc/client/c_lvc.lua | 32 - resources/ulc/client/c_main.lua | 202 ------ resources/ulc/client/c_park.lua | 150 ---- resources/ulc/client/c_reverse.lua | 125 ---- resources/ulc/client/c_stages.lua | 157 ---- resources/ulc/config.lua | 71 -- resources/ulc/fxmanifest.lua | 50 -- .../ulc/html/assets/button_off.5152e6d3.png | Bin 12478 -> 0 bytes .../html/assets/button_on_amber.bb2616bf.png | Bin 19692 -> 0 bytes .../html/assets/button_on_blue.2277a1b4.png | Bin 18281 -> 0 bytes .../html/assets/button_on_green.536ce497.png | Bin 18282 -> 0 bytes .../html/assets/button_on_red.2fb72a77.png | Bin 19526 -> 0 bytes resources/ulc/html/assets/image.7105ce7a.png | Bin 58349 -> 0 bytes resources/ulc/html/assets/index.7ebd96a6.js | 51 -- resources/ulc/html/assets/index.e1c6fa6f.css | 1 - resources/ulc/html/index.html | 15 - resources/ulc/html/vite.svg | 1 - resources/ulc/server/s_blackout.lua | 7 - resources/ulc/server/s_lvc.lua | 12 - resources/ulc/server/s_main.js | 45 -- resources/ulc/server/s_main.lua | 390 ---------- resources/ulc/shared/shared_functions.lua | 110 --- 35 files changed, 3237 deletions(-) delete mode 100644 resources/Light-Pattern/LICENSE delete mode 100644 resources/Light-Pattern/README.md delete mode 100644 resources/Light-Pattern/client.lua delete mode 100644 resources/Light-Pattern/functions.lua delete mode 100644 resources/Light-Pattern/fxmanifest.lua delete mode 100644 resources/ulc/client/c_beeps.lua delete mode 100644 resources/ulc/client/c_blackout.lua delete mode 100644 resources/ulc/client/c_brake.lua delete mode 100644 resources/ulc/client/c_buttons.lua delete mode 100644 resources/ulc/client/c_cruise.lua delete mode 100644 resources/ulc/client/c_doors.lua delete mode 100644 resources/ulc/client/c_horn.lua delete mode 100644 resources/ulc/client/c_hud.lua delete mode 100644 resources/ulc/client/c_lvc.lua delete mode 100644 resources/ulc/client/c_main.lua delete mode 100644 resources/ulc/client/c_park.lua delete mode 100644 resources/ulc/client/c_reverse.lua delete mode 100644 resources/ulc/client/c_stages.lua delete mode 100644 resources/ulc/config.lua delete mode 100644 resources/ulc/fxmanifest.lua delete mode 100644 resources/ulc/html/assets/button_off.5152e6d3.png delete mode 100644 resources/ulc/html/assets/button_on_amber.bb2616bf.png delete mode 100644 resources/ulc/html/assets/button_on_blue.2277a1b4.png delete mode 100644 resources/ulc/html/assets/button_on_green.536ce497.png delete mode 100644 resources/ulc/html/assets/button_on_red.2fb72a77.png delete mode 100644 resources/ulc/html/assets/image.7105ce7a.png delete mode 100644 resources/ulc/html/assets/index.7ebd96a6.js delete mode 100644 resources/ulc/html/assets/index.e1c6fa6f.css delete mode 100644 resources/ulc/html/index.html delete mode 100644 resources/ulc/html/vite.svg delete mode 100644 resources/ulc/server/s_blackout.lua delete mode 100644 resources/ulc/server/s_lvc.lua delete mode 100644 resources/ulc/server/s_main.js delete mode 100644 resources/ulc/server/s_main.lua delete mode 100644 resources/ulc/shared/shared_functions.lua diff --git a/resources/Light-Pattern/LICENSE b/resources/Light-Pattern/LICENSE deleted file mode 100644 index f288702d2..000000000 --- a/resources/Light-Pattern/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 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 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/resources/Light-Pattern/README.md b/resources/Light-Pattern/README.md deleted file mode 100644 index 9109b6a91..000000000 --- a/resources/Light-Pattern/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Light-Pattern-Script -I thought of this idea when I was pulling someone over and had to change my vehicle extras to traffic advisor. Traffic advisor lights change the normal pattern from flashing to solid. The script is primarily made for police, but can be adapted for others. - -# How it works -MAJOR EDIT -The Light Pattern Script has gone from a chat command to a keybind. The GitHub download link has been updated. -Keybind on: NUMPAD 4 -Keynbind off: NUMPAD 6 - - -**Note, currently this works when the configured to the vehicles I use, however, through the client.lua, you can change and adapt to your server** - -# How to install -1. Drag file into folder -2. Drag folder in to server directory -3. Add folder name into server.cfg diff --git a/resources/Light-Pattern/client.lua b/resources/Light-Pattern/client.lua deleted file mode 100644 index 034558e90..000000000 --- a/resources/Light-Pattern/client.lua +++ /dev/null @@ -1,19 +0,0 @@ -Citizen.CreateThread(function() - while true do - Citizen.Wait(1) - if IsControlJustReleased(1, 124) then - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 4, true) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 7, true) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 6, false) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 8, false) - alert("~b~Traffic Advisor ~g~ ACTIVE") - end - if IsControlJustReleased(1, 125) then - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 4, false) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 7, false) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 6, true) - SetVehicleExtra(GetVehiclePedIsUsing(GetPlayerPed(-1), false), 8, true) - alert("~b~Traffic Advisor ~r~ DEACTIVATED") - end - end -end) diff --git a/resources/Light-Pattern/functions.lua b/resources/Light-Pattern/functions.lua deleted file mode 100644 index 075c2427f..000000000 --- a/resources/Light-Pattern/functions.lua +++ /dev/null @@ -1,11 +0,0 @@ -function alert(msg) - SetTextComponentFormat("STRING") - AddTextComponentString(msg) - DisplayHelpTextFromStringLabel(0, 0, 1, -1) -end - -function notify(string) - SetNotificationTextEntry("STRING") - AddTextComponentString(string) - DrawNotification(true, false) -end \ No newline at end of file diff --git a/resources/Light-Pattern/fxmanifest.lua b/resources/Light-Pattern/fxmanifest.lua deleted file mode 100644 index 0a49eb1e2..000000000 --- a/resources/Light-Pattern/fxmanifest.lua +++ /dev/null @@ -1,7 +0,0 @@ -fx_version 'cerulean' -games {'gta5'} - -client_scripts { - 'client.lua', - 'functions.lua' -} diff --git a/resources/ulc/client/c_beeps.lua b/resources/ulc/client/c_beeps.lua deleted file mode 100644 index 64ce900a8..000000000 --- a/resources/ulc/client/c_beeps.lua +++ /dev/null @@ -1,38 +0,0 @@ - -------------------------- ---------- SOUND --------- -------------------------- - -function PlayBeep(highPitched) - if highPitched then - PlaySoundFrontend(-1, "5_SEC_WARNING", "HUD_MINI_GAME_SOUNDSET", 1) - else - PlaySoundFrontend(-1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", 1) - end -end - ---[[ -coming soon, once client options arrive it will be opt in per client - ---------------- --- REMINDERS -- ---------------- -local mute = false - -if Config.reminderBeeps then - CreateThread(function() - while true do Wait(Config.reminderBeepTime * 1000) - if Lights and not mute then PlayBeep(false) end - end - end) -end - -RegisterCommand('mutelights', function() - mute = not mute - if mute then - print("Lighting reminders muted.") - else - print("Lighting reminders unmuted.") - end -end) -]] \ No newline at end of file diff --git a/resources/ulc/client/c_blackout.lua b/resources/ulc/client/c_blackout.lua deleted file mode 100644 index 82d89d2a4..000000000 --- a/resources/ulc/client/c_blackout.lua +++ /dev/null @@ -1,114 +0,0 @@ -local rblIntegration = false - -function ULC:SetBlackout(newState) - --print("Setting blackout to " .. newState) - local vehicle = GetVehiclePedIsIn(PlayerPedId(), false) - if newState == 0 then - -- do blackout stuff - -- turn off headlights - SetVehicleLights(vehicle, 1) - -- turn off emergency lights - SetVehicleSiren(vehicle, false) - -- turn off specified blackout extras? - -- might need to just make a blackout file and config section, i think this can work when brake patterns aren't being used? - -- turn off cruise lights (do in c_cruise.lua) - -- if lights are turned on with q, or h, or a button is pressed, cancel effect, not sure how to do this. - -- when these actions are done check [if Entity(GetVehiclePedIsIn(PlayerPedId())).state.rbl_blackout or ulc_blackout] <- depending on if these can be accessed when not defined, may have to just use a static global variable in here. - - -- if rbl is not loaded, start checking if vehicle is moving to disable blackout, rbl handles this itself if loaded - if not rblIntegration then - CreateThread(function() - while true do Wait(500) - if Entity(vehicle).state.ulc_blackout == 1 then ULC:SetBlackout(1) return end - local speed = GetEntitySpeed(vehicle) * 2.236936 - --print("Speed is " .. speed) - if speed > 5 then ULC:SetBlackout(1) return end - end - end) - end - elseif newState == 1 then - -- do undo blackout stuff - SetVehicleLights(vehicle, 0) - end -end - --- add statebag change handler for ulc_blackout -AddStateBagChangeHandler('ulc_blackout', null, function(bagName, key, value) - Wait(0) - local vehicle = GetEntityFromStateBagName(bagName) - --print("ulc_blackout listener: Vehicle is " .. vehicle .. " and GetVehiclePedIsIn(PlayerPedId()) is " .. GetVehiclePedIsIn(PlayerPedId())) - if vehicle == 0 or vehicle ~= GetVehiclePedIsIn(PlayerPedId()) then - print("ulc_blackout listener: Vehicle is 0 or not mine.") - return - end - local blackout = value - --print("ulc_blackout listener: new state value is " .. tostring(blackout)) - if blackout == 0 then - ULC:SetBlackout(0) - elseif blackout == 1 then - ULC:SetBlackout(1) - end -end) - --- add statebag change handler for rbl blackout -AddStateBagChangeHandler('rbl_blackout', null, function(bagName, key, value) - Wait(0) - rblIntegration = true - local vehicle = GetEntityFromStateBagName(bagName) - --print("rbl_blackout listener: Vehicle is " .. vehicle .. " and GetVehiclePedIsIn(PlayerPedId()) is " .. GetVehiclePedIsIn(PlayerPedId())) - if vehicle == 0 or vehicle ~= GetVehiclePedIsIn(PlayerPedId()) then - --print("rbl_blackout listener: Vehicle is 0 or not mine") - return - end - local blackout = value - --print("rbl_blackout listener: new state value is " .. tostring(blackout)) - if blackout == true then - --print("rbl_blackout listener: setting blackout to 0") - ULC:SetBlackout(0) - elseif blackout == false then - --print("rbl_blackout listener: setting blackout to 1") - ULC:SetBlackout(1) - end -end) - --- register command for blackout - --- if rbl loads first then ULC - -- ulc will overwrite command - -- ULC needs to trigger rbl:setBlackout state change on server - -- ULC only manages the extras - --- if ulc loads first then rbl - -- rbl will overwrite command - -- rbl needs to trigger ulc:setBlackout state change on server - -- rbl only manages the brake lights - -RegisterCommand('blackout', function() - local newState - local vehicle = GetVehiclePedIsIn(PlayerPedId(), false) - if not vehicle then return end - local currentState = Entity(vehicle).state.ulc_blackout - --print("/blackout: Current state: " .. tostring(currentState)) - if currentState == nil or currentState == 1 then - print("Setting blackout to true/0") - newState = 0 - elseif currentState == 0 then - print("Setting blackout to false/1") - newState = 1 - end - -- trigger server event to set blackout on my vehicle - -- might need to extract this to an event/function to control the effect programmatically, like disbling when q pressed - TriggerServerEvent('ulc:setBlackout', VehToNet(GetVehiclePedIsIn(PlayerPedId())), newState) - TriggerServerEvent('rbl:setBlackout', VehToNet(GetVehiclePedIsIn(PlayerPedId())), newState) -end) - -- toggle blackout state on vehicle - - -------------------------------- --- DISABLE BLACKOUT TRIGGERS -- -------------------------------- - ---TODO when H is pressed to control headlights disable blackout ---TODO when Q is pressed to control emergency lights disable blackout - - diff --git a/resources/ulc/client/c_brake.lua b/resources/ulc/client/c_brake.lua deleted file mode 100644 index ed7b1a931..000000000 --- a/resources/ulc/client/c_brake.lua +++ /dev/null @@ -1,137 +0,0 @@ ---print("[ULC] Brake Extras Loaded") -local realBrakeThreshold = 3 -local shouldUseRealBrakes = function() - return (MyVehicleConfig.brakeConfig.speedThreshold or 3) <= realBrakeThreshold -end -local braking = false - -------------------- --- MAIN FUNCTIONS -- -------------------- - -local disabledExtras = {} - -local function setBrakeExtras(newState) - for _, v in pairs(MyVehicleConfig.brakeConfig.brakeExtras) do - local currentState - if IsVehicleExtraTurnedOn(MyVehicle, v) then currentState = 0 else currentState = 1 end - --print("[ULC] setBrakeExtras() newState: " .. newState .. " currentState: " .. currentState) - if currentState == newState then break end - ULC:SetStage(v, newState, false, true, false, false, true, false) - end - if newState == 0 then - -- disable the disable extras and save the ones that we change - if not MyVehicleConfig.brakeConfig.disableExtras then return end - for _, v in pairs(MyVehicleConfig.brakeConfig.disableExtras) do - if IsVehicleExtraTurnedOn(MyVehicle, v) then - ULC:SetStage(v, 1, false, true, false, false, true, false) - table.insert(disabledExtras, v) - end - end - elseif newState == 1 then - -- re-enable any extras that were disabled - for _, v in pairs(disabledExtras) do - ULC:SetStage(v, 0, false, true, false, false, true, false) - end - disabledExtras = {} - end -end - - ----------------------------- --- REALISTIC BRAKE LIGHTS -- ----------------------------- -if shouldUseRealBrakes then - print("Realistic brake light functionality intialized.") - local mode = "STANDARD" - - -- start checking if stopped manually with a loop - CreateThread(function() - local sleep = 1000 - while true do - Wait(sleep) - -- if rbl_brakelights change handler gets triggered that means rbl exists and we want to use that functionality instead, return from this loop - if mode == "RBL" then - print("real-brake-lights resource detected, integrating brakelight functionality.") - return - end - if not MyVehicle then - sleep = 1000 - goto continue - end - if not shouldUseRealBrakes() then - sleep = 1000 - goto continue - end - if not MyVehicleConfig.brakeConfig.useBrakes then - sleep = 1000 - goto continue - end - if braking then goto continue end - sleep = 250 - local speed = GetVehicleSpeedConverted(MyVehicle) - if speed < realBrakeThreshold and shouldUseRealBrakes() and not IsControlPressed(0, 72) then - --print("[manual checks] Enabling brakes") - setBrakeExtras(0) - else - --print("[manual checks] Disabling brakes") - setBrakeExtras(1) - end - ::continue:: - end - end) - - -- add a statebag change handler for rbl_brakelights - -- once this is triggered, disable manual checking - AddStateBagChangeHandler('rbl_brakelights', null, function(bagName, key, value) - Wait(0) -- Nedded as GetEntityFromStateBagName sometimes returns 0 on first frame - mode = "RBL" -- set mode to RBL to disable manual checking - if not MyVehicle then return end - if not MyVehicleConfig.brakeConfig.useBrakes then return end - local vehicle = GetEntityFromStateBagName(bagName) - --print("state changed for vehicle") - if vehicle == 0 or vehicle ~= MyVehicle then return end - local newState - if value then newState = 0 else newState = 1 end - --print("ULC: Setting brakes to state" .. newState) - setBrakeExtras(newState) - end) -end - ------------------ --- KEYBINDINGS -- ------------------ - --- pressed brakes -RegisterCommand('+ulc:brakePattern', function() - braking = true - if MyVehicle and MyVehicleConfig.brakeConfig.useBrakes then - if GetVehicleCurrentGear(MyVehicle) == 0 then return end -- disable while reversing - --print("Enabling brakes") - local speed = GetVehicleSpeedConverted(MyVehicle) - -- if using real brakes always enable - if shouldUseRealBrakes() or speed > (MyVehicleConfig.brakeConfig.speedThreshold or 3) then - setBrakeExtras(0) - end - end - SendNUIMessage({ - type = 'toggleBrakeIndicator', - state = true - }) -end) - -RegisterCommand('-ulc:brakePattern', function() - braking = false - if MyVehicle and MyVehicleConfig.brakeConfig.useBrakes then - local speed = GetVehicleSpeedConverted(MyVehicle) - if shouldUseRealBrakes() and speed < realBrakeThreshold then return end - --print("Disabling brakes") - setBrakeExtras(1) - end - SendNUIMessage({ - type = 'toggleBrakeIndicator', - state = false - }) -end) - -RegisterKeyMapping('+ulc:brakePattern', 'ULC: Activate Brake Pattern (Hold)', 'keyboard', 's') diff --git a/resources/ulc/client/c_buttons.lua b/resources/ulc/client/c_buttons.lua deleted file mode 100644 index cb529c7d2..000000000 --- a/resources/ulc/client/c_buttons.lua +++ /dev/null @@ -1,275 +0,0 @@ ---print("[ULC]: Stage Controls Loaded") - -------------------- -------------------- ------ HELPERS ----- -------------------- -------------------- - -function GetExtraByKey(key) - local result = nil - for _, v in pairs(MyVehicleConfig.buttons) do - if v.key == key then - result = v.extra - end - end - return result -end - -function GetButtonByExtra(extra) - local result = nil - for _, v in pairs(MyVehicleConfig.buttons) do - if v.extra == extra then - result = v - end - end - return result -end - -function ULC:ChangeExtra(extra, newState, repair) - --print("[ULC:ChangeExtra()] Changing extra: " .. extra .. " to: " .. newState) - -- disable repair - if not repair then - SetVehicleAutoRepairDisabled(MyVehicle, true) - end - -- change extra - SetVehicleExtra(MyVehicle, extra, newState) - -- fix deformation if repair is true - if repair then - SetVehicleDeformationFixed(MyVehicle) - end - -- enable repair - SetVehicleAutoRepairDisabled(MyVehicle, false) -end - ---------------- ---------------- --- MAIN CODE -- ---------------- ---------------- - --- new event -AddEventHandler('ulc:SetStage', function(extra, action, playSound, extraOnly, repair, forceChange, forceUi) - ULC:SetStage(extra, action, playSound, extraOnly, repair, forceChange, forceUi) -end) - --- change specified extra, and if not extraOnly, and extra is in a button, act on the linked and off extras as well, acts recursively; --- action 0 enables, 1 disables, 2 toggles; --- updates ui whenever extra is used in a button -function ULC:SetStage(extra, action, playSound, extraOnly, repair, forceChange, forceUi, allowOutside) - ---------- - -- checks - if not MyVehicle then - print("[ULC:SetStage()] MyVehicle is not defined right now :/") - return false - end - if not allowOutside and not IsPedInAnyVehicle(PlayerPedId(), false) then - print("[ULC:SetStage()] Player must be in a vehicle, or allowOutside must be true.") - return false - end - - --print("[ulc:SetStage]", extra, action, playSound, extraOnly) - - -------------- - -- definitions - local button = GetButtonByExtra(extra) - local buttonStates = {} -- track button states for UI - - -------------------------- - -- determine the new state - local newState - if IsVehicleExtraTurnedOn(MyVehicle, extra) then - if action == 1 or action == 2 then - newState = 1 - end - else - if action == 0 or action == 2 then - newState = 0 - end - end - - --------------------------------------------------------- - -- built in don't try to change if it's the same already! - --[[ forceChange is used to forceChange the change even if it's the same - this is used to trigger the additional actions like linked and off extras - even if the extra is already in the state we want it to be - (used in cycling stages and one other place i cant remember)]] - if not forceChange and not newState then return end - - local canChange = true - if repair then - if not AreVehicleDoorsClosed(MyVehicle) then - canChange = false - print("[ULC:SetStage] Can't change stage with repair while a door is open.") - end - if not IsVehicleHealthy(MyVehicle) then - canChange = false - print("[ULC:SetStage] Can't change stage with repair while vehicle is damaged.") - end - end - - if not canChange then return end - - --------------------------------------- - -- if the extra corresponds to a button - if button then - -------------------- - -- sound - if playSound then - if newState == 0 then - PlayBeep(true) - else - PlayBeep(false) - end - end - - ---------------------- - -- smart stages stuff - local key = button.key - if MyVehicleConfig.stages then - local keyStage = contains(MyVehicleConfig.stages.stageKeys, key) -- find whether MyVehicleConfig.stages.stageKeys contain the key - - -- # TODO we're not getting here for some reason when cycling stages at max stage - -- if the key pressed is not a stage, just change the extra - if not keyStage then - ULC:ChangeExtra(extra, newState, repair) - end - - -- if the key pressed is a stage and extraOnly is false - if keyStage and not extraOnly then - print("key: " .. key .. " keyStage: " .. tostring(keyStage) .. " currentStage: " .. currentStage) - -- if it's the same as the current stage, change the extra and proceed normally - if keyStage == currentStage then - print("Key is the same as current stage") - ULC:ChangeExtra(extra, newState, repair) - -- set the stage to 0 - print("Setting stage to: 0") - currentStage = 0 - else - -- if it's a different stage then we want to change to a state where that stage is enabled - print("Key is not the same as current stage") - newState = 0 -- change to newState to 0 since we want the new stage to be enabled - - local currentPrimaryExtraState = IsVehicleExtraTurnedOn(MyVehicle, extra) - print("New state: " .. - newState .. "Extra " .. extra .. " current state: " .. tostring(currentPrimaryExtraState)) - - if not IsVehicleExtraTurnedOn(MyVehicle, extra) and newState == 0 then - print("Extra needs to be turned on") - ULC:ChangeExtra(extra, newState, repair) - elseif IsVehicleExtraTurnedOn(MyVehicle, extra) and newState == 1 then - print("Extra needs to be turned off") - ULC:ChangeExtra(extra, newState, repair) - else - -- if it's in the correct state - print("Extra is already in the correct state") - end - -- set the new stage - print("Setting stage to: " .. keyStage) - currentStage = keyStage - end - else -- if extraOnly is true - ULC:ChangeExtra(extra, newState, repair) - end - else - -- if there are no stages, just change the extra - ULC:ChangeExtra(extra, newState, repair) - end - - - ---------------------- - -- initialize UI changes - -- add that button to the new button states for UI with it's extra and new state - table.insert(buttonStates, { extra = extra, newState = newState }) - - ----------------------------- - -- additional actions/extras - if not extraOnly then - -- set linked extras - if button.linkedExtras then - for _, v in ipairs(button.linkedExtras) do - ULC:SetStage(v, newState, false, true, repair, forceChange) - -- add linked buttons to the new button states for UI with their extras and new state - table.insert(buttonStates, { extra = v, newState = newState }) - end - end - - -- set opposite extras - if button.oppositeExtras or false then -- in case they have old config without the feature - local oppState - if newState == 1 then oppState = 0 elseif newState == 0 then oppState = 1 end - for _, v in pairs(button.oppositeExtras) do - ULC:SetStage(v, oppState, false, true, repair, forceChange) - -- add opposite buttons to the new button states for UI with their extras and new state - table.insert(buttonStates, { extra = v, newState = oppState }) - end - end - - -- set off extras - if button.offExtras then - for _, v in ipairs(button.offExtras) do - ULC:SetStage(v, 1, false, true, repair, forceChange) - -- add off buttons to the new button states for UI with their extras and new state - table.insert(buttonStates, { extra = v, newState = 1 }) - end - end - end - - if not extraOnly or forceUi then - -- update UI - ULC:SetButtons(buttonStates) - end - else -- if it's not a button, we just change the extra because we don't care about stages or linked extras etc. - ULC:ChangeExtra(extra, newState, repair) - end -end - ------------------------ ------------------------ ------- KEYBINDS ------- ------------------------ ------------------------ - -for i = 1, 9, 1 do - RegisterKeyMapping('ulc:num' .. i, 'ULC: Toggle Button ' .. i, 'keyboard', 'NUMPAD' .. i) - RegisterCommand('ulc:num' .. i, function() - local extra = GetExtraByKey(i) - local button = GetButtonByExtra(extra) - if not button then return end - ULC:SetStage(extra, 2, true, false, button.repair or false) - end) -end - ------------------- ------- HELP ------ ------------------- - -local activeButtons = {} -local showingHelp = false - -function ShowHelp() - CreateThread(function() - if not showingHelp then - -- show help - showingHelp = true - for k, v in ipairs(activeButtons) do - --print('Showing help for button: ' .. k .. ' : ' .. v.key) - SendNUIMessage({ - type = 'showHelp', - button = k, - key = v.key, - }) - end - Wait(3000) - -- hide help - showingHelp = false - for k, v in ipairs(activeButtons) do - SendNUIMessage({ - type = 'hideHelp', - button = k, - label = string.upper(v.label), - }) - end - end - end) -end diff --git a/resources/ulc/client/c_cruise.lua b/resources/ulc/client/c_cruise.lua deleted file mode 100644 index d621fe88d..000000000 --- a/resources/ulc/client/c_cruise.lua +++ /dev/null @@ -1,77 +0,0 @@ ---print("[ULC]: Cruise lights Loaded") - --- 1 disabled, 0 enabled -local sbState = 1 - --- 0 on, 1 off -local function setCruiseLights(newState) - sbState = newState - for _, v in pairs(MyVehicleConfig.steadyBurnConfig.sbExtras) do - --print("Setting cruise lights extra: " .. v) - ULC:SetStage(v, newState, false, true, false, false, true, false) - end -end - -local function getSteadyBurnState() - if IsVehicleExtraTurnedOn(MyVehicle, MyVehicleConfig.steadyBurnConfig.sbExtras[1]) then - return 0 - else - return 1 - end -end - -CreateThread(function() - while true do - if MyVehicle then - TriggerEvent('ulc:CheckCruise', false) - end - Wait(1000) - end -end) - ---TODO: disable when lights are on, enable when lights are off - -AddEventHandler('ulc:lightsOn', function() - --print("Lights on") - if MyVehicle and (MyVehicleConfig.steadyBurnConfig.disableWithLights or false) then - setCruiseLights(1) - end -end) - -AddEventHandler('ulc:lightsOff', function() - --print("Lights off") - if MyVehicle and (MyVehicleConfig.steadyBurnConfig.disableWithLights or false) then - TriggerEvent('ulc:CheckCruise') - end -end) - -AddEventHandler('ulc:CheckCruise', function() - sbState = getSteadyBurnState() - if not MyVehicle then return end - - if Entity(MyVehicle).state.ulc_blackout == 0 then - -- print("Blackout is on, disabling cruise lights") - setCruiseLights(1) - return - end - - if MyVehicleConfig.steadyBurnConfig.forceOn then - if sbState == 0 then return end - if Lights and MyVehicleConfig.steadyBurnConfig.disableWithLights then return end - --print("Setting cruise lights on") - setCruiseLights(0) - elseif MyVehicleConfig.steadyBurnConfig.useTime then - local isTime = GetClockHours() > Config.SteadyBurnSettings.nightStartHour or - GetClockHours() < Config.SteadyBurnSettings.nightEndHour - if isTime then - -- if lights are already on do nothing - if sbState == 0 then return end - if Lights and MyVehicleConfig.steadyBurnConfig.disableWithLights then return end - setCruiseLights(0) - else - -- if already off do nothing - if sbState == 1 then return end - setCruiseLights(1) - end - end -end) diff --git a/resources/ulc/client/c_doors.lua b/resources/ulc/client/c_doors.lua deleted file mode 100644 index d38c655bb..000000000 --- a/resources/ulc/client/c_doors.lua +++ /dev/null @@ -1,85 +0,0 @@ -local doors = { - [0] = false, -- d front - [1] = false, -- p front - [2] = false, -- d rear - [3] = false, -- p rear - [4] = false, -- hood - [5] = false -- trunk -} - -local function intNot(value) - result = 0 - if value == 0 then - result = 1 - end - return result -end - --- state 1 = closed, state 0 = open -local function onDoorStateChange(door, newDoorState) - --print("Handling door change", door, newDoorState) - if door == 0 or door == 2 then -- if driver side - for _, v in pairs(MyVehicleConfig.doorConfig.driverSide.enable) do - --print("Enable extra:", v) - ULC:SetStage(v, newDoorState, true, true, false, false, true, true) - end - for _, v in pairs(MyVehicleConfig.doorConfig.driverSide.disable) do - --print("Disable extra:", v, intNot(newDoorState)) - ULC:SetStage(v, intNot(newDoorState), true, true, false, false, true, true) - end - elseif door == 1 or door == 3 then -- if pass side - for _, v in pairs(MyVehicleConfig.doorConfig.passSide.enable) do - --print("Enable extra:", v) - ULC:SetStage(v, newDoorState, true, true, false, false, true, true) - end - for _, v in pairs(MyVehicleConfig.doorConfig.passSide.disable) do - --print("Disable extra:", v, intNot(newDoorState)) - ULC:SetStage(v, intNot(newDoorState), true, true, false, false, true, true) - end - elseif door == 5 then -- if trunk - for _, v in pairs(MyVehicleConfig.doorConfig.trunk.enable) do - ULC:SetStage(v, newDoorState, true, true, false, false, true, true) - end - for _, v in pairs(MyVehicleConfig.doorConfig.trunk.disable) do - ULC:SetStage(v, intNot(newDoorState), true, true, false, false, true, true) - end - end -end - -CreateThread(function() - local sleep = 1000 - while true do - Wait(sleep) - if not MyVehicle then - sleep = 1000 - goto continue - end - if not MyVehicleConfig.doorConfig or false then - sleep = 1000 - goto continue - end - if not MyVehicleConfig.doorConfig.useDoors then - sleep = 1000 - goto continue - end - sleep = 250 - - for k, v in pairs(doors) do - if GetVehicleDoorAngleRatio(MyVehicle, k) > 0.0 then - if v == false then - -- print("Setting door", k, "open.") - doors[k] = true -- set door open - onDoorStateChange(k, 0) -- handle what to do - end - else - if v == true then - -- print("Setting door", k, "closed.") - doors[k] = false -- set door closed - onDoorStateChange(k, 1) -- handle what to do - end - end - end - - ::continue:: - end -end) diff --git a/resources/ulc/client/c_horn.lua b/resources/ulc/client/c_horn.lua deleted file mode 100644 index cb564fb6b..000000000 --- a/resources/ulc/client/c_horn.lua +++ /dev/null @@ -1,67 +0,0 @@ ---print("[ULC]: Horn Extras Loaded") - -local extraStates = {} - -local function GetPreviousStateByExtra(extra) - for k, v in pairs(extraStates) do - --print(v.extra, v.state) - if extra == v.extra then - --print('Found state of : ' .. tostring(v.state) .. ' for extra ' .. extra) - return v.state - end - end -end - -function SetHornExtras(newState) - -- print('SetHornExtras: ' .. newState) - if newState == 0 then - for _, extra in pairs(MyVehicleConfig.hornConfig.hornExtras) do - local extraState = { - extra = extra, - state = IsVehicleExtraTurnedOn(MyVehicle, extra) - } - table.insert(extraStates, extraState) - ULC:SetStage(extra, 0, false, true, false, false, true, false) - end - if not MyVehicleConfig.hornConfig.disableExtras then return end - for _, extra in pairs(MyVehicleConfig.hornConfig.disableExtras) do - local extraState = { - extra = extra, - state = IsVehicleExtraTurnedOn(MyVehicle, extra) - } - table.insert(extraStates, extraState) - ULC:SetStage(extra, 1, false, true, false, false, true, false) - end - elseif newState == 1 then - for _, extra in pairs(MyVehicleConfig.hornConfig.hornExtras) do - local prevState = GetPreviousStateByExtra(extra) - if not prevState then - ULC:SetStage(extra, 1, false, true, false, false, true, false) - end - end - if not MyVehicleConfig.hornConfig.disableExtras then return end - for _, extra in pairs(MyVehicleConfig.hornConfig.disableExtras) do - local prevState = GetPreviousStateByExtra(extra) - if prevState then - ULC:SetStage(extra, 0, false, true, false, false, true, false) - end - end - end -end - -RegisterCommand('+ulc:horn', function() - --print('horn') - extraStates = {} - - if MyVehicle and MyVehicleConfig.hornConfig.useHorn then - SetHornExtras(0) - end -end) - -RegisterCommand('-ulc:horn', function() - if MyVehicle and MyVehicleConfig.hornConfig.useHorn then - SetHornExtras(1) - end -end) - -RegisterKeyMapping('+ulc:horn', 'ULC: Activate Horn Extras', 'keyboard', 'e') diff --git a/resources/ulc/client/c_hud.lua b/resources/ulc/client/c_hud.lua deleted file mode 100644 index d988c6ff4..000000000 --- a/resources/ulc/client/c_hud.lua +++ /dev/null @@ -1,298 +0,0 @@ --- MAIN FUNCTIONS -- - -function ULC:PopulateButtons(_buttons, placeholders) - --print("Populating buttons") - - local buttons = _buttons - - if placeholders then - buttons = { - { label = 'TEST STAGE', extra = 1, color = 'green', enabled = true }, - { label = 'TEST STAGE', extra = 2, color = 'blue', enabled = false }, - { label = 'TEST STAGE', extra = 3, color = 'blue', enabled = false }, - { label = 'TEST STAGE', extra = 4, color = 'blue', enabled = true }, - { label = 'test stage', extra = 5, color = 'red', enabled = true } - } - end - - local buttonsToSend = {} - for _, v in pairs(buttons) do - local thisButton = {} - local thisState = false - if IsVehicleExtraTurnedOn(MyVehicle, v.extra) then thisState = true end - thisButton.extra = v.extra - thisButton.enabled = thisState - thisButton.color = v.color or 'green' - thisButton.label = string.upper(v.label) - thisButton.numKey = v.key - - --print("Sending button: " .. json.encode(thisButton)) - table.insert(buttonsToSend, thisButton) - end - - SendNUIMessage({ - type = 'populateButtons', - buttons = buttonsToSend - }) -end - --- deprecated in exchange for "SetButtons" -function ULC:SetButton(extra, enabled) - local newState - if enabled == 0 then - newState = true - elseif enabled == 1 then - newState = false - end - - SendNUIMessage({ - type = 'setButton', - extra = extra, - newState = newState - }) -end - -function ULC:SetButtons(buttonStates) - -- print("Setting buttons", json.encode(buttonStates)) - -- go through the buttons and replace newState with a boolean - -- newState = 1 means false, 0 means true - - for k, v in pairs(buttonStates) do - if v.newState == 1 then - v.newState = false - elseif v.newState == 0 then - v.newState = true - end - end - - SendNUIMessage({ - type = 'setButtons', - buttonStates = buttonStates - }) -end - ------------------ --- UI SETTINGS -- ------------------ - -function ULC:SetDisplay(bool) - if bool then - SendNUIMessage({ - type = 'showHUD', - }) - else - SendNUIMessage({ - type = 'hideHUD', - }) - end -end - -function ULC:SetPosition(x, y) - SendNUIMessage({ - type = 'setPosition', - x = x, - y = y - }) -end - -function ULC:SetScale(float) - SendNUIMessage({ - type = 'setScale', - scale = float - }) -end - --- TODO this is unused in game, should be in menu -function ULC:SetUseLeftAnchor(bool) - SendNUIMessage({ - type = 'setAnchor', - bool = bool - }) -end - -function ULC:SetHudDisabled(bool) - SendNUIMessage({ - type = 'setHudDisabled', - bool = bool - }) -end - -function ULC:SetHelpDisplay(bool) - if bool then - SendNUIMessage({ type = 'showHelp' }) - else - SendNUIMessage({ type = 'hideHelp' }) - end -end - ----------- --- MENU -- ----------- - --- TODO set this up in js -function ULC:SetMenuDisplay(bool) - --print("Client setting display", bool) - if bool then - SendNUIMessage({ - type = 'showMenu', - }) - else - SendNUIMessage({ - type = 'hideHideMenu', - }) - end -end - ----------------------- --- USER PREFERENCES -- ----------------------- -print("[ULC] Client Storage Loaded") -ClientPrefs = {} - -local function loadUserPrefs() - -- if prefs already exist - local prefsExist = GetResourceKvpString('ulc') - if prefsExist == "exists" then - print("[ULC] Loading prefs") - -- load - ClientPrefs.hideUi = GetResourceKvpInt("ulc:hideUi") - ClientPrefs.x = GetResourceKvpInt("ulc:x") - ClientPrefs.y = GetResourceKvpInt("ulc:y") - ClientPrefs.scale = GetResourceKvpFloat("ulc:scale") - ClientPrefs.useLeftAnchor = GetResourceKvpString("ulc:useLeftAnchor") - else - print("[ULC] Creating prefs") - -- set defaults - SetResourceKvp('ulc', "exists") - SetResourceKvpInt('ulc:x', 0) - SetResourceKvpInt('ulc:y', 0) - SetResourceKvpFloat('ulc:scale', 1.0) - SetResourceKvpInt('ulc:hideUi', 0) - SetResourceKvp('ulc:useLeftAnchor', 'false') - - - loadUserPrefs() - - Wait(5000) - TriggerEvent('chat:addMessage', { - color = { 0, 153, 204 }, - multiline = false, - args = { "ULC", "^4This server uses ULC! Type /ulc to view settings and adjust the HUD!" } - }) - end -end - -loadUserPrefs() - --- use the values -CreateThread(function() - --print("CLIENT PREF DISABLED =", ClientPrefs.hideUi) - Wait(1000) - -- positioning - if ClientPrefs.x then - --print("Loaded position from kvp: ", ClientPrefs.x, ClientPrefs.y) - ULC:SetPosition(ClientPrefs.x, ClientPrefs.y) - end - if ClientPrefs.scale then - -- print("Loaded saved scale from kvp: " .. ClientPrefs.scale) - ULC:SetScale(ClientPrefs.scale + 0.0) - end - if ClientPrefs.hideUi then - -- print("Loaded disabled HUD kvp: " .. ClientPrefs.hideUi) - ULC:SetHudDisabled(ClientPrefs.hideUi) - end - if ClientPrefs.useLeftAnchor then - -- print("Loaded useLeftAnchor from kvp", ClientPrefs.useLeftAnchor) - ULC:SetUseLeftAnchor(ClientPrefs.useLeftAnchor) - end -end) - - --------------- --- COMMANDS -- --------------- - -RegisterCommand('ulc', function() - if not MyVehicle then - ULC:PopulateButtons({}, true) - ULC:SetDisplay(true) - end - ULC:SetMenuDisplay(true) - if MyVehicle then - ULC:SetHelpDisplay(true) - end - SetNuiFocus(true, true) -end) - -TriggerEvent('chat:addSuggestion', '/ulc', 'Enables dragging ULC HUD and shows settings menu and controls.', { -}) - -RegisterCommand("ulcReset", function() - DeleteResourceKvp("ulc") - loadUserPrefs() -end) - -TriggerEvent('chat:addSuggestion', '/ulcReset', 'Resets all saved ULC settings to defaults.', { -}) - --- NUI CALLBACKS -- - -RegisterNUICallback("savePosition", function(data, cb) - --print("NUI Setting position", data.newX, data.newY, "type = ", type(data.newX)) - SetResourceKvpInt('ulc:x', data.newX) - SetResourceKvpInt('ulc:y', data.newY) - - cb({ success = true }) -end) - -RegisterNUICallback("saveScale", function(data, cb) - --print("NUI Setting Scale " .. data.scale + 0.0) - SetResourceKvpFloat('ulc:scale', data.scale + 0.0) - - cb({ success = true }) -end) - -RegisterNUICallback("saveAnchor", function(data, cb) - --print("NUI Setting Anchor ", data.useLeftAnchor) - SetResourceKvp('ulc:useLeftAnchor', data.useLeftAnchor) - - cb({ success = true }) -end) - -RegisterNUICallback("focusGame", function(data, cb) - ULC:SetMenuDisplay(false) - SetNuiFocus(false, false) - ULC:SetHelpDisplay(false) - - if not MyVehicle then - ULC:SetDisplay(false) - end - - cb({ success = true }) -end) - -RegisterNUICallback("setHudDisabled", function(data, cb) - --print("NUI Setting HUD Disabled ", data.hudDisabled) - - if not data.hudDisabled then - --print("Set HUD enabled") - if MyVehicle then - ULC:SetDisplay(true) - end - if #ClientPrefs > 0 then - ClientPrefs.hideUi = 0 - --print("Are we here?") - end - SetResourceKvpInt('ulc:hideUi', 0) - else - --print("Set HUD disabled") - ULC:SetDisplay(false) - if #ClientPrefs > 0 then - ClientPrefs.hideUi = 1 - --print("Are we here?") - end - SetResourceKvpInt('ulc:hideUi', 1) - end - - cb({ success = true }) -end) diff --git a/resources/ulc/client/c_lvc.lua b/resources/ulc/client/c_lvc.lua deleted file mode 100644 index 83dce75b9..000000000 --- a/resources/ulc/client/c_lvc.lua +++ /dev/null @@ -1,32 +0,0 @@ -print("[ULC] LVC Integrations Loaded") - --- going to store the LVC siren state just for fun -LVC_SirenState = 0 - --- received from s_lvc.lua when player changes main siren state in LVC --- sirenId is an int representing the index of a siren in lvc/SIRENS.lua:SIRENS -RegisterNetEvent("ulc:LVC_MainSirenStateChange") -AddEventHandler("ulc:LVC_MainSirenStateChange", function(sirenId) - print("[ulc:LVC_MainSirenStateChange] " .. sirenId) - -- # TODO check how much of this is actually needed - if not MyVehicle then return end - if not MyVehicleConfig.luxartVehicleControlConfig then return end - if not MyVehicleConfig.luxartVehicleControlConfig.useLVC then return end - - local config = MyVehicleConfig.luxartVehicleControlConfig - - -- if sirenId is not in the config, return - if not MyVehicleConfig.luxartVehicleControlConfig[sirenId] then - print("[ULC: LVC_MainSirenStateChange()] siren [" .. - sirenId .. "] is not defined in MyVehicleConfig.luxartVehicleControlConfig") - return false - end - - for _, v in pairs(config[sirenId].enable) do - ULC:SetStage(v, 0, false, false, false, false, false, false) - end - - for _, v in pairs(config[sirenId].disable) do - ULC:SetStage(v, 1, false, false, false, false, false, false) - end -end) diff --git a/resources/ulc/client/c_main.lua b/resources/ulc/client/c_main.lua deleted file mode 100644 index d3bfb3760..000000000 --- a/resources/ulc/client/c_main.lua +++ /dev/null @@ -1,202 +0,0 @@ ---print("[ULC]: Main Thread Loaded") - -ULC = {} - ------------------ --- DEFINITIONS -- ------------------ - -Lights = false -MyVehicle = nil -MyVehicleConfig = nil - ------------------------------------- ------------------------------------- -------- LIGHTS STATE HANDLER ------- ------------------------------------- ------------------------------------- - -if Config.controlLights then - RegisterCommand('ulc:toggleLights', function() - if Lights then - SetVehicleSiren(MyVehicle, false) - else - SetVehicleSiren(MyVehicle, true) - end - end) - - RegisterKeyMapping('ulc:toggleLights', 'Toggle Emergency Lights', 'keyboard', 'q') -end - -AddEventHandler('ulc:lightsOn', function() - --print("Lights On") - -- set Lights on - Lights = true - setDefaultStages() - -- check if parked or driving for park patterns - TriggerEvent('ulc:checkParkState', GetVehiclePedIsIn(PlayerPedId()), false) - SendNUIMessage({ - type = 'toggleIndicator', - state = Lights - }) - if Config.controlLights then - PlayBeep(true) - end -end) - -AddEventHandler('ulc:lightsOff', function() - --print("Lights Off") - Lights = false - SendNUIMessage({ - type = 'toggleIndicator', - state = Lights - }) - if Config.controlLights then - PlayBeep(false) - end -end) - --- check if lights are on 10 times a second; --- used to trigger above events -CreateThread(function() - local sleep = 1000 - while true do - Wait(sleep) - if not MyVehicle then - sleep = 1000 - goto continue - end - sleep = 100 - - if not IsPedInAnyVehicle(PlayerPedId()) then goto continue end - if IsVehicleSirenOn(GetVehiclePedIsIn(PlayerPedId())) then - if not Lights then - TriggerEvent('ulc:lightsOn') - end - else - if Lights then - TriggerEvent('ulc:lightsOff') - end - end - - ::continue:: - end -end) - ---------------------------- ---------------------------- --------- MAIN CODE -------- ---------------------------- ---------------------------- - --- this event is called whenever player enters vehicle -RegisterNetEvent('ulc:checkVehicle') -AddEventHandler('ulc:checkVehicle', function() - CreateThread(function() - while not GlobalState.ulcloaded do - print("ULC: Waiting for load.") - Wait(250) - end - print("[ULC:checkVehicle] Checking for vehicle configuration") - local ped = PlayerPedId() - local vehicle = GetVehiclePedIsIn(ped) - local passed, vehicleConfig = GetVehicleFromConfig(vehicle) - - --print(passed, vehicleConfig) - - if passed then - MyVehicle = vehicle - MyVehicleConfig = vehicleConfig - table.sort(MyVehicleConfig.buttons, function(a, b) return a["key"] < b["key"] end) - - - print("[ULC:checkVehicle] Found vehicle, ready to go.") - - -- if i am driver - if ped == GetPedInVehicleSeat(vehicle, -1) then - ULC:PopulateButtons(MyVehicleConfig.buttons) - --ShowHelp() - if not Config.hideHud and ClientPrefs.hideUi == 0 then - ULC:SetDisplay(true) - else - print( - "HUD is hidden. Type /ulc to see if you disabled it. Otherwise, the server owner may have disabled the HUD.") - end - - TriggerEvent('ulc:CheckCruise') - TriggerEvent('ulc:checkParkState', true) - TriggerEvent('ulc:StartCheckingReverseState') - currentStage = 0 - end - else - MyVehicle = nil - TriggerEvent('ulc:cleanup') - TriggerEvent('ulc:StopCheckingReverseState') - end - end) -end) - --- used to hide the hud -RegisterNetEvent('ulc:cleanup') -AddEventHandler('ulc:cleanup', function() - -- MyVehicle = nil - -- MyVehicleConfig = nil - ULC:SetDisplay(false) - -- hide hud - -- SendNUIMessage({ - -- type = 'hideLightsHUD', - -- }) -end) - ------------------ --- CONFIG SYNC -- ------------------ - -RegisterNetEvent('UpdateVehicleConfigs', function(newData) - print("[ULC] Updating vehicle table. Done loading.") - Config.Vehicles = newData -end) - --- trigger checks when spawning from one vehicle into another directly, or from another seat to driver seat -CreateThread(function() - local lastVehicle - local wasDriving - while true do - Wait(500) - if IsPedInAnyVehicle(PlayerPedId()) then - local currentVehicle = GetVehiclePedIsIn(PlayerPedId(), false) - local driving = GetPedInVehicleSeat(MyVehicle, -1) == PlayerPedId() - if currentVehicle ~= lastVehicle then - TriggerEvent('ulc:checkVehicle') - end - if MyVehicle and not wasDriving and driving then - TriggerEvent('ulc:checkVehicle') - end - lastVehicle = currentVehicle - wasDriving = driving - end - end -end) - - -------------------------- -------------------------- --- AUTO REPAIR HANDLER -- -------------------------- -------------------------- - --- every second set no repair on all vehicles except my own -CreateThread(function() - while true do - Wait(1000) - local vehicles = GetGamePool("CVehicle") - for _, v in pairs(vehicles) do - if v ~= GetVehiclePedIsIn(PlayerPedId(), false) then - SetVehicleAutoRepairDisabled(v, true) - else - --print("Enabling repair for" .. v) - SetVehicleAutoRepairDisabled(v, false) - end - end - end -end) diff --git a/resources/ulc/client/c_park.lua b/resources/ulc/client/c_park.lua deleted file mode 100644 index 519e346b3..000000000 --- a/resources/ulc/client/c_park.lua +++ /dev/null @@ -1,150 +0,0 @@ ---print("[ULC]: Park Patterns Loaded") - -local veh = GetVehiclePedIsIn(PlayerPedId()) -parked = false -local lastSync = 0 -local effectDelay = 1000 - -CreateThread(function() - while true do - if IsPedInAnyVehicle(PlayerPedId()) then - TriggerEvent('ulc:checkParkState', veh, false) - - Wait(Config.ParkSettings.delay * 1000) - else - Wait(2000) - end - end -end) - -RegisterNetEvent("ulc:checkParkState", function(delay) - CreateThread(function() - --print('Checking park state') - - if delay then - --print('Delay...') - Wait(5000) - end - local speed = GetVehicleSpeedConverted(MyVehicle) - - - if speed > Config.ParkSettings.speedThreshold and parked then - TriggerEvent("ulc:vehDrive") - end - if speed < Config.ParkSettings.speedThreshold and not parked then - Wait(effectDelay) - if not parked then -- double checks - TriggerEvent('ulc:vehPark') - end - end - end) -end) - -AddEventHandler('ulc:vehPark', function() - if Lights then - --print('[ulc:vehPark] My vehicle is parked.') - parked = true - - if MyVehicle and MyVehicleConfig.parkConfig.usePark then - -- enable pExtras - for _, v in pairs(MyVehicleConfig.parkConfig.pExtras) do - ULC:SetStage(v, 0, false, true, false, false, true, false) - end - -- disable dExtras - for _, v in pairs(MyVehicleConfig.parkConfig.dExtras) do - ULC:SetStage(v, 1, false, true, false, false, true, false) - end - - -- park pattern sync stuff - if MyVehicleConfig.parkConfig.useSync then - -- cooldown - local gameSeconds = GetGameTimer() / 1000 - if gameSeconds >= lastSync + Config.ParkSettings.syncCooldown then - lastSync = gameSeconds - - local loadedVehicles = GetGamePool("CVehicle") - --print(#loadedVehicles .. " vehicles in pool") - local vehsToSync = {} - - for k, v in pairs(loadedVehicles) do - -- don't include my vehicle - if v ~= veh then - local vehCoords = GetEntityCoords(v) - local pedCoords = GetEntityCoords(PlayerPedId()) - local distance = GetDistanceBetweenCoords(vehCoords, pedCoords) - - - if distance < Config.ParkSettings.syncDistance then - if GetVehicleClass(v) == 18 then - -- check if my vehicle is set to sync with this vehicle or if the vehicle is the same model as my vehicle - if IsVehicleInTable(v, MyVehicleConfig.parkConfig.syncWith) or GetEntityModel(v) == GetEntityModel(MyVehicle) then - --print('Vehicle' .. v .. ' should sync with me.') - - local speed = GetVehicleSpeedConverted(veh) - - if speed < Config.ParkSettings.speedThreshold then - --print("Found an eligible sync vehicle.") - table.insert(vehsToSync, v) - end - end - end - end - end - end - if #vehsToSync > 0 then - -- sync my vehicle - SetVehicleSiren(veh, false) - SetVehicleSiren(veh, true) - - -- sync other vehicles on my screen - for k, v in pairs(vehsToSync) do - if IsVehicleSirenOn(v) then - SetVehicleSiren(v, false) - SetVehicleSiren(v, true) - end - end - - -- send sync to other clients nearby - --print("Preparing to send sync to server") - local vehsToSyncNet = {} - for k, v in pairs(vehsToSync) do - --print("Candidate: " .. VehToNet(v)) - table.insert(vehsToSyncNet, VehToNet(v)) - end - TriggerServerEvent("sync:send", vehsToSyncNet) - else --print('Found no vehicles to sync.') - end - else - print("Sync on cooldown, time left: " .. - Config.ParkSettings.syncCooldown - (gameSeconds - lastSync) .. " seconds.") - end - end - end - end -end) - -RegisterNetEvent('ulc:sync:receive', function(vehicles) - --print("[sync:receive] Trying to sync " .. #vehicles .. " vehicles.") - for _, v in pairs(vehicles) do - --print("Attempting to sync: " .. NetToVeh(v)) - SetVehicleSiren(NetToVeh(v), false) - SetVehicleSiren(NetToVeh(v), true) - end -end) - -AddEventHandler('ulc:vehDrive', function() - if Lights then - --print('[ulc:vehDrive] My vehicle is driving.') - parked = false - if MyVehicle and MyVehicleConfig.parkConfig.usePark then - -- disable pExtras - for _, v in pairs(MyVehicleConfig.parkConfig.pExtras) do - ULC:SetStage(v, 1, false, true, false, false, true, false) - end - -- enable dExtras - for _, v in pairs(MyVehicleConfig.parkConfig.dExtras) do - ULC:SetStage(v, 0, false, true, false, false, true, false) - end - end - end -end) diff --git a/resources/ulc/client/c_reverse.lua b/resources/ulc/client/c_reverse.lua deleted file mode 100644 index b6e3f7b2d..000000000 --- a/resources/ulc/client/c_reverse.lua +++ /dev/null @@ -1,125 +0,0 @@ ---print("[ULC]: Reverse Extras Loaded") - -local reversing = false -local disabledExtras = {} -local timerExpired = false - -function setReverseExtras(newState) - -- set enable extras to match the new state - for _, v in ipairs(MyVehicleConfig.reverseConfig.reverseExtras) do - ULC:SetStage(v, newState, false, true, false, false, true, false) - end - if not MyVehicleConfig.reverseConfig.disableExtras then return end - if newState == 0 then - -- set disable extras off and save the ones we changed - for _, v in ipairs(MyVehicleConfig.reverseConfig.disableExtras) do - --print("Checking extra " .. v .. " for reverse state") - if IsVehicleExtraTurnedOn(MyVehicle, v) then - ULC:SetStage(v, 1, false, true, false, false, true, false) - table.insert(disabledExtras, v) - end - end - else -- newState == 1 - -- set the disabled extras back on - for _, v in ipairs(disabledExtras) do - ULC:SetStage(v, 0, false, true, false, false, true, false) - end - disabledExtras = {} - end -end - -AddEventHandler('ulc:StartCheckingReverseState', function() - CreateThread(function() - while true do - Wait(250) - --print("Checking reverse state") - if not IsPedInAnyVehicle(PlayerPedId()) then return end - -- this feels unncessary, but I think some people may not have .reverseConfig - if not MyVehicle then return end - if not MyVehicleConfig.reverseConfig then return end - if not MyVehicleConfig.reverseConfig.useReverse then return end - local gear = GetVehicleCurrentGear(MyVehicle) - if gear == 0 then - if not reversing then - startTimer() - reversing = true - setReverseExtras(0) - end - else - if reversing then - reversing = false - setReverseExtras(1) - end - end - end - end) -end) - --- handle disabling lights after some time -function startTimer() - -- if disabled in config, don't start timer , if enabled or missing config, start timer - if Config and Config.ReverseSettings and not Config.ReverseSettings.useRandomExpiration then return end - -- timer thread - CreateThread(function() - local speed - local duration = math.random(3, 8) * 1000 - local expirationTime - - while true do - --print("Reverse timer tick") - if not MyVehicle then return end - if not MyVehicleConfig.reverseConfig then return end - if not MyVehicleConfig.reverseConfig.useReverse then return end - if not reversing then - timerExpired = false - --print("Not reversing") - return - end - - speed = GetVehicleSpeedConverted(MyVehicle) - - if speed < 0.5 then -- if we are in reverse and stopped - if timerExpired then - goto continue - end - if Config and Config.ReverseSettings then - duration = math.random( - (Config.ReverseSettings.minExpiration or 3) * 1000, - (Config.ReverseSettings.maxExpiration or 8) * 1000 - ) - end - expirationTime = GetGameTimer() + duration - while GetGameTimer() < expirationTime do - Wait(500) - --print("Reverse timer active") - - if GetVehicleSpeedConverted(MyVehicle) > 1 then - -- print("[ULC] Reverse: Moving, breaking timer") - break - end - if not reversing then - -- print("[ULC] Reverse: Not reversing, breaking timer") - break - end - if not IsPedInAnyVehicle(PlayerPedId()) then - -- print("[ULC] Reverse: Not in vehicle, breaking timer") - break - end - if GetGameTimer() > expirationTime then - print("[ULC] Reverse: Timer expired, disabling extras") - timerExpired = true - setReverseExtras(1) - break - end - end - else -- if we are in reverse and moving - -- print("[ULC] Reverse: Resetting timer") - setReverseExtras(0) - timerExpired = false - end - - ::continue:: - Wait(500) - end - end) -end diff --git a/resources/ulc/client/c_stages.lua b/resources/ulc/client/c_stages.lua deleted file mode 100644 index 31f85398a..000000000 --- a/resources/ulc/client/c_stages.lua +++ /dev/null @@ -1,157 +0,0 @@ -print("[ULC] Stages Loaded") - --- Definitions --- # TODO maybe currentStage should not be 0 when entering a vehicle? ---[[ # TODO this file does not handle setting the currentStage, instead ULC:SetStage does, -may want to change this if possible, leads to hacky stuff like in CycleStage function ]] --- this is set to 0 whenever ulc:checkVehicle is triggered -currentStage = 0 - - --- helpers -local function checks() - if not MyVehicle then return end - if not MyVehicleConfig.stages then return end - if not MyVehicleConfig.stages.useStages then return end - if not MyVehicleConfig.stages.stageKeys - then - return false - end - return true -end - -function getMaxStage() - if not MyVehicle then return end - if not MyVehicleConfig.stages then return end - if not MyVehicleConfig.stages.stageKeys then return end - return #MyVehicleConfig.stages.stageKeys -end - --- main functions -function stageUp() - print("[ULC:stageUp] Increasing stage from " .. currentStage) - if currentStage == getMaxStage() then - print("Already at max stage") - return - end - - -- this is handled in ULC:SetStage? - -- currentStage = currentStage + 1 - -- instead we just want to keep track locally - local nextStage = currentStage + 1 - - -- # TODO might want to check if the key is actually a button that exists (maybe do this in the initial checks when script starts?) - local key = MyVehicleConfig.stages.stageKeys[nextStage] - - local extra = GetExtraByKey(key) - local button = GetButtonByExtra(extra) - if not button then - print("[stageUp()] Could not find button for extra " .. extra) - return - end - print("Setting stage to: " .. nextStage .. " using key " .. key .. " with extra " .. extra) - ULC:SetStage(extra, 0, true, false, button.repair or false, false, true, false) -end - -function stageDown() - print("[ULC:stageDown] Decreasing stage from " .. currentStage) - if currentStage == 0 then - print("Already stage 0") - return - end - - -- this is handled in ULC:SetStage? - -- currentStage = currentStage - 1 - -- instead we just want to keep track locally - local nextStage = currentStage - 1 - - -- # TODO might want to check if the key is actually a button that exists (maybe do this in the initial checks when script starts?) - local key = MyVehicleConfig.stages.stageKeys[nextStage] - local extra = GetExtraByKey(key) - local button = GetButtonByExtra(extra) - if not button then - print("[stageDown()] Could not find button for extra " .. extra) - return - end - print("Setting stage to: " .. nextStage .. " using key " .. key .. " with extra " .. extra) - ULC:SetStage(extra, 0, true, false, button.repair or false, false, true, false) -end - -function cycleStages() - if not checks() then return end - if currentStage == getMaxStage() then - print("Tried to cycle stages at max stage, resetting to 0") - -- we need to turn off the current stage - local key = MyVehicleConfig.stages.stageKeys[currentStage] - local extra = GetExtraByKey(key) - local button = GetButtonByExtra(extra) - if not button then - print("[cycleStages()] Could not find button for extra " .. extra) - return - end - print("Setting stage to: 0 using key " .. key .. " with extra " .. extra) - ULC:SetStage(extra, 1, true, false, button.repair or false, true, true, false) - return - end - stageUp() -end - --- Keybinds -RegisterKeyMapping("ulc:stage_down", "ULC: Stage Down", "keyboard", "SUBTRACT") -RegisterCommand("ulc:stage_down", function() - if not checks() then return end - stageDown() -end) - -RegisterKeyMapping("ulc:stage_up", "ULC: Stage Up", "keyboard", "ADD") -RegisterCommand("ulc:stage_up", function() - if not checks() then return end - stageUp() -end) - -RegisterKeyMapping("ulc:stage_cycle", "ULC: Cycle Stages", "keyboard", "NUMPAD0") -RegisterCommand("ulc:stage_cycle", function() - if not checks() then return end - cycleStages() -end) - --------------------- --------------------- --- DEFAULT STAGES -- --------------------- --------------------- - --- checks if the button.key is contained in the stageKeys array and returns the index -function getStageFromButton(button) - if not button then return false end - if not MyVehicle then return false end - -- if MyVehicleConfig.stages.stageKeys is nil or doesn't contain the button.key return false - if not MyVehicleConfig.stages.stageKeys then return false end - for i, key in pairs(MyVehicleConfig.stages.stageKeys) do - if key == button.key then - return i - end - end - return false -end - -function setDefaultStages() - -- default stages - if not MyVehicleConfig.defaultStages or false then return end - if not MyVehicleConfig.defaultStages.useDefaults then return end - for _, e in pairs(MyVehicleConfig.defaultStages.enableKeys) do - local button = GetButtonByExtra(GetExtraByKey(e)) - if not button then break end - -- if the button is a stage - local stage = getStageFromButton(button) - -- if the index of this stage = the current stage do nothing - if stage and stage == currentStage then return end - -- if this button is not a stage or the stage is not the current stage proceed normally - ULC:SetStage(GetExtraByKey(e), 0, false, false, button.repair, true, true, false) - end - for _, d in pairs(MyVehicleConfig.defaultStages.disableKeys) do - local button = GetButtonByExtra(GetExtraByKey(d)) - if not button then break end - ULC:SetStage(GetExtraByKey(d), 1, false, false, button.repair, true, true, false) - end -end diff --git a/resources/ulc/config.lua b/resources/ulc/config.lua deleted file mode 100644 index a56397d20..000000000 --- a/resources/ulc/config.lua +++ /dev/null @@ -1,71 +0,0 @@ --- Ultimate Lighting Controller by Dawnstar FiveM --- Written by Dawnstar --- Documentation: https://docs.dwnstr.com/ulc/overview --- For support: https://discord.gg/dwnstr-fivem - --- Most of these can be left at their default values. --- View documentation for details on each value -Config = { - -- whether to enable control of lights on/off state using Q key - -- disabled by default to allow other scripts to control lights such as Luxart - -- make sure to disable light controls in other scripts if you enable this - controlLights = false, - - -- HUD SETTINGS - -- global toggle for UI (affects all clients) - hideHud = false, - -- whether to use KPH instead of MPH - useKPH = false, - - -- Park Pattern Settings; - ParkSettings = { - -- extras will toggle below this speed - speedThreshold = 1, - -- time between checks in seconds - -- should not be any lower than .5 seconds - delay = 0.5, - -- distance at which to check for other vehicles to sync patterns with - syncDistance = 32, - -- seconds before a single client triggers sync again - syncCooldown = 4, - }, - - -- Steady Burn Config; - -- changes settings for extras that are enabled at night, or enabled all the time. - SteadyBurnSettings = { - -- hour effect starts (extras are enabled) - nightStartHour = 18, - -- hour effect ends (extras are disabled) - nightEndHour = 6, - }, - - -- Brake Extras/Patterns Config; - -- temporarily empty as of v1.3.0 - BrakeSettings = {}, - - -- Reverse Extras/Patterns Config; - -- introduced in v1.8.0 - ReverseSettings = { - -- these options control the expiration of the reverse extras - -- if enabled, reverse extras will turn off after a random time between min and max - -- this is to simulate more realistic behavior where the vehicle would shifted out of reverse - -- after being stopped for some time - useRandomExpiration = true, - -- minimum time in seconds extras will stay on after stopping - minExpiration = 3, - -- maximum time in seconds extras will stay on after stopping - maxExpiration = 8, - }, - - -- Import confiurations here - -- Add the resource names of vehicle resources that include a ulc.lua config file - ExternalVehResources = { - -- ex. "my-police-vehicle", - }, - - Vehicles = { - -- this is not required! - -- see documentation for instructions! - -- https://docs.dwnstr.com/ulc/configuration - } -} diff --git a/resources/ulc/fxmanifest.lua b/resources/ulc/fxmanifest.lua deleted file mode 100644 index ac3eb1f9b..000000000 --- a/resources/ulc/fxmanifest.lua +++ /dev/null @@ -1,50 +0,0 @@ -fx_version 'cerulean' -games { 'gta5' } -lua54 'yes' - -name "Ultimate Lighting Controls" -description "The ultimate non-els lighting controller. Documentation: https://docs.dwnstr.com/ulc/overview" -author "Dawnstar" -version "1.8.0" - -ui_page "html/index.html" - -files { - "html/index.html", - "html/assets/*.js", - "html/assets/*.css", - "html/assets/*.png", - "html/assets/*.jpg" -} - -dependencies { - "baseevents", - "/onesync" -} - -shared_scripts { - 'config.lua', - 'shared/shared_functions.lua' -} - -client_scripts { - 'client/c_main.lua', - 'client/c_hud.lua', - 'client/c_buttons.lua', - 'client/c_brake.lua', - 'client/c_blackout.lua', - 'client/c_cruise.lua', - 'client/c_horn.lua', - 'client/c_park.lua', - 'client/c_doors.lua', - 'client/c_reverse.lua', - 'client/c_stages.lua', - 'client/c_beeps.lua', - -} - -server_scripts { - 'server/s_main.lua', - 'server/s_main.js', - 'server/s_blackout.lua', -} diff --git a/resources/ulc/html/assets/button_off.5152e6d3.png b/resources/ulc/html/assets/button_off.5152e6d3.png deleted file mode 100644 index 0f9970097d6a7d9374ce51d12961dadad6060233..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12478 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 diff --git a/resources/ulc/html/assets/button_on_amber.bb2616bf.png b/resources/ulc/html/assets/button_on_amber.bb2616bf.png deleted file mode 100644 index 02081db83ffd7d2d4501949f22db5f688cc7f9a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19692 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 KMNUMnLSTZDtgbBp diff --git a/resources/ulc/html/assets/button_on_blue.2277a1b4.png b/resources/ulc/html/assets/button_on_blue.2277a1b4.png deleted file mode 100644 index fa0c8ab51ec12a926007fa3fc2b13635427efdd2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18281 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 J-@O0ie*m&(`FQ{U diff --git a/resources/ulc/html/assets/index.7ebd96a6.js b/resources/ulc/html/assets/index.7ebd96a6.js deleted file mode 100644 index 509016dc4..000000000 --- a/resources/ulc/html/assets/index.7ebd96a6.js +++ /dev/null @@ -1,51 +0,0 @@ -function Mv(e,t){for(var r=0;rn[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const l of i.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&n(l)}).observe(document,{childList:!0,subtree:!0});function r(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerpolicy&&(i.referrerPolicy=o.referrerpolicy),o.crossorigin==="use-credentials"?i.credentials="include":o.crossorigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function n(o){if(o.ep)return;o.ep=!0;const i=r(o);fetch(o.href,i)}})();function Lv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Fv(e){var t=e.default;if(typeof t=="function"){var r=function(){return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}),r}var Wa={},Sl={exports:{}},at={},k={exports:{}},G={};/** - * @license React - * react.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var vo=Symbol.for("react.element"),Av=Symbol.for("react.portal"),Wv=Symbol.for("react.fragment"),Vv=Symbol.for("react.strict_mode"),Hv=Symbol.for("react.profiler"),Bv=Symbol.for("react.provider"),Uv=Symbol.for("react.context"),Gv=Symbol.for("react.forward_ref"),Yv=Symbol.for("react.suspense"),Qv=Symbol.for("react.memo"),Xv=Symbol.for("react.lazy"),ac=Symbol.iterator;function Kv(e){return e===null||typeof e!="object"?null:(e=ac&&e[ac]||e["@@iterator"],typeof e=="function"?e:null)}var sp={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},up=Object.assign,cp={};function yn(e,t,r){this.props=e,this.context=t,this.refs=cp,this.updater=r||sp}yn.prototype.isReactComponent={};yn.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};yn.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function fp(){}fp.prototype=yn.prototype;function Bs(e,t,r){this.props=e,this.context=t,this.refs=cp,this.updater=r||sp}var Us=Bs.prototype=new fp;Us.constructor=Bs;up(Us,yn.prototype);Us.isPureReactComponent=!0;var sc=Array.isArray,dp=Object.prototype.hasOwnProperty,Gs={current:null},pp={key:!0,ref:!0,__self:!0,__source:!0};function mp(e,t,r){var n,o={},i=null,l=null;if(t!=null)for(n in t.ref!==void 0&&(l=t.ref),t.key!==void 0&&(i=""+t.key),t)dp.call(t,n)&&!pp.hasOwnProperty(n)&&(o[n]=t[n]);var a=arguments.length-2;if(a===1)o.children=r;else if(1>>1,_=z[B];if(0>>1;Bo(D,I))j<_&&0>o(A,D)?(z[B]=A,z[j]=I,B=j):(z[B]=D,z[R]=I,B=R);else if(j<_&&0>o(A,I))z[B]=A,z[j]=I,B=j;else break e}}return F}function o(z,F){var I=z.sortIndex-F.sortIndex;return I!==0?I:z.id-F.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var l=Date,a=l.now();e.unstable_now=function(){return l.now()-a}}var s=[],u=[],m=1,p=null,d=3,g=!1,h=!1,v=!1,O=typeof setTimeout=="function"?setTimeout:null,f=typeof clearTimeout=="function"?clearTimeout:null,c=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function y(z){for(var F=r(u);F!==null;){if(F.callback===null)n(u);else if(F.startTime<=z)n(u),F.sortIndex=F.expirationTime,t(s,F);else break;F=r(u)}}function S(z){if(v=!1,y(z),!h)if(r(s)!==null)h=!0,ze(b);else{var F=r(u);F!==null&&ne(S,F.startTime-z)}}function b(z,F){h=!1,v&&(v=!1,f($),$=-1),g=!0;var I=d;try{for(y(F),p=r(s);p!==null&&(!(p.expirationTime>F)||z&&!H());){var B=p.callback;if(typeof B=="function"){p.callback=null,d=p.priorityLevel;var _=B(p.expirationTime<=F);F=e.unstable_now(),typeof _=="function"?p.callback=_:p===r(s)&&n(s),y(F)}else n(s);p=r(s)}if(p!==null)var N=!0;else{var R=r(u);R!==null&&ne(S,R.startTime-F),N=!1}return N}finally{p=null,d=I,g=!1}}var E=!1,x=null,$=-1,T=5,M=-1;function H(){return!(e.unstable_now()-Mz||125B?(z.sortIndex=I,t(u,z),r(s)===null&&z===r(u)&&(v?(f($),$=-1):v=!0,ne(S,I-B))):(z.sortIndex=_,t(s,z),h||g||(h=!0,ze(b))),z},e.unstable_shouldYield=H,e.unstable_wrapCallback=function(z){var F=d;return function(){var I=d;d=F;try{return z.apply(this,arguments)}finally{d=I}}}})(vp);(function(e){e.exports=vp})(gp);/** - * @license React - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var hp=k.exports,lt=gp.exports;function C(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Va=Object.prototype.hasOwnProperty,th=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,fc={},dc={};function rh(e){return Va.call(dc,e)?!0:Va.call(fc,e)?!1:th.test(e)?dc[e]=!0:(fc[e]=!0,!1)}function nh(e,t,r,n){if(r!==null&&r.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function oh(e,t,r,n){if(t===null||typeof t>"u"||nh(e,t,r,n))return!0;if(n)return!1;if(r!==null)switch(r.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function He(e,t,r,n,o,i,l){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=l}var Te={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Te[e]=new He(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Te[t]=new He(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Te[e]=new He(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Te[e]=new He(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Te[e]=new He(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Te[e]=new He(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Te[e]=new He(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Te[e]=new He(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Te[e]=new He(e,5,!1,e.toLowerCase(),null,!1,!1)});var Qs=/[\-:]([a-z])/g;function Xs(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(Qs,Xs);Te[t]=new He(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Qs,Xs);Te[t]=new He(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Qs,Xs);Te[t]=new He(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Te[e]=new He(e,1,!1,e.toLowerCase(),null,!1,!1)});Te.xlinkHref=new He("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Te[e]=new He(e,1,!1,e.toLowerCase(),null,!0,!0)});function Ks(e,t,r,n){var o=Te.hasOwnProperty(t)?Te[t]:null;(o!==null?o.type!==0:n||!(2a||o[l]!==i[a]){var s=` -`+o[l].replace(" at new "," at ");return e.displayName&&s.includes("")&&(s=s.replace("",e.displayName)),s}while(1<=l&&0<=a);break}}}finally{la=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?Dn(e):""}function ih(e){switch(e.tag){case 5:return Dn(e.type);case 16:return Dn("Lazy");case 13:return Dn("Suspense");case 19:return Dn("SuspenseList");case 0:case 2:case 15:return e=aa(e.type,!1),e;case 11:return e=aa(e.type.render,!1),e;case 1:return e=aa(e.type,!0),e;default:return""}}function Ga(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Wr:return"Fragment";case Ar:return"Portal";case Ha:return"Profiler";case Js:return"StrictMode";case Ba:return"Suspense";case Ua:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Sp:return(e.displayName||"Context")+".Consumer";case _p:return(e._context.displayName||"Context")+".Provider";case Zs:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case qs:return t=e.displayName||null,t!==null?t:Ga(e.type)||"Memo";case Jt:t=e._payload,e=e._init;try{return Ga(e(t))}catch{}}return null}function lh(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Ga(t);case 8:return t===Js?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function dr(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Op(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ah(e){var t=Op(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var o=r.get,i=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(l){n=""+l,i.call(this,l)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(l){n=""+l},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function bo(e){e._valueTracker||(e._valueTracker=ah(e))}function xp(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=Op(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function vi(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Ya(e,t){var r=t.checked;return pe({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r!=null?r:e._wrapperState.initialChecked})}function mc(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=dr(t.value!=null?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function $p(e,t){t=t.checked,t!=null&&Ks(e,"checked",t,!1)}function Qa(e,t){$p(e,t);var r=dr(t.value),n=t.type;if(r!=null)n==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Xa(e,t.type,r):t.hasOwnProperty("defaultValue")&&Xa(e,t.type,dr(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function yc(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}r=e.name,r!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,r!==""&&(e.name=r)}function Xa(e,t,r){(t!=="number"||vi(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var jn=Array.isArray;function qr(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o"+t.valueOf().toString()+"",t=Eo.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Jn(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var Fn={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},sh=["Webkit","ms","Moz","O"];Object.keys(Fn).forEach(function(e){sh.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Fn[t]=Fn[e]})});function Cp(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||Fn.hasOwnProperty(e)&&Fn[e]?(""+t).trim():t+"px"}function Np(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,o=Cp(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,o):e[r]=o}}var uh=pe({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Za(e,t){if(t){if(uh[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(C(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(C(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(C(61))}if(t.style!=null&&typeof t.style!="object")throw Error(C(62))}}function qa(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var es=null;function eu(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var ts=null,en=null,tn=null;function hc(e){if(e=_o(e)){if(typeof ts!="function")throw Error(C(280));var t=e.stateNode;t&&(t=kl(t),ts(e.stateNode,e.type,t))}}function Tp(e){en?tn?tn.push(e):tn=[e]:en=e}function zp(){if(en){var e=en,t=tn;if(tn=en=null,hc(e),t)for(e=0;e>>=0,e===0?32:31-(_h(e)/Sh|0)|0}var Co=64,No=4194304;function In(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Si(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,o=e.suspendedLanes,i=e.pingedLanes,l=r&268435455;if(l!==0){var a=l&~o;a!==0?n=In(a):(i&=l,i!==0&&(n=In(i)))}else l=r&~o,l!==0?n=In(l):i!==0&&(n=In(i));if(n===0)return 0;if(t!==0&&t!==n&&(t&o)===0&&(o=n&-n,i=t&-t,o>=i||o===16&&(i&4194240)!==0))return t;if((n&4)!==0&&(n|=r&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0r;r++)t.push(e);return t}function ho(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Pt(t),e[t]=r}function $h(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0=Wn),bc=String.fromCharCode(32),Ec=!1;function Zp(e,t){switch(e){case"keyup":return qh.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function qp(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Vr=!1;function t0(e,t){switch(e){case"compositionend":return qp(t);case"keypress":return t.which!==32?null:(Ec=!0,bc);case"textInput":return e=t.data,e===bc&&Ec?null:e;default:return null}}function r0(e,t){if(Vr)return e==="compositionend"||!su&&Zp(e,t)?(e=Kp(),ni=iu=rr=null,Vr=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=zc(r)}}function nm(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?nm(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function om(){for(var e=window,t=vi();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=vi(e.document)}return t}function uu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function f0(e){var t=om(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&nm(r.ownerDocument.documentElement,r)){if(n!==null&&uu(r)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if(e=(t=r.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=r.textContent.length,i=Math.min(n.start,o);n=n.end===void 0?i:Math.min(n.end,o),!e.extend&&i>n&&(o=n,n=i,i=o),o=Rc(r,i);var l=Rc(r,n);o&&l&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==l.node||e.focusOffset!==l.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),i>n?(e.addRange(t),e.extend(l.node,l.offset)):(t.setEnd(l.node,l.offset),e.addRange(t)))}}for(t=[],e=r;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof r.focus=="function"&&r.focus(),r=0;r=document.documentMode,Hr=null,as=null,Hn=null,ss=!1;function Dc(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;ss||Hr==null||Hr!==vi(n)||(n=Hr,"selectionStart"in n&&uu(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),Hn&&no(Hn,n)||(Hn=n,n=xi(as,"onSelect"),0Gr||(e.current=ms[Gr],ms[Gr]=null,Gr--)}function oe(e,t){Gr++,ms[Gr]=e.current,e.current=t}var pr={},Fe=yr(pr),Ye=yr(!1),br=pr;function sn(e,t){var r=e.type.contextTypes;if(!r)return pr;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var o={},i;for(i in r)o[i]=t[i];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Qe(e){return e=e.childContextTypes,e!=null}function ki(){le(Ye),le(Fe)}function Wc(e,t,r){if(Fe.current!==pr)throw Error(C(168));oe(Fe,t),oe(Ye,r)}function pm(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var o in n)if(!(o in t))throw Error(C(108,lh(e)||"Unknown",o));return pe({},r,n)}function bi(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pr,br=Fe.current,oe(Fe,e),oe(Ye,Ye.current),!0}function Vc(e,t,r){var n=e.stateNode;if(!n)throw Error(C(169));r?(e=pm(e,t,br),n.__reactInternalMemoizedMergedChildContext=e,le(Ye),le(Fe),oe(Fe,e)):le(Ye),oe(Ye,r)}var Mt=null,bl=!1,Sa=!1;function mm(e){Mt===null?Mt=[e]:Mt.push(e)}function O0(e){bl=!0,mm(e)}function gr(){if(!Sa&&Mt!==null){Sa=!0;var e=0,t=q;try{var r=Mt;for(q=1;e>=l,o-=l,Lt=1<<32-Pt(t)+o|r<$?(T=x,x=null):T=x.sibling;var M=d(f,x,y[$],S);if(M===null){x===null&&(x=T);break}e&&x&&M.alternate===null&&t(f,x),c=i(M,c,$),E===null?b=M:E.sibling=M,E=M,x=T}if($===y.length)return r(f,x),ue&&wr(f,$),b;if(x===null){for(;$$?(T=x,x=null):T=x.sibling;var H=d(f,x,M.value,S);if(H===null){x===null&&(x=T);break}e&&x&&H.alternate===null&&t(f,x),c=i(H,c,$),E===null?b=H:E.sibling=H,E=H,x=T}if(M.done)return r(f,x),ue&&wr(f,$),b;if(x===null){for(;!M.done;$++,M=y.next())M=p(f,M.value,S),M!==null&&(c=i(M,c,$),E===null?b=M:E.sibling=M,E=M);return ue&&wr(f,$),b}for(x=n(f,x);!M.done;$++,M=y.next())M=g(x,f,$,M.value,S),M!==null&&(e&&M.alternate!==null&&x.delete(M.key===null?$:M.key),c=i(M,c,$),E===null?b=M:E.sibling=M,E=M);return e&&x.forEach(function(Q){return t(f,Q)}),ue&&wr(f,$),b}function O(f,c,y,S){if(typeof y=="object"&&y!==null&&y.type===Wr&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case ko:e:{for(var b=y.key,E=c;E!==null;){if(E.key===b){if(b=y.type,b===Wr){if(E.tag===7){r(f,E.sibling),c=o(E,y.props.children),c.return=f,f=c;break e}}else if(E.elementType===b||typeof b=="object"&&b!==null&&b.$$typeof===Jt&&Xc(b)===E.type){r(f,E.sibling),c=o(E,y.props),c.ref=$n(f,E,y),c.return=f,f=c;break e}r(f,E);break}else t(f,E);E=E.sibling}y.type===Wr?(c=kr(y.props.children,f.mode,S,y.key),c.return=f,f=c):(S=fi(y.type,y.key,y.props,null,f.mode,S),S.ref=$n(f,c,y),S.return=f,f=S)}return l(f);case Ar:e:{for(E=y.key;c!==null;){if(c.key===E)if(c.tag===4&&c.stateNode.containerInfo===y.containerInfo&&c.stateNode.implementation===y.implementation){r(f,c.sibling),c=o(c,y.children||[]),c.return=f,f=c;break e}else{r(f,c);break}else t(f,c);c=c.sibling}c=Ca(y,f.mode,S),c.return=f,f=c}return l(f);case Jt:return E=y._init,O(f,c,E(y._payload),S)}if(jn(y))return h(f,c,y,S);if(_n(y))return v(f,c,y,S);Mo(f,y)}return typeof y=="string"&&y!==""||typeof y=="number"?(y=""+y,c!==null&&c.tag===6?(r(f,c.sibling),c=o(c,y),c.return=f,f=c):(r(f,c),c=Ea(y,f.mode,S),c.return=f,f=c),l(f)):r(f,c)}return O}var cn=Pm(!0),Om=Pm(!1),So={},Tt=yr(So),ao=yr(So),so=yr(So);function Or(e){if(e===So)throw Error(C(174));return e}function hu(e,t){switch(oe(so,t),oe(ao,e),oe(Tt,So),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Ja(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Ja(t,e)}le(Tt),oe(Tt,t)}function fn(){le(Tt),le(ao),le(so)}function xm(e){Or(so.current);var t=Or(Tt.current),r=Ja(t,e.type);t!==r&&(oe(ao,e),oe(Tt,r))}function wu(e){ao.current===e&&(le(Tt),le(ao))}var fe=yr(0);function Ri(e){for(var t=e;t!==null;){if(t.tag===13){var r=t.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||r.data==="$?"||r.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Pa=[];function _u(){for(var e=0;er?r:4,e(!0);var n=Oa.transition;Oa.transition={};try{e(!1),t()}finally{q=r,Oa.transition=n}}function Am(){return gt().memoizedState}function b0(e,t,r){var n=cr(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},Wm(e))Vm(t,r);else if(r=hm(e,t,r,n),r!==null){var o=We();Ot(r,e,n,o),Hm(r,t,n)}}function E0(e,t,r){var n=cr(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(Wm(e))Vm(t,o);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var l=t.lastRenderedState,a=i(l,r);if(o.hasEagerState=!0,o.eagerState=a,xt(a,l)){var s=t.interleaved;s===null?(o.next=o,gu(t)):(o.next=s.next,s.next=o),t.interleaved=o;return}}catch{}finally{}r=hm(e,t,o,n),r!==null&&(o=We(),Ot(r,e,n,o),Hm(r,t,n))}}function Wm(e){var t=e.alternate;return e===de||t!==null&&t===de}function Vm(e,t){Bn=Di=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function Hm(e,t,r){if((r&4194240)!==0){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,ru(e,r)}}var ji={readContext:yt,useCallback:Re,useContext:Re,useEffect:Re,useImperativeHandle:Re,useInsertionEffect:Re,useLayoutEffect:Re,useMemo:Re,useReducer:Re,useRef:Re,useState:Re,useDebugValue:Re,useDeferredValue:Re,useTransition:Re,useMutableSource:Re,useSyncExternalStore:Re,useId:Re,unstable_isNewReconciler:!1},C0={readContext:yt,useCallback:function(e,t){return kt().memoizedState=[e,t===void 0?null:t],e},useContext:yt,useEffect:Jc,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,ai(4194308,4,jm.bind(null,t,e),r)},useLayoutEffect:function(e,t){return ai(4194308,4,e,t)},useInsertionEffect:function(e,t){return ai(4,2,e,t)},useMemo:function(e,t){var r=kt();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=kt();return t=r!==void 0?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=b0.bind(null,de,e),[n.memoizedState,e]},useRef:function(e){var t=kt();return e={current:e},t.memoizedState=e},useState:Kc,useDebugValue:$u,useDeferredValue:function(e){return kt().memoizedState=e},useTransition:function(){var e=Kc(!1),t=e[0];return e=k0.bind(null,e[1]),kt().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=de,o=kt();if(ue){if(r===void 0)throw Error(C(407));r=r()}else{if(r=t(),ke===null)throw Error(C(349));(Cr&30)!==0||bm(n,t,r)}o.memoizedState=r;var i={value:r,getSnapshot:t};return o.queue=i,Jc(Cm.bind(null,n,i,e),[e]),n.flags|=2048,fo(9,Em.bind(null,n,i,r,t),void 0,null),r},useId:function(){var e=kt(),t=ke.identifierPrefix;if(ue){var r=Ft,n=Lt;r=(n&~(1<<32-Pt(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=uo++,0<\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=l.createElement(r,{is:n.is}):(e=l.createElement(r),r==="select"&&(l=e,n.multiple?l.multiple=!0:n.size&&(l.size=n.size))):e=l.createElementNS(e,r),e[Ct]=t,e[lo]=n,Zm(e,t,!1,!1),t.stateNode=e;e:{switch(l=qa(r,n),r){case"dialog":ie("cancel",e),ie("close",e),o=n;break;case"iframe":case"object":case"embed":ie("load",e),o=n;break;case"video":case"audio":for(o=0;opn&&(t.flags|=128,n=!0,kn(i,!1),t.lanes=4194304)}else{if(!n)if(e=Ri(l),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),kn(i,!0),i.tail===null&&i.tailMode==="hidden"&&!l.alternate&&!ue)return De(t),null}else 2*ve()-i.renderingStartTime>pn&&r!==1073741824&&(t.flags|=128,n=!0,kn(i,!1),t.lanes=4194304);i.isBackwards?(l.sibling=t.child,t.child=l):(r=i.last,r!==null?r.sibling=l:t.child=l,i.last=l)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=ve(),t.sibling=null,r=fe.current,oe(fe,n?r&1|2:r&1),t):(De(t),null);case 22:case 23:return Tu(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&(t.mode&1)!==0?(et&1073741824)!==0&&(De(t),t.subtreeFlags&6&&(t.flags|=8192)):De(t),null;case 24:return null;case 25:return null}throw Error(C(156,t.tag))}function M0(e,t){switch(fu(t),t.tag){case 1:return Qe(t.type)&&ki(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return fn(),le(Ye),le(Fe),_u(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 5:return wu(t),null;case 13:if(le(fe),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(C(340));un()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return le(fe),null;case 4:return fn(),null;case 10:return yu(t.type._context),null;case 22:case 23:return Tu(),null;case 24:return null;default:return null}}var Fo=!1,Le=!1,L0=typeof WeakSet=="function"?WeakSet:Set,L=null;function Kr(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){ye(e,t,n)}else r.current=null}function ks(e,t,r){try{r()}catch(n){ye(e,t,n)}}var af=!1;function F0(e,t){if(us=Pi,e=om(),uu(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var n=r.getSelection&&r.getSelection();if(n&&n.rangeCount!==0){r=n.anchorNode;var o=n.anchorOffset,i=n.focusNode;n=n.focusOffset;try{r.nodeType,i.nodeType}catch{r=null;break e}var l=0,a=-1,s=-1,u=0,m=0,p=e,d=null;t:for(;;){for(var g;p!==r||o!==0&&p.nodeType!==3||(a=l+o),p!==i||n!==0&&p.nodeType!==3||(s=l+n),p.nodeType===3&&(l+=p.nodeValue.length),(g=p.firstChild)!==null;)d=p,p=g;for(;;){if(p===e)break t;if(d===r&&++u===o&&(a=l),d===i&&++m===n&&(s=l),(g=p.nextSibling)!==null)break;p=d,d=p.parentNode}p=g}r=a===-1||s===-1?null:{start:a,end:s}}else r=null}r=r||{start:0,end:0}}else r=null;for(cs={focusedElem:e,selectionRange:r},Pi=!1,L=t;L!==null;)if(t=L,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,L=e;else for(;L!==null;){t=L;try{var h=t.alternate;if((t.flags&1024)!==0)switch(t.tag){case 0:case 11:case 15:break;case 1:if(h!==null){var v=h.memoizedProps,O=h.memoizedState,f=t.stateNode,c=f.getSnapshotBeforeUpdate(t.elementType===t.type?v:wt(t.type,v),O);f.__reactInternalSnapshotBeforeUpdate=c}break;case 3:var y=t.stateNode.containerInfo;y.nodeType===1?y.textContent="":y.nodeType===9&&y.documentElement&&y.removeChild(y.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(C(163))}}catch(S){ye(t,t.return,S)}if(e=t.sibling,e!==null){e.return=t.return,L=e;break}L=t.return}return h=af,af=!1,h}function Un(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var o=n=n.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,i!==void 0&&ks(t,r,i)}o=o.next}while(o!==n)}}function Nl(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function bs(e){var t=e.ref;if(t!==null){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}typeof t=="function"?t(e):t.current=e}}function ty(e){var t=e.alternate;t!==null&&(e.alternate=null,ty(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ct],delete t[lo],delete t[ps],delete t[S0],delete t[P0])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function ry(e){return e.tag===5||e.tag===3||e.tag===4}function sf(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||ry(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Es(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.nodeType===8?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(r.nodeType===8?(t=r.parentNode,t.insertBefore(e,r)):(t=r,t.appendChild(e)),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=$i));else if(n!==4&&(e=e.child,e!==null))for(Es(e,t,r),e=e.sibling;e!==null;)Es(e,t,r),e=e.sibling}function Cs(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(Cs(e,t,r),e=e.sibling;e!==null;)Cs(e,t,r),e=e.sibling}var Ee=null,_t=!1;function Gt(e,t,r){for(r=r.child;r!==null;)ny(e,t,r),r=r.sibling}function ny(e,t,r){if(Nt&&typeof Nt.onCommitFiberUnmount=="function")try{Nt.onCommitFiberUnmount(Pl,r)}catch{}switch(r.tag){case 5:Le||Kr(r,t);case 6:var n=Ee,o=_t;Ee=null,Gt(e,t,r),Ee=n,_t=o,Ee!==null&&(_t?(e=Ee,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):Ee.removeChild(r.stateNode));break;case 18:Ee!==null&&(_t?(e=Ee,r=r.stateNode,e.nodeType===8?_a(e.parentNode,r):e.nodeType===1&&_a(e,r),to(e)):_a(Ee,r.stateNode));break;case 4:n=Ee,o=_t,Ee=r.stateNode.containerInfo,_t=!0,Gt(e,t,r),Ee=n,_t=o;break;case 0:case 11:case 14:case 15:if(!Le&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){o=n=n.next;do{var i=o,l=i.destroy;i=i.tag,l!==void 0&&((i&2)!==0||(i&4)!==0)&&ks(r,t,l),o=o.next}while(o!==n)}Gt(e,t,r);break;case 1:if(!Le&&(Kr(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(a){ye(r,t,a)}Gt(e,t,r);break;case 21:Gt(e,t,r);break;case 22:r.mode&1?(Le=(n=Le)||r.memoizedState!==null,Gt(e,t,r),Le=n):Gt(e,t,r);break;default:Gt(e,t,r)}}function uf(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new L0),t.forEach(function(n){var o=Q0.bind(null,e,n);r.has(n)||(r.add(n),n.then(o,o))})}}function vt(e,t){var r=t.deletions;if(r!==null)for(var n=0;no&&(o=l),n&=~i}if(n=o,n=ve()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*W0(n/1960))-n,10e?16:e,nr===null)var n=!1;else{if(e=nr,nr=null,Li=0,(Y&6)!==0)throw Error(C(331));var o=Y;for(Y|=4,L=e.current;L!==null;){var i=L,l=i.child;if((L.flags&16)!==0){var a=i.deletions;if(a!==null){for(var s=0;sve()-Cu?$r(e,0):Eu|=r),Xe(e,t)}function fy(e,t){t===0&&((e.mode&1)===0?t=1:(t=No,No<<=1,(No&130023424)===0&&(No=4194304)));var r=We();e=Ht(e,t),e!==null&&(ho(e,t,r),Xe(e,r))}function Y0(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),fy(e,r)}function Q0(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.memoizedState;o!==null&&(r=o.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(C(314))}n!==null&&n.delete(t),fy(e,r)}var dy;dy=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||Ye.current)Ge=!0;else{if((e.lanes&r)===0&&(t.flags&128)===0)return Ge=!1,j0(e,t,r);Ge=(e.flags&131072)!==0}else Ge=!1,ue&&(t.flags&1048576)!==0&&ym(t,Ci,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;si(e,t),e=t.pendingProps;var o=sn(t,Fe.current);nn(t,r),o=Pu(null,t,n,e,o,r);var i=Ou();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Qe(n)?(i=!0,bi(t)):i=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,vu(t),o.updater=El,t.stateNode=o,o._reactInternals=t,ws(t,n,e,r),t=Ps(null,t,n,!0,i,r)):(t.tag=0,ue&&i&&cu(t),Ae(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(si(e,t),e=t.pendingProps,o=n._init,n=o(n._payload),t.type=n,o=t.tag=K0(n),e=wt(n,e),o){case 0:t=Ss(null,t,n,e,r);break e;case 1:t=nf(null,t,n,e,r);break e;case 11:t=tf(null,t,n,e,r);break e;case 14:t=rf(null,t,n,wt(n.type,e),r);break e}throw Error(C(306,n,""))}return t;case 0:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:wt(n,o),Ss(e,t,n,o,r);case 1:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:wt(n,o),nf(e,t,n,o,r);case 3:e:{if(Xm(t),e===null)throw Error(C(387));n=t.pendingProps,i=t.memoizedState,o=i.element,wm(e,t),zi(t,n,null,r);var l=t.memoizedState;if(n=l.element,i.isDehydrated)if(i={element:n,isDehydrated:!1,cache:l.cache,pendingSuspenseBoundaries:l.pendingSuspenseBoundaries,transitions:l.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){o=dn(Error(C(423)),t),t=of(e,t,n,r,o);break e}else if(n!==o){o=dn(Error(C(424)),t),t=of(e,t,n,r,o);break e}else for(rt=ar(t.stateNode.containerInfo.firstChild),nt=t,ue=!0,St=null,r=Om(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(un(),n===o){t=Bt(e,t,r);break e}Ae(e,t,n,r)}t=t.child}return t;case 5:return xm(t),e===null&&gs(t),n=t.type,o=t.pendingProps,i=e!==null?e.memoizedProps:null,l=o.children,fs(n,o)?l=null:i!==null&&fs(n,i)&&(t.flags|=32),Qm(e,t),Ae(e,t,l,r),t.child;case 6:return e===null&&gs(t),null;case 13:return Km(e,t,r);case 4:return hu(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=cn(t,null,n,r):Ae(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:wt(n,o),tf(e,t,n,o,r);case 7:return Ae(e,t,t.pendingProps,r),t.child;case 8:return Ae(e,t,t.pendingProps.children,r),t.child;case 12:return Ae(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,i=t.memoizedProps,l=o.value,oe(Ni,n._currentValue),n._currentValue=l,i!==null)if(xt(i.value,l)){if(i.children===o.children&&!Ye.current){t=Bt(e,t,r);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var a=i.dependencies;if(a!==null){l=i.child;for(var s=a.firstContext;s!==null;){if(s.context===n){if(i.tag===1){s=At(-1,r&-r),s.tag=2;var u=i.updateQueue;if(u!==null){u=u.shared;var m=u.pending;m===null?s.next=s:(s.next=m.next,m.next=s),u.pending=s}}i.lanes|=r,s=i.alternate,s!==null&&(s.lanes|=r),vs(i.return,r,t),a.lanes|=r;break}s=s.next}}else if(i.tag===10)l=i.type===t.type?null:i.child;else if(i.tag===18){if(l=i.return,l===null)throw Error(C(341));l.lanes|=r,a=l.alternate,a!==null&&(a.lanes|=r),vs(l,r,t),l=i.sibling}else l=i.child;if(l!==null)l.return=i;else for(l=i;l!==null;){if(l===t){l=null;break}if(i=l.sibling,i!==null){i.return=l.return,l=i;break}l=l.return}i=l}Ae(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,nn(t,r),o=yt(o),n=n(o),t.flags|=1,Ae(e,t,n,r),t.child;case 14:return n=t.type,o=wt(n,t.pendingProps),o=wt(n.type,o),rf(e,t,n,o,r);case 15:return Gm(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:wt(n,o),si(e,t),t.tag=1,Qe(n)?(e=!0,bi(t)):e=!1,nn(t,r),Sm(t,n,o),ws(t,n,o,r),Ps(null,t,n,!0,e,r);case 19:return Jm(e,t,r);case 22:return Ym(e,t,r)}throw Error(C(156,t.tag))};function py(e,t){return Fp(e,t)}function X0(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function pt(e,t,r,n){return new X0(e,t,r,n)}function Ru(e){return e=e.prototype,!(!e||!e.isReactComponent)}function K0(e){if(typeof e=="function")return Ru(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Zs)return 11;if(e===qs)return 14}return 2}function fr(e,t){var r=e.alternate;return r===null?(r=pt(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&14680064,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function fi(e,t,r,n,o,i){var l=2;if(n=e,typeof e=="function")Ru(e)&&(l=1);else if(typeof e=="string")l=5;else e:switch(e){case Wr:return kr(r.children,o,i,t);case Js:l=8,o|=8;break;case Ha:return e=pt(12,r,t,o|2),e.elementType=Ha,e.lanes=i,e;case Ba:return e=pt(13,r,t,o),e.elementType=Ba,e.lanes=i,e;case Ua:return e=pt(19,r,t,o),e.elementType=Ua,e.lanes=i,e;case Pp:return zl(r,o,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case _p:l=10;break e;case Sp:l=9;break e;case Zs:l=11;break e;case qs:l=14;break e;case Jt:l=16,n=null;break e}throw Error(C(130,e==null?e:typeof e,""))}return t=pt(l,r,t,o),t.elementType=e,t.type=n,t.lanes=i,t}function kr(e,t,r,n){return e=pt(7,e,n,t),e.lanes=r,e}function zl(e,t,r,n){return e=pt(22,e,n,t),e.elementType=Pp,e.lanes=r,e.stateNode={isHidden:!1},e}function Ea(e,t,r){return e=pt(6,e,null,t),e.lanes=r,e}function Ca(e,t,r){return t=pt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function J0(e,t,r,n,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=ua(0),this.expirationTimes=ua(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ua(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Du(e,t,r,n,o,i,l,a,s){return e=new J0(e,t,r,a,s),t===1?(t=1,i===!0&&(t|=8)):t=0,i=pt(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},vu(i),e}function Z0(e,t,r){var n=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(r){console.error(r)}}t(),e.exports=at})(Sl);var vf=Sl.exports;Wa.createRoot=vf.createRoot,Wa.hydrateRoot=vf.hydrateRoot;var Ml={exports:{}},vy={},Lu={exports:{}},n1="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",o1=n1,i1=o1;function hy(){}function wy(){}wy.resetWarningCache=hy;var l1=function(){function e(n,o,i,l,a,s){if(s!==i1){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}e.isRequired=e;function t(){return e}var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:wy,resetWarningCache:hy};return r.PropTypes=r,r};Lu.exports=l1();function _y(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t0&&arguments[0]!==void 0?arguments[0]:"transform";if(typeof window>"u")return"";var n=(e=window.document)===null||e===void 0||(t=e.documentElement)===null||t===void 0?void 0:t.style;if(!n||r in n)return"";for(var o=0;o: Unmounted during event!");return t}var Ll={},Fl={};Object.defineProperty(Fl,"__esModule",{value:!0});Fl.default=A1;function A1(){}function Wi(e){return Wi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wi(e)}Object.defineProperty(Ll,"__esModule",{value:!0});Ll.default=void 0;var Ta=V1(k.exports),Ze=Wu(Lu.exports),W1=Wu(Sl.exports),je=ge,Yt=Dt,za=Rt,En=Wu(Fl);function Wu(e){return e&&e.__esModule?e:{default:e}}function Ny(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,r=new WeakMap;return(Ny=function(o){return o?r:t})(e)}function V1(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||Wi(e)!=="object"&&typeof e!="function")return{default:e};var r=Ny(t);if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(i!=="default"&&Object.prototype.hasOwnProperty.call(e,i)){var l=o?Object.getOwnPropertyDescriptor(e,i):null;l&&(l.get||l.set)?Object.defineProperty(n,i,l):n[i]=e[i]}return n.default=e,r&&r.set(e,n),n}function _f(e,t){return G1(e)||U1(e,t)||B1(e,t)||H1()}function H1(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function B1(e,t){if(!!e){if(typeof e=="string")return Sf(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Sf(e,t)}}function Sf(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Vi(e){return Vi=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Vi(e)}function ct(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var ht={touch:{start:"touchstart",move:"touchmove",stop:"touchend"},mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"}},Qt=ht.mouse,Al=function(e){X1(r,e);var t=K1(r);function r(){var n;Y1(this,r);for(var o=arguments.length,i=new Array(o),l=0;l not mounted on DragStart!");var u=s.ownerDocument;if(!(n.props.disabled||!(a.target instanceof u.defaultView.Node)||n.props.handle&&!(0,je.matchesSelectorAndParentsTo)(a.target,n.props.handle,s)||n.props.cancel&&(0,je.matchesSelectorAndParentsTo)(a.target,n.props.cancel,s))){a.type==="touchstart"&&a.preventDefault();var m=(0,je.getTouchIdentifier)(a);n.setState({touchIdentifier:m});var p=(0,Yt.getControlPosition)(a,m,Ie(n));if(p!=null){var d=p.x,g=p.y,h=(0,Yt.createCoreData)(Ie(n),d,g);(0,En.default)("DraggableCore: handleDragStart: %j",h),(0,En.default)("calling",n.props.onStart);var v=n.props.onStart(a,h);v===!1||n.mounted===!1||(n.props.enableUserSelectHack&&(0,je.addUserSelectStyles)(u),n.setState({dragging:!0,lastX:d,lastY:g}),(0,je.addEvent)(u,Qt.move,n.handleDrag),(0,je.addEvent)(u,Qt.stop,n.handleDragStop))}}}),ct(Ie(n),"handleDrag",function(a){var s=(0,Yt.getControlPosition)(a,n.state.touchIdentifier,Ie(n));if(s!=null){var u=s.x,m=s.y;if(Array.isArray(n.props.grid)){var p=u-n.state.lastX,d=m-n.state.lastY,g=(0,Yt.snapToGrid)(n.props.grid,p,d),h=_f(g,2);if(p=h[0],d=h[1],!p&&!d)return;u=n.state.lastX+p,m=n.state.lastY+d}var v=(0,Yt.createCoreData)(Ie(n),u,m);(0,En.default)("DraggableCore: handleDrag: %j",v);var O=n.props.onDrag(a,v);if(O===!1||n.mounted===!1){try{n.handleDragStop(new MouseEvent("mouseup"))}catch{var f=document.createEvent("MouseEvents");f.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),n.handleDragStop(f)}return}n.setState({lastX:u,lastY:m})}}),ct(Ie(n),"handleDragStop",function(a){if(!!n.state.dragging){var s=(0,Yt.getControlPosition)(a,n.state.touchIdentifier,Ie(n));if(s!=null){var u=s.x,m=s.y;if(Array.isArray(n.props.grid)){var p=u-n.state.lastX||0,d=m-n.state.lastY||0,g=(0,Yt.snapToGrid)(n.props.grid,p,d),h=_f(g,2);p=h[0],d=h[1],u=n.state.lastX+p,m=n.state.lastY+d}var v=(0,Yt.createCoreData)(Ie(n),u,m),O=n.props.onStop(a,v);if(O===!1||n.mounted===!1)return!1;var f=n.findDOMNode();f&&n.props.enableUserSelectHack&&(0,je.removeUserSelectStyles)(f.ownerDocument),(0,En.default)("DraggableCore: handleDragStop: %j",v),n.setState({dragging:!1,lastX:NaN,lastY:NaN}),f&&((0,En.default)("DraggableCore: Removing handlers"),(0,je.removeEvent)(f.ownerDocument,Qt.move,n.handleDrag),(0,je.removeEvent)(f.ownerDocument,Qt.stop,n.handleDragStop))}}}),ct(Ie(n),"onMouseDown",function(a){return Qt=ht.mouse,n.handleDragStart(a)}),ct(Ie(n),"onMouseUp",function(a){return Qt=ht.mouse,n.handleDragStop(a)}),ct(Ie(n),"onTouchStart",function(a){return Qt=ht.touch,n.handleDragStart(a)}),ct(Ie(n),"onTouchEnd",function(a){return Qt=ht.touch,n.handleDragStop(a)}),n}return Q1(r,[{key:"componentDidMount",value:function(){this.mounted=!0;var o=this.findDOMNode();o&&(0,je.addEvent)(o,ht.touch.start,this.onTouchStart,{passive:!1})}},{key:"componentWillUnmount",value:function(){this.mounted=!1;var o=this.findDOMNode();if(o){var i=o.ownerDocument;(0,je.removeEvent)(i,ht.mouse.move,this.handleDrag),(0,je.removeEvent)(i,ht.touch.move,this.handleDrag),(0,je.removeEvent)(i,ht.mouse.stop,this.handleDragStop),(0,je.removeEvent)(i,ht.touch.stop,this.handleDragStop),(0,je.removeEvent)(o,ht.touch.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,je.removeUserSelectStyles)(i)}}},{key:"findDOMNode",value:function(){var o,i,l;return(o=this.props)!==null&&o!==void 0&&o.nodeRef?(i=this.props)===null||i===void 0||(l=i.nodeRef)===null||l===void 0?void 0:l.current:W1.default.findDOMNode(this)}},{key:"render",value:function(){return Ta.cloneElement(Ta.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}}]),r}(Ta.Component);Ll.default=Al;ct(Al,"displayName","DraggableCore");ct(Al,"propTypes",{allowAnyClick:Ze.default.bool,disabled:Ze.default.bool,enableUserSelectHack:Ze.default.bool,offsetParent:function(t,r){if(t[r]&&t[r].nodeType!==1)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:Ze.default.arrayOf(Ze.default.number),handle:Ze.default.string,cancel:Ze.default.string,nodeRef:Ze.default.object,onStart:Ze.default.func,onDrag:Ze.default.func,onStop:Ze.default.func,onMouseDown:Ze.default.func,scale:Ze.default.number,className:za.dontSetMe,style:za.dontSetMe,transform:za.dontSetMe});ct(Al,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1});(function(e){function t(_){return t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(N){return typeof N}:function(N){return N&&typeof Symbol=="function"&&N.constructor===Symbol&&N!==Symbol.prototype?"symbol":typeof N},t(_)}Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return u.default}}),e.default=void 0;var r=h(k.exports),n=d(Lu.exports),o=d(Sl.exports),i=d(s1),l=ge,a=Dt,s=Rt,u=d(Ll),m=d(Fl),p=["axis","bounds","children","defaultPosition","defaultClassName","defaultClassNameDragging","defaultClassNameDragged","position","positionOffset","scale"];function d(_){return _&&_.__esModule?_:{default:_}}function g(_){if(typeof WeakMap!="function")return null;var N=new WeakMap,R=new WeakMap;return(g=function(j){return j?R:N})(_)}function h(_,N){if(!N&&_&&_.__esModule)return _;if(_===null||t(_)!=="object"&&typeof _!="function")return{default:_};var R=g(N);if(R&&R.has(_))return R.get(_);var D={},j=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var A in _)if(A!=="default"&&Object.prototype.hasOwnProperty.call(_,A)){var U=j?Object.getOwnPropertyDescriptor(_,A):null;U&&(U.get||U.set)?Object.defineProperty(D,A,U):D[A]=_[A]}return D.default=_,R&&R.set(_,D),D}function v(){return v=Object.assign||function(_){for(var N=1;N=0)&&(!Object.prototype.propertyIsEnumerable.call(_,D)||(R[D]=_[D]))}return R}function f(_,N){if(_==null)return{};var R={},D=Object.keys(_),j,A;for(A=0;A=0)&&(R[j]=_[j]);return R}function c(_,N){var R=Object.keys(_);if(Object.getOwnPropertySymbols){var D=Object.getOwnPropertySymbols(_);N&&(D=D.filter(function(j){return Object.getOwnPropertyDescriptor(_,j).enumerable})),R.push.apply(R,D)}return R}function y(_){for(var N=1;N_.length)&&(N=_.length);for(var R=0,D=new Array(N);R"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function F(_){return F=Object.setPrototypeOf?Object.getPrototypeOf:function(R){return R.__proto__||Object.getPrototypeOf(R)},F(_)}function I(_,N,R){return N in _?Object.defineProperty(_,N,{value:R,enumerable:!0,configurable:!0,writable:!0}):_[N]=R,_}var B=function(_){J(R,_);var N=re(R);function R(D){var j;return M(this,R),j=N.call(this,D),I(ne(j),"onDragStart",function(A,U){(0,m.default)("Draggable: onDragStart: %j",U);var te=j.props.onStart(A,(0,a.createDraggableData)(ne(j),U));if(te===!1)return!1;j.setState({dragging:!0,dragged:!0})}),I(ne(j),"onDrag",function(A,U){if(!j.state.dragging)return!1;(0,m.default)("Draggable: onDrag: %j",U);var te=(0,a.createDraggableData)(ne(j),U),W={x:te.x,y:te.y};if(j.props.bounds){var Je=W.x,ae=W.y;W.x+=j.state.slackX,W.y+=j.state.slackY;var se=(0,a.getBoundPosition)(ne(j),W.x,W.y),jt=S(se,2),wn=jt[0],Ir=jt[1];W.x=wn,W.y=Ir,W.slackX=j.state.slackX+(Je-W.x),W.slackY=j.state.slackY+(ae-W.y),te.x=W.x,te.y=W.y,te.deltaX=W.x-j.state.x,te.deltaY=W.y-j.state.y}var xo=j.props.onDrag(A,te);if(xo===!1)return!1;j.setState(W)}),I(ne(j),"onDragStop",function(A,U){if(!j.state.dragging)return!1;var te=j.props.onStop(A,(0,a.createDraggableData)(ne(j),U));if(te===!1)return!1;(0,m.default)("Draggable: onDragStop: %j",U);var W={dragging:!1,slackX:0,slackY:0},Je=Boolean(j.props.position);if(Je){var ae=j.props.position,se=ae.x,jt=ae.y;W.x=se,W.y=jt}j.setState(W)}),j.state={dragging:!1,dragged:!1,x:D.position?D.position.x:D.defaultPosition.x,y:D.position?D.position.y:D.defaultPosition.y,prevPropsPosition:y({},D.position),slackX:0,slackY:0,isElementSVG:!1},D.position&&!(D.onDrag||D.onStop)&&console.warn("A `position` was applied to this , without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element."),j}return Q(R,[{key:"componentDidMount",value:function(){typeof window.SVGElement<"u"&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}},{key:"componentWillUnmount",value:function(){this.setState({dragging:!1})}},{key:"findDOMNode",value:function(){var j,A,U;return(j=(A=this.props)===null||A===void 0||(U=A.nodeRef)===null||U===void 0?void 0:U.current)!==null&&j!==void 0?j:o.default.findDOMNode(this)}},{key:"render",value:function(){var j,A=this.props;A.axis,A.bounds;var U=A.children,te=A.defaultPosition,W=A.defaultClassName,Je=A.defaultClassNameDragging,ae=A.defaultClassNameDragged,se=A.position,jt=A.positionOffset;A.scale;var wn=O(A,p),Ir={},xo=null,jv=Boolean(se),oc=!jv||this.state.dragging,ic=se||te,lc={x:(0,a.canDragX)(this)&&oc?this.state.x:ic.x,y:(0,a.canDragY)(this)&&oc?this.state.y:ic.y};this.state.isElementSVG?xo=(0,l.createSVGTransform)(lc,jt):Ir=(0,l.createCSSTransform)(lc,jt);var Iv=(0,i.default)(U.props.className||"",W,(j={},I(j,Je,this.state.dragging),I(j,ae,this.state.dragged),j));return r.createElement(u.default,v({},wn,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),r.cloneElement(r.Children.only(U),{className:Iv,style:y(y({},U.props.style),Ir),transform:xo}))}}],[{key:"getDerivedStateFromProps",value:function(j,A){var U=j.position,te=A.prevPropsPosition;return U&&(!te||U.x!==te.x||U.y!==te.y)?((0,m.default)("Draggable: getDerivedStateFromProps %j",{position:U,prevPropsPosition:te}),{x:U.x,y:U.y,prevPropsPosition:y({},U)}):null}}]),R}(r.Component);e.default=B,I(B,"displayName","Draggable"),I(B,"propTypes",y(y({},u.default.propTypes),{},{axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:s.dontSetMe,style:s.dontSetMe,transform:s.dontSetMe})),I(B,"defaultProps",y(y({},u.default.defaultProps),{},{axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1}))})(vy);var Ty=vy,zy=Ty.default,q1=Ty.DraggableCore;Ml.exports=zy;Ml.exports.default=zy;Ml.exports.DraggableCore=q1;var Wl={exports:{}},Vl={};/** - * @license React - * react-jsx-runtime.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var ew=k.exports,tw=Symbol.for("react.element"),rw=Symbol.for("react.fragment"),nw=Object.prototype.hasOwnProperty,ow=ew.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,iw={key:!0,ref:!0,__self:!0,__source:!0};function Ry(e,t,r){var n,o={},i=null,l=null;r!==void 0&&(i=""+r),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(l=t.ref);for(n in t)nw.call(t,n)&&!iw.hasOwnProperty(n)&&(o[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)o[n]===void 0&&(o[n]=t[n]);return{$$typeof:tw,type:e,key:i,ref:l,props:o,_owner:ow.current}}Vl.Fragment=rw;Vl.jsx=Ry;Vl.jsxs=Ry;(function(e){e.exports=Vl})(Wl);const Hi=Wl.exports.Fragment,P=Wl.exports.jsx,K=Wl.exports.jsxs;function Dy(e){return Array.isArray(e)?e:[e]}function lw(e){return Object.keys(e)}const jy={dark:["#C1C2C5","#A6A7AB","#909296","#5c5f66","#373A40","#2C2E33","#25262b","#1A1B1E","#141517","#101113"],gray:["#f8f9fa","#f1f3f5","#e9ecef","#dee2e6","#ced4da","#adb5bd","#868e96","#495057","#343a40","#212529"],red:["#fff5f5","#ffe3e3","#ffc9c9","#ffa8a8","#ff8787","#ff6b6b","#fa5252","#f03e3e","#e03131","#c92a2a"],pink:["#fff0f6","#ffdeeb","#fcc2d7","#faa2c1","#f783ac","#f06595","#e64980","#d6336c","#c2255c","#a61e4d"],grape:["#f8f0fc","#f3d9fa","#eebefa","#e599f7","#da77f2","#cc5de8","#be4bdb","#ae3ec9","#9c36b5","#862e9c"],violet:["#f3f0ff","#e5dbff","#d0bfff","#b197fc","#9775fa","#845ef7","#7950f2","#7048e8","#6741d9","#5f3dc4"],indigo:["#edf2ff","#dbe4ff","#bac8ff","#91a7ff","#748ffc","#5c7cfa","#4c6ef5","#4263eb","#3b5bdb","#364fc7"],blue:["#e7f5ff","#d0ebff","#a5d8ff","#74c0fc","#4dabf7","#339af0","#228be6","#1c7ed6","#1971c2","#1864ab"],cyan:["#e3fafc","#c5f6fa","#99e9f2","#66d9e8","#3bc9db","#22b8cf","#15aabf","#1098ad","#0c8599","#0b7285"],teal:["#e6fcf5","#c3fae8","#96f2d7","#63e6be","#38d9a9","#20c997","#12b886","#0ca678","#099268","#087f5b"],green:["#ebfbee","#d3f9d8","#b2f2bb","#8ce99a","#69db7c","#51cf66","#40c057","#37b24d","#2f9e44","#2b8a3e"],lime:["#f4fce3","#e9fac8","#d8f5a2","#c0eb75","#a9e34b","#94d82d","#82c91e","#74b816","#66a80f","#5c940d"],yellow:["#fff9db","#fff3bf","#ffec99","#ffe066","#ffd43b","#fcc419","#fab005","#f59f00","#f08c00","#e67700"],orange:["#fff4e6","#ffe8cc","#ffd8a8","#ffc078","#ffa94d","#ff922b","#fd7e14","#f76707","#e8590c","#d9480f"]};function aw(e){return()=>({fontFamily:e.fontFamily||"sans-serif"})}var sw=Object.defineProperty,Of=Object.getOwnPropertySymbols,uw=Object.prototype.hasOwnProperty,cw=Object.prototype.propertyIsEnumerable,xf=(e,t,r)=>t in e?sw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,$f=(e,t)=>{for(var r in t||(t={}))uw.call(t,r)&&xf(e,r,t[r]);if(Of)for(var r of Of(t))cw.call(t,r)&&xf(e,r,t[r]);return e};function fw(e){return t=>({WebkitTapHighlightColor:"transparent",[t||"&:focus"]:$f({},e.focusRing==="always"||e.focusRing==="auto"?e.focusRingStyles.styles(e):e.focusRingStyles.resetStyles(e)),[t?t.replace(":focus",":focus:not(:focus-visible)"):"&:focus:not(:focus-visible)"]:$f({},e.focusRing==="auto"||e.focusRing==="never"?e.focusRingStyles.resetStyles(e):null)})}function Po(e){return t=>typeof e.primaryShade=="number"?e.primaryShade:e.primaryShade[t||e.colorScheme]}function Vu(e){const t=Po(e);return(r,n,o=!0,i=!0)=>{if(typeof r=="string"&&r.includes(".")){const[a,s]=r.split("."),u=parseInt(s,10);if(a in e.colors&&u>=0&&u<10)return e.colors[a][typeof n=="number"&&!i?n:u]}const l=typeof n=="number"?n:t();return r in e.colors?e.colors[r][l]:o?e.colors[e.primaryColor][l]:r}}function Iy(e){let t="";for(let r=1;r{const o={from:(n==null?void 0:n.from)||e.defaultGradient.from,to:(n==null?void 0:n.to)||e.defaultGradient.to,deg:(n==null?void 0:n.deg)||e.defaultGradient.deg};return`linear-gradient(${o.deg}deg, ${t(o.from,r(),!1)} 0%, ${t(o.to,r(),!1)} 100%)`}}function Ly(e){return t=>{if(typeof t=="number")return`${t/16}${e}`;if(typeof t=="string"){const r=t.replace("px","");if(!Number.isNaN(Number(r)))return`${Number(r)/16}${e}`}return t}}const w=Ly("rem"),Hu=Ly("em");function V({size:e,sizes:t,units:r}){return e in t?t[e]:typeof e=="number"?r==="em"?Hu(e):w(e):e||t.md}function Bi(e){return typeof e=="number"?e:typeof e=="string"&&e.includes("rem")?Number(e.replace("rem",""))*16:typeof e=="string"&&e.includes("em")?Number(e.replace("em",""))*16:Number(e)}function mw(e){return t=>`@media (min-width: ${Hu(Bi(V({size:t,sizes:e.breakpoints})))})`}function yw(e){return t=>`@media (max-width: ${Hu(Bi(V({size:t,sizes:e.breakpoints}))-1)})`}function gw(e){return/^#?([0-9A-F]{3}){1,2}$/i.test(e)}function vw(e){let t=e.replace("#","");if(t.length===3){const l=t.split("");t=[l[0],l[0],l[1],l[1],l[2],l[2]].join("")}const r=parseInt(t,16),n=r>>16&255,o=r>>8&255,i=r&255;return{r:n,g:o,b:i,a:1}}function hw(e){const[t,r,n,o]=e.replace(/[^0-9,.]/g,"").split(",").map(Number);return{r:t,g:r,b:n,a:o||1}}function Bu(e){return gw(e)?vw(e):e.startsWith("rgb")?hw(e):{r:0,g:0,b:0,a:1}}function Fr(e,t){if(typeof e!="string"||t>1||t<0)return"rgba(0, 0, 0, 1)";const{r,g:n,b:o}=Bu(e);return`rgba(${r}, ${n}, ${o}, ${t})`}function ww(e=0){return{position:"absolute",top:w(e),right:w(e),left:w(e),bottom:w(e)}}function _w(e,t){const{r,g:n,b:o,a:i}=Bu(e),l=1-t,a=s=>Math.round(s*l);return`rgba(${a(r)}, ${a(n)}, ${a(o)}, ${i})`}function Sw(e,t){const{r,g:n,b:o,a:i}=Bu(e),l=a=>Math.round(a+(255-a)*t);return`rgba(${l(r)}, ${l(n)}, ${l(o)}, ${i})`}function Pw(e){return t=>{if(typeof t=="number")return w(t);const r=typeof e.defaultRadius=="number"?e.defaultRadius:e.radius[e.defaultRadius]||e.defaultRadius;return e.radius[t]||t||r}}function Ow(e,t){if(typeof e=="string"&&e.includes(".")){const[r,n]=e.split("."),o=parseInt(n,10);if(r in t.colors&&o>=0&&o<10)return{isSplittedColor:!0,key:r,shade:o}}return{isSplittedColor:!1}}function xw(e){const t=Vu(e),r=Po(e),n=My(e);return({variant:o,color:i,gradient:l,primaryFallback:a})=>{const s=Ow(i,e);switch(o){case"light":return{border:"transparent",background:Fr(t(i,e.colorScheme==="dark"?8:0,a,!1),e.colorScheme==="dark"?.2:1),color:i==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(i,e.colorScheme==="dark"?2:r("light")),hover:Fr(t(i,e.colorScheme==="dark"?7:1,a,!1),e.colorScheme==="dark"?.25:.65)};case"subtle":return{border:"transparent",background:"transparent",color:i==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(i,e.colorScheme==="dark"?2:r("light")),hover:Fr(t(i,e.colorScheme==="dark"?8:0,a,!1),e.colorScheme==="dark"?.2:1)};case"outline":return{border:t(i,e.colorScheme==="dark"?5:r("light")),background:"transparent",color:t(i,e.colorScheme==="dark"?5:r("light")),hover:e.colorScheme==="dark"?Fr(t(i,5,a,!1),.05):Fr(t(i,0,a,!1),.35)};case"default":return{border:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4],background:e.colorScheme==="dark"?e.colors.dark[6]:e.white,color:e.colorScheme==="dark"?e.white:e.black,hover:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[0]};case"white":return{border:"transparent",background:e.white,color:t(i,r()),hover:null};case"transparent":return{border:"transparent",color:i==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(i,e.colorScheme==="dark"?2:r("light")),background:"transparent",hover:null};case"gradient":return{background:n(l),color:e.white,border:"transparent",hover:null};default:{const u=r(),m=s.isSplittedColor?s.shade:u,p=s.isSplittedColor?s.key:i;return{border:"transparent",background:t(p,m,a),color:e.white,hover:t(p,m===9?8:m+1)}}}}}function $w(e){return t=>{const r=Po(e)(t);return e.colors[e.primaryColor][r]}}function kw(e){return{"@media (hover: hover)":{"&:hover":e},"@media (hover: none)":{"&:active":e}}}function bw(e){return()=>({userSelect:"none",color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]})}function Ew(e){return()=>e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6]}const Pe={fontStyles:aw,themeColor:Vu,focusStyles:fw,linearGradient:dw,radialGradient:pw,smallerThan:yw,largerThan:mw,rgba:Fr,cover:ww,darken:_w,lighten:Sw,radius:Pw,variant:xw,primaryShade:Po,hover:kw,gradient:My,primaryColor:$w,placeholderStyles:bw,dimmed:Ew};var Cw=Object.defineProperty,Nw=Object.defineProperties,Tw=Object.getOwnPropertyDescriptors,kf=Object.getOwnPropertySymbols,zw=Object.prototype.hasOwnProperty,Rw=Object.prototype.propertyIsEnumerable,bf=(e,t,r)=>t in e?Cw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Dw=(e,t)=>{for(var r in t||(t={}))zw.call(t,r)&&bf(e,r,t[r]);if(kf)for(var r of kf(t))Rw.call(t,r)&&bf(e,r,t[r]);return e},jw=(e,t)=>Nw(e,Tw(t));function Fy(e){return jw(Dw({},e),{fn:{fontStyles:Pe.fontStyles(e),themeColor:Pe.themeColor(e),focusStyles:Pe.focusStyles(e),largerThan:Pe.largerThan(e),smallerThan:Pe.smallerThan(e),radialGradient:Pe.radialGradient,linearGradient:Pe.linearGradient,gradient:Pe.gradient(e),rgba:Pe.rgba,cover:Pe.cover,lighten:Pe.lighten,darken:Pe.darken,primaryShade:Pe.primaryShade(e),radius:Pe.radius(e),variant:Pe.variant(e),hover:Pe.hover,primaryColor:Pe.primaryColor(e),placeholderStyles:Pe.placeholderStyles(e),dimmed:Pe.dimmed(e)}})}Object.keys(jy);const Iw={dir:"ltr",primaryShade:{light:6,dark:8},focusRing:"auto",loader:"oval",colorScheme:"light",white:"#fff",black:"#000",defaultRadius:"sm",transitionTimingFunction:"ease",colors:jy,lineHeight:1.55,fontFamily:"-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",fontFamilyMonospace:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",primaryColor:"blue",respectReducedMotion:!0,cursorType:"default",defaultGradient:{from:"indigo",to:"cyan",deg:45},shadows:{xs:"0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.1)",sm:"0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 0.625rem 0.9375rem -0.3125rem, rgba(0, 0, 0, 0.04) 0 0.4375rem 0.4375rem -0.3125rem",md:"0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 1.25rem 1.5625rem -0.3125rem, rgba(0, 0, 0, 0.04) 0 0.625rem 0.625rem -0.3125rem",lg:"0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 1.75rem 1.4375rem -0.4375rem, rgba(0, 0, 0, 0.04) 0 0.75rem 0.75rem -0.4375rem",xl:"0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 2.25rem 1.75rem -0.4375rem, rgba(0, 0, 0, 0.04) 0 1.0625rem 1.0625rem -0.4375rem"},fontSizes:{xs:"0.75rem",sm:"0.875rem",md:"1rem",lg:"1.125rem",xl:"1.25rem"},radius:{xs:"0.125rem",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"2rem"},spacing:{xs:"0.625rem",sm:"0.75rem",md:"1rem",lg:"1.25rem",xl:"1.5rem"},breakpoints:{xs:"36em",sm:"48em",md:"62em",lg:"75em",xl:"88em"},headings:{fontFamily:"-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",fontWeight:700,sizes:{h1:{fontSize:"2.125rem",lineHeight:1.3,fontWeight:void 0},h2:{fontSize:"1.625rem",lineHeight:1.35,fontWeight:void 0},h3:{fontSize:"1.375rem",lineHeight:1.4,fontWeight:void 0},h4:{fontSize:"1.125rem",lineHeight:1.45,fontWeight:void 0},h5:{fontSize:"1rem",lineHeight:1.5,fontWeight:void 0},h6:{fontSize:"0.875rem",lineHeight:1.5,fontWeight:void 0}}},other:{},components:{},activeStyles:{transform:"translateY(0.0625rem)"},datesLocale:"en",globalStyles:void 0,focusRingStyles:{styles:e=>({outlineOffset:"0.125rem",outline:`0.125rem solid ${e.colors[e.primaryColor][e.colorScheme==="dark"?7:5]}`}),resetStyles:()=>({outline:"none"}),inputStyles:e=>({outline:"none",borderColor:e.colors[e.primaryColor][typeof e.primaryShade=="object"?e.primaryShade[e.colorScheme]:e.primaryShade]})}},Uu=Fy(Iw);function Mw(e){if(e.sheet)return e.sheet;for(var t=0;t0?Ce(hn,--Ke):0,mn--,we===10&&(mn=1,Bl--),we}function it(){return we=Ke2||yo(we)>3?"":" "}function Xw(e,t){for(;--t&&it()&&!(we<48||we>102||we>57&&we<65||we>70&&we<97););return Oo(e,di()+(t<6&&zt()==32&&it()==32))}function Ms(e){for(;it();)switch(we){case e:return Ke;case 34:case 39:e!==34&&e!==39&&Ms(we);break;case 40:e===41&&Ms(e);break;case 92:it();break}return Ke}function Kw(e,t){for(;it()&&e+we!==47+10;)if(e+we===42+42&&zt()===47)break;return"/*"+Oo(t,Ke-1)+"*"+Hl(e===47?e:it())}function Jw(e){for(;!yo(zt());)it();return Oo(e,Ke)}function Zw(e){return Uy(mi("",null,null,null,[""],e=By(e),0,[0],e))}function mi(e,t,r,n,o,i,l,a,s){for(var u=0,m=0,p=l,d=0,g=0,h=0,v=1,O=1,f=1,c=0,y="",S=o,b=i,E=n,x=y;O;)switch(h=c,c=it()){case 40:if(h!=108&&Ce(x,p-1)==58){Is(x+=Z(pi(c),"&","&\f"),"&\f")!=-1&&(f=-1);break}case 34:case 39:case 91:x+=pi(c);break;case 9:case 10:case 13:case 32:x+=Qw(h);break;case 92:x+=Xw(di()-1,7);continue;case 47:switch(zt()){case 42:case 47:Ho(qw(Kw(it(),di()),t,r),s);break;default:x+="/"}break;case 123*v:a[u++]=bt(x)*f;case 125*v:case 59:case 0:switch(c){case 0:case 125:O=0;case 59+m:g>0&&bt(x)-p&&Ho(g>32?Cf(x+";",n,r,p-1):Cf(Z(x," ","")+";",n,r,p-2),s);break;case 59:x+=";";default:if(Ho(E=Ef(x,t,r,u,m,o,a,y,S=[],b=[],p),i),c===123)if(m===0)mi(x,t,E,E,S,i,p,a,b);else switch(d===99&&Ce(x,3)===110?100:d){case 100:case 109:case 115:mi(e,E,E,n&&Ho(Ef(e,E,E,0,0,o,a,y,o,S=[],p),b),o,b,p,a,n?S:b);break;default:mi(x,E,E,E,[""],b,0,a,b)}}u=m=g=0,v=f=1,y=x="",p=l;break;case 58:p=1+bt(x),g=h;default:if(v<1){if(c==123)--v;else if(c==125&&v++==0&&Yw()==125)continue}switch(x+=Hl(c),c*v){case 38:f=m>0?1:(x+="\f",-1);break;case 44:a[u++]=(bt(x)-1)*f,f=1;break;case 64:zt()===45&&(x+=pi(it())),d=zt(),m=p=bt(y=x+=Jw(di())),c++;break;case 45:h===45&&bt(x)==2&&(v=0)}}return i}function Ef(e,t,r,n,o,i,l,a,s,u,m){for(var p=o-1,d=o===0?i:[""],g=Qu(d),h=0,v=0,O=0;h0?d[f]+" "+c:Z(c,/&\f/g,d[f])))&&(s[O++]=y);return Ul(e,t,r,o===0?Gu:a,s,u,m)}function qw(e,t,r){return Ul(e,t,r,Ay,Hl(Gw()),mo(e,2,-2),0)}function Cf(e,t,r,n){return Ul(e,t,r,Yu,mo(e,0,n),mo(e,n+1,-1),n)}function ln(e,t){for(var r="",n=Qu(e),o=0;o6)switch(Ce(e,t+1)){case 109:if(Ce(e,t+4)!==45)break;case 102:return Z(e,/(.+:)(.+)-([^]+)/,"$1"+X+"$2-$3$1"+Ui+(Ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Is(e,"stretch")?Gy(Z(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ce(e,t+1)!==115)break;case 6444:switch(Ce(e,bt(e)-3-(~Is(e,"!important")&&10))){case 107:return Z(e,":",":"+X)+e;case 101:return Z(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+X+(Ce(e,14)===45?"inline-":"")+"box$3$1"+X+"$2$3$1"+Me+"$2box$3")+e}break;case 5936:switch(Ce(e,t+11)){case 114:return X+e+Me+Z(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return X+e+Me+Z(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return X+e+Me+Z(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return X+e+Me+e+e}return e}var u_=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case Yu:t.return=Gy(t.value,t.length);break;case Wy:return ln([Cn(t,{value:Z(t.value,"@","@"+X)})],o);case Gu:if(t.length)return Uw(t.props,function(i){switch(Bw(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return ln([Cn(t,{props:[Z(i,/:(read-\w+)/,":"+Ui+"$1")]})],o);case"::placeholder":return ln([Cn(t,{props:[Z(i,/:(plac\w+)/,":"+X+"input-$1")]}),Cn(t,{props:[Z(i,/:(plac\w+)/,":"+Ui+"$1")]}),Cn(t,{props:[Z(i,/:(plac\w+)/,Me+"input-$1")]})],o)}return""})}},c_=[u_],Yy=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(v){var O=v.getAttribute("data-emotion");O.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var o=t.stylisPlugins||c_,i={},l,a=[];l=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(v){for(var O=v.getAttribute("data-emotion").split(" "),f=1;f=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var P_={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},O_=/[A-Z]|^ms/g,x_=/_EMO_([^_]+?)_([^]*?)_EMO_/g,qy=function(t){return t.charCodeAt(1)===45},zf=function(t){return t!=null&&typeof t!="boolean"},Ra=n_(function(e){return qy(e)?e:e.replace(O_,"-$&").toLowerCase()}),Rf=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(x_,function(n,o,i){return Et={name:o,styles:i,next:Et},o})}return P_[t]!==1&&!qy(t)&&typeof r=="number"&&r!==0?r+"px":r};function go(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0)return r;switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Et={name:r.name,styles:r.styles,next:Et},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Et={name:n.name,styles:n.styles,next:Et},n=n.next;var o=r.styles+";";return o}return $_(e,t,r)}case"function":{if(e!==void 0){var i=Et,l=r(e);return Et=i,go(e,t,l)}break}}if(t==null)return r;var a=t[r];return a!==void 0?a:r}function $_(e,t,r){var n="";if(Array.isArray(r))for(var o=0;ot in e?T_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,I_=(e,t)=>{for(var r in t||(t={}))D_.call(t,r)&&Mf(e,r,t[r]);if(If)for(var r of If(t))j_.call(t,r)&&Mf(e,r,t[r]);return e},M_=(e,t)=>z_(e,R_(t));function L_({theme:e}){return P(ra,{styles:{"*, *::before, *::after":{boxSizing:"border-box"},html:{colorScheme:e.colorScheme==="dark"?"dark":"light"},body:M_(I_({},e.fn.fontStyles()),{backgroundColor:e.colorScheme==="dark"?e.colors.dark[7]:e.white,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,lineHeight:e.lineHeight,fontSize:e.fontSizes.md,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"})}})}function Bo(e,t,r){Object.keys(t).forEach(n=>{e[`--mantine-${r}-${n}`]=w(t[n])})}function F_({theme:e}){const t={"--mantine-color-white":e.white,"--mantine-color-black":e.black,"--mantine-transition-timing-function":e.transitionTimingFunction,"--mantine-line-height":`${e.lineHeight}`,"--mantine-font-family":e.fontFamily,"--mantine-font-family-monospace":e.fontFamilyMonospace,"--mantine-font-family-headings":e.headings.fontFamily,"--mantine-heading-font-weight":`${e.headings.fontWeight}`};Bo(t,e.shadows,"shadow"),Bo(t,e.fontSizes,"font-size"),Bo(t,e.radius,"radius"),Bo(t,e.spacing,"spacing"),Object.keys(e.colors).forEach(n=>{e.colors[n].forEach((o,i)=>{t[`--mantine-color-${n}-${i}`]=o})});const r=e.headings.sizes;return Object.keys(r).forEach(n=>{t[`--mantine-${n}-font-size`]=r[n].fontSize,t[`--mantine-${n}-line-height`]=`${r[n].lineHeight}`}),P(ra,{styles:{":root":t}})}var A_=Object.defineProperty,W_=Object.defineProperties,V_=Object.getOwnPropertyDescriptors,Lf=Object.getOwnPropertySymbols,H_=Object.prototype.hasOwnProperty,B_=Object.prototype.propertyIsEnumerable,Ff=(e,t,r)=>t in e?A_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,hr=(e,t)=>{for(var r in t||(t={}))H_.call(t,r)&&Ff(e,r,t[r]);if(Lf)for(var r of Lf(t))B_.call(t,r)&&Ff(e,r,t[r]);return e},Af=(e,t)=>W_(e,V_(t));function U_(e,t){var r;if(!t)return e;const n=Object.keys(e).reduce((o,i)=>{if(i==="headings"&&t.headings){const l=t.headings.sizes?Object.keys(e.headings.sizes).reduce((a,s)=>(a[s]=hr(hr({},e.headings.sizes[s]),t.headings.sizes[s]),a),{}):e.headings.sizes;return Af(hr({},o),{headings:Af(hr(hr({},e.headings),t.headings),{sizes:l})})}return o[i]=typeof t[i]=="object"?hr(hr({},e[i]),t[i]):typeof t[i]=="number"||typeof t[i]=="boolean"||typeof t[i]=="function"?t[i]:t[i]||e[i],o},{});if((t==null?void 0:t.fontFamily)&&!((r=t==null?void 0:t.headings)!=null&&r.fontFamily)&&(n.headings.fontFamily=t.fontFamily),!(n.primaryColor in n.colors))throw new Error("MantineProvider: Invalid theme.primaryColor, it accepts only key of theme.colors, learn more \u2013 https://mantine.dev/theming/colors/#primary-color");return n}function G_(e,t){return Fy(U_(e,t))}function rg(e){return Object.keys(e).reduce((t,r)=>(e[r]!==void 0&&(t[r]=e[r]),t),{})}const Y_={html:{fontFamily:"sans-serif",lineHeight:"1.15",textSizeAdjust:"100%"},body:{margin:0},"article, aside, footer, header, nav, section, figcaption, figure, main":{display:"block"},h1:{fontSize:"2em"},hr:{boxSizing:"content-box",height:0,overflow:"visible"},pre:{fontFamily:"monospace, monospace",fontSize:"1em"},a:{background:"transparent",textDecorationSkip:"objects"},"a:active, a:hover":{outlineWidth:0},"abbr[title]":{borderBottom:"none",textDecoration:"underline"},"b, strong":{fontWeight:"bolder"},"code, kbp, samp":{fontFamily:"monospace, monospace",fontSize:"1em"},dfn:{fontStyle:"italic"},mark:{backgroundColor:"#ff0",color:"#000"},small:{fontSize:"80%"},"sub, sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sup:{top:"-0.5em"},sub:{bottom:"-0.25em"},"audio, video":{display:"inline-block"},"audio:not([controls])":{display:"none",height:0},img:{borderStyle:"none",verticalAlign:"middle"},"svg:not(:root)":{overflow:"hidden"},"button, input, optgroup, select, textarea":{fontFamily:"sans-serif",fontSize:"100%",lineHeight:"1.15",margin:0},"button, input":{overflow:"visible"},"button, select":{textTransform:"none"},"button, [type=reset], [type=submit]":{WebkitAppearance:"button"},"button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner":{borderStyle:"none",padding:0},"button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring":{outline:`${w(1)} dotted ButtonText`},legend:{boxSizing:"border-box",color:"inherit",display:"table",maxWidth:"100%",padding:0,whiteSpace:"normal"},progress:{display:"inline-block",verticalAlign:"baseline"},textarea:{overflow:"auto"},"[type=checkbox], [type=radio]":{boxSizing:"border-box",padding:0},"[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button":{height:"auto"},"[type=search]":{appearance:"none"},"[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration":{appearance:"none"},"::-webkit-file-upload-button":{appearance:"button",font:"inherit"},"details, menu":{display:"block"},summary:{display:"list-item"},canvas:{display:"inline-block"},template:{display:"none"}};function Q_(){return P(ra,{styles:Y_})}var X_=Object.defineProperty,Wf=Object.getOwnPropertySymbols,K_=Object.prototype.hasOwnProperty,J_=Object.prototype.propertyIsEnumerable,Vf=(e,t,r)=>t in e?X_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Qn=(e,t)=>{for(var r in t||(t={}))K_.call(t,r)&&Vf(e,r,t[r]);if(Wf)for(var r of Wf(t))J_.call(t,r)&&Vf(e,r,t[r]);return e};const Gi=k.exports.createContext({theme:Uu});function vr(){var e;return((e=k.exports.useContext(Gi))==null?void 0:e.theme)||Uu}function Z_(e){const t=vr(),r=n=>{var o,i,l,a;return{styles:((o=t.components[n])==null?void 0:o.styles)||{},classNames:((i=t.components[n])==null?void 0:i.classNames)||{},variants:(l=t.components[n])==null?void 0:l.variants,sizes:(a=t.components[n])==null?void 0:a.sizes}};return Array.isArray(e)?e.map(r):[r(e)]}function ng(){var e;return(e=k.exports.useContext(Gi))==null?void 0:e.emotionCache}function he(e,t,r){var n;const o=vr(),i=(n=o.components[e])==null?void 0:n.defaultProps,l=typeof i=="function"?i(o):i;return Qn(Qn(Qn({},t),l),rg(r))}function og({theme:e,emotionCache:t,withNormalizeCSS:r=!1,withGlobalStyles:n=!1,withCSSVariables:o=!1,inherit:i=!1,children:l}){const a=k.exports.useContext(Gi),s=G_(Uu,i?Qn(Qn({},a.theme),e):e);return P(N_,{theme:s,children:K(Gi.Provider,{value:{theme:s,emotionCache:t},children:[r&&P(Q_,{}),n&&P(L_,{theme:s}),o&&P(F_,{theme:s}),typeof s.globalStyles=="function"&&P(ra,{styles:s.globalStyles(s)}),l]})})}og.displayName="@mantine/core/MantineProvider";function q_(e,t){const r=k.exports.useRef();return(!r.current||t.length!==r.current.prevDeps.length||r.current.prevDeps.map((n,o)=>n===t[o]).indexOf(!1)>=0)&&(r.current={v:e(),prevDeps:[...t]}),r.current.v}const eS=Yy({key:"mantine",prepend:!0});function tS(){return ng()||eS}var rS=Object.defineProperty,Hf=Object.getOwnPropertySymbols,nS=Object.prototype.hasOwnProperty,oS=Object.prototype.propertyIsEnumerable,Bf=(e,t,r)=>t in e?rS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,iS=(e,t)=>{for(var r in t||(t={}))nS.call(t,r)&&Bf(e,r,t[r]);if(Hf)for(var r of Hf(t))oS.call(t,r)&&Bf(e,r,t[r]);return e};const Da="ref";function lS(e){let t;if(e.length!==1)return{args:e,ref:t};const[r]=e;if(!(r instanceof Object))return{args:e,ref:t};if(!(Da in r))return{args:e,ref:t};t=r[Da];const n=iS({},r);return delete n[Da],{args:[n],ref:t}}const{cssFactory:aS}=(()=>{function e(r,n,o){const i=[],l=w_(r,i,o);return i.length<2?o:l+n(i)}function t(r){const{cache:n}=r,o=(...l)=>{const{ref:a,args:s}=lS(l),u=eg(s,n.registered);return Zy(n,u,!1),`${n.key}-${u.name}${a===void 0?"":` ${a}`}`};return{css:o,cx:(...l)=>e(n.registered,o,Sy(l))}}return{cssFactory:t}})();function ig(){const e=tS();return q_(()=>aS({cache:e}),[e])}function sS({cx:e,classes:t,context:r,classNames:n,name:o,cache:i}){const l=r.reduce((a,s)=>(Object.keys(s.classNames).forEach(u=>{typeof a[u]!="string"?a[u]=`${s.classNames[u]}`:a[u]=`${a[u]} ${s.classNames[u]}`}),a),{});return Object.keys(t).reduce((a,s)=>(a[s]=e(t[s],l[s],n!=null&&n[s],Array.isArray(o)?o.filter(Boolean).map(u=>`${(i==null?void 0:i.key)||"mantine"}-${u}-${s}`).join(" "):o?`${(i==null?void 0:i.key)||"mantine"}-${o}-${s}`:null),a),{})}var uS=Object.defineProperty,Uf=Object.getOwnPropertySymbols,cS=Object.prototype.hasOwnProperty,fS=Object.prototype.propertyIsEnumerable,Gf=(e,t,r)=>t in e?uS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ja=(e,t)=>{for(var r in t||(t={}))cS.call(t,r)&&Gf(e,r,t[r]);if(Uf)for(var r of Uf(t))fS.call(t,r)&&Gf(e,r,t[r]);return e};function As(e,t){return t&&Object.keys(t).forEach(r=>{e[r]?e[r]=ja(ja({},e[r]),t[r]):e[r]=ja({},t[r])}),e}function Yf(e,t,r,n){const o=i=>typeof i=="function"?i(t,r||{},n):i||{};return Array.isArray(e)?e.map(i=>o(i.styles)).reduce((i,l)=>As(i,l),{}):o(e)}function dS({ctx:e,theme:t,params:r,variant:n,size:o}){return e.reduce((i,l)=>(l.variants&&n in l.variants&&As(i,l.variants[n](t,r,{variant:n,size:o})),l.sizes&&o in l.sizes&&As(i,l.sizes[o](t,r,{variant:n,size:o})),i),{})}function Se(e){const t=typeof e=="function"?e:()=>e;function r(n,o){const i=vr(),l=Z_(o==null?void 0:o.name),a=ng(),s={variant:o==null?void 0:o.variant,size:o==null?void 0:o.size},{css:u,cx:m}=ig(),p=t(i,n,s),d=Yf(o==null?void 0:o.styles,i,n,s),g=Yf(l,i,n,s),h=dS({ctx:l,theme:i,params:n,variant:o==null?void 0:o.variant,size:o==null?void 0:o.size}),v=Object.fromEntries(Object.keys(p).map(O=>{const f=m({[u(p[O])]:!(o!=null&&o.unstyled)},u(h[O]),u(g[O]),u(d[O]));return[O,f]}));return{classes:sS({cx:m,classes:v,context:l,classNames:o==null?void 0:o.classNames,name:o==null?void 0:o.name,cache:a}),cx:m,theme:i}}return r}function Nn(e){return`___ref-${e||""}`}var pS=Object.defineProperty,mS=Object.defineProperties,yS=Object.getOwnPropertyDescriptors,Qf=Object.getOwnPropertySymbols,gS=Object.prototype.hasOwnProperty,vS=Object.prototype.propertyIsEnumerable,Xf=(e,t,r)=>t in e?pS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tn=(e,t)=>{for(var r in t||(t={}))gS.call(t,r)&&Xf(e,r,t[r]);if(Qf)for(var r of Qf(t))vS.call(t,r)&&Xf(e,r,t[r]);return e},zn=(e,t)=>mS(e,yS(t));const Rn={in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:`scale(.9) translateY(${w(10)})`},transitionProperty:"transform, opacity"},Uo={fade:{in:{opacity:1},out:{opacity:0},transitionProperty:"opacity"},scale:{in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:"scale(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-y":{in:{opacity:1,transform:"scaleY(1)"},out:{opacity:0,transform:"scaleY(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-x":{in:{opacity:1,transform:"scaleX(1)"},out:{opacity:0,transform:"scaleX(0)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"skew-up":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:`translateY(-${w(20)}) skew(-10deg, -5deg)`},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"skew-down":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:`translateY(${w(20)}) skew(-10deg, -5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-left":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${w(20)}) rotate(-5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-right":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${w(20)}) rotate(5deg)`},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-down":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(-100%)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-up":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(100%)"},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"slide-left":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(100%)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"slide-right":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(-100%)"},common:{transformOrigin:"right"},transitionProperty:"transform, opacity"},pop:zn(Tn({},Rn),{common:{transformOrigin:"center center"}}),"pop-bottom-left":zn(Tn({},Rn),{common:{transformOrigin:"bottom left"}}),"pop-bottom-right":zn(Tn({},Rn),{common:{transformOrigin:"bottom right"}}),"pop-top-left":zn(Tn({},Rn),{common:{transformOrigin:"top left"}}),"pop-top-right":zn(Tn({},Rn),{common:{transformOrigin:"top right"}})};function hS(e,t){try{return e.addEventListener("change",t),()=>e.removeEventListener("change",t)}catch{return e.addListener(t),()=>e.removeListener(t)}}function wS(e,t){return typeof t=="boolean"?t:typeof window<"u"&&"matchMedia"in window?window.matchMedia(e).matches:!1}function _S(e,t,{getInitialValueInEffect:r}={getInitialValueInEffect:!0}){const[n,o]=k.exports.useState(r?t:wS(e,t)),i=k.exports.useRef();return k.exports.useEffect(()=>{if("matchMedia"in window)return i.current=window.matchMedia(e),o(i.current.matches),hS(i.current,l=>o(l.matches))},[e]),n}function Xn(e,t,r){return Math.min(Math.max(e,t),r)}const lg=typeof document<"u"?k.exports.useLayoutEffect:k.exports.useEffect;function SS(e,t){const r=k.exports.useRef(!1);k.exports.useEffect(()=>()=>{r.current=!1},[]),k.exports.useEffect(()=>{if(r.current)return e();r.current=!0},t)}const PS=yp["useId".toString()]||(()=>{});function OS(){const e=PS();return e?`mantine-${e.replace(/:/g,"")}`:""}function xS(){return`mantine-${Math.random().toString(36).slice(2,11)}`}function ag(e){const t=OS(),[r,n]=k.exports.useState(t);return lg(()=>{n(xS())},[]),typeof e=="string"?e:typeof window>"u"?t:r}function $S(e,t){typeof e=="function"?e(t):typeof e=="object"&&e!==null&&"current"in e&&(e.current=t)}function kS(...e){return t=>{e.forEach(r=>$S(r,t))}}function sg(...e){return k.exports.useCallback(kS(...e),e)}function bS(e,t,r="ltr"){const n=k.exports.useRef(),o=k.exports.useRef(!1),i=k.exports.useRef(!1),l=k.exports.useRef(0),[a,s]=k.exports.useState(!1);return k.exports.useEffect(()=>{o.current=!0},[]),k.exports.useEffect(()=>{const u=({x:c,y})=>{cancelAnimationFrame(l.current),l.current=requestAnimationFrame(()=>{if(o.current&&n.current){n.current.style.userSelect="none";const S=n.current.getBoundingClientRect();if(S.width&&S.height){const b=Xn((c-S.left)/S.width,0,1);e({x:r==="ltr"?b:1-b,y:Xn((y-S.top)/S.height,0,1)})}}})},m=()=>{document.addEventListener("mousemove",v),document.addEventListener("mouseup",g),document.addEventListener("touchmove",f),document.addEventListener("touchend",g)},p=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",g),document.removeEventListener("touchmove",f),document.removeEventListener("touchend",g)},d=()=>{!i.current&&o.current&&(i.current=!0,typeof(t==null?void 0:t.onScrubStart)=="function"&&t.onScrubStart(),s(!0),m())},g=()=>{i.current&&o.current&&(i.current=!1,s(!1),p(),setTimeout(()=>{typeof(t==null?void 0:t.onScrubEnd)=="function"&&t.onScrubEnd()},0))},h=c=>{d(),c.preventDefault(),v(c)},v=c=>u({x:c.clientX,y:c.clientY}),O=c=>{c.cancelable&&c.preventDefault(),d(),f(c)},f=c=>{c.cancelable&&c.preventDefault(),u({x:c.changedTouches[0].clientX,y:c.changedTouches[0].clientY})};return n.current.addEventListener("mousedown",h),n.current.addEventListener("touchstart",O,{passive:!1}),()=>{n.current&&(n.current.removeEventListener("mousedown",h),n.current.removeEventListener("touchstart",O))}},[r,e]),{ref:n,active:a}}function na({value:e,defaultValue:t,finalValue:r,onChange:n=()=>{}}){const[o,i]=k.exports.useState(t!==void 0?t:r),l=a=>{i(a),n==null||n(a)};return e!==void 0?[e,n,!0]:[o,l,!1]}function ug(e,t){return _S("(prefers-reduced-motion: reduce)",e,t)}const ES={x:0,y:0,width:0,height:0,top:0,left:0,bottom:0,right:0};function CS(){const e=k.exports.useRef(0),t=k.exports.useRef(null),[r,n]=k.exports.useState(ES),o=k.exports.useMemo(()=>typeof window<"u"?new ResizeObserver(i=>{const l=i[0];l&&(cancelAnimationFrame(e.current),e.current=requestAnimationFrame(()=>{t.current&&n(l.contentRect)}))}):null,[]);return k.exports.useEffect(()=>(t.current&&o.observe(t.current),()=>{o.disconnect(),e.current&&cancelAnimationFrame(e.current)}),[t.current]),[t,r]}var Kf=Object.getOwnPropertySymbols,NS=Object.prototype.hasOwnProperty,TS=Object.prototype.propertyIsEnumerable,zS=(e,t)=>{var r={};for(var n in e)NS.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Kf)for(var n of Kf(e))t.indexOf(n)<0&&TS.call(e,n)&&(r[n]=e[n]);return r};function Zu(e){const t=e,{m:r,mx:n,my:o,mt:i,mb:l,ml:a,mr:s,p:u,px:m,py:p,pt:d,pb:g,pl:h,pr:v,bg:O,c:f,opacity:c,ff:y,fz:S,fw:b,lts:E,ta:x,lh:$,fs:T,tt:M,td:H,w:Q,miw:J,maw:ce,h:re,mih:ze,mah:ne,bgsz:z,bgp:F,bgr:I,bga:B,pos:_,top:N,left:R,bottom:D,right:j,inset:A,display:U}=t,te=zS(t,["m","mx","my","mt","mb","ml","mr","p","px","py","pt","pb","pl","pr","bg","c","opacity","ff","fz","fw","lts","ta","lh","fs","tt","td","w","miw","maw","h","mih","mah","bgsz","bgp","bgr","bga","pos","top","left","bottom","right","inset","display"]);return{systemStyles:rg({m:r,mx:n,my:o,mt:i,mb:l,ml:a,mr:s,p:u,px:m,py:p,pt:d,pb:g,pl:h,pr:v,bg:O,c:f,opacity:c,ff:y,fz:S,fw:b,lts:E,ta:x,lh:$,fs:T,tt:M,td:H,w:Q,miw:J,maw:ce,h:re,mih:ze,mah:ne,bgsz:z,bgp:F,bgr:I,bga:B,pos:_,top:N,left:R,bottom:D,right:j,inset:A,display:U}),rest:te}}function RS(e,t){const r=Object.keys(e).filter(n=>n!=="base").sort((n,o)=>Bi(V({size:n,sizes:t.breakpoints}))-Bi(V({size:o,sizes:t.breakpoints})));return"base"in e?["base",...r]:r}function DS({value:e,theme:t,getValue:r,property:n}){if(e==null)return;if(typeof e=="object")return RS(e,t).reduce((l,a)=>{if(a==="base"&&e.base!==void 0){const u=r(e.base,t);return Array.isArray(n)?(n.forEach(m=>{l[m]=u}),l):(l[n]=u,l)}const s=r(e[a],t);return Array.isArray(n)?(l[t.fn.largerThan(a)]={},n.forEach(u=>{l[t.fn.largerThan(a)][u]=s}),l):(l[t.fn.largerThan(a)]={[n]:s},l)},{});const o=r(e,t);return Array.isArray(n)?n.reduce((i,l)=>(i[l]=o,i),{}):{[n]:o}}function jS(e,t){return e==="dimmed"?t.colorScheme==="dark"?t.colors.dark[2]:t.colors.gray[6]:t.fn.variant({variant:"filled",color:e,primaryFallback:!1}).background}function IS(e){return w(e)}function MS(e){return e}function LS(e,t){return V({size:e,sizes:t.fontSizes})}const FS=["-xs","-sm","-md","-lg","-xl"];function AS(e,t){return FS.includes(e)?`calc(${V({size:e.replace("-",""),sizes:t.spacing})} * -1)`:V({size:e,sizes:t.spacing})}const WS={identity:MS,color:jS,size:IS,fontSize:LS,spacing:AS},VS={m:{type:"spacing",property:"margin"},mt:{type:"spacing",property:"marginTop"},mb:{type:"spacing",property:"marginBottom"},ml:{type:"spacing",property:"marginLeft"},mr:{type:"spacing",property:"marginRight"},mx:{type:"spacing",property:["marginRight","marginLeft"]},my:{type:"spacing",property:["marginTop","marginBottom"]},p:{type:"spacing",property:"padding"},pt:{type:"spacing",property:"paddingTop"},pb:{type:"spacing",property:"paddingBottom"},pl:{type:"spacing",property:"paddingLeft"},pr:{type:"spacing",property:"paddingRight"},px:{type:"spacing",property:["paddingRight","paddingLeft"]},py:{type:"spacing",property:["paddingTop","paddingBottom"]},bg:{type:"color",property:"background"},c:{type:"color",property:"color"},opacity:{type:"identity",property:"opacity"},ff:{type:"identity",property:"fontFamily"},fz:{type:"fontSize",property:"fontSize"},fw:{type:"identity",property:"fontWeight"},lts:{type:"size",property:"letterSpacing"},ta:{type:"identity",property:"textAlign"},lh:{type:"identity",property:"lineHeight"},fs:{type:"identity",property:"fontStyle"},tt:{type:"identity",property:"textTransform"},td:{type:"identity",property:"textDecoration"},w:{type:"spacing",property:"width"},miw:{type:"spacing",property:"minWidth"},maw:{type:"spacing",property:"maxWidth"},h:{type:"spacing",property:"height"},mih:{type:"spacing",property:"minHeight"},mah:{type:"spacing",property:"maxHeight"},bgsz:{type:"size",property:"backgroundSize"},bgp:{type:"identity",property:"backgroundPosition"},bgr:{type:"identity",property:"backgroundRepeat"},bga:{type:"identity",property:"backgroundAttachment"},pos:{type:"identity",property:"position"},top:{type:"identity",property:"top"},left:{type:"size",property:"left"},bottom:{type:"size",property:"bottom"},right:{type:"size",property:"right"},inset:{type:"size",property:"inset"},display:{type:"identity",property:"display"}};var HS=Object.defineProperty,Jf=Object.getOwnPropertySymbols,BS=Object.prototype.hasOwnProperty,US=Object.prototype.propertyIsEnumerable,Zf=(e,t,r)=>t in e?HS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qf=(e,t)=>{for(var r in t||(t={}))BS.call(t,r)&&Zf(e,r,t[r]);if(Jf)for(var r of Jf(t))US.call(t,r)&&Zf(e,r,t[r]);return e};function Ws(e,t,r=VS){return Object.keys(r).reduce((o,i)=>(i in e&&e[i]!==void 0&&o.push(DS({value:e[i],getValue:WS[r[i].type],property:r[i].property,theme:t})),o),[]).reduce((o,i)=>(Object.keys(i).forEach(l=>{typeof i[l]=="object"&&i[l]!==null&&l in o?o[l]=qf(qf({},o[l]),i[l]):o[l]=i[l]}),o),{})}function ed(e,t){return typeof e=="function"?e(t):e}function GS(e,t,r){const n=vr(),{css:o,cx:i}=ig();return Array.isArray(e)?i(r,o(Ws(t,n)),e.map(l=>o(ed(l,n)))):i(r,o(ed(e,n)),o(Ws(t,n)))}var YS=Object.defineProperty,Yi=Object.getOwnPropertySymbols,cg=Object.prototype.hasOwnProperty,fg=Object.prototype.propertyIsEnumerable,td=(e,t,r)=>t in e?YS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,QS=(e,t)=>{for(var r in t||(t={}))cg.call(t,r)&&td(e,r,t[r]);if(Yi)for(var r of Yi(t))fg.call(t,r)&&td(e,r,t[r]);return e},XS=(e,t)=>{var r={};for(var n in e)cg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Yi)for(var n of Yi(e))t.indexOf(n)<0&&fg.call(e,n)&&(r[n]=e[n]);return r};const dg=k.exports.forwardRef((e,t)=>{var r=e,{className:n,component:o,style:i,sx:l}=r,a=XS(r,["className","component","style","sx"]);const{systemStyles:s,rest:u}=Zu(a);return P(o||"div",{...QS({ref:t,className:GS(l,s,n),style:i},u)})});dg.displayName="@mantine/core/Box";const me=dg;var KS=Object.defineProperty,JS=Object.defineProperties,ZS=Object.getOwnPropertyDescriptors,rd=Object.getOwnPropertySymbols,qS=Object.prototype.hasOwnProperty,eP=Object.prototype.propertyIsEnumerable,nd=(e,t,r)=>t in e?KS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,od=(e,t)=>{for(var r in t||(t={}))qS.call(t,r)&&nd(e,r,t[r]);if(rd)for(var r of rd(t))eP.call(t,r)&&nd(e,r,t[r]);return e},tP=(e,t)=>JS(e,ZS(t)),rP=Se(e=>({root:tP(od(od({},e.fn.focusStyles()),e.fn.fontStyles()),{cursor:"pointer",border:0,padding:0,appearance:"none",fontSize:e.fontSizes.md,backgroundColor:"transparent",textAlign:"left",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,textDecoration:"none",boxSizing:"border-box"})}));const nP=rP;var oP=Object.defineProperty,Qi=Object.getOwnPropertySymbols,pg=Object.prototype.hasOwnProperty,mg=Object.prototype.propertyIsEnumerable,id=(e,t,r)=>t in e?oP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,iP=(e,t)=>{for(var r in t||(t={}))pg.call(t,r)&&id(e,r,t[r]);if(Qi)for(var r of Qi(t))mg.call(t,r)&&id(e,r,t[r]);return e},lP=(e,t)=>{var r={};for(var n in e)pg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Qi)for(var n of Qi(e))t.indexOf(n)<0&&mg.call(e,n)&&(r[n]=e[n]);return r};const yg=k.exports.forwardRef((e,t)=>{const r=he("UnstyledButton",{},e),{className:n,component:o="button",unstyled:i,variant:l}=r,a=lP(r,["className","component","unstyled","variant"]),{classes:s,cx:u}=nP(null,{name:"UnstyledButton",unstyled:i,variant:l});return P(me,{...iP({component:o,ref:t,className:u(s.root,n),type:o==="button"?"button":void 0},a)})});yg.displayName="@mantine/core/UnstyledButton";const aP=yg;var sP=Object.defineProperty,Xi=Object.getOwnPropertySymbols,gg=Object.prototype.hasOwnProperty,vg=Object.prototype.propertyIsEnumerable,ld=(e,t,r)=>t in e?sP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,uP=(e,t)=>{for(var r in t||(t={}))gg.call(t,r)&&ld(e,r,t[r]);if(Xi)for(var r of Xi(t))vg.call(t,r)&&ld(e,r,t[r]);return e},cP=(e,t)=>{var r={};for(var n in e)gg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Xi)for(var n of Xi(e))t.indexOf(n)<0&&vg.call(e,n)&&(r[n]=e[n]);return r};function fP(e){var t=e,{size:r,color:n}=t,o=cP(t,["size","color"]);return K("svg",{...uP({viewBox:"0 0 135 140",xmlns:"http://www.w3.org/2000/svg",fill:n,width:r},o),children:[K("rect",{y:"10",width:"15",height:"120",rx:"6",children:[P("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})]}),K("rect",{x:"30",y:"10",width:"15",height:"120",rx:"6",children:[P("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})]}),K("rect",{x:"60",width:"15",height:"140",rx:"6",children:[P("animate",{attributeName:"height",begin:"0s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"y",begin:"0s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})]}),K("rect",{x:"90",y:"10",width:"15",height:"120",rx:"6",children:[P("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})]}),K("rect",{x:"120",y:"10",width:"15",height:"120",rx:"6",children:[P("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})]})]})}var dP=Object.defineProperty,Ki=Object.getOwnPropertySymbols,hg=Object.prototype.hasOwnProperty,wg=Object.prototype.propertyIsEnumerable,ad=(e,t,r)=>t in e?dP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,pP=(e,t)=>{for(var r in t||(t={}))hg.call(t,r)&&ad(e,r,t[r]);if(Ki)for(var r of Ki(t))wg.call(t,r)&&ad(e,r,t[r]);return e},mP=(e,t)=>{var r={};for(var n in e)hg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ki)for(var n of Ki(e))t.indexOf(n)<0&&wg.call(e,n)&&(r[n]=e[n]);return r};function yP(e){var t=e,{size:r,color:n}=t,o=mP(t,["size","color"]);return P("svg",{...pP({width:r,height:r,viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",stroke:n},o),children:P("g",{fill:"none",fillRule:"evenodd",children:K("g",{transform:"translate(2.5 2.5)",strokeWidth:"5",children:[P("circle",{strokeOpacity:".5",cx:"16",cy:"16",r:"16"}),P("path",{d:"M32 16c0-9.94-8.06-16-16-16",children:P("animateTransform",{attributeName:"transform",type:"rotate",from:"0 16 16",to:"360 16 16",dur:"1s",repeatCount:"indefinite"})})]})})})}var gP=Object.defineProperty,Ji=Object.getOwnPropertySymbols,_g=Object.prototype.hasOwnProperty,Sg=Object.prototype.propertyIsEnumerable,sd=(e,t,r)=>t in e?gP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vP=(e,t)=>{for(var r in t||(t={}))_g.call(t,r)&&sd(e,r,t[r]);if(Ji)for(var r of Ji(t))Sg.call(t,r)&&sd(e,r,t[r]);return e},hP=(e,t)=>{var r={};for(var n in e)_g.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ji)for(var n of Ji(e))t.indexOf(n)<0&&Sg.call(e,n)&&(r[n]=e[n]);return r};function wP(e){var t=e,{size:r,color:n}=t,o=hP(t,["size","color"]);return K("svg",{...vP({width:r,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:n},o),children:[K("circle",{cx:"15",cy:"15",r:"15",children:[P("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})]}),K("circle",{cx:"60",cy:"15",r:"9",fillOpacity:"0.3",children:[P("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"fill-opacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})]}),K("circle",{cx:"105",cy:"15",r:"15",children:[P("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),P("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})]})]})}var _P=Object.defineProperty,Zi=Object.getOwnPropertySymbols,Pg=Object.prototype.hasOwnProperty,Og=Object.prototype.propertyIsEnumerable,ud=(e,t,r)=>t in e?_P(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,SP=(e,t)=>{for(var r in t||(t={}))Pg.call(t,r)&&ud(e,r,t[r]);if(Zi)for(var r of Zi(t))Og.call(t,r)&&ud(e,r,t[r]);return e},PP=(e,t)=>{var r={};for(var n in e)Pg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Zi)for(var n of Zi(e))t.indexOf(n)<0&&Og.call(e,n)&&(r[n]=e[n]);return r};const Ia={bars:fP,oval:yP,dots:wP},OP={xs:w(18),sm:w(22),md:w(36),lg:w(44),xl:w(58)},xP={size:"md"};function xg(e){const t=he("Loader",xP,e),{size:r,color:n,variant:o}=t,i=PP(t,["size","color","variant"]),l=vr(),a=o in Ia?o:l.loader;return P(me,{...SP({role:"presentation",component:Ia[a]||Ia.bars,size:V({size:r,sizes:OP}),color:l.fn.variant({variant:"filled",primaryFallback:!1,color:n||l.primaryColor}).background},i)})}xg.displayName="@mantine/core/Loader";var $P=Object.defineProperty,kP=Object.defineProperties,bP=Object.getOwnPropertyDescriptors,cd=Object.getOwnPropertySymbols,EP=Object.prototype.hasOwnProperty,CP=Object.prototype.propertyIsEnumerable,fd=(e,t,r)=>t in e?$P(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Go=(e,t)=>{for(var r in t||(t={}))EP.call(t,r)&&fd(e,r,t[r]);if(cd)for(var r of cd(t))CP.call(t,r)&&fd(e,r,t[r]);return e},NP=(e,t)=>kP(e,bP(t));function TP({underline:e,strikethrough:t}){const r=[];return e&&r.push("underline"),t&&r.push("line-through"),r.length>0?r.join(" "):"none"}function zP({theme:e,color:t}){return t==="dimmed"?e.fn.dimmed():typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?e.fn.variant({variant:"filled",color:t}).background:t||"inherit"}function RP(e){return typeof e=="number"?{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:e,WebkitBoxOrient:"vertical"}:null}function DP({theme:e,truncate:t}){return t==="start"?{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",direction:e.dir==="ltr"?"rtl":"ltr",textAlign:e.dir==="ltr"?"right":"left"}:t?{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}:null}var jP=Se((e,{color:t,lineClamp:r,truncate:n,inline:o,inherit:i,underline:l,gradient:a,weight:s,transform:u,align:m,strikethrough:p,italic:d},{size:g})=>{const h=e.fn.variant({variant:"gradient",gradient:a});return{root:NP(Go(Go(Go(Go({},e.fn.fontStyles()),e.fn.focusStyles()),RP(r)),DP({theme:e,truncate:n})),{color:zP({color:t,theme:e}),fontFamily:i?"inherit":e.fontFamily,fontSize:i||g===void 0?"inherit":V({size:g,sizes:e.fontSizes}),lineHeight:i?"inherit":o?1:e.lineHeight,textDecoration:TP({underline:l,strikethrough:p}),WebkitTapHighlightColor:"transparent",fontWeight:i?"inherit":s,textTransform:u,textAlign:m,fontStyle:d?"italic":void 0}),gradient:{backgroundImage:h.background,WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}}});const IP=jP;var MP=Object.defineProperty,qi=Object.getOwnPropertySymbols,$g=Object.prototype.hasOwnProperty,kg=Object.prototype.propertyIsEnumerable,dd=(e,t,r)=>t in e?MP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,LP=(e,t)=>{for(var r in t||(t={}))$g.call(t,r)&&dd(e,r,t[r]);if(qi)for(var r of qi(t))kg.call(t,r)&&dd(e,r,t[r]);return e},FP=(e,t)=>{var r={};for(var n in e)$g.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&qi)for(var n of qi(e))t.indexOf(n)<0&&kg.call(e,n)&&(r[n]=e[n]);return r};const AP={variant:"text"},bg=k.exports.forwardRef((e,t)=>{const r=he("Text",AP,e),{className:n,size:o,weight:i,transform:l,color:a,align:s,variant:u,lineClamp:m,truncate:p,gradient:d,inline:g,inherit:h,underline:v,strikethrough:O,italic:f,classNames:c,styles:y,unstyled:S,span:b,__staticSelector:E}=r,x=FP(r,["className","size","weight","transform","color","align","variant","lineClamp","truncate","gradient","inline","inherit","underline","strikethrough","italic","classNames","styles","unstyled","span","__staticSelector"]),{classes:$,cx:T}=IP({color:a,lineClamp:m,truncate:p,inline:g,inherit:h,underline:v,strikethrough:O,italic:f,weight:i,transform:l,align:s,gradient:d},{unstyled:S,name:E||"Text",variant:u,size:o});return P(me,{...LP({ref:t,className:T($.root,{[$.gradient]:u==="gradient"},n),component:b?"span":"div"},x)})});bg.displayName="@mantine/core/Text";const xr=bg,Yo={xs:w(1),sm:w(2),md:w(3),lg:w(4),xl:w(5)};function Qo(e,t){const r=e.fn.variant({variant:"outline",color:t}).border;return typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?r:t===void 0?e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]:t}var WP=Se((e,{color:t},{size:r,variant:n})=>({root:{},withLabel:{borderTop:"0 !important"},left:{"&::before":{display:"none"}},right:{"&::after":{display:"none"}},label:{display:"flex",alignItems:"center","&::before":{content:'""',flex:1,height:w(1),borderTop:`${V({size:r,sizes:Yo})} ${n} ${Qo(e,t)}`,marginRight:e.spacing.xs},"&::after":{content:'""',flex:1,borderTop:`${V({size:r,sizes:Yo})} ${n} ${Qo(e,t)}`,marginLeft:e.spacing.xs}},labelDefaultStyles:{color:t==="dark"?e.colors.dark[1]:e.fn.themeColor(t,e.colorScheme==="dark"?5:e.fn.primaryShade(),!1)},horizontal:{border:0,borderTopWidth:w(V({size:r,sizes:Yo})),borderTopColor:Qo(e,t),borderTopStyle:n,margin:0},vertical:{border:0,alignSelf:"stretch",height:"auto",borderLeftWidth:w(V({size:r,sizes:Yo})),borderLeftColor:Qo(e,t),borderLeftStyle:n}}));const VP=WP;var HP=Object.defineProperty,BP=Object.defineProperties,UP=Object.getOwnPropertyDescriptors,el=Object.getOwnPropertySymbols,Eg=Object.prototype.hasOwnProperty,Cg=Object.prototype.propertyIsEnumerable,pd=(e,t,r)=>t in e?HP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,md=(e,t)=>{for(var r in t||(t={}))Eg.call(t,r)&&pd(e,r,t[r]);if(el)for(var r of el(t))Cg.call(t,r)&&pd(e,r,t[r]);return e},GP=(e,t)=>BP(e,UP(t)),YP=(e,t)=>{var r={};for(var n in e)Eg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&el)for(var n of el(e))t.indexOf(n)<0&&Cg.call(e,n)&&(r[n]=e[n]);return r};const QP={orientation:"horizontal",size:"xs",labelPosition:"left",variant:"solid"},Ng=k.exports.forwardRef((e,t)=>{const r=he("Divider",QP,e),{className:n,color:o,orientation:i,size:l,label:a,labelPosition:s,labelProps:u,variant:m,styles:p,classNames:d,unstyled:g}=r,h=YP(r,["className","color","orientation","size","label","labelPosition","labelProps","variant","styles","classNames","unstyled"]),{classes:v,cx:O}=VP({color:o},{classNames:d,styles:p,unstyled:g,name:"Divider",variant:m,size:l}),f=i==="vertical",c=i==="horizontal",y=!!a&&c,S=!(u!=null&&u.color);return P(me,{...md({ref:t,className:O(v.root,{[v.vertical]:f,[v.horizontal]:c,[v.withLabel]:y},n),role:"separator"},h),children:y&&P(xr,{...GP(md({},u),{size:(u==null?void 0:u.size)||"xs",mt:w(2),className:O(v.label,v[s],{[v.labelDefaultStyles]:S})}),children:a})})});Ng.displayName="@mantine/core/Divider";var XP=Object.defineProperty,yd=Object.getOwnPropertySymbols,KP=Object.prototype.hasOwnProperty,JP=Object.prototype.propertyIsEnumerable,gd=(e,t,r)=>t in e?XP(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Lr=(e,t)=>{for(var r in t||(t={}))KP.call(t,r)&&gd(e,r,t[r]);if(yd)for(var r of yd(t))JP.call(t,r)&&gd(e,r,t[r]);return e};const vd={entering:"in",entered:"in",exiting:"out",exited:"out","pre-exiting":"out","pre-entering":"out"};function ZP({transition:e,state:t,duration:r,timingFunction:n}){const o={transitionDuration:`${r}ms`,transitionTimingFunction:n};return typeof e=="string"?e in Uo?Lr(Lr(Lr({transitionProperty:Uo[e].transitionProperty},o),Uo[e].common),Uo[e][vd[t]]):null:Lr(Lr(Lr({transitionProperty:e.transitionProperty},o),e.common),e[vd[t]])}function qP({duration:e,exitDuration:t,timingFunction:r,mounted:n,onEnter:o,onExit:i,onEntered:l,onExited:a}){const s=vr(),u=ug(),m=s.respectReducedMotion?u:!1,[p,d]=k.exports.useState(n?"entered":"exited");let g=m?0:e;const h=k.exports.useRef(-1),v=O=>{const f=O?o:i,c=O?l:a;if(d(O?"pre-entering":"pre-exiting"),window.clearTimeout(h.current),g=m?0:O?e:t,g===0)typeof f=="function"&&f(),typeof c=="function"&&c(),d(O?"entered":"exited");else{const y=window.setTimeout(()=>{typeof f=="function"&&f(),d(O?"entering":"exiting")},10);h.current=window.setTimeout(()=>{window.clearTimeout(y),typeof c=="function"&&c(),d(O?"entered":"exited")},g)}};return SS(()=>{v(n)},[n]),k.exports.useEffect(()=>()=>window.clearTimeout(h.current),[]),{transitionDuration:g,transitionStatus:p,transitionTimingFunction:r||s.transitionTimingFunction}}function Tg({keepMounted:e,transition:t,duration:r=250,exitDuration:n=r,mounted:o,children:i,timingFunction:l,onExit:a,onEntered:s,onEnter:u,onExited:m}){const{transitionDuration:p,transitionStatus:d,transitionTimingFunction:g}=qP({mounted:o,exitDuration:n,duration:r,timingFunction:l,onExit:a,onEntered:s,onEnter:u,onExited:m});return p===0?o?P(Hi,{children:i({})}):e?i({display:"none"}):null:d==="exited"?e?i({display:"none"}):null:P(Hi,{children:i(ZP({transition:t,duration:p,state:d,timingFunction:g}))})}Tg.displayName="@mantine/core/Transition";var eO=Se((e,t,{size:r})=>({label:{display:"inline-block",fontSize:V({size:r,sizes:e.fontSizes}),fontWeight:500,color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[9],wordBreak:"break-word",cursor:"default",WebkitTapHighlightColor:"transparent"},required:{color:e.fn.variant({variant:"filled",color:"red"}).background}}));const tO=eO;var rO=Object.defineProperty,tl=Object.getOwnPropertySymbols,zg=Object.prototype.hasOwnProperty,Rg=Object.prototype.propertyIsEnumerable,hd=(e,t,r)=>t in e?rO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,nO=(e,t)=>{for(var r in t||(t={}))zg.call(t,r)&&hd(e,r,t[r]);if(tl)for(var r of tl(t))Rg.call(t,r)&&hd(e,r,t[r]);return e},oO=(e,t)=>{var r={};for(var n in e)zg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&tl)for(var n of tl(e))t.indexOf(n)<0&&Rg.call(e,n)&&(r[n]=e[n]);return r};const iO={labelElement:"label",size:"sm"},qu=k.exports.forwardRef((e,t)=>{const r=he("InputLabel",iO,e),{labelElement:n,children:o,required:i,size:l,classNames:a,styles:s,unstyled:u,className:m,htmlFor:p,__staticSelector:d,variant:g,onMouseDown:h}=r,v=oO(r,["labelElement","children","required","size","classNames","styles","unstyled","className","htmlFor","__staticSelector","variant","onMouseDown"]),{classes:O,cx:f}=tO(null,{name:["InputWrapper",d],classNames:a,styles:s,unstyled:u,variant:g,size:l});return K(me,{...nO({component:n,ref:t,className:f(O.label,m),htmlFor:n==="label"?p:void 0,onMouseDown:c=>{h==null||h(c),!c.defaultPrevented&&c.detail>1&&c.preventDefault()}},v),children:[o,i&&P("span",{className:O.required,"aria-hidden":!0,children:" *"})]})});qu.displayName="@mantine/core/InputLabel";var lO=Se((e,t,{size:r})=>({error:{wordBreak:"break-word",color:e.fn.variant({variant:"filled",color:"red"}).background,fontSize:`calc(${V({size:r,sizes:e.fontSizes})} - ${w(2)})`,lineHeight:1.2,display:"block"}}));const aO=lO;var sO=Object.defineProperty,rl=Object.getOwnPropertySymbols,Dg=Object.prototype.hasOwnProperty,jg=Object.prototype.propertyIsEnumerable,wd=(e,t,r)=>t in e?sO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,uO=(e,t)=>{for(var r in t||(t={}))Dg.call(t,r)&&wd(e,r,t[r]);if(rl)for(var r of rl(t))jg.call(t,r)&&wd(e,r,t[r]);return e},cO=(e,t)=>{var r={};for(var n in e)Dg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&rl)for(var n of rl(e))t.indexOf(n)<0&&jg.call(e,n)&&(r[n]=e[n]);return r};const fO={size:"sm"},ec=k.exports.forwardRef((e,t)=>{const r=he("InputError",fO,e),{children:n,className:o,classNames:i,styles:l,unstyled:a,size:s,__staticSelector:u,variant:m}=r,p=cO(r,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:d,cx:g}=aO(null,{name:["InputWrapper",u],classNames:i,styles:l,unstyled:a,variant:m,size:s});return P(xr,{...uO({className:g(d.error,o),ref:t},p),children:n})});ec.displayName="@mantine/core/InputError";var dO=Se((e,t,{size:r})=>({description:{wordBreak:"break-word",color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],fontSize:`calc(${V({size:r,sizes:e.fontSizes})} - ${w(2)})`,lineHeight:1.2,display:"block"}}));const pO=dO;var mO=Object.defineProperty,nl=Object.getOwnPropertySymbols,Ig=Object.prototype.hasOwnProperty,Mg=Object.prototype.propertyIsEnumerable,_d=(e,t,r)=>t in e?mO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,yO=(e,t)=>{for(var r in t||(t={}))Ig.call(t,r)&&_d(e,r,t[r]);if(nl)for(var r of nl(t))Mg.call(t,r)&&_d(e,r,t[r]);return e},gO=(e,t)=>{var r={};for(var n in e)Ig.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&nl)for(var n of nl(e))t.indexOf(n)<0&&Mg.call(e,n)&&(r[n]=e[n]);return r};const vO={size:"sm"},tc=k.exports.forwardRef((e,t)=>{const r=he("InputDescription",vO,e),{children:n,className:o,classNames:i,styles:l,unstyled:a,size:s,__staticSelector:u,variant:m}=r,p=gO(r,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:d,cx:g}=pO(null,{name:["InputWrapper",u],classNames:i,styles:l,unstyled:a,variant:m,size:s});return P(xr,{...yO({color:"dimmed",className:g(d.description,o),ref:t,unstyled:a},p),children:n})});tc.displayName="@mantine/core/InputDescription";const Lg=k.exports.createContext({offsetBottom:!1,offsetTop:!1,describedBy:void 0}),hO=Lg.Provider,wO=()=>k.exports.useContext(Lg);function _O(e,{hasDescription:t,hasError:r}){const n=e.findIndex(s=>s==="input"),o=e[n-1],i=e[n+1];return{offsetBottom:t&&i==="description"||r&&i==="error",offsetTop:t&&o==="description"||r&&o==="error"}}var SO=Object.defineProperty,PO=Object.defineProperties,OO=Object.getOwnPropertyDescriptors,Sd=Object.getOwnPropertySymbols,xO=Object.prototype.hasOwnProperty,$O=Object.prototype.propertyIsEnumerable,Pd=(e,t,r)=>t in e?SO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,kO=(e,t)=>{for(var r in t||(t={}))xO.call(t,r)&&Pd(e,r,t[r]);if(Sd)for(var r of Sd(t))$O.call(t,r)&&Pd(e,r,t[r]);return e},bO=(e,t)=>PO(e,OO(t)),EO=Se(e=>({root:bO(kO({},e.fn.fontStyles()),{lineHeight:e.lineHeight})}));const CO=EO;var NO=Object.defineProperty,TO=Object.defineProperties,zO=Object.getOwnPropertyDescriptors,ol=Object.getOwnPropertySymbols,Fg=Object.prototype.hasOwnProperty,Ag=Object.prototype.propertyIsEnumerable,Od=(e,t,r)=>t in e?NO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Xt=(e,t)=>{for(var r in t||(t={}))Fg.call(t,r)&&Od(e,r,t[r]);if(ol)for(var r of ol(t))Ag.call(t,r)&&Od(e,r,t[r]);return e},xd=(e,t)=>TO(e,zO(t)),RO=(e,t)=>{var r={};for(var n in e)Fg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ol)for(var n of ol(e))t.indexOf(n)<0&&Ag.call(e,n)&&(r[n]=e[n]);return r};const DO={labelElement:"label",size:"sm",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},Wg=k.exports.forwardRef((e,t)=>{const r=he("InputWrapper",DO,e),{className:n,label:o,children:i,required:l,id:a,error:s,description:u,labelElement:m,labelProps:p,descriptionProps:d,errorProps:g,classNames:h,styles:v,size:O,inputContainer:f,__staticSelector:c,unstyled:y,inputWrapperOrder:S,withAsterisk:b,variant:E}=r,x=RO(r,["className","label","children","required","id","error","description","labelElement","labelProps","descriptionProps","errorProps","classNames","styles","size","inputContainer","__staticSelector","unstyled","inputWrapperOrder","withAsterisk","variant"]),{classes:$,cx:T}=CO(null,{classNames:h,styles:v,name:["InputWrapper",c],unstyled:y,variant:E,size:O}),M={classNames:h,styles:v,unstyled:y,size:O,variant:E,__staticSelector:c},H=typeof b=="boolean"?b:l,Q=a?`${a}-error`:g==null?void 0:g.id,J=a?`${a}-description`:d==null?void 0:d.id,re=`${!!s&&typeof s!="boolean"?Q:""} ${u?J:""}`,ze=re.trim().length>0?re.trim():void 0,ne=o&&P(qu,{...Xt(Xt({key:"label",labelElement:m,id:a?`${a}-label`:void 0,htmlFor:a,required:H},M),p),children:o}),z=u&&P(tc,{...xd(Xt(Xt({key:"description"},d),M),{size:(d==null?void 0:d.size)||M.size,id:(d==null?void 0:d.id)||J}),children:u}),F=P(k.exports.Fragment,{children:f(i)},"input"),I=typeof s!="boolean"&&s&&P(ec,{...xd(Xt(Xt({},g),M),{size:(g==null?void 0:g.size)||M.size,key:"error",id:(g==null?void 0:g.id)||Q}),children:s}),B=S.map(_=>{switch(_){case"label":return ne;case"input":return F;case"description":return z;case"error":return I;default:return null}});return P(hO,{value:Xt({describedBy:ze},_O(S,{hasDescription:!!z,hasError:!!I})),children:P(me,{...Xt({className:T($.root,n),ref:t},x),children:B})})});Wg.displayName="@mantine/core/InputWrapper";var jO=Object.defineProperty,il=Object.getOwnPropertySymbols,Vg=Object.prototype.hasOwnProperty,Hg=Object.prototype.propertyIsEnumerable,$d=(e,t,r)=>t in e?jO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,IO=(e,t)=>{for(var r in t||(t={}))Vg.call(t,r)&&$d(e,r,t[r]);if(il)for(var r of il(t))Hg.call(t,r)&&$d(e,r,t[r]);return e},MO=(e,t)=>{var r={};for(var n in e)Vg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&il)for(var n of il(e))t.indexOf(n)<0&&Hg.call(e,n)&&(r[n]=e[n]);return r};const LO={},Bg=k.exports.forwardRef((e,t)=>{const r=he("InputPlaceholder",LO,e),{sx:n}=r,o=MO(r,["sx"]);return P(me,{...IO({component:"span",sx:[i=>i.fn.placeholderStyles(),...Dy(n)],ref:t},o)})});Bg.displayName="@mantine/core/InputPlaceholder";var FO=Object.defineProperty,AO=Object.defineProperties,WO=Object.getOwnPropertyDescriptors,kd=Object.getOwnPropertySymbols,VO=Object.prototype.hasOwnProperty,HO=Object.prototype.propertyIsEnumerable,bd=(e,t,r)=>t in e?FO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Xo=(e,t)=>{for(var r in t||(t={}))VO.call(t,r)&&bd(e,r,t[r]);if(kd)for(var r of kd(t))HO.call(t,r)&&bd(e,r,t[r]);return e},Ma=(e,t)=>AO(e,WO(t));const Be={xs:w(30),sm:w(36),md:w(42),lg:w(50),xl:w(60)},BO=["default","filled","unstyled"];function UO({theme:e,variant:t}){return BO.includes(t)?t==="default"?{border:`${w(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]}`,backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.white,transition:"border-color 100ms ease","&:focus, &:focus-within":e.focusRingStyles.inputStyles(e)}:t==="filled"?{border:`${w(1)} solid transparent`,backgroundColor:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[1],"&:focus, &:focus-within":e.focusRingStyles.inputStyles(e)}:{borderWidth:0,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,backgroundColor:"transparent",minHeight:w(28),outline:0,"&:focus, &:focus-within":{outline:"none",borderColor:"transparent"},"&:disabled":{backgroundColor:"transparent","&:focus, &:focus-within":{outline:"none",borderColor:"transparent"}}}:null}var GO=Se((e,{multiline:t,radius:r,invalid:n,rightSectionWidth:o,withRightSection:i,iconWidth:l,offsetBottom:a,offsetTop:s,pointer:u},{variant:m,size:p})=>{const d=e.fn.variant({variant:"filled",color:"red"}).background,g=m==="default"||m==="filled"?{minHeight:V({size:p,sizes:Be}),paddingLeft:`calc(${V({size:p,sizes:Be})} / 3)`,paddingRight:i?o||V({size:p,sizes:Be}):`calc(${V({size:p,sizes:Be})} / 3)`,borderRadius:e.fn.radius(r)}:null;return{wrapper:{position:"relative",marginTop:s?`calc(${e.spacing.xs} / 2)`:void 0,marginBottom:a?`calc(${e.spacing.xs} / 2)`:void 0},input:Ma(Xo(Xo(Ma(Xo({},e.fn.fontStyles()),{height:t?m==="unstyled"?void 0:"auto":V({size:p,sizes:Be}),WebkitTapHighlightColor:"transparent",lineHeight:t?e.lineHeight:`calc(${V({size:p,sizes:Be})} - ${w(2)})`,appearance:"none",resize:"none",boxSizing:"border-box",fontSize:V({size:p,sizes:e.fontSizes}),width:"100%",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,display:"block",textAlign:"left",cursor:u?"pointer":void 0}),UO({theme:e,variant:m})),g),{"&:disabled, &[data-disabled]":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[1],color:e.colors.dark[2],opacity:.6,cursor:"not-allowed","&::placeholder":{color:e.colors.dark[2]}},"&[data-invalid]":{color:d,borderColor:d,"&::placeholder":{opacity:1,color:d}},"&[data-with-icon]":{paddingLeft:typeof l=="number"?w(l):V({size:p,sizes:Be})},"&::placeholder":Ma(Xo({},e.fn.placeholderStyles()),{opacity:1}),"&::-webkit-inner-spin-button, &::-webkit-outer-spin-button, &::-webkit-search-decoration, &::-webkit-search-cancel-button, &::-webkit-search-results-button, &::-webkit-search-results-decoration":{appearance:"none"},"&[type=number]":{MozAppearance:"textfield"}}),icon:{pointerEvents:"none",position:"absolute",zIndex:1,left:0,top:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",width:l?w(l):V({size:p,sizes:Be}),color:n?e.colors.red[e.colorScheme==="dark"?6:7]:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[5]},rightSection:{position:"absolute",top:0,bottom:0,right:0,display:"flex",alignItems:"center",justifyContent:"center",width:o||V({size:p,sizes:Be})}}}),YO=Object.defineProperty,QO=Object.defineProperties,XO=Object.getOwnPropertyDescriptors,ll=Object.getOwnPropertySymbols,Ug=Object.prototype.hasOwnProperty,Gg=Object.prototype.propertyIsEnumerable,Ed=(e,t,r)=>t in e?YO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ko=(e,t)=>{for(var r in t||(t={}))Ug.call(t,r)&&Ed(e,r,t[r]);if(ll)for(var r of ll(t))Gg.call(t,r)&&Ed(e,r,t[r]);return e},Cd=(e,t)=>QO(e,XO(t)),KO=(e,t)=>{var r={};for(var n in e)Ug.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ll)for(var n of ll(e))t.indexOf(n)<0&&Gg.call(e,n)&&(r[n]=e[n]);return r};const JO={size:"sm",variant:"default"},jr=k.exports.forwardRef((e,t)=>{const r=he("Input",JO,e),{className:n,error:o,required:i,disabled:l,variant:a,icon:s,style:u,rightSectionWidth:m,iconWidth:p,rightSection:d,rightSectionProps:g,radius:h,size:v,wrapperProps:O,classNames:f,styles:c,__staticSelector:y,multiline:S,sx:b,unstyled:E,pointer:x}=r,$=KO(r,["className","error","required","disabled","variant","icon","style","rightSectionWidth","iconWidth","rightSection","rightSectionProps","radius","size","wrapperProps","classNames","styles","__staticSelector","multiline","sx","unstyled","pointer"]),{offsetBottom:T,offsetTop:M,describedBy:H}=wO(),{classes:Q,cx:J}=GO({radius:h,multiline:S,invalid:!!o,rightSectionWidth:m?w(m):void 0,iconWidth:p,withRightSection:!!d,offsetBottom:T,offsetTop:M,pointer:x},{classNames:f,styles:c,name:["Input",y],unstyled:E,variant:a,size:v}),{systemStyles:ce,rest:re}=Zu($);return K(me,{...Ko(Ko({className:J(Q.wrapper,n),sx:b,style:u},ce),O),children:[s&&P("div",{className:Q.icon,children:s}),P(me,{...Cd(Ko({component:"input"},re),{ref:t,required:i,"aria-invalid":!!o,"aria-describedby":H,disabled:l,"data-disabled":l||void 0,"data-with-icon":!!s||void 0,"data-invalid":!!o||void 0,className:Q.input})}),d&&P("div",{...Cd(Ko({},g),{className:Q.rightSection}),children:d})]})});jr.displayName="@mantine/core/Input";jr.Wrapper=Wg;jr.Label=qu;jr.Description=tc;jr.Error=ec;jr.Placeholder=Bg;const Vs=jr;var ZO=Se((e,{orientation:t,buttonBorderWidth:r})=>({root:{display:"flex",flexDirection:t==="vertical"?"column":"row","& [data-button]":{"&:first-of-type":{borderBottomRightRadius:0,[t==="vertical"?"borderBottomLeftRadius":"borderTopRightRadius"]:0,[t==="vertical"?"borderBottomWidth":"borderRightWidth"]:`calc(${w(r)} / 2)`},"&:last-of-type":{borderTopLeftRadius:0,[t==="vertical"?"borderTopRightRadius":"borderBottomLeftRadius"]:0,[t==="vertical"?"borderTopWidth":"borderLeftWidth"]:`calc(${w(r)} / 2)`},"&:not(:first-of-type):not(:last-of-type)":{borderRadius:0,[t==="vertical"?"borderTopWidth":"borderLeftWidth"]:`calc(${w(r)} / 2)`,[t==="vertical"?"borderBottomWidth":"borderRightWidth"]:`calc(${w(r)} / 2)`},"& + [data-button]":{[t==="vertical"?"marginTop":"marginLeft"]:`calc(${r} * -1)`,"@media (min-resolution: 192dpi)":{[t==="vertical"?"marginTop":"marginLeft"]:0}}}}}));const qO=ZO;var ex=Object.defineProperty,al=Object.getOwnPropertySymbols,Yg=Object.prototype.hasOwnProperty,Qg=Object.prototype.propertyIsEnumerable,Nd=(e,t,r)=>t in e?ex(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,tx=(e,t)=>{for(var r in t||(t={}))Yg.call(t,r)&&Nd(e,r,t[r]);if(al)for(var r of al(t))Qg.call(t,r)&&Nd(e,r,t[r]);return e},rx=(e,t)=>{var r={};for(var n in e)Yg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&al)for(var n of al(e))t.indexOf(n)<0&&Qg.call(e,n)&&(r[n]=e[n]);return r};const nx={orientation:"horizontal",buttonBorderWidth:1},Xg=k.exports.forwardRef((e,t)=>{const r=he("ButtonGroup",nx,e),{className:n,orientation:o,buttonBorderWidth:i,unstyled:l}=r,a=rx(r,["className","orientation","buttonBorderWidth","unstyled"]),{classes:s,cx:u}=qO({orientation:o,buttonBorderWidth:i},{name:"ButtonGroup",unstyled:l});return P(me,{...tx({className:u(s.root,n),ref:t},a)})});Xg.displayName="@mantine/core/ButtonGroup";var ox=Object.defineProperty,ix=Object.defineProperties,lx=Object.getOwnPropertyDescriptors,Td=Object.getOwnPropertySymbols,ax=Object.prototype.hasOwnProperty,sx=Object.prototype.propertyIsEnumerable,zd=(e,t,r)=>t in e?ox(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qt=(e,t)=>{for(var r in t||(t={}))ax.call(t,r)&&zd(e,r,t[r]);if(Td)for(var r of Td(t))sx.call(t,r)&&zd(e,r,t[r]);return e},yi=(e,t)=>ix(e,lx(t));const ux=["filled","outline","light","white","default","subtle","gradient"],Hs={xs:{height:Be.xs,paddingLeft:w(14),paddingRight:w(14)},sm:{height:Be.sm,paddingLeft:w(18),paddingRight:w(18)},md:{height:Be.md,paddingLeft:w(22),paddingRight:w(22)},lg:{height:Be.lg,paddingLeft:w(26),paddingRight:w(26)},xl:{height:Be.xl,paddingLeft:w(32),paddingRight:w(32)},"compact-xs":{height:w(22),paddingLeft:w(7),paddingRight:w(7)},"compact-sm":{height:w(26),paddingLeft:w(8),paddingRight:w(8)},"compact-md":{height:w(30),paddingLeft:w(10),paddingRight:w(10)},"compact-lg":{height:w(34),paddingLeft:w(12),paddingRight:w(12)},"compact-xl":{height:w(40),paddingLeft:w(14),paddingRight:w(14)}};function cx({compact:e,size:t,withLeftIcon:r,withRightIcon:n}){if(e)return Hs[`compact-${t}`];const o=Hs[t];return o?yi(qt({},o),{paddingLeft:r?`calc(${o.paddingLeft} / 1.5)`:o.paddingLeft,paddingRight:n?`calc(${o.paddingRight} / 1.5)`:o.paddingRight}):{}}const fx=e=>({display:e?"block":"inline-block",width:e?"100%":"auto"});function dx({variant:e,theme:t,color:r,gradient:n}){if(!ux.includes(e))return null;const o=t.fn.variant({color:r,variant:e,gradient:n});return e==="gradient"?qt({border:0,backgroundImage:o.background,color:o.color},t.fn.hover({backgroundSize:"200%"})):{border:`${w(1)} solid ${o.border}`,backgroundColor:o.background,color:o.color,"&:not([data-disabled])":t.fn.hover({backgroundColor:o.hover})}}var px=Se((e,{radius:t,fullWidth:r,compact:n,withLeftIcon:o,withRightIcon:i,color:l,gradient:a},{variant:s,size:u})=>({root:yi(qt(yi(qt(qt(qt(qt({},cx({compact:n,size:u,withLeftIcon:o,withRightIcon:i})),e.fn.fontStyles()),e.fn.focusStyles()),fx(r)),{borderRadius:e.fn.radius(t),fontWeight:600,position:"relative",lineHeight:1,fontSize:V({size:u,sizes:e.fontSizes}),userSelect:"none",cursor:"pointer"}),dx({variant:s,theme:e,color:l,gradient:a})),{"&:active":e.activeStyles,"&:disabled, &[data-disabled]":{borderColor:"transparent",backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],color:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[5],cursor:"not-allowed",backgroundImage:"none",pointerEvents:"none","&:active":{transform:"none"}},"&[data-loading]":{pointerEvents:"none","&::before":yi(qt({content:'""'},e.fn.cover(w(-1))),{backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.colors.dark[7],.5):"rgba(255, 255, 255, .5)",borderRadius:e.fn.radius(t),cursor:"not-allowed"})}}),icon:{display:"flex",alignItems:"center"},leftIcon:{marginRight:e.spacing.xs},rightIcon:{marginLeft:e.spacing.xs},centerLoader:{position:"absolute",left:"50%",transform:"translateX(-50%)",opacity:.5},inner:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",overflow:"visible"},label:{whiteSpace:"nowrap",height:"100%",overflow:"hidden",display:"flex",alignItems:"center"}}));const mx=px;var yx=Object.defineProperty,sl=Object.getOwnPropertySymbols,Kg=Object.prototype.hasOwnProperty,Jg=Object.prototype.propertyIsEnumerable,Rd=(e,t,r)=>t in e?yx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Dd=(e,t)=>{for(var r in t||(t={}))Kg.call(t,r)&&Rd(e,r,t[r]);if(sl)for(var r of sl(t))Jg.call(t,r)&&Rd(e,r,t[r]);return e},gx=(e,t)=>{var r={};for(var n in e)Kg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&sl)for(var n of sl(e))t.indexOf(n)<0&&Jg.call(e,n)&&(r[n]=e[n]);return r};const vx={size:"sm",type:"button",variant:"filled",loaderPosition:"left"},rc=k.exports.forwardRef((e,t)=>{const r=he("Button",vx,e),{className:n,size:o,color:i,type:l,disabled:a,children:s,leftIcon:u,rightIcon:m,fullWidth:p,variant:d,radius:g,uppercase:h,compact:v,loading:O,loaderPosition:f,loaderProps:c,gradient:y,classNames:S,styles:b,unstyled:E}=r,x=gx(r,["className","size","color","type","disabled","children","leftIcon","rightIcon","fullWidth","variant","radius","uppercase","compact","loading","loaderPosition","loaderProps","gradient","classNames","styles","unstyled"]),{classes:$,cx:T,theme:M}=mx({radius:g,color:i,fullWidth:p,compact:v,gradient:y,withLeftIcon:!!u,withRightIcon:!!m},{name:"Button",unstyled:E,classNames:S,styles:b,variant:d,size:o}),H=M.fn.variant({color:i,variant:d}),Q=P(xg,{...Dd({color:H.color,size:`calc(${V({size:o,sizes:Hs}).height} / 2)`},c)});return P(aP,{...Dd({className:T($.root,n),type:l,disabled:a,"data-button":!0,"data-disabled":a||void 0,"data-loading":O||void 0,ref:t,unstyled:E},x),children:K("div",{className:$.inner,children:[(u||O&&f==="left")&&P("span",{className:T($.icon,$.leftIcon),children:O&&f==="left"?Q:u}),O&&f==="center"&&P("span",{className:$.centerLoader,children:Q}),P("span",{className:$.label,style:{textTransform:h?"uppercase":void 0},children:s}),(m||O&&f==="right")&&P("span",{className:T($.icon,$.rightIcon),children:O&&f==="right"?Q:m})]})})});rc.displayName="@mantine/core/Button";rc.Group=Xg;const jd=rc;var hx=Se((e,{inline:t})=>({root:{display:t?"inline-flex":"flex",alignItems:"center",justifyContent:"center"}}));const wx=hx;var _x=Object.defineProperty,ul=Object.getOwnPropertySymbols,Zg=Object.prototype.hasOwnProperty,qg=Object.prototype.propertyIsEnumerable,Id=(e,t,r)=>t in e?_x(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Sx=(e,t)=>{for(var r in t||(t={}))Zg.call(t,r)&&Id(e,r,t[r]);if(ul)for(var r of ul(t))qg.call(t,r)&&Id(e,r,t[r]);return e},Px=(e,t)=>{var r={};for(var n in e)Zg.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ul)for(var n of ul(e))t.indexOf(n)<0&&qg.call(e,n)&&(r[n]=e[n]);return r};const ev=k.exports.forwardRef((e,t)=>{const r=he("Center",{},e),{inline:n,className:o,unstyled:i,variant:l}=r,a=Px(r,["inline","className","unstyled","variant"]),{classes:s,cx:u}=wx({inline:n},{name:"Center",unstyled:i,variant:l});return P(me,{...Sx({ref:t,className:u(s.root,o)},a)})});ev.displayName="@mantine/core/Center";const La=ev;var Ox=Object.defineProperty,xx=Object.defineProperties,$x=Object.getOwnPropertyDescriptors,Md=Object.getOwnPropertySymbols,kx=Object.prototype.hasOwnProperty,bx=Object.prototype.propertyIsEnumerable,Ld=(e,t,r)=>t in e?Ox(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ex=(e,t)=>{for(var r in t||(t={}))kx.call(t,r)&&Ld(e,r,t[r]);if(Md)for(var r of Md(t))bx.call(t,r)&&Ld(e,r,t[r]);return e},Cx=(e,t)=>xx(e,$x(t));const Fa={xs:w(16),sm:w(20),md:w(24),lg:w(30),xl:w(36)};var Nx=Se((e,{labelPosition:t},{size:r})=>({root:{},body:{display:"flex"},labelWrapper:Cx(Ex({},e.fn.fontStyles()),{display:"inline-flex",flexDirection:"column",WebkitTapHighlightColor:"transparent",fontSize:r in Fa?V({size:r,sizes:e.fontSizes}):void 0,lineHeight:r in Fa?V({size:r,sizes:Fa}):void 0,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,cursor:e.cursorType,order:t==="left"?1:2}),description:{marginTop:`calc(${e.spacing.xs} / 2)`,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm},error:{marginTop:`calc(${e.spacing.xs} / 2)`,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm},label:{cursor:e.cursorType,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm,"&[data-disabled]":{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]}}}));const Tx=Nx;var zx=Object.defineProperty,cl=Object.getOwnPropertySymbols,tv=Object.prototype.hasOwnProperty,rv=Object.prototype.propertyIsEnumerable,Fd=(e,t,r)=>t in e?zx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Rx=(e,t)=>{for(var r in t||(t={}))tv.call(t,r)&&Fd(e,r,t[r]);if(cl)for(var r of cl(t))rv.call(t,r)&&Fd(e,r,t[r]);return e},Dx=(e,t)=>{var r={};for(var n in e)tv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&cl)for(var n of cl(e))t.indexOf(n)<0&&rv.call(e,n)&&(r[n]=e[n]);return r};function nv(e){var t=e,{__staticSelector:r,className:n,classNames:o,styles:i,unstyled:l,children:a,label:s,description:u,id:m,disabled:p,error:d,size:g,labelPosition:h,variant:v}=t,O=Dx(t,["__staticSelector","className","classNames","styles","unstyled","children","label","description","id","disabled","error","size","labelPosition","variant"]);const{classes:f,cx:c}=Tx({labelPosition:h},{name:r,styles:i,classNames:o,unstyled:l,variant:v,size:g});return P(me,{...Rx({className:c(f.root,n)},O),children:K("div",{className:c(f.body),children:[a,K("div",{className:f.labelWrapper,children:[s&&P("label",{className:f.label,"data-disabled":p||void 0,htmlFor:m,children:s}),u&&P(Vs.Description,{className:f.description,children:u}),d&&d!=="boolean"&&P(Vs.Error,{className:f.error,children:d})]})]})})}nv.displayName="@mantine/core/InlineInput";var jx=Se((e,{fluid:t,sizes:r},{size:n})=>({root:{paddingLeft:e.spacing.md,paddingRight:e.spacing.md,maxWidth:t?"100%":V({size:n,sizes:r}),marginLeft:"auto",marginRight:"auto"}}));const Ix=jx;var Mx=Object.defineProperty,fl=Object.getOwnPropertySymbols,ov=Object.prototype.hasOwnProperty,iv=Object.prototype.propertyIsEnumerable,Ad=(e,t,r)=>t in e?Mx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Lx=(e,t)=>{for(var r in t||(t={}))ov.call(t,r)&&Ad(e,r,t[r]);if(fl)for(var r of fl(t))iv.call(t,r)&&Ad(e,r,t[r]);return e},Fx=(e,t)=>{var r={};for(var n in e)ov.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&fl)for(var n of fl(e))t.indexOf(n)<0&&iv.call(e,n)&&(r[n]=e[n]);return r};const Ax={sizes:{xs:w(540),sm:w(720),md:w(960),lg:w(1140),xl:w(1320)}},Kt=k.exports.forwardRef((e,t)=>{const r=he("Container",Ax,e),{className:n,fluid:o,size:i,unstyled:l,sizes:a,variant:s}=r,u=Fx(r,["className","fluid","size","unstyled","sizes","variant"]),{classes:m,cx:p}=Ix({fluid:o,sizes:a},{unstyled:l,name:"Container",variant:s,size:i});return P(me,{...Lx({className:p(m.root,n),ref:t},u)})});Kt.displayName="@mantine/core/Container";const Wx={gap:{type:"spacing",property:"gap"},rowGap:{type:"spacing",property:"rowGap"},columnGap:{type:"spacing",property:"columnGap"},align:{type:"identity",property:"alignItems"},justify:{type:"identity",property:"justifyContent"},wrap:{type:"identity",property:"flexWrap"},direction:{type:"identity",property:"flexDirection"}};var Vx=Object.defineProperty,Hx=Object.defineProperties,Bx=Object.getOwnPropertyDescriptors,dl=Object.getOwnPropertySymbols,lv=Object.prototype.hasOwnProperty,av=Object.prototype.propertyIsEnumerable,Wd=(e,t,r)=>t in e?Vx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ux=(e,t)=>{for(var r in t||(t={}))lv.call(t,r)&&Wd(e,r,t[r]);if(dl)for(var r of dl(t))av.call(t,r)&&Wd(e,r,t[r]);return e},Gx=(e,t)=>Hx(e,Bx(t)),Yx=(e,t)=>{var r={};for(var n in e)lv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&dl)for(var n of dl(e))t.indexOf(n)<0&&av.call(e,n)&&(r[n]=e[n]);return r};const Qx={},sv=k.exports.forwardRef((e,t)=>{const r=he("Flex",Qx,e),{gap:n,rowGap:o,columnGap:i,align:l,justify:a,wrap:s,direction:u,sx:m}=r,p=Yx(r,["gap","rowGap","columnGap","align","justify","wrap","direction","sx"]);return P(me,{...Gx(Ux({},p),{sx:[{display:"flex"},d=>Ws({gap:n,rowGap:o,columnGap:i,align:l,justify:a,wrap:s,direction:u},d,Wx),...Dy(m)],ref:t})})});sv.displayName="@mantine/core/Flex";var Xx=Object.defineProperty,Kx=Object.defineProperties,Jx=Object.getOwnPropertyDescriptors,Vd=Object.getOwnPropertySymbols,Zx=Object.prototype.hasOwnProperty,qx=Object.prototype.propertyIsEnumerable,Hd=(e,t,r)=>t in e?Xx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Jo=(e,t)=>{for(var r in t||(t={}))Zx.call(t,r)&&Hd(e,r,t[r]);if(Vd)for(var r of Vd(t))qx.call(t,r)&&Hd(e,r,t[r]);return e},e$=(e,t)=>Kx(e,Jx(t));const gi=4,Bd={xs:`${w(3)} ${w(6)}`,sm:`${w(5)} ${w(10)}`,md:`${w(7)} ${w(14)}`,lg:`${w(9)} ${w(16)}`,xl:`${w(12)} ${w(20)}`};var t$=Se((e,{fullWidth:t,color:r,radius:n,shouldAnimate:o,transitionDuration:i,transitionTimingFunction:l,orientation:a},{size:s})=>{const u=a==="vertical",m=e.fn.variant({variant:"filled",color:r});return{label:e$(Jo(Jo({ref:Nn("label")},e.fn.focusStyles()),e.fn.fontStyles()),{WebkitTapHighlightColor:"transparent",borderRadius:e.fn.radius(n),fontWeight:500,fontSize:s in e.fontSizes?e.fontSizes[s]:e.fontSizes.sm,cursor:"pointer",display:"block",textAlign:"center",padding:Bd[s in Bd?s:"sm"],whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",userSelect:"none",color:e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[7],transition:`color ${o?0:i}ms ${l||e.transitionTimingFunction}`,"&:hover":{color:e.colorScheme==="dark"?e.colors.dark[0]:e.black},"&[data-disabled]":{"&, &:hover":{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5],cursor:"not-allowed"}},"&[data-active]":{"&, &:hover":{color:r||e.colorScheme==="dark"?e.white:e.black}}}),control:{ref:Nn("control"),position:"relative",boxSizing:"border-box",flex:1,zIndex:2,transition:`border-left-color ${o?0:i}ms ${l||e.transitionTimingFunction}`,"&:not(:first-of-type)":{borderStyle:"solid",borderWidth:u?`${w(1)} 0 0 0`:`0 0 0 ${w(1)}`,borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}},input:{height:0,width:0,position:"absolute",overflow:"hidden",whiteSpace:"nowrap",opacity:0,"&:focus":{outline:"none",[`& + .${Nn("label")}`]:Jo({},e.focusRing==="always"||e.focusRing==="auto"?e.focusRingStyles.styles(e):e.focusRingStyles.resetStyles(e)),"&:focus:not(:focus-visible)":{[`& + .${Nn("label")}`]:Jo({},e.focusRing==="auto"||e.focusRing==="never"?e.focusRingStyles.resetStyles(e):null)}}},root:{position:"relative",display:t||u?"flex":"inline-flex",width:u&&!t?"max-content":"auto",flexDirection:u?"column":"row",backgroundColor:e.colorScheme==="dark"?e.colors.dark[8]:e.colors.gray[1],borderRadius:e.fn.radius(n),overflow:"hidden",padding:gi},controlActive:{borderLeftColor:"transparent !important",borderTopColor:"transparent !important",[`& + .${Nn("control")}`]:{borderLeftColor:"transparent !important",borderTopColor:"transparent !important"},borderRadius:e.fn.radius(n),boxShadow:o?r||e.colorScheme==="dark"?"none":e.shadows.xs:void 0,backgroundColor:o?r?m.background:e.colorScheme==="dark"?e.colors.dark[5]:e.white:void 0},indicator:{boxSizing:"border-box",borderRadius:e.fn.radius(n),position:"absolute",zIndex:1,boxShadow:r||e.colorScheme==="dark"?"none":e.shadows.xs,transition:`transform ${o?0:i}ms ${e.transitionTimingFunction}, width ${o?0:i/2}ms ${l||e.transitionTimingFunction}`,backgroundColor:r?m.background:e.colorScheme==="dark"?e.colors.dark[5]:e.white}}});const r$=t$;var n$=Object.defineProperty,pl=Object.getOwnPropertySymbols,uv=Object.prototype.hasOwnProperty,cv=Object.prototype.propertyIsEnumerable,Ud=(e,t,r)=>t in e?n$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,o$=(e,t)=>{for(var r in t||(t={}))uv.call(t,r)&&Ud(e,r,t[r]);if(pl)for(var r of pl(t))cv.call(t,r)&&Ud(e,r,t[r]);return e},i$=(e,t)=>{var r={};for(var n in e)uv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&pl)for(var n of pl(e))t.indexOf(n)<0&&cv.call(e,n)&&(r[n]=e[n]);return r};const l$={disabled:!1,size:"sm",transitionDuration:200},fv=k.exports.forwardRef((e,t)=>{var r,n,o,i;const l=he("SegmentedControl",l$,e),{className:a,disabled:s,data:u,name:m,value:p,onChange:d,color:g,fullWidth:h,radius:v,size:O,transitionDuration:f,transitionTimingFunction:c,classNames:y,styles:S,defaultValue:b,orientation:E,unstyled:x,variant:$,readOnly:T}=l,M=i$(l,["className","disabled","data","name","value","onChange","color","fullWidth","radius","size","transitionDuration","transitionTimingFunction","classNames","styles","defaultValue","orientation","unstyled","variant","readOnly"]),H=vr(),Q=ug(),J=H.respectReducedMotion?Q:!1,ce=u.map(W=>typeof W=="string"?{label:W,value:W}:W),re=k.exports.useRef(),[ze,ne]=k.exports.useState(!1),[z,F]=na({value:p,defaultValue:b,finalValue:Array.isArray(ce)&&(i=(o=(r=ce.find(W=>!W.disabled))==null?void 0:r.value)!=null?o:(n=ce[0])==null?void 0:n.value)!=null?i:null,onChange:d}),{classes:I,cx:B}=r$({fullWidth:h,color:g,radius:v,shouldAnimate:J||!ze,transitionDuration:f,transitionTimingFunction:c,orientation:E},{name:"SegmentedControl",classNames:y,styles:S,unstyled:x,variant:$,size:O}),[_,N]=k.exports.useState({width:0,height:0,translate:[0,0]}),R=ag(m),D=k.exports.useRef({}),[j,A]=CS();lg(()=>{re.current?ne(!0):(re.current=!0,ne(!1))}),k.exports.useEffect(()=>{if(z in D.current&&j.current){const W=D.current[z],Je=W.getBoundingClientRect(),ae=W.offsetWidth/Je.width,se=Je.width*ae||0,jt=Je.height*ae||0,wn=A.width-W.parentElement.offsetLeft+gi-se,Ir=W.parentElement.offsetLeft-gi;N({width:se,height:jt,translate:[H.dir==="rtl"?wn:Ir,W.parentElement.offsetTop-gi]})}},[z,A]);const U=ce.map(W=>K("div",{className:B(I.control,{[I.controlActive]:z===W.value}),children:[P("input",{className:I.input,disabled:s||W.disabled,type:"radio",name:R,value:W.value,id:`${R}-${W.value}`,checked:z===W.value,onChange:()=>!T&&F(W.value)}),P("label",{className:I.label,"data-active":z===W.value&&!(s||W.disabled)||void 0,"data-disabled":s||W.disabled||void 0,htmlFor:`${R}-${W.value}`,ref:Je=>{D.current[W.value]=Je},children:W.label})]},W.value)),te=sg(j,t);return ce.length===0?null:K(me,{...o$({className:B(I.root,a),ref:te},M),children:[typeof z=="string"&&ze&&P(me,{component:"span",className:I.indicator,sx:{width:_.width,height:_.height,transform:`translate(${_.translate[0]}px, ${_.translate[1]}px)`}}),U]})});fv.displayName="@mantine/core/SegmentedControl";function dv({value:e,min:t,max:r}){const n=(e-t)/(r-t)*100;return Math.min(Math.max(n,0),100)}function a$({value:e,containerWidth:t,min:r,max:n,step:o,precision:i}){const a=(t?Math.min(Math.max(e,0),t)/t:e)*(n-r),s=(a!==0?Math.round(a/o)*o:0)+r,u=Math.max(s,r);return i!==void 0?Number(u.toFixed(i)):u}var s$=Object.defineProperty,u$=Object.defineProperties,c$=Object.getOwnPropertyDescriptors,Gd=Object.getOwnPropertySymbols,f$=Object.prototype.hasOwnProperty,d$=Object.prototype.propertyIsEnumerable,Yd=(e,t,r)=>t in e?s$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,p$=(e,t)=>{for(var r in t||(t={}))f$.call(t,r)&&Yd(e,r,t[r]);if(Gd)for(var r of Gd(t))d$.call(t,r)&&Yd(e,r,t[r]);return e},m$=(e,t)=>u$(e,c$(t));const tt={xs:w(4),sm:w(6),md:w(8),lg:w(10),xl:w(12)};var y$=Se((e,{disabled:t},{size:r})=>({root:m$(p$({},e.fn.fontStyles()),{WebkitTapHighlightColor:"transparent",outline:0,height:`calc(${V({sizes:tt,size:r})} * 2)`,display:"flex",alignItems:"center",cursor:t?"not-allowed":"pointer",touchAction:"none"})}));const g$=y$;var v$=Object.defineProperty,h$=Object.defineProperties,w$=Object.getOwnPropertyDescriptors,Qd=Object.getOwnPropertySymbols,_$=Object.prototype.hasOwnProperty,S$=Object.prototype.propertyIsEnumerable,Xd=(e,t,r)=>t in e?v$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,P$=(e,t)=>{for(var r in t||(t={}))_$.call(t,r)&&Xd(e,r,t[r]);if(Qd)for(var r of Qd(t))S$.call(t,r)&&Xd(e,r,t[r]);return e},O$=(e,t)=>h$(e,w$(t)),x$=Se((e,{color:t,disabled:r,thumbSize:n},{size:o})=>({label:{position:"absolute",top:w(-36),backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[9],fontSize:e.fontSizes.xs,color:e.white,padding:`calc(${e.spacing.xs} / 2)`,borderRadius:e.radius.sm,whiteSpace:"nowrap",pointerEvents:"none",userSelect:"none",touchAction:"none"},thumb:O$(P$({},e.fn.focusStyles()),{boxSizing:"border-box",position:"absolute",display:r?"none":"flex",height:n?w(n):`calc(${V({sizes:tt,size:o})} * 2)`,width:n?w(n):`calc(${V({sizes:tt,size:o})} * 2)`,backgroundColor:e.colorScheme==="dark"?e.fn.themeColor(t,e.fn.primaryShade()):e.white,border:`${w(4)} solid ${e.colorScheme==="dark"?e.white:e.fn.themeColor(t,e.fn.primaryShade())}`,color:e.colorScheme==="dark"?e.white:e.fn.themeColor(t,e.fn.primaryShade()),transform:"translate(-50%, -50%)",top:"50%",cursor:"pointer",borderRadius:1e3,alignItems:"center",justifyContent:"center",transitionDuration:"100ms",transitionProperty:"box-shadow, transform",transitionTimingFunction:e.transitionTimingFunction,zIndex:3,userSelect:"none",touchAction:"none"}),dragging:{transform:"translate(-50%, -50%) scale(1.05)",boxShadow:e.shadows.sm}}));const $$=x$,pv=k.exports.forwardRef(({max:e,min:t,value:r,position:n,label:o,dragging:i,onMouseDown:l,color:a,classNames:s,styles:u,size:m,labelTransition:p,labelTransitionDuration:d,labelTransitionTimingFunction:g,labelAlwaysOn:h,thumbLabel:v,onFocus:O,onBlur:f,showLabelOnHover:c,children:y=null,disabled:S,unstyled:b,thumbSize:E,variant:x},$)=>{const{classes:T,cx:M,theme:H}=$$({color:a,disabled:S,thumbSize:E},{name:"Slider",classNames:s,styles:u,unstyled:b,variant:x,size:m}),[Q,J]=k.exports.useState(!1),ce=h||i||Q||c;return K(me,{tabIndex:0,role:"slider","aria-label":v,"aria-valuemax":e,"aria-valuemin":t,"aria-valuenow":r,ref:$,className:M(T.thumb,{[T.dragging]:i}),onFocus:()=>{J(!0),typeof O=="function"&&O()},onBlur:()=>{J(!1),typeof f=="function"&&f()},onTouchStart:l,onMouseDown:l,onClick:re=>re.stopPropagation(),style:{[H.dir==="rtl"?"right":"left"]:`${n}%`},children:[y,P(Tg,{mounted:o!=null&&ce,duration:d,transition:p,timingFunction:g||H.transitionTimingFunction,children:re=>P("div",{style:re,className:T.label,children:o})})]})});pv.displayName="@mantine/core/SliderThumb";function k$({mark:e,offset:t,value:r,inverted:n=!1}){return n?typeof t=="number"&&e.value<=t||e.value>=r:typeof t=="number"?e.value>=t&&e.value<=r:e.value<=r}var b$=Se((e,{color:t,disabled:r},{size:n})=>({markWrapper:{position:"absolute",top:0,zIndex:2},mark:{boxSizing:"border-box",border:`${w(2)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,height:V({sizes:tt,size:n}),width:V({sizes:tt,size:n}),borderRadius:1e3,transform:`translateX(calc(-${V({sizes:tt,size:n})} / 2))`,backgroundColor:e.white},markFilled:{borderColor:r?e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[4]:e.fn.variant({variant:"filled",color:t}).background},markLabel:{transform:"translate(-50%, 0)",fontSize:e.fontSizes.sm,color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],marginTop:`calc(${e.spacing.xs} / 2)`,whiteSpace:"nowrap"}}));const E$=b$;function mv({marks:e,color:t,size:r,min:n,max:o,value:i,classNames:l,styles:a,offset:s,onChange:u,disabled:m,unstyled:p,inverted:d,variant:g}){const{classes:h,cx:v}=E$({color:t,disabled:m},{name:"Slider",classNames:l,styles:a,unstyled:p,variant:g,size:r}),O=e.map((f,c)=>K(me,{className:h.markWrapper,sx:{left:`${dv({value:f.value,min:n,max:o})}%`},children:[P("div",{className:v(h.mark,{[h.markFilled]:k$({mark:f,value:i,offset:s,inverted:d})})}),f.label&&P("div",{className:h.markLabel,onMouseDown:y=>{y.stopPropagation(),u(f.value)},onTouchStart:y=>{y.stopPropagation(),u(f.value)},children:f.label})]},c));return P("div",{children:O})}mv.displayName="@mantine/core/SliderMarks";var C$=Se((e,{radius:t,color:r,disabled:n,inverted:o},{size:i})=>({track:{position:"relative",height:V({sizes:tt,size:i}),width:"100%",marginRight:V({size:i,sizes:tt}),marginLeft:V({size:i,sizes:tt}),"&::before":{content:'""',position:"absolute",top:0,bottom:0,borderRadius:e.fn.radius(t),right:`calc(${V({size:i,sizes:tt})} * -1)`,left:`calc(${V({size:i,sizes:tt})} * -1)`,backgroundColor:o?n?e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[4]:e.fn.variant({variant:"filled",color:r}).background:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],zIndex:0}},bar:{position:"absolute",zIndex:1,top:0,bottom:0,backgroundColor:o?e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]:n?e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[4]:e.fn.variant({variant:"filled",color:r}).background,borderRadius:e.fn.radius(t)}}));const N$=C$;var T$=Object.defineProperty,z$=Object.defineProperties,R$=Object.getOwnPropertyDescriptors,ml=Object.getOwnPropertySymbols,yv=Object.prototype.hasOwnProperty,gv=Object.prototype.propertyIsEnumerable,Kd=(e,t,r)=>t in e?T$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,D$=(e,t)=>{for(var r in t||(t={}))yv.call(t,r)&&Kd(e,r,t[r]);if(ml)for(var r of ml(t))gv.call(t,r)&&Kd(e,r,t[r]);return e},j$=(e,t)=>z$(e,R$(t)),I$=(e,t)=>{var r={};for(var n in e)yv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ml)for(var n of ml(e))t.indexOf(n)<0&&gv.call(e,n)&&(r[n]=e[n]);return r};function vv(e){var t=e,{filled:r,size:n,color:o,classNames:i,styles:l,radius:a,children:s,offset:u,onMouseLeave:m,onMouseEnter:p,disabled:d,marksOffset:g,unstyled:h,inverted:v,variant:O}=t,f=I$(t,["filled","size","color","classNames","styles","radius","children","offset","onMouseLeave","onMouseEnter","disabled","marksOffset","unstyled","inverted","variant"]);const{classes:c}=N$({color:o,radius:a,disabled:d,inverted:v},{name:"Slider",classNames:i,styles:l,unstyled:h,variant:O,size:n});return K("div",{className:c.track,onMouseLeave:m,onMouseEnter:p,children:[P(me,{className:c.bar,sx:{left:`calc(${u}% - ${V({size:n,sizes:tt})})`,width:`calc(${r}% + ${V({size:n,sizes:tt})})`}}),s,P(mv,{...j$(D$({},f),{size:n,color:o,offset:g,classNames:i,styles:l,disabled:d,unstyled:h,inverted:v,variant:O})})]})}vv.displayName="@mantine/core/SliderTrack";var M$=Object.defineProperty,L$=Object.defineProperties,F$=Object.getOwnPropertyDescriptors,yl=Object.getOwnPropertySymbols,hv=Object.prototype.hasOwnProperty,wv=Object.prototype.propertyIsEnumerable,Jd=(e,t,r)=>t in e?M$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,A$=(e,t)=>{for(var r in t||(t={}))hv.call(t,r)&&Jd(e,r,t[r]);if(yl)for(var r of yl(t))wv.call(t,r)&&Jd(e,r,t[r]);return e},W$=(e,t)=>L$(e,F$(t)),V$=(e,t)=>{var r={};for(var n in e)hv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&yl)for(var n of yl(e))t.indexOf(n)<0&&wv.call(e,n)&&(r[n]=e[n]);return r};const _v=k.exports.forwardRef((e,t)=>{var r=e,{className:n,size:o,classNames:i,styles:l,disabled:a,unstyled:s,variant:u}=r,m=V$(r,["className","size","classNames","styles","disabled","unstyled","variant"]);const{classes:p,cx:d}=g$({disabled:a},{name:"Slider",classNames:i,styles:l,unstyled:s,variant:u,size:o});return P(me,{...W$(A$({},m),{tabIndex:-1,className:d(p.root,n),ref:t})})});_v.displayName="@mantine/core/SliderRoot";var H$=Object.defineProperty,B$=Object.defineProperties,U$=Object.getOwnPropertyDescriptors,gl=Object.getOwnPropertySymbols,Sv=Object.prototype.hasOwnProperty,Pv=Object.prototype.propertyIsEnumerable,Zd=(e,t,r)=>t in e?H$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,G$=(e,t)=>{for(var r in t||(t={}))Sv.call(t,r)&&Zd(e,r,t[r]);if(gl)for(var r of gl(t))Pv.call(t,r)&&Zd(e,r,t[r]);return e},Y$=(e,t)=>B$(e,U$(t)),Q$=(e,t)=>{var r={};for(var n in e)Sv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&gl)for(var n of gl(e))t.indexOf(n)<0&&Pv.call(e,n)&&(r[n]=e[n]);return r};const X$={size:"md",radius:"xl",min:0,max:100,step:1,marks:[],label:e=>e,labelTransition:"skew-down",labelTransitionDuration:0,labelAlwaysOn:!1,thumbLabel:"",showLabelOnHover:!0,disabled:!1,scale:e=>e},Ov=k.exports.forwardRef((e,t)=>{const r=he("Slider",X$,e),{classNames:n,styles:o,color:i,value:l,onChange:a,onChangeEnd:s,size:u,radius:m,min:p,max:d,step:g,precision:h,defaultValue:v,name:O,marks:f,label:c,labelTransition:y,labelTransitionDuration:S,labelTransitionTimingFunction:b,labelAlwaysOn:E,thumbLabel:x,showLabelOnHover:$,thumbChildren:T,disabled:M,unstyled:H,thumbSize:Q,scale:J,inverted:ce,variant:re}=r,ze=Q$(r,["classNames","styles","color","value","onChange","onChangeEnd","size","radius","min","max","step","precision","defaultValue","name","marks","label","labelTransition","labelTransitionDuration","labelTransitionTimingFunction","labelAlwaysOn","thumbLabel","showLabelOnHover","thumbChildren","disabled","unstyled","thumbSize","scale","inverted","variant"]),ne=vr(),[z,F]=k.exports.useState(!1),[I,B]=na({value:typeof l=="number"?Xn(l,p,d):l,defaultValue:typeof v=="number"?Xn(v,p,d):v,finalValue:Xn(0,p,d),onChange:a}),_=k.exports.useRef(I),N=k.exports.useRef(),R=dv({value:I,min:p,max:d}),D=J(I),j=typeof c=="function"?c(D):c,A=k.exports.useCallback(({x:ae})=>{if(!M){const se=a$({value:ae,min:p,max:d,step:g,precision:h});B(se),_.current=se}},[M,p,d,g,h]),{ref:U,active:te}=bS(A,{onScrubEnd:()=>s==null?void 0:s(_.current)},ne.dir),W=ae=>{ae.stopPropagation()},Je=ae=>{if(!M)switch(ae.key){case"ArrowUp":{ae.preventDefault(),N.current.focus();const se=Math.min(Math.max(I+g,p),d);s==null||s(se),B(se);break}case"ArrowRight":{ae.preventDefault(),N.current.focus();const se=Math.min(Math.max(ne.dir==="rtl"?I-g:I+g,p),d);s==null||s(se),B(se);break}case"ArrowDown":{ae.preventDefault(),N.current.focus();const se=Math.min(Math.max(I-g,p),d);s==null||s(se),B(se);break}case"ArrowLeft":{ae.preventDefault(),N.current.focus();const se=Math.min(Math.max(ne.dir==="rtl"?I+g:I-g,p),d);s==null||s(se),B(se);break}case"Home":{ae.preventDefault(),N.current.focus(),s==null||s(p),B(p);break}case"End":{ae.preventDefault(),N.current.focus(),s==null||s(d),B(d);break}}};return K(_v,{...Y$(G$({},ze),{size:u,ref:sg(U,t),onKeyDownCapture:Je,onMouseDownCapture:()=>{var ae;return(ae=U.current)==null?void 0:ae.focus()},classNames:n,styles:o,disabled:M,unstyled:H,variant:re}),children:[P(vv,{inverted:ce,offset:0,filled:R,marks:f,size:u,radius:m,color:i,min:p,max:d,value:D,onChange:B,onMouseEnter:$?()=>F(!0):void 0,onMouseLeave:$?()=>F(!1):void 0,classNames:n,styles:o,disabled:M,unstyled:H,variant:re,children:P(pv,{max:d,min:p,value:D,position:R,dragging:te,color:i,size:u,label:j,ref:N,onMouseDown:W,labelTransition:y,labelTransitionDuration:S,labelTransitionTimingFunction:b,labelAlwaysOn:E,classNames:n,styles:o,thumbLabel:x,showLabelOnHover:$&&z,disabled:M,unstyled:H,thumbSize:Q,variant:re,children:T})}),P("input",{type:"hidden",name:O,value:D})]})});Ov.displayName="@mantine/core/Slider";var K$=Object.defineProperty,vl=Object.getOwnPropertySymbols,xv=Object.prototype.hasOwnProperty,$v=Object.prototype.propertyIsEnumerable,qd=(e,t,r)=>t in e?K$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,J$=(e,t)=>{for(var r in t||(t={}))xv.call(t,r)&&qd(e,r,t[r]);if(vl)for(var r of vl(t))$v.call(t,r)&&qd(e,r,t[r]);return e},Z$=(e,t)=>{var r={};for(var n in e)xv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&vl)for(var n of vl(e))t.indexOf(n)<0&&$v.call(e,n)&&(r[n]=e[n]);return r};const q$={w:0,h:0},Ln=k.exports.forwardRef((e,t)=>{const r=he("Space",q$,e),{w:n,h:o}=r,i=Z$(r,["w","h"]);return P(me,{...J$({ref:t,w:n,miw:n,h:o,mih:o},i)})});Ln.displayName="@mantine/core/Space";const kv=k.exports.createContext(null),ek=kv.Provider,tk=()=>k.exports.useContext(kv);var rk=Object.defineProperty,hl=Object.getOwnPropertySymbols,bv=Object.prototype.hasOwnProperty,Ev=Object.prototype.propertyIsEnumerable,ep=(e,t,r)=>t in e?rk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,tp=(e,t)=>{for(var r in t||(t={}))bv.call(t,r)&&ep(e,r,t[r]);if(hl)for(var r of hl(t))Ev.call(t,r)&&ep(e,r,t[r]);return e},nk=(e,t)=>{var r={};for(var n in e)bv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&hl)for(var n of hl(e))t.indexOf(n)<0&&Ev.call(e,n)&&(r[n]=e[n]);return r};const ok={size:"sm"},Cv=k.exports.forwardRef((e,t)=>{const r=he("SwitchGroup",ok,e),{children:n,value:o,defaultValue:i,onChange:l,size:a,wrapperProps:s}=r,u=nk(r,["children","value","defaultValue","onChange","size","wrapperProps"]),[m,p]=na({value:o,defaultValue:i,finalValue:[],onChange:l});return P(ek,{value:{value:m,onChange:g=>{const h=g.currentTarget.value;p(m.includes(h)?m.filter(v=>v!==h):[...m,h])},size:a},children:P(Vs.Wrapper,{...tp(tp({labelElement:"div",size:a,__staticSelector:"SwitchGroup",ref:t},s),u),children:n})})});Cv.displayName="@mantine/core/SwitchGroup";var ik=Object.defineProperty,lk=Object.defineProperties,ak=Object.getOwnPropertyDescriptors,rp=Object.getOwnPropertySymbols,sk=Object.prototype.hasOwnProperty,uk=Object.prototype.propertyIsEnumerable,np=(e,t,r)=>t in e?ik(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ck=(e,t)=>{for(var r in t||(t={}))sk.call(t,r)&&np(e,r,t[r]);if(rp)for(var r of rp(t))uk.call(t,r)&&np(e,r,t[r]);return e},fk=(e,t)=>lk(e,ak(t));const dk={xs:w(16),sm:w(20),md:w(24),lg:w(30),xl:w(36)},pk={xs:w(32),sm:w(38),md:w(46),lg:w(56),xl:w(72)},mk={xs:w(12),sm:w(14),md:w(18),lg:w(22),xl:w(28)},yk={xs:w(5),sm:w(6),md:w(7),lg:w(9),xl:w(11)},gk={xs:w(4),sm:w(5),md:w(6),lg:w(8),xl:w(10)};var vk=Se((e,{radius:t,color:r,labelPosition:n,error:o},{size:i})=>{const l=V({size:i,sizes:mk}),a=V({size:t,sizes:e.radius}),s=e.fn.variant({variant:"filled",color:r}),u=V({size:i,sizes:pk}),m=w(i==="xs"?1:2),p=e.fn.variant({variant:"filled",color:"red"}).background;return{input:{height:0,width:0,overflow:"hidden",whiteSpace:"nowrap",padding:0,WebkitClipPath:"inset(50%)",clipPath:"inset(50%)",position:"absolute"},track:fk(ck({},e.fn.focusStyles("input:focus + &")),{cursor:e.cursorType,overflow:"hidden",WebkitTapHighlightColor:"transparent",position:"relative",borderRadius:a,backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[2],border:`${w(1)} solid ${o?p:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`,height:V({size:i,sizes:dk}),minWidth:u,margin:0,transitionProperty:"background-color, border-color",transitionTimingFunction:e.transitionTimingFunction,transitionDuration:"150ms",boxSizing:"border-box",appearance:"none",display:"flex",alignItems:"center",fontSize:V({size:i,sizes:yk}),fontWeight:600,order:n==="left"?2:1,userSelect:"none",zIndex:0,lineHeight:0,color:e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[6],transition:`color 150ms ${e.transitionTimingFunction}`,"input:checked + &":{backgroundColor:s.background,borderColor:s.background,color:e.white,transition:`color 150ms ${e.transitionTimingFunction}`},"input:disabled + &":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],cursor:"not-allowed"}}),thumb:{position:"absolute",zIndex:1,borderRadius:a,boxSizing:"border-box",display:"flex",backgroundColor:e.white,height:l,width:l,border:`${w(1)} solid ${e.colorScheme==="dark"?e.white:e.colors.gray[3]}`,left:m,transition:`left 150ms ${e.transitionTimingFunction}`,"& > *":{margin:"auto"},"@media (prefers-reduced-motion)":{transitionDuration:e.respectReducedMotion?"0ms":""},"input:checked + * > &":{left:`calc(100% - ${l} - ${m})`,borderColor:e.white},"input:disabled + * > &":{borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],backgroundColor:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[0]}},trackLabel:{height:"100%",display:"grid",placeContent:"center",minWidth:`calc(${u} - ${l})`,paddingInline:V({size:i,sizes:gk}),margin:`0 0 0 calc(${l} + ${m})`,transition:`margin 150ms ${e.transitionTimingFunction}`,"input:checked + * > &":{margin:`0 calc(${l} + ${m}) 0 0`}}}});const hk=vk;var wk=Object.defineProperty,_k=Object.defineProperties,Sk=Object.getOwnPropertyDescriptors,wl=Object.getOwnPropertySymbols,Nv=Object.prototype.hasOwnProperty,Tv=Object.prototype.propertyIsEnumerable,op=(e,t,r)=>t in e?wk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Aa=(e,t)=>{for(var r in t||(t={}))Nv.call(t,r)&&op(e,r,t[r]);if(wl)for(var r of wl(t))Tv.call(t,r)&&op(e,r,t[r]);return e},Pk=(e,t)=>_k(e,Sk(t)),Ok=(e,t)=>{var r={};for(var n in e)Nv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&wl)for(var n of wl(e))t.indexOf(n)<0&&Tv.call(e,n)&&(r[n]=e[n]);return r};const xk={offLabel:"",onLabel:"",size:"sm",radius:"xl",error:!1},nc=k.exports.forwardRef((e,t)=>{var r;const n=he("Switch",xk,e),{className:o,color:i,label:l,offLabel:a,onLabel:s,id:u,style:m,size:p,radius:d,wrapperProps:g,children:h,unstyled:v,styles:O,classNames:f,thumbIcon:c,sx:y,checked:S,defaultChecked:b,onChange:E,labelPosition:x,description:$,error:T,disabled:M,variant:H}=n,Q=Ok(n,["className","color","label","offLabel","onLabel","id","style","size","radius","wrapperProps","children","unstyled","styles","classNames","thumbIcon","sx","checked","defaultChecked","onChange","labelPosition","description","error","disabled","variant"]),J=tk(),ce=(J==null?void 0:J.size)||p,{classes:re}=hk({color:i,radius:d,labelPosition:x,error:!!T},{name:"Switch",classNames:f,styles:O,unstyled:v,size:ce,variant:H}),{systemStyles:ze,rest:ne}=Zu(Q),z=ag(u),F=J?{checked:J.value.includes(ne.value),onChange:J.onChange}:{},[I,B]=na({value:(r=F.checked)!=null?r:S,defaultValue:b,finalValue:!1});return K(nv,{...Aa(Aa({className:o,sx:y,style:m,id:z,size:(J==null?void 0:J.size)||p,labelPosition:x,label:l,description:$,error:T,disabled:M,__staticSelector:"Switch",classNames:f,styles:O,unstyled:v,"data-checked":F.checked||void 0,variant:H},ze),g),children:[P("input",{...Pk(Aa({},ne),{disabled:M,checked:I,onChange:_=>{J?F.onChange(_):E==null||E(_),B(_.currentTarget.checked)},id:z,ref:t,type:"checkbox",className:re.input})}),K("label",{htmlFor:z,className:re.track,children:[P("div",{className:re.thumb,children:c}),P("div",{className:re.trackLabel,children:I?s:a})]})]})});nc.displayName="@mantine/core/Switch";nc.Group=Cv;var $k=Object.defineProperty,kk=Object.defineProperties,bk=Object.getOwnPropertyDescriptors,ip=Object.getOwnPropertySymbols,Ek=Object.prototype.hasOwnProperty,Ck=Object.prototype.propertyIsEnumerable,lp=(e,t,r)=>t in e?$k(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Zo=(e,t)=>{for(var r in t||(t={}))Ek.call(t,r)&&lp(e,r,t[r]);if(ip)for(var r of ip(t))Ck.call(t,r)&&lp(e,r,t[r]);return e},qo=(e,t)=>kk(e,bk(t)),Nk=Se(e=>{const t=lw(e.headings.sizes).reduce((r,n)=>{const o=e.headings.sizes[n];return r[`& ${n}`]=qo(Zo({fontFamily:e.headings.fontFamily,fontWeight:o.fontWeight||e.headings.fontWeight,marginTop:typeof o.lineHeight=="number"?`calc(${e.spacing.xl} * ${o.lineHeight})`:e.spacing.xl,marginBottom:e.spacing.sm},o),{[`@media (max-width: ${e.breakpoints.sm})`]:{fontSize:`calc(${w(o.fontSize)} / 1.3)`}}),r},{});return{root:qo(Zo(qo(Zo({},e.fn.fontStyles()),{color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,lineHeight:e.lineHeight,fontSize:e.fontSizes.md,[`@media (max-width: ${e.breakpoints.sm})`]:{fontSize:e.fontSizes.sm}}),t),{"& img":{maxWidth:"100%",marginBottom:e.spacing.xs},"& p":{marginTop:0,marginBottom:e.spacing.lg},"& mark":{backgroundColor:e.fn.themeColor("yellow",e.colorScheme==="dark"?5:2),color:e.colorScheme==="dark"?e.colors.dark[9]:"inherit"},"& hr":{marginTop:e.spacing.md,marginBottom:e.spacing.sm,borderBottom:0,borderLeft:0,borderRight:0,borderTop:`${w(1)} dashed ${e.colors.gray[e.colorScheme==="dark"?4:6]}`},"& a":qo(Zo({},e.fn.focusStyles()),{color:e.colors[e.primaryColor][e.colorScheme==="dark"?4:6],textDecoration:"none","&:hover":{textDecoration:"underline"}}),"& pre":{padding:e.spacing.xs,lineHeight:e.lineHeight,margin:0,marginTop:e.spacing.md,marginBottom:e.spacing.md,overflowX:"auto",fontFamily:e.fontFamilyMonospace,fontSize:e.fontSizes.sm,borderRadius:e.radius.sm,backgroundColor:e.colorScheme==="dark"?e.colors.dark[8]:e.colors.gray[0],"& code":{backgroundColor:"transparent",padding:0,borderRadius:0,color:"inherit",border:0}},"& code":{lineHeight:e.lineHeight,padding:`${w(1)} ${w(5)}`,borderRadius:e.radius.sm,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,backgroundColor:e.colorScheme==="dark"?e.colors.dark[9]:e.colors.gray[0],fontFamily:e.fontFamilyMonospace,fontSize:e.fontSizes.xs,border:`${w(1)} solid ${e.colorScheme==="dark"?e.colors.dark[9]:e.colors.gray[3]}`},"& ul, & ol":{marginBottom:e.spacing.md,paddingLeft:38,"& li":{marginTop:e.spacing.xs}},"& table":{width:"100%",borderCollapse:"collapse",captionSide:"bottom",marginBottom:e.spacing.md,"& caption":{marginTop:e.spacing.xs,fontSize:e.fontSizes.sm,color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6]},"& th":{textAlign:"left",fontWeight:"bold",color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],fontSize:14,padding:`${w(7)} ${w(10)}`},"& thead th":{borderBottom:`${w(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`},"& tfoot th":{borderTop:`${w(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`},"& td":{padding:`${w(7)} ${w(10)}`,borderBottom:`${w(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`,fontSize:14},"& tr:last-of-type td":{borderBottom:"none"}},"& blockquote":{fontSize:e.fontSizes.lg,lineHeight:e.lineHeight,margin:`${e.spacing.md} 0`,borderTopRightRadius:e.radius.sm,borderBottomRightRadius:e.radius.sm,padding:`${e.spacing.md} ${e.spacing.lg}`,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,borderLeft:`${w(6)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`,"& cite":{display:"block",fontSize:e.fontSizes.sm,marginTop:e.spacing.xs,color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],overflow:"hidden",textOverflow:"ellipsis"}}})}});const Tk=Nk;var zk=Object.defineProperty,_l=Object.getOwnPropertySymbols,zv=Object.prototype.hasOwnProperty,Rv=Object.prototype.propertyIsEnumerable,ap=(e,t,r)=>t in e?zk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Rk=(e,t)=>{for(var r in t||(t={}))zv.call(t,r)&&ap(e,r,t[r]);if(_l)for(var r of _l(t))Rv.call(t,r)&&ap(e,r,t[r]);return e},Dk=(e,t)=>{var r={};for(var n in e)zv.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&_l)for(var n of _l(e))t.indexOf(n)<0&&Rv.call(e,n)&&(r[n]=e[n]);return r};const Dv=k.exports.forwardRef((e,t)=>{const r=he("TypographyStylesProvider",{},e),{className:n,unstyled:o,variant:i}=r,l=Dk(r,["className","unstyled","variant"]),{classes:a,cx:s}=Tk(null,{name:"TypographyStylesProvider",unstyled:o,variant:i});return P(me,{...Rk({className:s(a.root,n),ref:t},l)})});Dv.displayName="@mantine/core/TypographyStylesProvider";function jk(e){const{label:t,numKey:r,enabled:n,color:o,showHelp:i}=e,[l,a]=k.exports.useState("button");return k.exports.useEffect(()=>{a(n?`button ${o}`:"button")}),i?P("div",{className:l,children:`NUM ${r}`}):P("div",{className:l,children:t})}function Ik({hudDisabled:e,setHudDisabled:t,useLeftAnchor:r,setUseLeftAnchor:n,scale:o,setScale:i,setPosition:l,opacity:a,setMenuOpacity:s}){return P(Kt,{sx:{opacity:`${a}%`,transition:"opacity 0.25s ease"},children:P(La,{sx:{height:"100vh"},children:K(sv,{direction:"column",sx:u=>({minHeight:"30vh",background:"rgba(26,28,32,0.85)",borderRadius:u.radius.md,padding:"10px"}),children:[P(Kt,{sx:{minWidth:"350px",paddingTop:"15px",WebkitBackdropFilter:"blur(10px)",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:P(La,{sx:{width:"100%"},children:P(Dv,{children:P("h1",{children:"ULC SETTINGS"})})})}),P(Kt,{sx:{minWidth:"350px",paddingTop:"15px",WebkitBackdropFilter:"blur(10px)",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:P(La,{sx:{width:"100%"},children:P(xr,{fz:"lg",children:"Click & drag HUD to reposition!"})})}),P(Ng,{my:"xl"}),K(Kt,{sx:{minWidth:"350px",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:[P(xr,{fw:"bold",children:"Anchor Position"}),P(fv,{sx:{float:"right"},value:r,onChange:u=>{n(u),l(0,0)},data:[{label:"Right",value:"false"},{label:"Left",value:"true"}]})]}),P(Ln,{h:"md"}),K(Kt,{sx:{minWidth:"350px",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:[P(xr,{fw:"bold",children:"HUD Scale"}),P(Ov,{value:o,onChange:i,min:.5,max:2,step:.1,sx:{width:"60%"},size:"lg",label:u=>`${u.toFixed(1)}`})]}),P(Ln,{h:"md"}),K(Kt,{sx:{minWidth:"350px",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:[P(xr,{fw:"bold",children:"Disable HUD"}),P(nc,{size:"lg",radius:"sm",checked:e,onChange:u=>t(u.currentTarget.checked)})]}),P(Ln,{h:"xl"}),K(Kt,{sx:{minWidth:"350px",marginTop:"auto",marginBottom:"10px",display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},w:"25vw",children:[P(jd,{onClick:()=>{i(1),n("false"),l(0,0),t(!1)},sx:{width:"100%"},uppercase:!0,color:"red",children:"Reset"}),P(Ln,{w:"md"}),P(jd,{onClick:()=>{s(0),fetch("https://ulc/focusGame",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({})})},sx:{width:"100%"},uppercase:!0,children:"Done"})]})]})})})}function Mk(){k.exports.useState(0);const[e,t]=k.exports.useState(0),[r,n]=k.exports.useState(0),[o,i]=k.exports.useState(1),[l,a]=k.exports.useState("false"),[s,u]=k.exports.useState(!1),[m,p]=k.exports.useState(!1),[d,g]=k.exports.useState(0),[h,v]=k.exports.useState(0),[O,f]=k.exports.useState([]);k.exports.useEffect(()=>{fetch("https://ulc/saveScale",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({scale:o})})},[o]),k.exports.useEffect(()=>{fetch("https://ulc/saveAnchor",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({useLeftAnchor:l})})},[l]),k.exports.useEffect(()=>{fetch("https://ulc/setHudDisabled",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({hudDisabled:s})})},[s]);function c($,T){console.log(`Setting button ${$} to ${T}`);let M=O.map(H=>H.extra===$?{...H,enabled:T}:H);console.log(`Updated buttons ${JSON.stringify(M)}`),f(M)}function y($){let T=O.map(M=>{let H=$.find(Q=>Q.extra===M.extra);return H?{...M,enabled:H.newState}:M});f(T)}const S=async($,T)=>{console.log(~~T.x,~~T.y);let M=~~T.x,H=~~T.y;b(M,H)};function b($,T){g($),v(T),fetch("https://ulc/savePosition",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({newX:$,newY:T})})}const E=$=>{var T=$.data;T.type==="showHUD"?t(100):T.type==="hideHUD"?t(0):T.type==="setPosition"?(console.log(`Received x: ${T.x} and y: ${T.y} from lua`),g(T.x),v(T.y)):T.type==="setScale"?(console.log(`Received scale: ${T.scale} from lua`),i(T.scale)):T.type==="setAnchor"?a(T.bool):T.type==="showMenu"?n(100):T.type==="hideMenu"?n(0):T.type==="setHudDisabled"?T.bool===1?u(!0):u(!1):T.type==="showHelp"?p(!0):T.type==="hideHelp"&&p(!1),T.type==="clearButtons"&&f([]),T.type==="populateButtons"&&f(T.buttons),T.type==="setButton"&&c(T.extra,T.newState),T.type==="setButtons"&&y(T.buttonStates)};k.exports.useEffect(()=>(window.removeEventListener("message",E),window.addEventListener("message",E),()=>{window.removeEventListener("message",E)}),[E]);let x=O.map(($,T)=>P(Hi,{children:P(jk,{showHelp:m,extra:$.extra,numKey:$.numKey,enabled:$.enabled,color:$.color,label:$.label},T)}));return K(Hi,{children:[P(Ik,{hudDisabled:s,setHudDisabled:u,opacity:r,setMenuOpacity:n,scale:o,setScale:i,useLeftAnchor:l,setUseLeftAnchor:a,setPosition:b}),P(Ml.exports,{defaultPosition:{x:d,y:h},scale:o,position:{x:d,y:h},onStop:($,T)=>{S($,T)},children:P(me,{sx:{position:"absolute",bottom:40,...l==="true"?{left:40}:{right:40},scale:`${o}`,opacity:`${e}%`,transition:"opacity 0.25s ease"},children:P("div",{className:"background",children:P("div",{className:"buttons",children:x})})})})]})}Wa.createRoot(document.getElementById("root")).render(P(og,{withGlobalStyles:!0,withNormalizeCSS:!0,theme:{colorScheme:"dark",fontFamily:"Arial, Helvetica, sans-serif",globalStyles:e=>({html:{colorScheme:"normal"}})},children:P(Mk,{})})); diff --git a/resources/ulc/html/assets/index.e1c6fa6f.css b/resources/ulc/html/assets/index.e1c6fa6f.css deleted file mode 100644 index b91622526..000000000 --- a/resources/ulc/html/assets/index.e1c6fa6f.css +++ /dev/null @@ -1 +0,0 @@ -#root{background-color:#0000!important}body{background-color:#0000!important;overflow:hidden}.background{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2px;border:10px solid;background-image:url(data:image/jpeg;base64,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);border-radius:20px;border-image:url(./image.7105ce7a.png) 20 repeat;transition:all .5s ease}.buttons{display:flex;flex-direction:row}.ta{height:24px;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.ta-off{display:none}.button{aspect-ratio:144/121;width:65px;display:flex;justify-content:center;align-items:center;text-align:center;background-image:url(./button_off.5152e6d3.png);background-size:contain;background-repeat:no-repeat;margin:4px;padding:5px;color:#515151;font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:10pt;line-height:14px}.blue{background-image:url(./button_on_blue.2277a1b4.png);color:#4e598f}.red{background-image:url(./button_on_red.2fb72a77.png);color:#95665d}.amber{background-image:url(./button_on_amber.bb2616bf.png);color:#948255}.green{background-image:url(./button_on_green.536ce497.png);color:#596a2d} diff --git a/resources/ulc/html/index.html b/resources/ulc/html/index.html deleted file mode 100644 index 5696af57e..000000000 --- a/resources/ulc/html/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - Vite + React + TS - - - - -
- - - diff --git a/resources/ulc/html/vite.svg b/resources/ulc/html/vite.svg deleted file mode 100644 index e7b8dfb1b..000000000 --- a/resources/ulc/html/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/ulc/server/s_blackout.lua b/resources/ulc/server/s_blackout.lua deleted file mode 100644 index cdf417746..000000000 --- a/resources/ulc/server/s_blackout.lua +++ /dev/null @@ -1,7 +0,0 @@ - -RegisterNetEvent('ulc:setBlackout', function(netId, state) - print("[ULC] Setting blackout to " .. tostring(state) .. " on vehicle " .. tostring(netId)) - local vehicle = NetworkGetEntityFromNetworkId(netId) - Entity(vehicle).state.ulc_blackout = state -end) - diff --git a/resources/ulc/server/s_lvc.lua b/resources/ulc/server/s_lvc.lua deleted file mode 100644 index fe9f733d3..000000000 --- a/resources/ulc/server/s_lvc.lua +++ /dev/null @@ -1,12 +0,0 @@ -print("[ULC] LVC Integrations Loaded") - --- triggers when player changes main siren state in LVC --- newState is an int representing the index of a siren in lvc/SIRENS.lua:SIRENS -RegisterNetEvent("lvc:SetLxSirenState_s") -AddEventHandler("lvc:SetLxSirenState_s", function(newState) - local src = source - print("[lvc:SetLxSirenState_s] " .. src .. " " .. newState) - TriggerClientEvent("ulc:LVC_MainSirenStateChange", src, newState) -end) - --- TODO: this isn't use anywhere yet diff --git a/resources/ulc/server/s_main.js b/resources/ulc/server/s_main.js deleted file mode 100644 index d7ed37210..000000000 --- a/resources/ulc/server/s_main.js +++ /dev/null @@ -1,45 +0,0 @@ -// This API died :( - -// https.get('https://api.countapi.xyz/hit/dwnstr.com/ulcloadcount/', (res) => { -// const { statusCode } = res; -// const contentType = res.headers['content-type']; - -// let error; -// // Any 2xx status code signals a successful response but -// // here we're only checking for 200. -// if (statusCode !== 200) { -// error = new Error('Request Failed.\n' + -// `Status Code: ${statusCode}`); -// } else if (!/^application\/json/.test(contentType)) { -// error = new Error('Invalid content-type.\n' + -// `Expected application/json but received ${contentType}`); -// } -// if (error) { -// // console.error(error.message); -// // Consume response data to free up memory -// res.resume(); -// return; -// } - -// res.setEncoding('utf8'); -// let rawData = ''; -// res.on('data', (chunk) => { rawData += chunk; }); -// res.on('end', () => { -// try { -// const parsedData = JSON.parse(rawData); -// console.log(`[ULC] ULC has been loaded on servers ${parsedData.value} times :D`); -// } catch (e) { -// // console.error(e.message); -// } -// }); -// }).on('error', (e) => { -// // console.error(`Got error: ${e.message}`); -// }); - -// // Create a local server to receive data from -// const server = http.createServer((req, res) => { -// res.writeHead(200, { 'Content-Type': 'application/json' }); -// res.end(JSON.stringify({ -// data: 'Hello World!', -// })); -// }); diff --git a/resources/ulc/server/s_main.lua b/resources/ulc/server/s_main.lua deleted file mode 100644 index 4348db28a..000000000 --- a/resources/ulc/server/s_main.lua +++ /dev/null @@ -1,390 +0,0 @@ -print("Server thread loaded.") - -AddEventHandler('ulc:error', function(error) - print("^1[ULC ERROR] " .. error) -end) - -AddEventHandler('ulc:warn', function(error) - print("^3[ULC WARNING] " .. error) -end) - -local myVersion = GetResourceMetadata("ulc", "version", 0) -local latestVersion = '' - -if GetCurrentResourceName() ~= 'ulc' then - TriggerEvent('ulc:error', "Resource is named incorrectly. Version checks will not work.") -end - ---TODO change loading state to use this instead of events -GlobalState.ulcloaded = false - -PerformHttpRequest("https://api.github.com/repos/Flohhhhh/ultimate-lighting-controller/releases/latest", - function(errorCode, resultData, resultHeaders) - print("[ULC] My Version: [" .. myVersion .. "]") - - local errorString = tostring(errorCode) - if errorString == "403" or errorString == "404" then - print("Got code " .. errorString .. " when trying to get version.") - return - end - - latestVersion = json.decode(resultData).name - print("^0[ULC] Latest Version: [" .. latestVersion .. "]") - - print([[ - ___ ___ ___ ________ - |\ \|\ \ |\ \ |\ ____\ - \ \ \\\ \\ \ \ \ \ \___| - \ \ \\\ \\ \ \ \ \ \ - \ \ \\\ \\ \ \____ \ \ \____ - \ \_______\\ \_______\\ \_______\ - \|_______| \|_______| \|_______| - - ULTIMATE LIGHTING CONTROLLER - by Dawnstar - ^2Loaded - ]]) - if myVersion and ("v" .. myVersion) == latestVersion then - print('[ULC] Up to date!') - else - print("^1[ULC] OUTDATED. A NEW VERSION (" .. latestVersion .. ") IS AVAILABLE.^0") - print("^1[ULC] YOUR VERSION: " .. myVersion .. "^0") - print("[ULC] GET LATEST VERSION HERE: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/") - end - end) - - -local function IsIntInTable(table, int) - for k, v in ipairs(table) do - if v == int then - return true - end - end - return false -end - -if Config.ParkSettings.delay < 0.5 then - TriggerEvent("ulc:warn", - 'Park Pattern delay is too short! This will hurt performance! Recommended values are above 0.5s.') -end - --- removed v1.7.0 --- if Config.SteadyBurnSettings.delay <= 2 then --- TriggerEvent("ulc:error", 'Steady burn delay is too short! Steady burns will be unstable or not work!') --- end - -if Config.SteadyBurnSettings.nightStartHour < Config.SteadyBurnSettings.nightEndHour then - TriggerEvent("ulc:error", 'Steady burn night start hour should be later/higher than night end hour.') -end - --- removed v1.7.0 --- if Config.SteadyBurnSettings.delay < 2 then --- TriggerEvent("ulc:error", "Steady burn check delay can never be lower than 2 seconds. Will cause stability issues.") --- end - -local function CheckData(data, resourceName) - if not data.name and not data.names then - TriggerEvent("ulc:error", "^1Vehicle config in resource \"" .. resourceName .. "\" does not include model names!^0") - return false - elseif data.name then - TriggerEvent("ulc:warn", - "^1Vehicle config in resource \"" .. - resourceName .. "\" uses deprecated 'name' field. Change to > names = {'yourvehicle'}^0") - if type(data.name) ~= "string" then - TriggerEvent("ulc:error", - "^1Vehicle config in resource \"" .. resourceName .. "\" 'name' field can only accept a string.^0") - return false - end - elseif data.names then - if type(data.names) ~= "table" then - TriggerEvent("ulc:error", - "^1Vehicle config in resource \"" .. resourceName .. "\" 'names' field can only accept a table of strings.^0") - return false - end - end - - -- check if data is missing - if not data.parkConfig or not data.brakeConfig or not data.buttons or not data.hornConfig then - TriggerEvent("ulc:error", - "^1Vehicle config in resource \"" .. resourceName .. "\" is missing data or not formatted properly. View docs.^0") - return false - end - - -- check if steady burns are enabled but no extras specified - if (data.steadyBurnConfig.forceOn or data.steadyBurnConfig.useTime) and #data.steadyBurnConfig.sbExtras == 0 then - TriggerEvent("ulc:warn", - 'A config in "' .. resourceName .. '" uses Steady Burns, but no extras were specified (sbExtras = {})') - end - - -- check if park pattern enabled but no extras specified - if data.parkConfig.usePark then - if #data.parkConfig.pExtras == 0 and #data.parkConfig.dExtras == 0 then - TriggerEvent("ulc:warn", - 'A config in "' .. - resourceName .. '" uses Park Patterns, but no park or drive extras were specified (pExtras = {}, dExtras = {})') - end - end - - -- check if brakes enabled but no extras specified - if data.brakeConfig.useBrakes and #data.brakeConfig.brakeExtras == 0 then - TriggerEvent("ulc:warn", - 'A config in "' .. resourceName .. '" uses Brake Pattern, but no brake extras were specified.') - end - - -- check if horn enabled but no extras specified - if data.hornConfig.useHorn and #data.hornConfig.hornExtras == 0 then - TriggerEvent("ulc:warn", 'A config in "' .. resourceName .. '" uses Horn Extras, but no horn extras were specified.') - end - - -- stages - if data.stages then - -- check if stages are enabled but no keys specified - if data.stages.useStages and #data.stages.stageKeys == 0 then - TriggerEvent("ulc:warn", - 'A config in "' .. resourceName .. '" uses Stages, but no keys were specified.') - end - - -- check each key - for _, v in pairs(data.stages.stageKeys) do - -- if key is not a numpad value - if v > 9 then - TriggerEvent("ulc:error", - 'A config in "' .. - resourceName .. - '" has an invalid key in stageKeys (' .. v .. '). Value must be 1-9 representing numpad keys.') - break - end - - -- make sure each item in data.stages.stageKeys corresponds to a button with key = the value - local buttonExists = false - for _, b in pairs(data.buttons) do - if b.key == v then - buttonExists = true - break - end - end - if not buttonExists then - TriggerEvent("ulc:error", - 'A config in "' .. - resourceName .. - '" has a key in stageKeys (' .. v .. ') that does not correspond to a key assigned to a button.') - end - end - end - - - -------------------- - -- DEFAULT STAGES -- - -------------------- - if data.defaultStages or false then - if data.defaultStages.useDefaults then - if #data.defaultStages.enableKeys == 0 and #data.defaultStages.disableKeys == 0 then - TriggerEvent("ulc:warn", - 'A config in "' .. - resourceName .. - '" uses Default Stages, but no keys were specified to enable (enableKeys = {}) or disable (disableKeys = {}).') - else - if #data.defaultStages.enableKeys > 0 then - for _, v in pairs(data.defaultStages.enableKeys) do - if v > 9 then - TriggerEvent("ulc:error", - 'A config in "' .. - resourceName .. - '" has an invalid key in enableKeys = {}. Value must be 1-9 representing numpad keys.') - end - end - end - if #data.defaultStages.disableKeys > 0 then - for _, v in pairs(data.defaultStages.disableKeys) do - if v > 9 then - TriggerEvent("ulc:error", - 'A config in "' .. - resourceName .. '" has an invalid key in disableKeys = {}. Value must be 1-9 representing numpad keys.') - end - end - end - end - end - end - - - -- Buttons - -- check if vehicle uses buttons but hud is disabled - if #data.buttons > 0 and Config.hideHud == true then - TriggerEvent("ulc:warn", - 'A config in "' .. - resourceName .. - '" uses Stage Buttons, but HUD/UI is globally disabled. This is not recommended for user experience.') - end - - local usedButtons = {} - local usedExtras = {} - for i, b in ipairs(data.buttons) do - -- check if key is valid - if b.key > 9 or b.key < 1 then - TriggerEvent('ulc:error', - 'Button ' .. - i .. - ' in a config found in the resource: "' .. - resourceName .. '" has an invalid key. Key must be 1-9 representing number pad keys.') - return false - end - -- check if label is empty - if b.label == '' then - TriggerEvent("ulc:error", - 'A config in "' .. resourceName .. '" has an un-labeled button using extra: ' .. b.extra) - return false - end - if not validateButtonText(b.label) then - TriggerEvent("ulc:warn", - 'A config in "' .. - resourceName .. - '" has a button with label: "' .. - b.label .. - '" which is not valid and will result in a poor user experience. Please make sure there are no more than 3 words and each word is a maximum of 5 characters. Use abbreviations where possible. Ex. "Takedowns" -> "TKD".') - end - if b.color and (b.color ~= 'blue' and b.color ~= 'green' and b.color ~= 'amber' and b.color ~= 'red') then - TriggerEvent("ulc:error", - 'A config in "' .. - resourceName .. '" has a button with an invalid color input: "' .. b.color .. '" is not a supported color.') - end - -- check if any keys are used twice - if IsIntInTable(usedButtons, b.key) then - TriggerEvent("ulc:error", - 'A config in "' .. resourceName .. '" uses key: " .. b.key .. " more than once in button config.') - return false - end - -- check if any extras are used twice - if IsIntInTable(usedExtras, b.extra) then - TriggerEvent("ulc:error", - 'A config in "' .. resourceName .. '" uses extra: " .. b.extra .. " more than once in button config.') - return false - end - end - return true -end - -RegisterNetEvent('baseevents:enteredVehicle') -AddEventHandler('baseevents:enteredVehicle', function() - local src = source - TriggerClientEvent("UpdateVehicleConfigs", src, Config.Vehicles) - TriggerClientEvent('ulc:checkVehicle', src) -end) - -RegisterNetEvent('baseevents:leftVehicle') -AddEventHandler('baseevents:leftVehicle', function() - local src = source - TriggerClientEvent('ulc:cleanup', src) -end) - -RegisterNetEvent('ulc:sync:send') -AddEventHandler('ulc:sync:send', function(vehicles) - print("Player " .. source .. " sent a sync request.") - local players = GetPlayers() - for i, v in ipairs(players) do - if not v == source then - --print("Sending veh sync array to player: " .. v) - TriggerClientEvent('ulc:sync:receive', vehicles) - end - end -end) - - -local function LoadExternalVehicleConfig(resourceName) - local resourceState = GetResourceState(resourceName) - - if resourceState == "missing" then - TriggerEvent("ulc:error", - "^1Couldn't load external ulc.lua file from resource: \"" .. - resourceName .. - "\". Resource is missing. You probably entered the model name in config.lua instead of the resource name.^0") - return - end - - if resourceState == "stopped" then - TriggerEvent("ulc:error", - "^1Couldn't load external ulc.lua file from resource: \"" .. resourceName .. "\". Resource is stopped.^0") - return - end - - if resourceState == "uninitialized" or resourceState == "unknown" then - TriggerEvent("ulc:error", - "^1Couldn't load external ulc.lua file from resource: \"" .. - resourceName .. "\". Resource could not be loaded. Unknown issue.^0") - return - end - - local data = LoadResourceFile(resourceName, "data/ulc.lua") - if not data then - data = LoadResourceFile(resourceName, "ulc.lua") - if not data then - print("Error loading 'ulc.lua' file. Make sure it is at the root of your resource or in the 'data' folder.") - TriggerEvent("ulc:error", '^1Could not load external configuration in: "' .. resourceName .. '"^0') - return - end - end - - local f, err = load(data) - if err then - TriggerEvent("ulc:error", - '^1Could not load external configuration in: "' .. resourceName .. '"; error: "' .. err .. '"^0') - return - end - if not f or not f() then - TriggerEvent("ulc:error", - '^1Could not load external configuration; data loaded from: "' .. resourceName .. '" was nil. ^0') - return - end - - -- NEW STUFF FOR MULTIPLE CONFIGS - local configs = { f() } - for _, v in pairs(configs) do - if CheckData(v, resourceName) then - if v.name then -- if using old single name - print('^2[ULC] Loaded external configuration for "' .. v.name .. '"^0') - elseif v.names then -- if using new table - for _, name in ipairs(v.names) do - print('^2[ULC] Loaded external configuration for "' .. name .. '"^0') - end - end - - table.insert(Config.Vehicles, v) - else - TriggerEvent("ulc:error", '^1Could not load external configuration in "' .. resourceName .. '"^0') - end - end - - -- if CheckData(f(), resourceName) then - -- print('^2Loaded external configuration for "' .. f().name .. '"^0') - -- table.insert(Config.Vehicles, f()) - -- else - -- TriggerEvent("ulc:error", '^1Could not load external configuration for "' .. f().name .. '"^0') - -- end -end - -CreateThread(function() - Wait(2000) - print("[ULC] Checking for external vehicle resources.") - for k, v in ipairs(Config.ExternalVehResources) do - local resourceState = GetResourceState(v) - while resourceState == "starting" do - print("^3[ULC] Waiting for resource: " .. resourceName .. " to load.") - Wait(100) - end - LoadExternalVehicleConfig(v) - end - --TriggerClientEvent('ulc:Loaded', -1) - GlobalState.ulcloaded = true - TriggerClientEvent("UpdateVehicleConfigs", -1, Config.Vehicles) - print("[ULC] Loading complete: " .. - #Config.Vehicles .. " external vehicle configurations loaded. State check: " .. tostring(GlobalState.ulcloaded)) - for _, v in ipairs(Config.Vehicles) do - if v.name then -- if using old single name - print('[ULC] Loaded: ' .. v.name) - elseif v.names then -- if using new table - for _, name in ipairs(v.names) do - print('[ULC] Loaded: ' .. name) - end - end - end -end) diff --git a/resources/ulc/shared/shared_functions.lua b/resources/ulc/shared/shared_functions.lua deleted file mode 100644 index 9d3b86cc8..000000000 --- a/resources/ulc/shared/shared_functions.lua +++ /dev/null @@ -1,110 +0,0 @@ --- Returns: bool (whether vehicle was found), table (vehicle config info) -function GetVehicleFromConfig(vehicle) - for _, v in pairs(Config.Vehicles) do - -- if old method with just a string - if v.name then - -- find which vehicle matches - if GetEntityModel(vehicle) == GetHashKey(v.name) then - --print("Vehicle [" .. v.name .. "] was found in Config.") - return true, v - end - elseif v.names then -- if new method with a table - -- for each name check if it matches the vehicle - for _, n in ipairs(v.names) do - if GetEntityModel(vehicle) == GetHashKey(n) then - --print("Vehicle [" .. v.name .. "] was found in Config.") - return true, v - end - end - end - end -end - --- Returns whether a vehicle is in a table of vehicle spawn names given a vehicle handle -function IsVehicleInTable(vehicle, table) - --print(table) - for _, v in pairs(table) do - --print(v) - --print(GetHashKey(v)) - --print(vehicle) - --print(GetEntityModel(vehicle)) - if GetEntityModel(vehicle) == GetHashKey(v) then - return true, v - else - --print("Vehicle [" .. v .. "] not found in table.") - end - end -end - --- Returns the vehicle speed converted to MPH or KPH based on config value -function GetVehicleSpeedConverted(vehicle) - if Config.useKPH then - return GetEntitySpeed(Entity(vehicle)) * 3.6 - else - return GetEntitySpeed(Entity(vehicle)) * 2.236936 - end -end - --- returns true when all vehicle doors are fully closed -function AreVehicleDoorsClosed(vehicle) - local result = true - local numberOfDoors = GetNumberOfVehicleDoors(vehicle) - for i = 0, numberOfDoors, 1 do - if GetVehicleDoorAngleRatio(vehicle, i) > 0.0 then - --print("[AreVehicleDoorsClosed()] Door " .. i .. " is open.") - result = false - end - end - return result -end - --- returns true when vehicle health is above config threshold -function IsVehicleHealthy(vehicle) - local vehHealth = GetVehicleBodyHealth(vehicle) - - if vehHealth > 980 then - return true - else - --print("[IsVehicleHealth())] Vehicle is damaged.") - return false - end -end - -function SortButtonsByKey(arr) - table.sort(arr, function(a, b) - return a["key"] < b["key"] - end) -end - -function formatInt(num) - local formatted = tostring(num) - local length = formatted:len() - - for i = length - 3, 1, -3 do - formatted = formatted:sub(1, i) .. ',' .. formatted:sub(i + 1) - end - - return formatted -end - -function validateButtonText(text) - local count = 0 - for word in text:gmatch("%w+") do - count = count + 1 - if count > 3 or #word > 5 then - return false - end - end - return true -end - --- Function to check if a value exists in a table --- Returns: bool (whether value is contained), int (index of value if contained) -function contains(table, val) - for i, v in ipairs(table) do - if v == val then - return i - end - end - return false -end