From efcb3a9d08960ef62023c3c684380034eced5198 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Tue, 18 Jul 2023 12:45:47 -0400 Subject: [PATCH] documentation fixes --- docs/CHANGELOG.md | 2 - docs/features/WEB.md | 6 +- docs/features/index.md | 2 +- docs/index.md | 1 - docs/installation/010_INSTALL_AUTOMATED.md | 4 +- docs/installation/020_INSTALL_MANUAL.md | 4 +- docs/installation/050_INSTALLING_MODELS.md | 382 ++++-------------- .../{App-910f284f.js => App-891779fc.js} | 4 +- ...ea5d91e.js => MantineProvider-f3412ed4.js} | 2 +- ...9c3.js => ThemeLocaleProvider-617a0567.js} | 2 +- .../{index-77a6baac.js => index-c1428e4e.js} | 2 +- invokeai/frontend/web/dist/index.html | 2 +- .../frontend/web/src/services/api/schema.d.ts | 22 +- pyproject.toml | 4 +- 14 files changed, 106 insertions(+), 333 deletions(-) rename invokeai/frontend/web/dist/assets/{App-910f284f.js => App-891779fc.js} (93%) rename invokeai/frontend/web/dist/assets/{MantineProvider-5ea5d91e.js => MantineProvider-f3412ed4.js} (99%) rename invokeai/frontend/web/dist/assets/{ThemeLocaleProvider-97e5b9c3.js => ThemeLocaleProvider-617a0567.js} (99%) rename invokeai/frontend/web/dist/assets/{index-77a6baac.js => index-c1428e4e.js} (99%) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ff9edde30a..ca765b3ca6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -617,8 +617,6 @@ sections describe what's new for InvokeAI. - `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains for backward compatibility. - Completely new WebGUI - launch with `python3 scripts/invoke.py --web` -- Support for [inpainting](deprecated/INPAINTING.md) and - [outpainting](features/OUTPAINTING.md) - img2img runs on all k\* samplers - Support for [negative prompts](features/PROMPTS.md#negative-and-unconditioned-prompts) diff --git a/docs/features/WEB.md b/docs/features/WEB.md index ef541736d9..7707a824c6 100644 --- a/docs/features/WEB.md +++ b/docs/features/WEB.md @@ -76,10 +76,10 @@ From top to bottom, these are: with outpainting,and modify interior portions of the image with inpainting, erase portions of a starting image and have the AI fill in the erased region from a text prompt. -4. Workflow Management (not yet implemented) - this panel will allow you to create +4. Node Editor - this panel allows you to create pipelines of common operations and combine them into workflows. -5. Training (not yet implemented) - this panel will provide an interface to [textual - inversion training](TEXTUAL_INVERSION.md) and fine tuning. +5. Model Manager - this panel allows you to import and configure new + models using URLs, local paths, or HuggingFace diffusers repo_ids. The inpainting, outpainting and postprocessing tabs are currently in development. However, limited versions of their features can already be accessed diff --git a/docs/features/index.md b/docs/features/index.md index 12539ca98f..b690d0b158 100644 --- a/docs/features/index.md +++ b/docs/features/index.md @@ -37,7 +37,7 @@ guide also covers optimizing models to load quickly. Teach an old model new tricks. Merge 2-3 models together to create a new model that combines characteristics of the originals. -## * [Textual Inversion](TEXTUAL_INVERSION.md) +## * [Textual Inversion](TRAINING.md) Personalize models by adding your own style or subjects. # Other Features diff --git a/docs/index.md b/docs/index.md index 1fb93d864a..229cb6cf05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -146,7 +146,6 @@ This method is recommended for those familiar with running Docker containers - [Installing](installation/050_INSTALLING_MODELS.md) - [Model Merging](features/MODEL_MERGING.md) - [Style/Subject Concepts and Embeddings](features/CONCEPTS.md) -- [Textual Inversion](features/TEXTUAL_INVERSION.md) - [Not Safe for Work (NSFW) Checker](features/NSFW.md) ### Prompt Engineering diff --git a/docs/installation/010_INSTALL_AUTOMATED.md b/docs/installation/010_INSTALL_AUTOMATED.md index c710ed17b1..d4b4a4d64a 100644 --- a/docs/installation/010_INSTALL_AUTOMATED.md +++ b/docs/installation/010_INSTALL_AUTOMATED.md @@ -354,8 +354,8 @@ experimental versions later. 12. **InvokeAI Options**: You can launch InvokeAI with several different command-line arguments that customize its behavior. For example, you can change the location of the - image output directory, or select your favorite sampler. See the - [Command-Line Interface](../features/CLI.md) for a full list of the options. + image output directory or balance memory usage vs performance. See + [Configuration](../features/CONFIGURATION.md) for a full list of the options. - To set defaults that will take effect every time you launch InvokeAI, use a text editor (e.g. Notepad) to exit the file diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index 670b62e1ed..75309c5fea 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -256,7 +256,7 @@ manager, please follow these steps: 10. Render away! - Browse the [features](../features/CLI.md) section to learn about all the + Browse the [features](../features/index.md) section to learn about all the things you can do with InvokeAI. @@ -270,7 +270,7 @@ manager, please follow these steps: 12. Other scripts - The [Textual Inversion](../features/TEXTUAL_INVERSION.md) script can be launched with the command: + The [Textual Inversion](../features/TRAINING.md) script can be launched with the command: ```bash invokeai-ti --gui diff --git a/docs/installation/050_INSTALLING_MODELS.md b/docs/installation/050_INSTALLING_MODELS.md index 9c8a83489f..ce2004e841 100644 --- a/docs/installation/050_INSTALLING_MODELS.md +++ b/docs/installation/050_INSTALLING_MODELS.md @@ -43,24 +43,7 @@ InvokeAI comes with support for a good set of starter models. You'll find them listed in the master models file `configs/INITIAL_MODELS.yaml` in the InvokeAI root directory. The subset that are currently installed are found in -`configs/models.yaml`. As of v2.3.1, the list of starter models is: - -|Model Name | HuggingFace Repo ID | Description | URL | -|---------- | ---------- | ----------- | --- | -|stable-diffusion-1.5|runwayml/stable-diffusion-v1-5|Stable Diffusion version 1.5 diffusers model (4.27 GB)|https://huggingface.co/runwayml/stable-diffusion-v1-5 | -|sd-inpainting-1.5|runwayml/stable-diffusion-inpainting|RunwayML SD 1.5 model optimized for inpainting, diffusers version (4.27 GB)|https://huggingface.co/runwayml/stable-diffusion-inpainting | -|stable-diffusion-2.1|stabilityai/stable-diffusion-2-1|Stable Diffusion version 2.1 diffusers model, trained on 768 pixel images (5.21 GB)|https://huggingface.co/stabilityai/stable-diffusion-2-1 | -|sd-inpainting-2.0|stabilityai/stable-diffusion-2-inpainting|Stable Diffusion version 2.0 inpainting model (5.21 GB)|https://huggingface.co/stabilityai/stable-diffusion-2-inpainting | -|analog-diffusion-1.0|wavymulder/Analog-Diffusion|An SD-1.5 model trained on diverse analog photographs (2.13 GB)|https://huggingface.co/wavymulder/Analog-Diffusion | -|deliberate-1.0|XpucT/Deliberate|Versatile model that produces detailed images up to 768px (4.27 GB)|https://huggingface.co/XpucT/Deliberate | -|d&d-diffusion-1.0|0xJustin/Dungeons-and-Diffusion|Dungeons & Dragons characters (2.13 GB)|https://huggingface.co/0xJustin/Dungeons-and-Diffusion | -|dreamlike-photoreal-2.0|dreamlike-art/dreamlike-photoreal-2.0|A photorealistic model trained on 768 pixel images based on SD 1.5 (2.13 GB)|https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0 | -|inkpunk-1.0|Envvi/Inkpunk-Diffusion|Stylized illustrations inspired by Gorillaz, FLCL and Shinkawa; prompt with "nvinkpunk" (4.27 GB)|https://huggingface.co/Envvi/Inkpunk-Diffusion | -|openjourney-4.0|prompthero/openjourney|An SD 1.5 model fine tuned on Midjourney; prompt with "mdjrny-v4 style" (2.13 GB)|https://huggingface.co/prompthero/openjourney | -|portrait-plus-1.0|wavymulder/portraitplus|An SD-1.5 model trained on close range portraits of people; prompt with "portrait+" (2.13 GB)|https://huggingface.co/wavymulder/portraitplus | -|seek-art-mega-1.0|coreco/seek.art_MEGA|A general use SD-1.5 "anything" model that supports multiple styles (2.1 GB)|https://huggingface.co/coreco/seek.art_MEGA | -|trinart-2.0|naclbit/trinart_stable_diffusion_v2|An SD-1.5 model finetuned with ~40K assorted high resolution manga/anime-style images (2.13 GB)|https://huggingface.co/naclbit/trinart_stable_diffusion_v2 | -|waifu-diffusion-1.4|hakurei/waifu-diffusion|An SD-1.5 model trained on 680k anime/manga-style images (2.13 GB)|https://huggingface.co/hakurei/waifu-diffusion | +`configs/models.yaml`. Note that these files are covered by an "Ethical AI" license which forbids certain uses. When you initially download them, you are asked @@ -71,8 +54,7 @@ with the model terms by visiting the URLs in the table above. ## Community-Contributed Models -There are too many to list here and more are being contributed every -day. [HuggingFace](https://huggingface.co/models?library=diffusers) +[HuggingFace](https://huggingface.co/models?library=diffusers) is a great resource for diffusers models, and is also the home of a [fast-growing repository](https://huggingface.co/sd-concepts-library) of embedding (".bin") models that add subjects and/or styles to your @@ -86,310 +68,106 @@ only `.safetensors` and `.ckpt` models, but they can be easily loaded into InvokeAI and/or converted into optimized `diffusers` models. Be aware that CIVITAI hosts many models that generate NSFW content. -!!! note - - InvokeAI 2.3.x does not support directly importing and - running Stable Diffusion version 2 checkpoint models. You may instead - convert them into `diffusers` models using the conversion methods - described below. - ## Installation -There are multiple ways to install and manage models: +There are two ways to install and manage models: -1. The `invokeai-configure` script which will download and install them for you. +1. The `invokeai-model-install` script which will download and install +them for you. In addition to supporting main models, you can install +ControlNet, LoRA and Textual Inversion models. -2. The command-line tool (CLI) has commands that allows you to import, configure and modify - models files. - -3. The web interface (WebUI) has a GUI for importing and managing +2. The web interface (WebUI) has a GUI for importing and managing models. -### Installation via `invokeai-configure` +3. By placing models (or symbolic links to models) inside one of the +InvokeAI root directory's `autoimport` folder. -From the `invoke` launcher, choose option (6) "re-run the configure -script to download new models." This will launch the same script that -prompted you to select models at install time. You can use this to add -models that you skipped the first time around. It is all right to -specify a model that was previously downloaded; the script will just -confirm that the files are complete. +### Installation via `invokeai-model-install` -### Installation via the CLI +From the `invoke` launcher, choose option [5] "Download and install +models." This will launch the same script that prompted you to select +models at install time. You can use this to add models that you +skipped the first time around. It is all right to specify a model that +was previously downloaded; the script will just confirm that the files +are complete. -You can install a new model, including any of the community-supported ones, via -the command-line client's `!import_model` command. +The installer has different panels for installing main models from +HuggingFace, models from Civitai and other arbitrary web sites, +ControlNet models, LoRA/LyCORIS models, and Textual Inversion +embeddings. Each section has a text box in which you can enter a new +model to install. You can refer to a model using its: -#### Installing individual `.ckpt` and `.safetensors` models +1. Local path to the .ckpt, .safetensors or diffusers folder on your local machine +2. A directory on your machine that contains multiple models +3. A URL that points to a downloadable model +4. A HuggingFace repo id -If the model is already downloaded to your local disk, use -`!import_model /path/to/file.ckpt` to load it. For example: +Previously-installed models are shown with checkboxes. Uncheck a box +to unregister the model from InvokeAI. Models that are physically +installed inside the InvokeAI root directory will be deleted and +purged (after a confirmation warning). Models that are located outside +the InvokeAI root directory will be unregistered but not deleted. -```bash -invoke> !import_model C:/Users/fred/Downloads/martians.safetensors +Note: The installer script uses a console-based text interface that requires +significant amounts of horizontal and vertical space. If the display +looks messed up, just enlarge the terminal window and/or relaunch the +script. + +If you wish you can script model addition and deletion, as well as +listing installed models. Start the "developer's console" and give the +command `invokeai-model-install --help`. This will give you a series +of command-line parameters that will let you control model +installation. Examples: + +``` +# (list all controlnet models) +invokeai-model-install --list controlnet + +# (install the model at the indicated URL) +invokeai-model-install --add http://civitai.com/2860 + +# (delete the named model) +invokeai-model-install --delete sd-1/main/analog-diffusion ``` -!!! tip "Forward Slashes" - On Windows systems, use forward slashes rather than backslashes - in your file paths. - If you do use backslashes, - you must double them like this: - `C:\\Users\\fred\\Downloads\\martians.safetensors` +### Installation via the Web GUI -Alternatively you can directly import the file using its URL: +To install a new model using the Web GUI, do the following: -```bash -invoke> !import_model https://example.org/sd_models/martians.safetensors -``` +1. Open the InvokeAI Model Manager (cube at the bottom of the +left-hand panel) and navigate to *Import Models* -For this to work, the URL must not be password-protected. Otherwise -you will receive a 404 error. +2. In the field labeled *Location* type in the path to the model you +wish to install. You may use a URL, HuggingFace repo id, or a path on +your local disk. -When you import a legacy model, the CLI will first ask you what type -of model this is. You can indicate whether it is a model based on -Stable Diffusion 1.x (1.4 or 1.5), one based on Stable Diffusion 2.x, -or a 1.x inpainting model. Be careful to indicate the correct model -type, or it will not load correctly. You can correct the model type -after the fact using the `!edit_model` command. +3. Alternatively, the *Scan for Models* button allows you to paste in +the path to a folder somewhere on your machine. It will be scanned for +importable models and prompt you to add the ones of your choice. -The system will then ask you a few other questions about the model, -including what size image it was trained on (usually 512x512), what -name and description you wish to use for it, and whether you would -like to install a custom VAE (variable autoencoder) file for the -model. For recent models, the answer to the VAE question is usually -"no," but it won't hurt to answer "yes". +4. Press *Add Model* and wait for confirmation that the model +was added. -After importing, the model will load. If this is successful, you will -be asked if you want to keep the model loaded in memory to start -generating immediately. You'll also be asked if you wish to make this -the default model on startup. You can change this later using -`!edit_model`. +To delete a model, Select *Model Manager* to list all the currently +installed models. Press the trash can icons to delete any models you +wish to get rid of. Models whose weights are located inside the +InvokeAI `models` directory will be purged from disk, while those +located outside will be unregistered from InvokeAI, but not deleted. -#### Importing a batch of `.ckpt` and `.safetensors` models from a directory +You can see where model weights are located by clicking on the model name. +This will bring up an editable info panel showing the model's characteristics, +including the `Model Location` of its files. -You may also point `!import_model` to a directory containing a set of -`.ckpt` or `.safetensors` files. They will be imported _en masse_. +### Installation via the `autoimport` function -!!! example +In the InvokeAI root directory you will find a series of folders under +`autoimport`, one each for main models, controlnets, embeddings and +Loras. Any models that you add to these directories will be scanned +at startup time and registered automatically. - ```console - invoke> !import_model C:/Users/fred/Downloads/civitai_models/ - ``` +You may create symbolic links from these folders to models located +elsewhere on disk and they will be autoimported. You can also create +subfolders and organize them as you wish. -You will be given the option to import all models found in the -directory, or select which ones to import. If there are subfolders -within the directory, they will be searched for models to import. - -#### Installing `diffusers` models - -You can install a `diffusers` model from the HuggingFace site using -`!import_model` and the HuggingFace repo_id for the model: - -```bash -invoke> !import_model andite/anything-v4.0 -``` - -Alternatively, you can download the model to disk and import it from -there. The model may be distributed as a ZIP file, or as a Git -repository: - -```bash -invoke> !import_model C:/Users/fred/Downloads/andite--anything-v4.0 -``` - -!!! tip "The CLI supports file path autocompletion" - Type a bit of the path name and hit ++tab++ in order to get a choice of - possible completions. - -!!! tip "On Windows, you can drag model files onto the command-line" - Once you have typed in `!import_model `, you can drag the - model file or directory onto the command-line to insert the model path. This way, you don't need to - type it or copy/paste. However, you will need to reverse or - double backslashes as noted above. - -Before installing, the CLI will ask you for a short name and -description for the model, whether to make this the default model that -is loaded at InvokeAI startup time, and whether to replace its -VAE. Generally the answer to the latter question is "no". - -### Converting legacy models into `diffusers` - -The CLI `!convert_model` will convert a `.safetensors` or `.ckpt` -models file into `diffusers` and install it.This will enable the model -to load and run faster without loss of image quality. - -The usage is identical to `!import_model`. You may point the command -to either a downloaded model file on disk, or to a (non-password -protected) URL: - -```bash -invoke> !convert_model C:/Users/fred/Downloads/martians.safetensors -``` - -After a successful conversion, the CLI will offer you the option of -deleting the original `.ckpt` or `.safetensors` file. - -### Optimizing a previously-installed model - -Lastly, if you have previously installed a `.ckpt` or `.safetensors` -file and wish to convert it into a `diffusers` model, you can do this -without re-downloading and converting the original file using the -`!optimize_model` command. Simply pass the short name of an existing -installed model: - -```bash -invoke> !optimize_model martians-v1.0 -``` - -The model will be converted into `diffusers` format and replace the -previously installed version. You will again be offered the -opportunity to delete the original `.ckpt` or `.safetensors` file. - -### Related CLI Commands - -There are a whole series of additional model management commands in -the CLI that you can read about in [Command-Line -Interface](../features/CLI.md). These include: - -* `!models` - List all installed models -* `!switch ` - Switch to the indicated model -* `!edit_model ` - Edit the indicated model to change its name, description or other properties -* `!del_model ` - Delete the indicated model - -### Manually editing `configs/models.yaml` - - -If you are comfortable with a text editor then you may simply edit `models.yaml` -directly. - -You will need to download the desired `.ckpt/.safetensors` file and -place it somewhere on your machine's filesystem. Alternatively, for a -`diffusers` model, record the repo_id or download the whole model -directory. Then using a **text** editor (e.g. the Windows Notepad -application), open the file `configs/models.yaml`, and add a new -stanza that follows this model: - -#### A legacy model - -A legacy `.ckpt` or `.safetensors` entry will look like this: - -```yaml -arabian-nights-1.0: - description: A great fine-tune in Arabian Nights style - weights: ./path/to/arabian-nights-1.0.ckpt - config: ./configs/stable-diffusion/v1-inference.yaml - format: ckpt - width: 512 - height: 512 - default: false -``` - -Note that `format` is `ckpt` for both `.ckpt` and `.safetensors` files. - -#### A diffusers model - -A stanza for a `diffusers` model will look like this for a HuggingFace -model with a repository ID: - -```yaml -arabian-nights-1.1: - description: An even better fine-tune of the Arabian Nights - repo_id: captahab/arabian-nights-1.1 - format: diffusers - default: true -``` - -And for a downloaded directory: - -```yaml -arabian-nights-1.1: - description: An even better fine-tune of the Arabian Nights - path: /path/to/captahab-arabian-nights-1.1 - format: diffusers - default: true -``` - -There is additional syntax for indicating an external VAE to use with -this model. See `INITIAL_MODELS.yaml` and `models.yaml` for examples. - -After you save the modified `models.yaml` file relaunch -`invokeai`. The new model will now be available for your use. - -### Installation via the WebUI - -To access the WebUI Model Manager, click on the button that looks like -a cube in the upper right side of the browser screen. This will bring -up a dialogue that lists the models you have already installed, and -allows you to load, delete or edit them: - -
- -![model-manager](../assets/installing-models/webui-models-1.png) - -
- -To add a new model, click on **+ Add New** and select to either a -checkpoint/safetensors model, or a diffusers model: - -
- -![model-manager-add-new](../assets/installing-models/webui-models-2.png) - -
- -In this example, we chose **Add Diffusers**. As shown in the figure -below, a new dialogue prompts you to enter the name to use for the -model, its description, and either the location of the `diffusers` -model on disk, or its Repo ID on the HuggingFace web site. If you -choose to enter a path to disk, the system will autocomplete for you -as you type: - -
- -![model-manager-add-diffusers](../assets/installing-models/webui-models-3.png) - -
- -Press **Add Model** at the bottom of the dialogue (scrolled out of -site in the figure), and the model will be downloaded, imported, and -registered in `models.yaml`. - -The **Add Checkpoint/Safetensor Model** option is similar, except that -in this case you can choose to scan an entire folder for -checkpoint/safetensors files to import. Simply type in the path of the -directory and press the "Search" icon. This will display the -`.ckpt` and `.safetensors` found inside the directory and its -subfolders, and allow you to choose which ones to import: - -
- -![model-manager-add-checkpoint](../assets/installing-models/webui-models-4.png) - -
- -## Model Management Startup Options - -The `invoke` launcher and the `invokeai` script accept a series of -command-line arguments that modify InvokeAI's behavior when loading -models. These can be provided on the command line, or added to the -InvokeAI root directory's `invokeai.init` initialization file. - -The arguments are: - -* `--model ` -- Start up with the indicated model loaded -* `--ckpt_convert` -- When a checkpoint/safetensors model is loaded, convert it into a `diffusers` model in memory. This does not permanently save the converted model to disk. -* `--autoconvert ` -- Scan the indicated directory path for new checkpoint/safetensors files, convert them into `diffusers` models, and import them into InvokeAI. - -Here is an example of providing an argument on the command line using -the `invoke.sh` launch script: - -```bash -invoke.sh --autoconvert /home/fred/stable-diffusion-checkpoints -``` - -And here is what the same argument looks like in `invokeai.init`: - -```bash ---outdir="/home/fred/invokeai/outputs ---no-nsfw_checker ---autoconvert /home/fred/stable-diffusion-checkpoints -``` +The location of the autoimport directories are controlled by settings +in `invokeai.yaml`. See [Configuration](../features/CONFIGURATION.md). \ No newline at end of file diff --git a/invokeai/frontend/web/dist/assets/App-910f284f.js b/invokeai/frontend/web/dist/assets/App-891779fc.js similarity index 93% rename from invokeai/frontend/web/dist/assets/App-910f284f.js rename to invokeai/frontend/web/dist/assets/App-891779fc.js index 5486206771..e57a8e0ea6 100644 --- a/invokeai/frontend/web/dist/assets/App-910f284f.js +++ b/invokeai/frontend/web/dist/assets/App-891779fc.js @@ -1,4 +1,4 @@ -import{t as Ug,r as fE,i as pE,a as hu,b as f4,S as p4,c as h4,d as m4,e as Gg,f as g4,g as qg,h as hE,j as mE,k as gE,l as vE,m as yE,n as bE,o as xE,p as wE,q as SE,s as f,u as tt,v as a,I as go,w as ur,x as Wn,y as He,z as Ot,A as mu,B as gt,C as gu,D as ws,E as lo,F as co,G as wr,H as CE,J as _E,K as Ua,L as Wc,M as zi,N as sn,O as Sa,P as Vp,Q as nv,R as wl,T as rv,U as vu,_ as Qn,V as kE,W as z,X as v4,Y as y4,Z as Lb,$ as b4,a0 as Up,a1 as ov,a2 as ql,a3 as PE,a4 as jE,a5 as IE,a6 as EE,a7 as x4,a8 as w4,a9 as Gp,aa as xf,ab as OE,ac as RE,ad as Vm,ae as Bb,af as ME,ag as S4,ah as C4,ai as Kl,aj as Fb,ak as Hb,al as DE,am as TE,an as AE,ao as NE,ap as $E,aq as Um,ar as nl,as as Gm,at as zE,au as LE,av as BE,aw as sv,ax as qp,ay as wf,az as FE,aA as _4,aB as k4,aC as HE,aD as yu,aE as av,aF as WE,aG as VE,aH as UE,aI as GE,aJ as qE,aK as KE,aL as YE,aM as Wb,aN as ze,aO as F,aP as sa,aQ as ve,aR as Mo,aS as dr,aT as te,aU as $,aV as Yl,aW as le,aX as P4,aY as j4,aZ as Ql,a_ as Do,a$ as We,b0 as _n,b1 as Sf,b2 as QE,b3 as Ga,b4 as iv,b5 as Cf,b6 as I4,b7 as lv,b8 as Rt,b9 as cv,ba as XE,bb as JE,bc as ZE,bd as rl,be as gs,bf as E4,bg as e8,bh as t8,bi as bu,bj as at,bk as uv,bl as qa,bm as Vb,bn as n8,bo as r8,bp as o8,bq as _d,br as kd,bs as Vc,bt as Uc,bu as Ub,bv as _f,bw as Gb,bx as kf,by as qb,bz as Kg,bA as Kb,bB as Yg,bC as Yb,bD as Pf,bE as Qb,bF as Dl,bG as Xb,bH as Tl,bI as Jb,bJ as jf,bK as s8,bL as If,bM as O4,bN as dv,bO as fv,bP as a8,bQ as R4,bR as M4,bS as D4,bT as Kp,bU as xi,bV as i8,bW as ff,bX as je,bY as l8,bZ as c8,b_ as u8,b$ as Ef,c0 as Xl,c1 as T4,c2 as d8,c3 as A4,c4 as Zb,c5 as ex,c6 as f8,c7 as pa,c8 as tx,c9 as ht,ca as Of,cb as p8,cc as N4,cd as Jr,ce as h8,cf as Xn,cg as Yt,ch as Qg,ci as Ws,cj as Ss,ck as vs,cl as $4,cm as m8,cn as z4,co as nx,cp as g8,cq as v8,cr as y8,cs as b8,ct as br,cu as L4,cv as x8,cw as w8,cx as S8,cy as C8,cz as _8,cA as pv,cB as qo,cC as B4,cD as F4,cE as k8,cF as rx,cG as P8,cH as j8,cI as I8,cJ as E8,cK as O8,cL as R8,cM as M8,cN as H4,cO as D8,cP as T8,cQ as A8,cR as N8,cS as $8,cT as z8,cU as L8,cV as ox,cW as sx,cX as ax,cY as ix,cZ as B8,c_ as F8,c$ as H8,d0 as lx,d1 as W8,d2 as V8,d3 as U8,d4 as G8,d5 as q8,d6 as K8,d7 as Y8,d8 as Q8,d9 as W4,da as Yo,db as X8,dc as J8,dd as Z8,de as Yp,df as e7,dg as Vr,dh as hv,di as V4,dj as t7,dk as n7,dl as r7,dm as Qo,dn as o7,dp as cx,dq as ux,dr as Sl,ds as s7,dt as a7,du as i7,dv as l7,dw as c7,dx as u7,dy as d7,dz as f7,dA as p7,dB as h7,dC as m7,dD as mv,dE as gv,dF as g7,dG as dx,dH as v7,dI as fx,dJ as Xo,dK as y7,dL as b7,dM as px,dN as hx,dO as x7,dP as mx,dQ as w7,dR as S7,dS as C7,dT as _7,dU as k7,dV as P7,dW as U4,dX as G4,dY as q4,dZ as K4,d_ as Y4,d$ as xu,e0 as gx,e1 as j7,e2 as Ei,e3 as I7,e4 as Q4,e5 as vx,e6 as E7,e7 as cs,e8 as O7,e9 as R7,ea as X4,eb as J4,ec as M7,ed as Z4,ee as e3,ef as rr,eg as or,eh as wu,ei as t3,ej as n3,ek as yx,el as D7,em as bx,en as T7,eo as r3,ep as A7,eq as Qp,er as xx,es as o3,et as N7,eu as wx,ev as s3,ew as Ko,ex as $7,ey as z7,ez as a3,eA as L7,eB as B7,eC as F7,eD as H7,eE as W7,eF as V7,eG as U7,eH as G7,eI as q7,eJ as K7,eK as Y7,eL as Q7,eM as X7,eN as J7,eO as Z7,eP as eO,eQ as tO,eR as nO,eS as rO,eT as Sx,eU as oO,eV as Cx,eW as pf,eX as sO,eY as en,eZ as Rf,e_ as i3,e$ as eu,f0 as aO,f1 as iO,f2 as Hs,f3 as l3,f4 as vv,f5 as Su,f6 as lO,f7 as cO,f8 as uO,f9 as ha,fa as c3,fb as dO,fc as fO,fd as u3,fe as pO,ff as hO,fg as mO,fh as gO,fi as vO,fj as yO,fk as bO,fl as xO,fm as wO,fn as SO,fo as CO,fp as _x,fq as _O,fr as kO,fs as PO,ft as jO,fu as IO,fv as EO,fw as qm,fx as Bs,fy as Pd,fz as Km,fA as Ym,fB as jd,fC as kx,fD as Xg,fE as OO,fF as RO,fG as MO,fH as DO,fI as TO,fJ as Mf,fK as d3,fL as f3,fM as AO,fN as NO,fO as p3,fP as h3,fQ as m3,fR as g3,fS as v3,fT as y3,fU as b3,fV as x3,fW as Cl,fX as _l,fY as w3,fZ as S3,f_ as $O,f$ as C3,g0 as _3,g1 as k3,g2 as P3,g3 as j3,g4 as I3,g5 as E3,g6 as yv,g7 as zO,g8 as LO,g9 as Px,ga as BO,gb as FO,gc as Df,gd as jx,ge as Ix,gf as Ex,gg as Ox,gh as HO,gi as WO,gj as VO,gk as UO,gl as GO,gm as qO,gn as KO,go as YO,gp as QO,gq as XO}from"./index-77a6baac.js";import{m as O3,u as R3,a as Ca,b as JO,r as $e,f as ZO,g as Rx,c as At,d as vr}from"./MantineProvider-5ea5d91e.js";function e9(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,s;for(s=0;s=0)&&(n[o]=e[o]);return n}var Mx=1/0,t9=17976931348623157e292;function Qm(e){if(!e)return e===0?e:0;if(e=Ug(e),e===Mx||e===-Mx){var t=e<0?-1:1;return t*t9}return e===e?e:0}var n9=function(){return fE.Date.now()};const Xm=n9;var r9="Expected a function",o9=Math.max,s9=Math.min;function a9(e,t,n){var r,o,s,i,u,d,p=0,h=!1,g=!1,v=!0;if(typeof e!="function")throw new TypeError(r9);t=Ug(t)||0,pE(n)&&(h=!!n.leading,g="maxWait"in n,s=g?o9(Ug(n.maxWait)||0,t):s,v="trailing"in n?!!n.trailing:v);function b(O){var M=r,R=o;return r=o=void 0,p=O,i=e.apply(R,M),i}function S(O){return p=O,u=setTimeout(_,t),h?b(O):i}function w(O){var M=O-d,R=O-p,A=t-M;return g?s9(A,s-R):A}function C(O){var M=O-d,R=O-p;return d===void 0||M>=t||M<0||g&&R>=s}function _(){var O=Xm();if(C(O))return k(O);u=setTimeout(_,w(O))}function k(O){return u=void 0,v&&r?b(O):(r=o=void 0,i)}function j(){u!==void 0&&clearTimeout(u),p=0,r=d=o=u=void 0}function E(){return u===void 0?i:k(Xm())}function I(){var O=Xm(),M=C(O);if(r=arguments,o=this,d=O,M){if(u===void 0)return S(d);if(g)return clearTimeout(u),u=setTimeout(_,t),b(d)}return u===void 0&&(u=setTimeout(_,t)),i}return I.cancel=j,I.flush=E,I}var i9=200;function l9(e,t,n,r){var o=-1,s=h4,i=!0,u=e.length,d=[],p=t.length;if(!u)return d;n&&(t=hu(t,f4(n))),r?(s=m4,i=!1):t.length>=i9&&(s=Gg,i=!1,t=new p4(t));e:for(;++o=120&&h.length>=120)?new p4(i&&h):void 0}h=e[0];var g=-1,v=u[0];e:for(;++ga.jsx(go,{ref:d,viewBox:t,...o,...u,children:s.length?s:a.jsx("path",{fill:"currentColor",d:n})}));return i.displayName=r,i}var k9=Object.defineProperty,P9=(e,t,n)=>t in e?k9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cr=(e,t,n)=>(P9(e,typeof t!="symbol"?t+"":t,n),n);function Tx(e){return e.sort((t,n)=>{const r=t.compareDocumentPosition(n);if(r&Node.DOCUMENT_POSITION_FOLLOWING||r&Node.DOCUMENT_POSITION_CONTAINED_BY)return-1;if(r&Node.DOCUMENT_POSITION_PRECEDING||r&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(r&Node.DOCUMENT_POSITION_DISCONNECTED||r&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC)throw Error("Cannot sort the given nodes.");return 0})}var j9=e=>typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE;function Ax(e,t,n){let r=e+1;return n&&r>=t&&(r=0),r}function Nx(e,t,n){let r=e-1;return n&&r<0&&(r=t),r}var Jg=typeof window<"u"?f.useLayoutEffect:f.useEffect,Tf=e=>e,I9=class{constructor(){cr(this,"descendants",new Map),cr(this,"register",e=>{if(e!=null)return j9(e)?this.registerNode(e):t=>{this.registerNode(t,e)}}),cr(this,"unregister",e=>{this.descendants.delete(e);const t=Tx(Array.from(this.descendants.keys()));this.assignIndex(t)}),cr(this,"destroy",()=>{this.descendants.clear()}),cr(this,"assignIndex",e=>{this.descendants.forEach(t=>{const n=e.indexOf(t.node);t.index=n,t.node.dataset.index=t.index.toString()})}),cr(this,"count",()=>this.descendants.size),cr(this,"enabledCount",()=>this.enabledValues().length),cr(this,"values",()=>Array.from(this.descendants.values()).sort((t,n)=>t.index-n.index)),cr(this,"enabledValues",()=>this.values().filter(e=>!e.disabled)),cr(this,"item",e=>{if(this.count()!==0)return this.values()[e]}),cr(this,"enabledItem",e=>{if(this.enabledCount()!==0)return this.enabledValues()[e]}),cr(this,"first",()=>this.item(0)),cr(this,"firstEnabled",()=>this.enabledItem(0)),cr(this,"last",()=>this.item(this.descendants.size-1)),cr(this,"lastEnabled",()=>{const e=this.enabledValues().length-1;return this.enabledItem(e)}),cr(this,"indexOf",e=>{var t,n;return e&&(n=(t=this.descendants.get(e))==null?void 0:t.index)!=null?n:-1}),cr(this,"enabledIndexOf",e=>e==null?-1:this.enabledValues().findIndex(t=>t.node.isSameNode(e))),cr(this,"next",(e,t=!0)=>{const n=Ax(e,this.count(),t);return this.item(n)}),cr(this,"nextEnabled",(e,t=!0)=>{const n=this.item(e);if(!n)return;const r=this.enabledIndexOf(n.node),o=Ax(r,this.enabledCount(),t);return this.enabledItem(o)}),cr(this,"prev",(e,t=!0)=>{const n=Nx(e,this.count()-1,t);return this.item(n)}),cr(this,"prevEnabled",(e,t=!0)=>{const n=this.item(e);if(!n)return;const r=this.enabledIndexOf(n.node),o=Nx(r,this.enabledCount()-1,t);return this.enabledItem(o)}),cr(this,"registerNode",(e,t)=>{if(!e||this.descendants.has(e))return;const n=Array.from(this.descendants.keys()).concat(e),r=Tx(n);t!=null&&t.disabled&&(t.disabled=!!t.disabled);const o={node:e,index:-1,...t};this.descendants.set(e,o),this.assignIndex(r)})}};function E9(){const e=f.useRef(new I9);return Jg(()=>()=>e.current.destroy()),e.current}var[O9,M3]=ur({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"});function R9(e){const t=M3(),[n,r]=f.useState(-1),o=f.useRef(null);Jg(()=>()=>{o.current&&t.unregister(o.current)},[]),Jg(()=>{if(!o.current)return;const i=Number(o.current.dataset.index);n!=i&&!Number.isNaN(i)&&r(i)});const s=Tf(e?t.register(e):t.register);return{descendants:t,index:n,enabledIndex:t.enabledIndexOf(o.current),register:Wn(s,o)}}function xv(){return[Tf(O9),()=>Tf(M3()),()=>E9(),o=>R9(o)]}var[M9,Xp]=ur({name:"AccordionStylesContext",hookName:"useAccordionStyles",providerName:""}),[D9,wv]=ur({name:"AccordionItemContext",hookName:"useAccordionItemContext",providerName:""}),[T9,cse,A9,N9]=xv(),Ac=tt(function(t,n){const{getButtonProps:r}=wv(),o=r(t,n),i={display:"flex",alignItems:"center",width:"100%",outline:0,...Xp().button};return a.jsx(He.button,{...o,className:Ot("chakra-accordion__button",t.className),__css:i})});Ac.displayName="AccordionButton";function $9(e){const{onChange:t,defaultIndex:n,index:r,allowMultiple:o,allowToggle:s,...i}=e;B9(e),F9(e);const u=A9(),[d,p]=f.useState(-1);f.useEffect(()=>()=>{p(-1)},[]);const[h,g]=mu({value:r,defaultValue(){return o?n??[]:n??-1},onChange:t});return{index:h,setIndex:g,htmlProps:i,getAccordionItemProps:b=>{let S=!1;return b!==null&&(S=Array.isArray(h)?h.includes(b):h===b),{isOpen:S,onChange:C=>{if(b!==null)if(o&&Array.isArray(h)){const _=C?h.concat(b):h.filter(k=>k!==b);g(_)}else C?g(b):s&&g(-1)}}},focusedIndex:d,setFocusedIndex:p,descendants:u}}var[z9,Sv]=ur({name:"AccordionContext",hookName:"useAccordionContext",providerName:"Accordion"});function L9(e){const{isDisabled:t,isFocusable:n,id:r,...o}=e,{getAccordionItemProps:s,setFocusedIndex:i}=Sv(),u=f.useRef(null),d=f.useId(),p=r??d,h=`accordion-button-${p}`,g=`accordion-panel-${p}`;H9(e);const{register:v,index:b,descendants:S}=N9({disabled:t&&!n}),{isOpen:w,onChange:C}=s(b===-1?null:b);W9({isOpen:w,isDisabled:t});const _=()=>{C==null||C(!0)},k=()=>{C==null||C(!1)},j=f.useCallback(()=>{C==null||C(!w),i(b)},[b,i,w,C]),E=f.useCallback(R=>{const L={ArrowDown:()=>{const N=S.nextEnabled(b);N==null||N.node.focus()},ArrowUp:()=>{const N=S.prevEnabled(b);N==null||N.node.focus()},Home:()=>{const N=S.firstEnabled();N==null||N.node.focus()},End:()=>{const N=S.lastEnabled();N==null||N.node.focus()}}[R.key];L&&(R.preventDefault(),L(R))},[S,b]),I=f.useCallback(()=>{i(b)},[i,b]),O=f.useCallback(function(A={},L=null){return{...A,type:"button",ref:Wn(v,u,L),id:h,disabled:!!t,"aria-expanded":!!w,"aria-controls":g,onClick:gt(A.onClick,j),onFocus:gt(A.onFocus,I),onKeyDown:gt(A.onKeyDown,E)}},[h,t,w,j,I,E,g,v]),M=f.useCallback(function(A={},L=null){return{...A,ref:L,role:"region",id:g,"aria-labelledby":h,hidden:!w}},[h,w,g]);return{isOpen:w,isDisabled:t,isFocusable:n,onOpen:_,onClose:k,getButtonProps:O,getPanelProps:M,htmlProps:o}}function B9(e){const t=e.index||e.defaultIndex,n=t!=null&&!Array.isArray(t)&&e.allowMultiple;gu({condition:!!n,message:`If 'allowMultiple' is passed, then 'index' or 'defaultIndex' must be an array. You passed: ${typeof t},`})}function F9(e){gu({condition:!!(e.allowMultiple&&e.allowToggle),message:"If 'allowMultiple' is passed, 'allowToggle' will be ignored. Either remove 'allowToggle' or 'allowMultiple' depending on whether you want multiple accordions visible or not"})}function H9(e){gu({condition:!!(e.isFocusable&&!e.isDisabled),message:`Using only 'isFocusable', this prop is reserved for situations where you pass 'isDisabled' but you still want the element to receive focus (A11y). Either remove it or pass 'isDisabled' as well. +import{t as Ug,r as fE,i as pE,a as hu,b as f4,S as p4,c as h4,d as m4,e as Gg,f as g4,g as qg,h as hE,j as mE,k as gE,l as vE,m as yE,n as bE,o as xE,p as wE,q as SE,s as f,u as tt,v as a,I as go,w as ur,x as Wn,y as He,z as Ot,A as mu,B as gt,C as gu,D as ws,E as lo,F as co,G as wr,H as CE,J as _E,K as Ua,L as Wc,M as zi,N as sn,O as Sa,P as Vp,Q as nv,R as wl,T as rv,U as vu,_ as Qn,V as kE,W as z,X as v4,Y as y4,Z as Lb,$ as b4,a0 as Up,a1 as ov,a2 as ql,a3 as PE,a4 as jE,a5 as IE,a6 as EE,a7 as x4,a8 as w4,a9 as Gp,aa as xf,ab as OE,ac as RE,ad as Vm,ae as Bb,af as ME,ag as S4,ah as C4,ai as Kl,aj as Fb,ak as Hb,al as DE,am as TE,an as AE,ao as NE,ap as $E,aq as Um,ar as nl,as as Gm,at as zE,au as LE,av as BE,aw as sv,ax as qp,ay as wf,az as FE,aA as _4,aB as k4,aC as HE,aD as yu,aE as av,aF as WE,aG as VE,aH as UE,aI as GE,aJ as qE,aK as KE,aL as YE,aM as Wb,aN as ze,aO as F,aP as sa,aQ as ve,aR as Mo,aS as dr,aT as te,aU as $,aV as Yl,aW as le,aX as P4,aY as j4,aZ as Ql,a_ as Do,a$ as We,b0 as _n,b1 as Sf,b2 as QE,b3 as Ga,b4 as iv,b5 as Cf,b6 as I4,b7 as lv,b8 as Rt,b9 as cv,ba as XE,bb as JE,bc as ZE,bd as rl,be as gs,bf as E4,bg as e8,bh as t8,bi as bu,bj as at,bk as uv,bl as qa,bm as Vb,bn as n8,bo as r8,bp as o8,bq as _d,br as kd,bs as Vc,bt as Uc,bu as Ub,bv as _f,bw as Gb,bx as kf,by as qb,bz as Kg,bA as Kb,bB as Yg,bC as Yb,bD as Pf,bE as Qb,bF as Dl,bG as Xb,bH as Tl,bI as Jb,bJ as jf,bK as s8,bL as If,bM as O4,bN as dv,bO as fv,bP as a8,bQ as R4,bR as M4,bS as D4,bT as Kp,bU as xi,bV as i8,bW as ff,bX as je,bY as l8,bZ as c8,b_ as u8,b$ as Ef,c0 as Xl,c1 as T4,c2 as d8,c3 as A4,c4 as Zb,c5 as ex,c6 as f8,c7 as pa,c8 as tx,c9 as ht,ca as Of,cb as p8,cc as N4,cd as Jr,ce as h8,cf as Xn,cg as Yt,ch as Qg,ci as Ws,cj as Ss,ck as vs,cl as $4,cm as m8,cn as z4,co as nx,cp as g8,cq as v8,cr as y8,cs as b8,ct as br,cu as L4,cv as x8,cw as w8,cx as S8,cy as C8,cz as _8,cA as pv,cB as qo,cC as B4,cD as F4,cE as k8,cF as rx,cG as P8,cH as j8,cI as I8,cJ as E8,cK as O8,cL as R8,cM as M8,cN as H4,cO as D8,cP as T8,cQ as A8,cR as N8,cS as $8,cT as z8,cU as L8,cV as ox,cW as sx,cX as ax,cY as ix,cZ as B8,c_ as F8,c$ as H8,d0 as lx,d1 as W8,d2 as V8,d3 as U8,d4 as G8,d5 as q8,d6 as K8,d7 as Y8,d8 as Q8,d9 as W4,da as Yo,db as X8,dc as J8,dd as Z8,de as Yp,df as e7,dg as Vr,dh as hv,di as V4,dj as t7,dk as n7,dl as r7,dm as Qo,dn as o7,dp as cx,dq as ux,dr as Sl,ds as s7,dt as a7,du as i7,dv as l7,dw as c7,dx as u7,dy as d7,dz as f7,dA as p7,dB as h7,dC as m7,dD as mv,dE as gv,dF as g7,dG as dx,dH as v7,dI as fx,dJ as Xo,dK as y7,dL as b7,dM as px,dN as hx,dO as x7,dP as mx,dQ as w7,dR as S7,dS as C7,dT as _7,dU as k7,dV as P7,dW as U4,dX as G4,dY as q4,dZ as K4,d_ as Y4,d$ as xu,e0 as gx,e1 as j7,e2 as Ei,e3 as I7,e4 as Q4,e5 as vx,e6 as E7,e7 as cs,e8 as O7,e9 as R7,ea as X4,eb as J4,ec as M7,ed as Z4,ee as e3,ef as rr,eg as or,eh as wu,ei as t3,ej as n3,ek as yx,el as D7,em as bx,en as T7,eo as r3,ep as A7,eq as Qp,er as xx,es as o3,et as N7,eu as wx,ev as s3,ew as Ko,ex as $7,ey as z7,ez as a3,eA as L7,eB as B7,eC as F7,eD as H7,eE as W7,eF as V7,eG as U7,eH as G7,eI as q7,eJ as K7,eK as Y7,eL as Q7,eM as X7,eN as J7,eO as Z7,eP as eO,eQ as tO,eR as nO,eS as rO,eT as Sx,eU as oO,eV as Cx,eW as pf,eX as sO,eY as en,eZ as Rf,e_ as i3,e$ as eu,f0 as aO,f1 as iO,f2 as Hs,f3 as l3,f4 as vv,f5 as Su,f6 as lO,f7 as cO,f8 as uO,f9 as ha,fa as c3,fb as dO,fc as fO,fd as u3,fe as pO,ff as hO,fg as mO,fh as gO,fi as vO,fj as yO,fk as bO,fl as xO,fm as wO,fn as SO,fo as CO,fp as _x,fq as _O,fr as kO,fs as PO,ft as jO,fu as IO,fv as EO,fw as qm,fx as Bs,fy as Pd,fz as Km,fA as Ym,fB as jd,fC as kx,fD as Xg,fE as OO,fF as RO,fG as MO,fH as DO,fI as TO,fJ as Mf,fK as d3,fL as f3,fM as AO,fN as NO,fO as p3,fP as h3,fQ as m3,fR as g3,fS as v3,fT as y3,fU as b3,fV as x3,fW as Cl,fX as _l,fY as w3,fZ as S3,f_ as $O,f$ as C3,g0 as _3,g1 as k3,g2 as P3,g3 as j3,g4 as I3,g5 as E3,g6 as yv,g7 as zO,g8 as LO,g9 as Px,ga as BO,gb as FO,gc as Df,gd as jx,ge as Ix,gf as Ex,gg as Ox,gh as HO,gi as WO,gj as VO,gk as UO,gl as GO,gm as qO,gn as KO,go as YO,gp as QO,gq as XO}from"./index-c1428e4e.js";import{m as O3,u as R3,a as Ca,b as JO,r as $e,f as ZO,g as Rx,c as At,d as vr}from"./MantineProvider-f3412ed4.js";function e9(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,s;for(s=0;s=0)&&(n[o]=e[o]);return n}var Mx=1/0,t9=17976931348623157e292;function Qm(e){if(!e)return e===0?e:0;if(e=Ug(e),e===Mx||e===-Mx){var t=e<0?-1:1;return t*t9}return e===e?e:0}var n9=function(){return fE.Date.now()};const Xm=n9;var r9="Expected a function",o9=Math.max,s9=Math.min;function a9(e,t,n){var r,o,s,i,u,d,p=0,h=!1,g=!1,v=!0;if(typeof e!="function")throw new TypeError(r9);t=Ug(t)||0,pE(n)&&(h=!!n.leading,g="maxWait"in n,s=g?o9(Ug(n.maxWait)||0,t):s,v="trailing"in n?!!n.trailing:v);function b(O){var M=r,R=o;return r=o=void 0,p=O,i=e.apply(R,M),i}function S(O){return p=O,u=setTimeout(_,t),h?b(O):i}function w(O){var M=O-d,R=O-p,A=t-M;return g?s9(A,s-R):A}function C(O){var M=O-d,R=O-p;return d===void 0||M>=t||M<0||g&&R>=s}function _(){var O=Xm();if(C(O))return k(O);u=setTimeout(_,w(O))}function k(O){return u=void 0,v&&r?b(O):(r=o=void 0,i)}function j(){u!==void 0&&clearTimeout(u),p=0,r=d=o=u=void 0}function E(){return u===void 0?i:k(Xm())}function I(){var O=Xm(),M=C(O);if(r=arguments,o=this,d=O,M){if(u===void 0)return S(d);if(g)return clearTimeout(u),u=setTimeout(_,t),b(d)}return u===void 0&&(u=setTimeout(_,t)),i}return I.cancel=j,I.flush=E,I}var i9=200;function l9(e,t,n,r){var o=-1,s=h4,i=!0,u=e.length,d=[],p=t.length;if(!u)return d;n&&(t=hu(t,f4(n))),r?(s=m4,i=!1):t.length>=i9&&(s=Gg,i=!1,t=new p4(t));e:for(;++o=120&&h.length>=120)?new p4(i&&h):void 0}h=e[0];var g=-1,v=u[0];e:for(;++ga.jsx(go,{ref:d,viewBox:t,...o,...u,children:s.length?s:a.jsx("path",{fill:"currentColor",d:n})}));return i.displayName=r,i}var k9=Object.defineProperty,P9=(e,t,n)=>t in e?k9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cr=(e,t,n)=>(P9(e,typeof t!="symbol"?t+"":t,n),n);function Tx(e){return e.sort((t,n)=>{const r=t.compareDocumentPosition(n);if(r&Node.DOCUMENT_POSITION_FOLLOWING||r&Node.DOCUMENT_POSITION_CONTAINED_BY)return-1;if(r&Node.DOCUMENT_POSITION_PRECEDING||r&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(r&Node.DOCUMENT_POSITION_DISCONNECTED||r&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC)throw Error("Cannot sort the given nodes.");return 0})}var j9=e=>typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE;function Ax(e,t,n){let r=e+1;return n&&r>=t&&(r=0),r}function Nx(e,t,n){let r=e-1;return n&&r<0&&(r=t),r}var Jg=typeof window<"u"?f.useLayoutEffect:f.useEffect,Tf=e=>e,I9=class{constructor(){cr(this,"descendants",new Map),cr(this,"register",e=>{if(e!=null)return j9(e)?this.registerNode(e):t=>{this.registerNode(t,e)}}),cr(this,"unregister",e=>{this.descendants.delete(e);const t=Tx(Array.from(this.descendants.keys()));this.assignIndex(t)}),cr(this,"destroy",()=>{this.descendants.clear()}),cr(this,"assignIndex",e=>{this.descendants.forEach(t=>{const n=e.indexOf(t.node);t.index=n,t.node.dataset.index=t.index.toString()})}),cr(this,"count",()=>this.descendants.size),cr(this,"enabledCount",()=>this.enabledValues().length),cr(this,"values",()=>Array.from(this.descendants.values()).sort((t,n)=>t.index-n.index)),cr(this,"enabledValues",()=>this.values().filter(e=>!e.disabled)),cr(this,"item",e=>{if(this.count()!==0)return this.values()[e]}),cr(this,"enabledItem",e=>{if(this.enabledCount()!==0)return this.enabledValues()[e]}),cr(this,"first",()=>this.item(0)),cr(this,"firstEnabled",()=>this.enabledItem(0)),cr(this,"last",()=>this.item(this.descendants.size-1)),cr(this,"lastEnabled",()=>{const e=this.enabledValues().length-1;return this.enabledItem(e)}),cr(this,"indexOf",e=>{var t,n;return e&&(n=(t=this.descendants.get(e))==null?void 0:t.index)!=null?n:-1}),cr(this,"enabledIndexOf",e=>e==null?-1:this.enabledValues().findIndex(t=>t.node.isSameNode(e))),cr(this,"next",(e,t=!0)=>{const n=Ax(e,this.count(),t);return this.item(n)}),cr(this,"nextEnabled",(e,t=!0)=>{const n=this.item(e);if(!n)return;const r=this.enabledIndexOf(n.node),o=Ax(r,this.enabledCount(),t);return this.enabledItem(o)}),cr(this,"prev",(e,t=!0)=>{const n=Nx(e,this.count()-1,t);return this.item(n)}),cr(this,"prevEnabled",(e,t=!0)=>{const n=this.item(e);if(!n)return;const r=this.enabledIndexOf(n.node),o=Nx(r,this.enabledCount()-1,t);return this.enabledItem(o)}),cr(this,"registerNode",(e,t)=>{if(!e||this.descendants.has(e))return;const n=Array.from(this.descendants.keys()).concat(e),r=Tx(n);t!=null&&t.disabled&&(t.disabled=!!t.disabled);const o={node:e,index:-1,...t};this.descendants.set(e,o),this.assignIndex(r)})}};function E9(){const e=f.useRef(new I9);return Jg(()=>()=>e.current.destroy()),e.current}var[O9,M3]=ur({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"});function R9(e){const t=M3(),[n,r]=f.useState(-1),o=f.useRef(null);Jg(()=>()=>{o.current&&t.unregister(o.current)},[]),Jg(()=>{if(!o.current)return;const i=Number(o.current.dataset.index);n!=i&&!Number.isNaN(i)&&r(i)});const s=Tf(e?t.register(e):t.register);return{descendants:t,index:n,enabledIndex:t.enabledIndexOf(o.current),register:Wn(s,o)}}function xv(){return[Tf(O9),()=>Tf(M3()),()=>E9(),o=>R9(o)]}var[M9,Xp]=ur({name:"AccordionStylesContext",hookName:"useAccordionStyles",providerName:""}),[D9,wv]=ur({name:"AccordionItemContext",hookName:"useAccordionItemContext",providerName:""}),[T9,cse,A9,N9]=xv(),Ac=tt(function(t,n){const{getButtonProps:r}=wv(),o=r(t,n),i={display:"flex",alignItems:"center",width:"100%",outline:0,...Xp().button};return a.jsx(He.button,{...o,className:Ot("chakra-accordion__button",t.className),__css:i})});Ac.displayName="AccordionButton";function $9(e){const{onChange:t,defaultIndex:n,index:r,allowMultiple:o,allowToggle:s,...i}=e;B9(e),F9(e);const u=A9(),[d,p]=f.useState(-1);f.useEffect(()=>()=>{p(-1)},[]);const[h,g]=mu({value:r,defaultValue(){return o?n??[]:n??-1},onChange:t});return{index:h,setIndex:g,htmlProps:i,getAccordionItemProps:b=>{let S=!1;return b!==null&&(S=Array.isArray(h)?h.includes(b):h===b),{isOpen:S,onChange:C=>{if(b!==null)if(o&&Array.isArray(h)){const _=C?h.concat(b):h.filter(k=>k!==b);g(_)}else C?g(b):s&&g(-1)}}},focusedIndex:d,setFocusedIndex:p,descendants:u}}var[z9,Sv]=ur({name:"AccordionContext",hookName:"useAccordionContext",providerName:"Accordion"});function L9(e){const{isDisabled:t,isFocusable:n,id:r,...o}=e,{getAccordionItemProps:s,setFocusedIndex:i}=Sv(),u=f.useRef(null),d=f.useId(),p=r??d,h=`accordion-button-${p}`,g=`accordion-panel-${p}`;H9(e);const{register:v,index:b,descendants:S}=N9({disabled:t&&!n}),{isOpen:w,onChange:C}=s(b===-1?null:b);W9({isOpen:w,isDisabled:t});const _=()=>{C==null||C(!0)},k=()=>{C==null||C(!1)},j=f.useCallback(()=>{C==null||C(!w),i(b)},[b,i,w,C]),E=f.useCallback(R=>{const L={ArrowDown:()=>{const N=S.nextEnabled(b);N==null||N.node.focus()},ArrowUp:()=>{const N=S.prevEnabled(b);N==null||N.node.focus()},Home:()=>{const N=S.firstEnabled();N==null||N.node.focus()},End:()=>{const N=S.lastEnabled();N==null||N.node.focus()}}[R.key];L&&(R.preventDefault(),L(R))},[S,b]),I=f.useCallback(()=>{i(b)},[i,b]),O=f.useCallback(function(A={},L=null){return{...A,type:"button",ref:Wn(v,u,L),id:h,disabled:!!t,"aria-expanded":!!w,"aria-controls":g,onClick:gt(A.onClick,j),onFocus:gt(A.onFocus,I),onKeyDown:gt(A.onKeyDown,E)}},[h,t,w,j,I,E,g,v]),M=f.useCallback(function(A={},L=null){return{...A,ref:L,role:"region",id:g,"aria-labelledby":h,hidden:!w}},[h,w,g]);return{isOpen:w,isDisabled:t,isFocusable:n,onOpen:_,onClose:k,getButtonProps:O,getPanelProps:M,htmlProps:o}}function B9(e){const t=e.index||e.defaultIndex,n=t!=null&&!Array.isArray(t)&&e.allowMultiple;gu({condition:!!n,message:`If 'allowMultiple' is passed, then 'index' or 'defaultIndex' must be an array. You passed: ${typeof t},`})}function F9(e){gu({condition:!!(e.allowMultiple&&e.allowToggle),message:"If 'allowMultiple' is passed, 'allowToggle' will be ignored. Either remove 'allowToggle' or 'allowMultiple' depending on whether you want multiple accordions visible or not"})}function H9(e){gu({condition:!!(e.isFocusable&&!e.isDisabled),message:`Using only 'isFocusable', this prop is reserved for situations where you pass 'isDisabled' but you still want the element to receive focus (A11y). Either remove it or pass 'isDisabled' as well. `})}function W9(e){gu({condition:e.isOpen&&!!e.isDisabled,message:"Cannot open a disabled accordion item"})}function Nc(e){const{isOpen:t,isDisabled:n}=wv(),{reduceMotion:r}=Sv(),o=Ot("chakra-accordion__icon",e.className),s=Xp(),i={opacity:n?.4:1,transform:t?"rotate(-180deg)":void 0,transition:r?void 0:"transform 0.2s",transformOrigin:"center",...s.icon};return a.jsx(go,{viewBox:"0 0 24 24","aria-hidden":!0,className:o,__css:i,...e,children:a.jsx("path",{fill:"currentColor",d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"})})}Nc.displayName="AccordionIcon";var $c=tt(function(t,n){const{children:r,className:o}=t,{htmlProps:s,...i}=L9(t),d={...Xp().container,overflowAnchor:"none"},p=f.useMemo(()=>i,[i]);return a.jsx(D9,{value:p,children:a.jsx(He.div,{ref:n,...s,className:Ot("chakra-accordion__item",o),__css:d,children:typeof r=="function"?r({isExpanded:!!i.isOpen,isDisabled:!!i.isDisabled}):r})})});$c.displayName="AccordionItem";var wi={ease:[.25,.1,.25,1],easeIn:[.4,0,1,1],easeOut:[0,0,.2,1],easeInOut:[.4,0,.2,1]},kc={scale:{enter:{scale:1},exit:{scale:.95}},fade:{enter:{opacity:1},exit:{opacity:0}},pushLeft:{enter:{x:"100%"},exit:{x:"-30%"}},pushRight:{enter:{x:"-100%"},exit:{x:"30%"}},pushUp:{enter:{y:"100%"},exit:{y:"-30%"}},pushDown:{enter:{y:"-100%"},exit:{y:"30%"}},slideLeft:{position:{left:0,top:0,bottom:0,width:"100%"},enter:{x:0,y:0},exit:{x:"-100%",y:0}},slideRight:{position:{right:0,top:0,bottom:0,width:"100%"},enter:{x:0,y:0},exit:{x:"100%",y:0}},slideUp:{position:{top:0,left:0,right:0,maxWidth:"100vw"},enter:{x:0,y:0},exit:{x:0,y:"-100%"}},slideDown:{position:{bottom:0,left:0,right:0,maxWidth:"100vw"},enter:{x:0,y:0},exit:{x:0,y:"100%"}}};function Zg(e){var t;switch((t=e==null?void 0:e.direction)!=null?t:"right"){case"right":return kc.slideRight;case"left":return kc.slideLeft;case"bottom":return kc.slideDown;case"top":return kc.slideUp;default:return kc.slideRight}}var Ci={enter:{duration:.2,ease:wi.easeOut},exit:{duration:.1,ease:wi.easeIn}},us={enter:(e,t)=>({...e,delay:typeof t=="number"?t:t==null?void 0:t.enter}),exit:(e,t)=>({...e,delay:typeof t=="number"?t:t==null?void 0:t.exit})},V9=e=>e!=null&&parseInt(e.toString(),10)>0,$x={exit:{height:{duration:.2,ease:wi.ease},opacity:{duration:.3,ease:wi.ease}},enter:{height:{duration:.3,ease:wi.ease},opacity:{duration:.4,ease:wi.ease}}},U9={exit:({animateOpacity:e,startingHeight:t,transition:n,transitionEnd:r,delay:o})=>{var s;return{...e&&{opacity:V9(t)?1:0},height:t,transitionEnd:r==null?void 0:r.exit,transition:(s=n==null?void 0:n.exit)!=null?s:us.exit($x.exit,o)}},enter:({animateOpacity:e,endingHeight:t,transition:n,transitionEnd:r,delay:o})=>{var s;return{...e&&{opacity:1},height:t,transitionEnd:r==null?void 0:r.enter,transition:(s=n==null?void 0:n.enter)!=null?s:us.enter($x.enter,o)}}},Jp=f.forwardRef((e,t)=>{const{in:n,unmountOnExit:r,animateOpacity:o=!0,startingHeight:s=0,endingHeight:i="auto",style:u,className:d,transition:p,transitionEnd:h,...g}=e,[v,b]=f.useState(!1);f.useEffect(()=>{const k=setTimeout(()=>{b(!0)});return()=>clearTimeout(k)},[]),gu({condition:Number(s)>0&&!!r,message:"startingHeight and unmountOnExit are mutually exclusive. You can't use them together"});const S=parseFloat(s.toString())>0,w={startingHeight:s,endingHeight:i,animateOpacity:o,transition:v?p:{enter:{duration:0}},transitionEnd:{enter:h==null?void 0:h.enter,exit:r?h==null?void 0:h.exit:{...h==null?void 0:h.exit,display:S?"block":"none"}}},C=r?n:!0,_=n||r?"enter":"exit";return a.jsx(ws,{initial:!1,custom:w,children:C&&a.jsx(lo.div,{ref:t,...g,className:Ot("chakra-collapse",d),style:{overflow:"hidden",display:"block",...u},custom:w,variants:U9,initial:r?"exit":!1,animate:_,exit:"exit"})})});Jp.displayName="Collapse";var G9={enter:({transition:e,transitionEnd:t,delay:n}={})=>{var r;return{opacity:1,transition:(r=e==null?void 0:e.enter)!=null?r:us.enter(Ci.enter,n),transitionEnd:t==null?void 0:t.enter}},exit:({transition:e,transitionEnd:t,delay:n}={})=>{var r;return{opacity:0,transition:(r=e==null?void 0:e.exit)!=null?r:us.exit(Ci.exit,n),transitionEnd:t==null?void 0:t.exit}}},D3={initial:"exit",animate:"enter",exit:"exit",variants:G9},q9=f.forwardRef(function(t,n){const{unmountOnExit:r,in:o,className:s,transition:i,transitionEnd:u,delay:d,...p}=t,h=o||r?"enter":"exit",g=r?o&&r:!0,v={transition:i,transitionEnd:u,delay:d};return a.jsx(ws,{custom:v,children:g&&a.jsx(lo.div,{ref:n,className:Ot("chakra-fade",s),custom:v,...D3,animate:h,...p})})});q9.displayName="Fade";var K9={exit:({reverse:e,initialScale:t,transition:n,transitionEnd:r,delay:o})=>{var s;return{opacity:0,...e?{scale:t,transitionEnd:r==null?void 0:r.exit}:{transitionEnd:{scale:t,...r==null?void 0:r.exit}},transition:(s=n==null?void 0:n.exit)!=null?s:us.exit(Ci.exit,o)}},enter:({transitionEnd:e,transition:t,delay:n})=>{var r;return{opacity:1,scale:1,transition:(r=t==null?void 0:t.enter)!=null?r:us.enter(Ci.enter,n),transitionEnd:e==null?void 0:e.enter}}},T3={initial:"exit",animate:"enter",exit:"exit",variants:K9},Y9=f.forwardRef(function(t,n){const{unmountOnExit:r,in:o,reverse:s=!0,initialScale:i=.95,className:u,transition:d,transitionEnd:p,delay:h,...g}=t,v=r?o&&r:!0,b=o||r?"enter":"exit",S={initialScale:i,reverse:s,transition:d,transitionEnd:p,delay:h};return a.jsx(ws,{custom:S,children:v&&a.jsx(lo.div,{ref:n,className:Ot("chakra-offset-slide",u),...T3,animate:b,custom:S,...g})})});Y9.displayName="ScaleFade";var Q9={initial:({offsetX:e,offsetY:t,transition:n,transitionEnd:r,delay:o})=>{var s;return{opacity:0,x:e,y:t,transition:(s=n==null?void 0:n.exit)!=null?s:us.exit(Ci.exit,o),transitionEnd:r==null?void 0:r.exit}},enter:({transition:e,transitionEnd:t,delay:n})=>{var r;return{opacity:1,x:0,y:0,transition:(r=e==null?void 0:e.enter)!=null?r:us.enter(Ci.enter,n),transitionEnd:t==null?void 0:t.enter}},exit:({offsetY:e,offsetX:t,transition:n,transitionEnd:r,reverse:o,delay:s})=>{var i;const u={x:t,y:e};return{opacity:0,transition:(i=n==null?void 0:n.exit)!=null?i:us.exit(Ci.exit,s),...o?{...u,transitionEnd:r==null?void 0:r.exit}:{transitionEnd:{...u,...r==null?void 0:r.exit}}}}},e0={initial:"initial",animate:"enter",exit:"exit",variants:Q9},X9=f.forwardRef(function(t,n){const{unmountOnExit:r,in:o,reverse:s=!0,className:i,offsetX:u=0,offsetY:d=8,transition:p,transitionEnd:h,delay:g,...v}=t,b=r?o&&r:!0,S=o||r?"enter":"exit",w={offsetX:u,offsetY:d,reverse:s,transition:p,transitionEnd:h,delay:g};return a.jsx(ws,{custom:w,children:b&&a.jsx(lo.div,{ref:n,className:Ot("chakra-offset-slide",i),custom:w,...e0,animate:S,...v})})});X9.displayName="SlideFade";var zx={exit:{duration:.15,ease:wi.easeInOut},enter:{type:"spring",damping:25,stiffness:180}},J9={exit:({direction:e,transition:t,transitionEnd:n,delay:r})=>{var o;const{exit:s}=Zg({direction:e});return{...s,transition:(o=t==null?void 0:t.exit)!=null?o:us.exit(zx.exit,r),transitionEnd:n==null?void 0:n.exit}},enter:({direction:e,transitionEnd:t,transition:n,delay:r})=>{var o;const{enter:s}=Zg({direction:e});return{...s,transition:(o=n==null?void 0:n.enter)!=null?o:us.enter(zx.enter,r),transitionEnd:t==null?void 0:t.enter}}},A3=f.forwardRef(function(t,n){const{direction:r="right",style:o,unmountOnExit:s,in:i,className:u,transition:d,transitionEnd:p,delay:h,motionProps:g,...v}=t,b=Zg({direction:r}),S=Object.assign({position:"fixed"},b.position,o),w=s?i&&s:!0,C=i||s?"enter":"exit",_={transitionEnd:p,transition:d,direction:r,delay:h};return a.jsx(ws,{custom:_,children:w&&a.jsx(lo.div,{...v,ref:n,initial:"exit",className:Ot("chakra-slide",u),animate:C,exit:"exit",custom:_,variants:J9,style:S,...g})})});A3.displayName="Slide";var zc=tt(function(t,n){const{className:r,motionProps:o,...s}=t,{reduceMotion:i}=Sv(),{getPanelProps:u,isOpen:d}=wv(),p=u(s,n),h=Ot("chakra-accordion__panel",r),g=Xp();i||delete p.hidden;const v=a.jsx(He.div,{...p,__css:g.panel,className:h});return i?v:a.jsx(Jp,{in:d,...o,children:v})});zc.displayName="AccordionPanel";var N3=tt(function({children:t,reduceMotion:n,...r},o){const s=co("Accordion",r),i=wr(r),{htmlProps:u,descendants:d,...p}=$9(i),h=f.useMemo(()=>({...p,reduceMotion:!!n}),[p,n]);return a.jsx(T9,{value:d,children:a.jsx(z9,{value:h,children:a.jsx(M9,{value:s,children:a.jsx(He.div,{ref:o,...u,className:Ot("chakra-accordion",r.className),__css:s.root,children:t})})})})});N3.displayName="Accordion";var Z9={horizontal:{"> *:first-of-type:not(:last-of-type)":{borderEndRadius:0},"> *:not(:first-of-type):not(:last-of-type)":{borderRadius:0},"> *:not(:first-of-type):last-of-type":{borderStartRadius:0}},vertical:{"> *:first-of-type:not(:last-of-type)":{borderBottomRadius:0},"> *:not(:first-of-type):not(:last-of-type)":{borderRadius:0},"> *:not(:first-of-type):last-of-type":{borderTopRadius:0}}},eR={horizontal:e=>({"& > *:not(style) ~ *:not(style)":{marginStart:e}}),vertical:e=>({"& > *:not(style) ~ *:not(style)":{marginTop:e}})},Yn=tt(function(t,n){const{size:r,colorScheme:o,variant:s,className:i,spacing:u="0.5rem",isAttached:d,isDisabled:p,orientation:h="horizontal",...g}=t,v=Ot("chakra-button__group",i),b=f.useMemo(()=>({size:r,colorScheme:o,variant:s,isDisabled:p}),[r,o,s,p]);let S={display:"inline-flex",...d?Z9[h]:eR[h](u)};const w=h==="vertical";return a.jsx(CE,{value:b,children:a.jsx(He.div,{ref:n,role:"group",__css:S,className:v,"data-attached":d?"":void 0,"data-orientation":h,flexDir:w?"column":void 0,...g})})});Yn.displayName="ButtonGroup";var[use,tR]=ur({name:"CheckboxGroupContext",strict:!1});function nR(e){const[t,n]=f.useState(e),[r,o]=f.useState(!1);return e!==t&&(o(!0),n(e)),r}function rR(e){return a.jsx(He.svg,{width:"1.2em",viewBox:"0 0 12 10",style:{fill:"none",strokeWidth:2,stroke:"currentColor",strokeDasharray:16},...e,children:a.jsx("polyline",{points:"1.5 6 4.5 9 10.5 1"})})}function oR(e){return a.jsx(He.svg,{width:"1.2em",viewBox:"0 0 24 24",style:{stroke:"currentColor",strokeWidth:4},...e,children:a.jsx("line",{x1:"21",x2:"3",y1:"12",y2:"12"})})}function sR(e){const{isIndeterminate:t,isChecked:n,...r}=e,o=t?oR:rR;return n||t?a.jsx(He.div,{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"},children:a.jsx(o,{...r})}):null}var Cv={border:"0",clip:"rect(0, 0, 0, 0)",height:"1px",width:"1px",margin:"-1px",padding:"0",overflow:"hidden",whiteSpace:"nowrap",position:"absolute"},$3=He("span",{baseStyle:Cv});$3.displayName="VisuallyHidden";var aR=He("input",{baseStyle:Cv});aR.displayName="VisuallyHiddenInput";var Lx=!1,_u=null,Oi=!1,t0=!1,n0=new Set;function _v(e,t){n0.forEach(n=>n(e,t))}var iR=typeof window<"u"&&window.navigator!=null?/^Mac/.test(window.navigator.platform):!1;function lR(e){return!(e.metaKey||!iR&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Bx(e){Oi=!0,lR(e)&&(_u="keyboard",_v("keyboard",e))}function sl(e){if(_u="pointer",e.type==="mousedown"||e.type==="pointerdown"){Oi=!0;const t=e.composedPath?e.composedPath()[0]:e.target;let n=!1;try{n=t.matches(":focus-visible")}catch{}if(n)return;_v("pointer",e)}}function cR(e){return e.mozInputSource===0&&e.isTrusted?!0:e.detail===0&&!e.pointerType}function uR(e){cR(e)&&(Oi=!0,_u="virtual")}function dR(e){e.target===window||e.target===document||(!Oi&&!t0&&(_u="virtual",_v("virtual",e)),Oi=!1,t0=!1)}function fR(){Oi=!1,t0=!0}function Fx(){return _u!=="pointer"}function pR(){if(typeof window>"u"||Lx)return;const{focus:e}=HTMLElement.prototype;HTMLElement.prototype.focus=function(...n){Oi=!0,e.apply(this,n)},document.addEventListener("keydown",Bx,!0),document.addEventListener("keyup",Bx,!0),document.addEventListener("click",uR,!0),window.addEventListener("focus",dR,!0),window.addEventListener("blur",fR,!1),typeof PointerEvent<"u"?(document.addEventListener("pointerdown",sl,!0),document.addEventListener("pointermove",sl,!0),document.addEventListener("pointerup",sl,!0)):(document.addEventListener("mousedown",sl,!0),document.addEventListener("mousemove",sl,!0),document.addEventListener("mouseup",sl,!0)),Lx=!0}function z3(e){pR(),e(Fx());const t=()=>e(Fx());return n0.add(t),()=>{n0.delete(t)}}function hR(e,t=[]){const n=Object.assign({},e);for(const r of t)r in n&&delete n[r];return n}function L3(e={}){const t=_E(e),{isDisabled:n,isReadOnly:r,isRequired:o,isInvalid:s,id:i,onBlur:u,onFocus:d,"aria-describedby":p}=t,{defaultChecked:h,isChecked:g,isFocusable:v,onChange:b,isIndeterminate:S,name:w,value:C,tabIndex:_=void 0,"aria-label":k,"aria-labelledby":j,"aria-invalid":E,...I}=e,O=hR(I,["isDisabled","isReadOnly","isRequired","isInvalid","id","onBlur","onFocus","aria-describedby"]),M=Ua(b),R=Ua(u),A=Ua(d),[L,N]=f.useState(!1),[Z,B]=f.useState(!1),[H,G]=f.useState(!1),[q,D]=f.useState(!1);f.useEffect(()=>z3(N),[]);const U=f.useRef(null),[V,J]=f.useState(!0),[ie,ye]=f.useState(!!h),he=g!==void 0,ae=he?g:ie,ee=f.useCallback(me=>{if(r||n){me.preventDefault();return}he||ye(ae?me.target.checked:S?!0:me.target.checked),M==null||M(me)},[r,n,ae,he,S,M]);Wc(()=>{U.current&&(U.current.indeterminate=!!S)},[S]),zi(()=>{n&&B(!1)},[n,B]),Wc(()=>{const me=U.current;me!=null&&me.form&&(me.form.onreset=()=>{ye(!!h)})},[]);const W=n&&!v,re=f.useCallback(me=>{me.key===" "&&D(!0)},[D]),pe=f.useCallback(me=>{me.key===" "&&D(!1)},[D]);Wc(()=>{if(!U.current)return;U.current.checked!==ae&&ye(U.current.checked)},[U.current]);const ne=f.useCallback((me={},_e=null)=>{const Ve=Le=>{Z&&Le.preventDefault(),D(!0)};return{...me,ref:_e,"data-active":sn(q),"data-hover":sn(H),"data-checked":sn(ae),"data-focus":sn(Z),"data-focus-visible":sn(Z&&L),"data-indeterminate":sn(S),"data-disabled":sn(n),"data-invalid":sn(s),"data-readonly":sn(r),"aria-hidden":!0,onMouseDown:gt(me.onMouseDown,Ve),onMouseUp:gt(me.onMouseUp,()=>D(!1)),onMouseEnter:gt(me.onMouseEnter,()=>G(!0)),onMouseLeave:gt(me.onMouseLeave,()=>G(!1))}},[q,ae,n,Z,L,H,S,s,r]),ge=f.useCallback((me={},_e=null)=>({...O,...me,ref:Wn(_e,Ve=>{Ve&&J(Ve.tagName==="LABEL")}),onClick:gt(me.onClick,()=>{var Ve;V||((Ve=U.current)==null||Ve.click(),requestAnimationFrame(()=>{var Le;(Le=U.current)==null||Le.focus({preventScroll:!0})}))}),"data-disabled":sn(n),"data-checked":sn(ae),"data-invalid":sn(s)}),[O,n,ae,s,V]),de=f.useCallback((me={},_e=null)=>({...me,ref:Wn(U,_e),type:"checkbox",name:w,value:C,id:i,tabIndex:_,onChange:gt(me.onChange,ee),onBlur:gt(me.onBlur,R,()=>B(!1)),onFocus:gt(me.onFocus,A,()=>B(!0)),onKeyDown:gt(me.onKeyDown,re),onKeyUp:gt(me.onKeyUp,pe),required:o,checked:ae,disabled:W,readOnly:r,"aria-label":k,"aria-labelledby":j,"aria-invalid":E?!!E:s,"aria-describedby":p,"aria-disabled":n,style:Cv}),[w,C,i,ee,R,A,re,pe,o,ae,W,r,k,j,E,s,p,n,_]),Ce=f.useCallback((me={},_e=null)=>({...me,ref:_e,onMouseDown:gt(me.onMouseDown,mR),"data-disabled":sn(n),"data-checked":sn(ae),"data-invalid":sn(s)}),[ae,n,s]);return{state:{isInvalid:s,isFocused:Z,isChecked:ae,isActive:q,isHovered:H,isIndeterminate:S,isDisabled:n,isReadOnly:r,isRequired:o},getRootProps:ge,getCheckboxProps:ne,getInputProps:de,getLabelProps:Ce,htmlProps:O}}function mR(e){e.preventDefault(),e.stopPropagation()}var gR={display:"inline-flex",alignItems:"center",justifyContent:"center",verticalAlign:"top",userSelect:"none",flexShrink:0},vR={cursor:"pointer",display:"inline-flex",alignItems:"center",verticalAlign:"top",position:"relative"},yR=Sa({from:{opacity:0,strokeDashoffset:16,transform:"scale(0.95)"},to:{opacity:1,strokeDashoffset:0,transform:"scale(1)"}}),bR=Sa({from:{opacity:0},to:{opacity:1}}),xR=Sa({from:{transform:"scaleX(0.65)"},to:{transform:"scaleX(1)"}}),B3=tt(function(t,n){const r=tR(),o={...r,...t},s=co("Checkbox",o),i=wr(t),{spacing:u="0.5rem",className:d,children:p,iconColor:h,iconSize:g,icon:v=a.jsx(sR,{}),isChecked:b,isDisabled:S=r==null?void 0:r.isDisabled,onChange:w,inputProps:C,..._}=i;let k=b;r!=null&&r.value&&i.value&&(k=r.value.includes(i.value));let j=w;r!=null&&r.onChange&&i.value&&(j=Vp(r.onChange,w));const{state:E,getInputProps:I,getCheckboxProps:O,getLabelProps:M,getRootProps:R}=L3({..._,isDisabled:S,isChecked:k,onChange:j}),A=nR(E.isChecked),L=f.useMemo(()=>({animation:A?E.isIndeterminate?`${bR} 20ms linear, ${xR} 200ms linear`:`${yR} 200ms linear`:void 0,fontSize:g,color:h,...s.icon}),[h,g,A,E.isIndeterminate,s.icon]),N=f.cloneElement(v,{__css:L,isIndeterminate:E.isIndeterminate,isChecked:E.isChecked});return a.jsxs(He.label,{__css:{...vR,...s.container},className:Ot("chakra-checkbox",d),...R(),children:[a.jsx("input",{className:"chakra-checkbox__input",...I(C,n)}),a.jsx(He.span,{__css:{...gR,...s.control},className:"chakra-checkbox__control",...O(),children:N}),p&&a.jsx(He.span,{className:"chakra-checkbox__label",...M(),__css:{marginStart:u,...s.label},children:p})]})});B3.displayName="Checkbox";var[wR,F3]=ur({name:"EditableStylesContext",errorMessage:`useEditableStyles returned is 'undefined'. Seems you forgot to wrap the components in "" `}),[SR,H3]=ur({name:"EditableContext",errorMessage:"useEditableContext: context is undefined. Seems you forgot to wrap the editable components in ``"}),W3={fontSize:"inherit",fontWeight:"inherit",textAlign:"inherit",bg:"transparent"},V3=tt(function(t,n){const{getInputProps:r}=H3(),o=F3(),s=r(t,n),i=Ot("chakra-editable__input",t.className);return a.jsx(He.input,{...s,__css:{outline:0,...W3,...o.input},className:i})});V3.displayName="EditableInput";var U3=tt(function(t,n){const{getPreviewProps:r}=H3(),o=F3(),s=r(t,n),i=Ot("chakra-editable__preview",t.className);return a.jsx(He.span,{...s,__css:{cursor:"text",display:"inline-block",...W3,...o.preview},className:i})});U3.displayName="EditablePreview";function CR(e){return"current"in e}var G3=()=>typeof window<"u";function _R(){var e;const t=navigator.userAgentData;return(e=t==null?void 0:t.platform)!=null?e:navigator.platform}var kR=e=>G3()&&e.test(navigator.vendor),PR=e=>G3()&&e.test(_R()),jR=()=>PR(/mac|iphone|ipad|ipod/i),IR=()=>jR()&&kR(/apple/i);function q3(e){const{ref:t,elements:n,enabled:r}=e,o=()=>{var s,i;return(i=(s=t.current)==null?void 0:s.ownerDocument)!=null?i:document};nv(o,"pointerdown",s=>{if(!IR()||!r)return;const i=s.target,d=(n??[t]).some(p=>{const h=CR(p)?p.current:p;return(h==null?void 0:h.contains(i))||h===i});o().activeElement!==i&&d&&(s.preventDefault(),i.focus())})}function Hx(e,t){return e?e===t||e.contains(t):!1}function ER(e={}){const{onChange:t,onCancel:n,onSubmit:r,onBlur:o,value:s,isDisabled:i,defaultValue:u,startWithEditView:d,isPreviewFocusable:p=!0,submitOnBlur:h=!0,selectAllOnFocus:g=!0,placeholder:v,onEdit:b,finalFocusRef:S,...w}=e,C=Ua(b),_=!!(d&&!i),[k,j]=f.useState(_),[E,I]=mu({defaultValue:u||"",value:s,onChange:t}),[O,M]=f.useState(E),R=f.useRef(null),A=f.useRef(null),L=f.useRef(null),N=f.useRef(null),Z=f.useRef(null);q3({ref:R,enabled:k,elements:[N,Z]});const B=!k&&!i;Wc(()=>{var ne,ge;k&&((ne=R.current)==null||ne.focus(),g&&((ge=R.current)==null||ge.select()))},[]),zi(()=>{var ne,ge,de,Ce;if(!k){S?(ne=S.current)==null||ne.focus():(ge=L.current)==null||ge.focus();return}(de=R.current)==null||de.focus(),g&&((Ce=R.current)==null||Ce.select()),C==null||C()},[k,C,g]);const H=f.useCallback(()=>{B&&j(!0)},[B]),G=f.useCallback(()=>{M(E)},[E]),q=f.useCallback(()=>{j(!1),I(O),n==null||n(O),o==null||o(O)},[n,o,I,O]),D=f.useCallback(()=>{j(!1),M(E),r==null||r(E),o==null||o(O)},[E,r,o,O]);f.useEffect(()=>{if(k)return;const ne=R.current;(ne==null?void 0:ne.ownerDocument.activeElement)===ne&&(ne==null||ne.blur())},[k]);const U=f.useCallback(ne=>{I(ne.currentTarget.value)},[I]),V=f.useCallback(ne=>{const ge=ne.key,Ce={Escape:q,Enter:Me=>{!Me.shiftKey&&!Me.metaKey&&D()}}[ge];Ce&&(ne.preventDefault(),Ce(ne))},[q,D]),J=f.useCallback(ne=>{const ge=ne.key,Ce={Escape:q}[ge];Ce&&(ne.preventDefault(),Ce(ne))},[q]),ie=E.length===0,ye=f.useCallback(ne=>{var ge;if(!k)return;const de=ne.currentTarget.ownerDocument,Ce=(ge=ne.relatedTarget)!=null?ge:de.activeElement,Me=Hx(N.current,Ce),me=Hx(Z.current,Ce);!Me&&!me&&(h?D():q())},[h,D,q,k]),he=f.useCallback((ne={},ge=null)=>{const de=B&&p?0:void 0;return{...ne,ref:Wn(ge,A),children:ie?v:E,hidden:k,"aria-disabled":wl(i),tabIndex:de,onFocus:gt(ne.onFocus,H,G)}},[i,k,B,p,ie,H,G,v,E]),ae=f.useCallback((ne={},ge=null)=>({...ne,hidden:!k,placeholder:v,ref:Wn(ge,R),disabled:i,"aria-disabled":wl(i),value:E,onBlur:gt(ne.onBlur,ye),onChange:gt(ne.onChange,U),onKeyDown:gt(ne.onKeyDown,V),onFocus:gt(ne.onFocus,G)}),[i,k,ye,U,V,G,v,E]),ee=f.useCallback((ne={},ge=null)=>({...ne,hidden:!k,placeholder:v,ref:Wn(ge,R),disabled:i,"aria-disabled":wl(i),value:E,onBlur:gt(ne.onBlur,ye),onChange:gt(ne.onChange,U),onKeyDown:gt(ne.onKeyDown,J),onFocus:gt(ne.onFocus,G)}),[i,k,ye,U,J,G,v,E]),W=f.useCallback((ne={},ge=null)=>({"aria-label":"Edit",...ne,type:"button",onClick:gt(ne.onClick,H),ref:Wn(ge,L),disabled:i}),[H,i]),re=f.useCallback((ne={},ge=null)=>({...ne,"aria-label":"Submit",ref:Wn(Z,ge),type:"button",onClick:gt(ne.onClick,D),disabled:i}),[D,i]),pe=f.useCallback((ne={},ge=null)=>({"aria-label":"Cancel",id:"cancel",...ne,ref:Wn(N,ge),type:"button",onClick:gt(ne.onClick,q),disabled:i}),[q,i]);return{isEditing:k,isDisabled:i,isValueEmpty:ie,value:E,onEdit:H,onCancel:q,onSubmit:D,getPreviewProps:he,getInputProps:ae,getTextareaProps:ee,getEditButtonProps:W,getSubmitButtonProps:re,getCancelButtonProps:pe,htmlProps:w}}var K3=tt(function(t,n){const r=co("Editable",t),o=wr(t),{htmlProps:s,...i}=ER(o),{isEditing:u,onSubmit:d,onCancel:p,onEdit:h}=i,g=Ot("chakra-editable",t.className),v=rv(t.children,{isEditing:u,onSubmit:d,onCancel:p,onEdit:h});return a.jsx(SR,{value:i,children:a.jsx(wR,{value:r,children:a.jsx(He.div,{ref:n,...s,className:g,children:v})})})});K3.displayName="Editable";var Y3={exports:{}},OR="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",RR=OR,MR=RR;function Q3(){}function X3(){}X3.resetWarningCache=Q3;var DR=function(){function e(r,o,s,i,u,d){if(d!==MR){var p=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 p.name="Invariant Violation",p}}e.isRequired=e;function t(){return e}var n={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:X3,resetWarningCache:Q3};return n.PropTypes=n,n};Y3.exports=DR();var TR=Y3.exports;const Tn=vu(TR);var r0="data-focus-lock",J3="data-focus-lock-disabled",AR="data-no-focus-lock",NR="data-autofocus-inside",$R="data-no-autofocus";function zR(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function LR(e,t){var n=f.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}function Z3(e,t){return LR(t||null,function(n){return e.forEach(function(r){return zR(r,n)})})}var Jm={width:"1px",height:"0px",padding:0,overflow:"hidden",position:"fixed",top:"1px",left:"1px"},Ls=function(){return Ls=Object.assign||function(t){for(var n,r=1,o=arguments.length;r0&&s[s.length-1])&&(p[0]===6||p[0]===2)){n=0;continue}if(p[0]===3&&(!s||p[1]>s[0]&&p[1]0)&&!(o=r.next()).done;)s.push(o.value)}catch(u){i={error:u}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s}function o0(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r=0}).sort(ZR)},eM=["button:enabled","select:enabled","textarea:enabled","input:enabled","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[tabindex]","[contenteditable]","[autofocus]"],Iv=eM.join(","),tM="".concat(Iv,", [data-focus-guard]"),v6=function(e,t){return qs((e.shadowRoot||e).children).reduce(function(n,r){return n.concat(r.matches(t?tM:Iv)?[r]:[],v6(r))},[])},nM=function(e,t){var n;return e instanceof HTMLIFrameElement&&(!((n=e.contentDocument)===null||n===void 0)&&n.body)?Zp([e.contentDocument.body],t):[e]},Zp=function(e,t){return e.reduce(function(n,r){var o,s=v6(r,t),i=(o=[]).concat.apply(o,s.map(function(u){return nM(u,t)}));return n.concat(i,r.parentNode?qs(r.parentNode.querySelectorAll(Iv)).filter(function(u){return u===r}):[])},[])},rM=function(e){var t=e.querySelectorAll("[".concat(NR,"]"));return qs(t).map(function(n){return Zp([n])}).reduce(function(n,r){return n.concat(r)},[])},Ev=function(e,t){return qs(e).filter(function(n){return d6(t,n)}).filter(function(n){return QR(n)})},Vx=function(e,t){return t===void 0&&(t=new Map),qs(e).filter(function(n){return f6(t,n)})},a0=function(e,t,n){return g6(Ev(Zp(e,n),t),!0,n)},Ux=function(e,t){return g6(Ev(Zp(e),t),!1)},oM=function(e,t){return Ev(rM(e),t)},kl=function(e,t){return e.shadowRoot?kl(e.shadowRoot,t):Object.getPrototypeOf(e).contains!==void 0&&Object.getPrototypeOf(e).contains.call(e,t)?!0:qs(e.children).some(function(n){var r;if(n instanceof HTMLIFrameElement){var o=(r=n.contentDocument)===null||r===void 0?void 0:r.body;return o?kl(o,t):!1}return kl(n,t)})},sM=function(e){for(var t=new Set,n=e.length,r=0;r0&&t.add(o),(s&Node.DOCUMENT_POSITION_CONTAINS)>0&&t.add(r)}return e.filter(function(i,u){return!t.has(u)})},y6=function(e){return e.parentNode?y6(e.parentNode):e},Ov=function(e){var t=Af(e);return t.filter(Boolean).reduce(function(n,r){var o=r.getAttribute(r0);return n.push.apply(n,o?sM(qs(y6(r).querySelectorAll("[".concat(r0,'="').concat(o,'"]:not([').concat(J3,'="disabled"])')))):[r]),n},[])},aM=function(e){try{return e()}catch{return}},tu=function(e){if(e===void 0&&(e=document),!(!e||!e.activeElement)){var t=e.activeElement;return t.shadowRoot?tu(t.shadowRoot):t instanceof HTMLIFrameElement&&aM(function(){return t.contentWindow.document})?tu(t.contentWindow.document):t}},iM=function(e,t){return e===t},lM=function(e,t){return!!qs(e.querySelectorAll("iframe")).some(function(n){return iM(n,t)})},b6=function(e,t){return t===void 0&&(t=tu(l6(e).ownerDocument)),!t||t.dataset&&t.dataset.focusGuard?!1:Ov(e).some(function(n){return kl(n,t)||lM(n,t)})},cM=function(e){e===void 0&&(e=document);var t=tu(e);return t?qs(e.querySelectorAll("[".concat(AR,"]"))).some(function(n){return kl(n,t)}):!1},uM=function(e,t){return t.filter(m6).filter(function(n){return n.name===e.name}).filter(function(n){return n.checked})[0]||e},Rv=function(e,t){return m6(e)&&e.name?uM(e,t):e},dM=function(e){var t=new Set;return e.forEach(function(n){return t.add(Rv(n,e))}),e.filter(function(n){return t.has(n)})},Gx=function(e){return e[0]&&e.length>1?Rv(e[0],e):e[0]},qx=function(e,t){return e.length>1?e.indexOf(Rv(e[t],e)):t},x6="NEW_FOCUS",fM=function(e,t,n,r){var o=e.length,s=e[0],i=e[o-1],u=jv(n);if(!(n&&e.indexOf(n)>=0)){var d=n!==void 0?t.indexOf(n):-1,p=r?t.indexOf(r):d,h=r?e.indexOf(r):-1,g=d-p,v=t.indexOf(s),b=t.indexOf(i),S=dM(t),w=n!==void 0?S.indexOf(n):-1,C=w-(r?S.indexOf(r):d),_=qx(e,0),k=qx(e,o-1);if(d===-1||h===-1)return x6;if(!g&&h>=0)return h;if(d<=v&&u&&Math.abs(g)>1)return k;if(d>=b&&u&&Math.abs(g)>1)return _;if(g&&Math.abs(C)>1)return h;if(d<=v)return k;if(d>b)return _;if(g)return Math.abs(g)>1?h:(o+h+g)%o}},pM=function(e){return function(t){var n,r=(n=p6(t))===null||n===void 0?void 0:n.autofocus;return t.autofocus||r!==void 0&&r!=="false"||e.indexOf(t)>=0}},hM=function(e,t,n){var r=e.map(function(s){var i=s.node;return i}),o=Vx(r.filter(pM(n)));return o&&o.length?Gx(o):Gx(Vx(t))},i0=function(e,t){return t===void 0&&(t=[]),t.push(e),e.parentNode&&i0(e.parentNode.host||e.parentNode,t),t},Zm=function(e,t){for(var n=i0(e),r=i0(t),o=0;o=0)return s}return!1},w6=function(e,t,n){var r=Af(e),o=Af(t),s=r[0],i=!1;return o.filter(Boolean).forEach(function(u){i=Zm(i||u,u)||i,n.filter(Boolean).forEach(function(d){var p=Zm(s,d);p&&(!i||kl(p,i)?i=p:i=Zm(p,i))})}),i},mM=function(e,t){return e.reduce(function(n,r){return n.concat(oM(r,t))},[])},gM=function(e,t){var n=new Map;return t.forEach(function(r){return n.set(r.node,r)}),e.map(function(r){return n.get(r)}).filter(JR)},vM=function(e,t){var n=tu(Af(e).length>0?document:l6(e).ownerDocument),r=Ov(e).filter(Nf),o=w6(n||e,e,r),s=new Map,i=Ux(r,s),u=a0(r,s).filter(function(b){var S=b.node;return Nf(S)});if(!(!u[0]&&(u=i,!u[0]))){var d=Ux([o],s).map(function(b){var S=b.node;return S}),p=gM(d,u),h=p.map(function(b){var S=b.node;return S}),g=fM(h,d,n,t);if(g===x6){var v=hM(i,h,mM(r,s));if(v)return{node:v};console.warn("focus-lock: cannot find any node to move focus into");return}return g===void 0?g:p[g]}},yM=function(e){var t=Ov(e).filter(Nf),n=w6(e,e,t),r=new Map,o=a0([n],r,!0),s=a0(t,r).filter(function(i){var u=i.node;return Nf(u)}).map(function(i){var u=i.node;return u});return o.map(function(i){var u=i.node,d=i.index;return{node:u,index:d,lockItem:s.indexOf(u)>=0,guard:jv(u)}})},bM=function(e,t){"focus"in e&&e.focus(t),"contentWindow"in e&&e.contentWindow&&e.contentWindow.focus()},eg=0,tg=!1,S6=function(e,t,n){n===void 0&&(n={});var r=vM(e,t);if(!tg&&r){if(eg>2){console.error("FocusLock: focus-fighting detected. Only one focus management system could be active. See https://github.com/theKashey/focus-lock/#focus-fighting"),tg=!0,setTimeout(function(){tg=!1},1);return}eg++,bM(r.node,n.focusOptions),eg--}};function Mv(e){setTimeout(e,1)}var xM=function(){return document&&document.activeElement===document.body},wM=function(){return xM()||cM()},Pl=null,gl=null,jl=null,nu=!1,SM=function(){return!0},CM=function(t){return(Pl.whiteList||SM)(t)},_M=function(t,n){jl={observerNode:t,portaledElement:n}},kM=function(t){return jl&&jl.portaledElement===t};function Kx(e,t,n,r){var o=null,s=e;do{var i=r[s];if(i.guard)i.node.dataset.focusAutoGuard&&(o=i);else if(i.lockItem){if(s!==e)return;o=null}else break}while((s+=n)!==t);o&&(o.node.tabIndex=0)}var PM=function(t){return t&&"current"in t?t.current:t},jM=function(t){return t?!!nu:nu==="meanwhile"},IM=function e(t,n,r){return n&&(n.host===t&&(!n.activeElement||r.contains(n.activeElement))||n.parentNode&&e(t,n.parentNode,r))},EM=function(t,n){return n.some(function(r){return IM(t,r,r)})},$f=function(){var t=!1;if(Pl){var n=Pl,r=n.observed,o=n.persistentFocus,s=n.autoFocus,i=n.shards,u=n.crossFrame,d=n.focusOptions,p=r||jl&&jl.portaledElement,h=document&&document.activeElement;if(p){var g=[p].concat(i.map(PM).filter(Boolean));if((!h||CM(h))&&(o||jM(u)||!wM()||!gl&&s)&&(p&&!(b6(g)||h&&EM(h,g)||kM(h))&&(document&&!gl&&h&&!s?(h.blur&&h.blur(),document.body.focus()):(t=S6(g,gl,{focusOptions:d}),jl={})),nu=!1,gl=document&&document.activeElement),document){var v=document&&document.activeElement,b=yM(g),S=b.map(function(w){var C=w.node;return C}).indexOf(v);S>-1&&(b.filter(function(w){var C=w.guard,_=w.node;return C&&_.dataset.focusAutoGuard}).forEach(function(w){var C=w.node;return C.removeAttribute("tabIndex")}),Kx(S,b.length,1,b),Kx(S,-1,-1,b))}}}return t},C6=function(t){$f()&&t&&(t.stopPropagation(),t.preventDefault())},Dv=function(){return Mv($f)},OM=function(t){var n=t.target,r=t.currentTarget;r.contains(n)||_M(r,n)},RM=function(){return null},_6=function(){nu="just",Mv(function(){nu="meanwhile"})},MM=function(){document.addEventListener("focusin",C6),document.addEventListener("focusout",Dv),window.addEventListener("blur",_6)},DM=function(){document.removeEventListener("focusin",C6),document.removeEventListener("focusout",Dv),window.removeEventListener("blur",_6)};function TM(e){return e.filter(function(t){var n=t.disabled;return!n})}function AM(e){var t=e.slice(-1)[0];t&&!Pl&&MM();var n=Pl,r=n&&t&&t.id===n.id;Pl=t,n&&!r&&(n.onDeactivation(),e.filter(function(o){var s=o.id;return s===n.id}).length||n.returnFocus(!t)),t?(gl=null,(!r||n.observed!==t.observed)&&t.onActivation(),$f(),Mv($f)):(DM(),gl=null)}s6.assignSyncMedium(OM);a6.assignMedium(Dv);FR.assignMedium(function(e){return e({moveFocusInside:S6,focusInside:b6})});const NM=UR(TM,AM)(RM);var k6=f.forwardRef(function(t,n){return f.createElement(i6,Qn({sideCar:NM,ref:n},t))}),P6=i6.propTypes||{};P6.sideCar;e9(P6,["sideCar"]);k6.propTypes={};const Yx=k6;var j6=e=>e.hasAttribute("tabindex"),$M=e=>j6(e)&&e.tabIndex===-1;function zM(e){return!!e.getAttribute("disabled")||!!e.getAttribute("aria-disabled")}function I6(e){return e.parentElement&&I6(e.parentElement)?!0:e.hidden}function LM(e){const t=e.getAttribute("contenteditable");return t!=="false"&&t!=null}function E6(e){if(!v4(e)||I6(e)||zM(e))return!1;const{localName:t}=e;if(["input","select","textarea","button"].indexOf(t)>=0)return!0;const r={a:()=>e.hasAttribute("href"),audio:()=>e.hasAttribute("controls"),video:()=>e.hasAttribute("controls")};return t in r?r[t]():LM(e)?!0:j6(e)}function BM(e){return e?v4(e)&&E6(e)&&!$M(e):!1}var FM=["input:not(:disabled):not([disabled])","select:not(:disabled):not([disabled])","textarea:not(:disabled):not([disabled])","embed","iframe","object","a[href]","area[href]","button:not(:disabled):not([disabled])","[tabindex]","audio[controls]","video[controls]","*[tabindex]:not([aria-disabled])","*[contenteditable]"],HM=FM.join(),WM=e=>e.offsetWidth>0&&e.offsetHeight>0;function O6(e){const t=Array.from(e.querySelectorAll(HM));return t.unshift(e),t.filter(n=>E6(n)&&WM(n))}var Qx,VM=(Qx=Yx.default)!=null?Qx:Yx,R6=e=>{const{initialFocusRef:t,finalFocusRef:n,contentRef:r,restoreFocus:o,children:s,isDisabled:i,autoFocus:u,persistentFocus:d,lockFocusAcrossFrames:p}=e,h=f.useCallback(()=>{t!=null&&t.current?t.current.focus():r!=null&&r.current&&O6(r.current).length===0&&requestAnimationFrame(()=>{var S;(S=r.current)==null||S.focus()})},[t,r]),g=f.useCallback(()=>{var b;(b=n==null?void 0:n.current)==null||b.focus()},[n]),v=o&&!n;return a.jsx(VM,{crossFrame:p,persistentFocus:d,autoFocus:u,disabled:i,onActivation:h,onDeactivation:g,returnFocus:v,children:s})};R6.displayName="FocusLock";function UM(e,t,n,r){const o=y4(t);return f.useEffect(()=>{var s;const i=(s=Lb(n))!=null?s:document;if(t)return i.addEventListener(e,o,r),()=>{i.removeEventListener(e,o,r)}},[e,n,r,o,t]),()=>{var s;((s=Lb(n))!=null?s:document).removeEventListener(e,o,r)}}function GM(e){const{ref:t,handler:n,enabled:r=!0}=e,o=y4(n),i=f.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}).current;f.useEffect(()=>{if(!r)return;const u=g=>{ng(g,t)&&(i.isPointerDown=!0)},d=g=>{if(i.ignoreEmulatedMouseEvents){i.ignoreEmulatedMouseEvents=!1;return}i.isPointerDown&&n&&ng(g,t)&&(i.isPointerDown=!1,o(g))},p=g=>{i.ignoreEmulatedMouseEvents=!0,n&&i.isPointerDown&&ng(g,t)&&(i.isPointerDown=!1,o(g))},h=b4(t.current);return h.addEventListener("mousedown",u,!0),h.addEventListener("mouseup",d,!0),h.addEventListener("touchstart",u,!0),h.addEventListener("touchend",p,!0),()=>{h.removeEventListener("mousedown",u,!0),h.removeEventListener("mouseup",d,!0),h.removeEventListener("touchstart",u,!0),h.removeEventListener("touchend",p,!0)}},[n,t,o,i,r])}function ng(e,t){var n;const r=e.target;return r&&!b4(r).contains(r)?!1:!((n=t.current)!=null&&n.contains(r))}var[qM,KM]=ur({name:"InputGroupStylesContext",errorMessage:`useInputGroupStyles returned is 'undefined'. Seems you forgot to wrap the components in "" `}),M6=tt(function(t,n){const r=co("Input",t),{children:o,className:s,...i}=wr(t),u=Ot("chakra-input__group",s),d={},p=Up(o),h=r.field;p.forEach(v=>{var b,S;r&&(h&&v.type.id==="InputLeftElement"&&(d.paddingStart=(b=h.height)!=null?b:h.h),h&&v.type.id==="InputRightElement"&&(d.paddingEnd=(S=h.height)!=null?S:h.h),v.type.id==="InputRightAddon"&&(d.borderEndRadius=0),v.type.id==="InputLeftAddon"&&(d.borderStartRadius=0))});const g=p.map(v=>{var b,S;const w=bv({size:((b=v.props)==null?void 0:b.size)||t.size,variant:((S=v.props)==null?void 0:S.variant)||t.variant});return v.type.id!=="Input"?f.cloneElement(v,w):f.cloneElement(v,Object.assign(w,d,v.props))});return a.jsx(He.div,{className:u,ref:n,__css:{width:"100%",display:"flex",position:"relative",isolation:"isolate"},"data-group":!0,...i,children:a.jsx(qM,{value:r,children:g})})});M6.displayName="InputGroup";var YM=He("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",top:"0",zIndex:2}}),eh=tt(function(t,n){var r,o;const{placement:s="left",...i}=t,u=KM(),d=u.field,h={[s==="left"?"insetStart":"insetEnd"]:"0",width:(r=d==null?void 0:d.height)!=null?r:d==null?void 0:d.h,height:(o=d==null?void 0:d.height)!=null?o:d==null?void 0:d.h,fontSize:d==null?void 0:d.fontSize,...u.element};return a.jsx(YM,{ref:n,__css:h,...i})});eh.id="InputElement";eh.displayName="InputElement";var D6=tt(function(t,n){const{className:r,...o}=t,s=Ot("chakra-input__left-element",r);return a.jsx(eh,{ref:n,placement:"left",className:s,...o})});D6.id="InputLeftElement";D6.displayName="InputLeftElement";var Tv=tt(function(t,n){const{className:r,...o}=t,s=Ot("chakra-input__right-element",r);return a.jsx(eh,{ref:n,placement:"right",className:s,...o})});Tv.id="InputRightElement";Tv.displayName="InputRightElement";var ku=tt(function(t,n){const{htmlSize:r,...o}=t,s=co("Input",o),i=wr(o),u=ov(i),d=Ot("chakra-input",t.className);return a.jsx(He.input,{size:r,...u,__css:s.field,ref:n,className:d})});ku.displayName="Input";ku.id="Input";var Ka=tt(function(t,n){const r=ql("Link",t),{className:o,isExternal:s,...i}=wr(t);return a.jsx(He.a,{target:s?"_blank":void 0,rel:s?"noopener":void 0,ref:n,className:Ot("chakra-link",o),...i,__css:r})});Ka.displayName="Link";var[QM,T6]=ur({name:"ListStylesContext",errorMessage:`useListStyles returned is 'undefined'. Seems you forgot to wrap the components in "" `}),Av=tt(function(t,n){const r=co("List",t),{children:o,styleType:s="none",stylePosition:i,spacing:u,...d}=wr(t),p=Up(o),g=u?{["& > *:not(style) ~ *:not(style)"]:{mt:u}}:{};return a.jsx(QM,{value:r,children:a.jsx(He.ul,{ref:n,listStyleType:s,listStylePosition:i,role:"list",__css:{...r.container,...g},...d,children:p})})});Av.displayName="List";var XM=tt((e,t)=>{const{as:n,...r}=e;return a.jsx(Av,{ref:t,as:"ol",styleType:"decimal",marginStart:"1em",...r})});XM.displayName="OrderedList";var th=tt(function(t,n){const{as:r,...o}=t;return a.jsx(Av,{ref:n,as:"ul",styleType:"initial",marginStart:"1em",...o})});th.displayName="UnorderedList";var Eo=tt(function(t,n){const r=T6();return a.jsx(He.li,{ref:n,...t,__css:r.item})});Eo.displayName="ListItem";var JM=tt(function(t,n){const r=T6();return a.jsx(go,{ref:n,role:"presentation",...t,__css:r.icon})});JM.displayName="ListIcon";var Ri=tt(function(t,n){const{templateAreas:r,gap:o,rowGap:s,columnGap:i,column:u,row:d,autoFlow:p,autoRows:h,templateRows:g,autoColumns:v,templateColumns:b,...S}=t,w={display:"grid",gridTemplateAreas:r,gridGap:o,gridRowGap:s,gridColumnGap:i,gridAutoColumns:v,gridColumn:u,gridRow:d,gridAutoFlow:p,gridAutoRows:h,gridTemplateRows:g,gridTemplateColumns:b};return a.jsx(He.div,{ref:n,__css:w,...S})});Ri.displayName="Grid";var Li=He("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});Li.displayName="Spacer";var nt=tt(function(t,n){const r=ql("Text",t),{className:o,align:s,decoration:i,casing:u,...d}=wr(t),p=bv({textAlign:t.align,textDecoration:t.decoration,textTransform:t.casing});return a.jsx(He.p,{ref:n,className:Ot("chakra-text",t.className),...p,...d,__css:r})});nt.displayName="Text";var nh=tt((e,t)=>a.jsx(PE,{align:"center",...e,direction:"column",ref:t}));nh.displayName="VStack";function Xx(e){return jE(e,t=>t==="auto"?"auto":`span ${t}/span ${t}`)}var hf=tt(function(t,n){const{area:r,colSpan:o,colStart:s,colEnd:i,rowEnd:u,rowSpan:d,rowStart:p,...h}=t,g=bv({gridArea:r,gridColumn:Xx(o),gridRow:Xx(d),gridColumnStart:s,gridColumnEnd:i,gridRowStart:p,gridRowEnd:u});return a.jsx(He.div,{ref:n,__css:g,...h})});hf.displayName="GridItem";var Xa=tt(function(t,n){const r=ql("Badge",t),{className:o,...s}=wr(t);return a.jsx(He.span,{ref:n,className:Ot("chakra-badge",t.className),...s,__css:{display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle",...r}})});Xa.displayName="Badge";var ri=tt(function(t,n){const{borderLeftWidth:r,borderBottomWidth:o,borderTopWidth:s,borderRightWidth:i,borderWidth:u,borderStyle:d,borderColor:p,...h}=ql("Divider",t),{className:g,orientation:v="horizontal",__css:b,...S}=wr(t),w={vertical:{borderLeftWidth:r||i||u||"1px",height:"100%"},horizontal:{borderBottomWidth:o||s||u||"1px",width:"100%"}};return a.jsx(He.hr,{ref:n,"aria-orientation":v,...S,__css:{...h,border:"0",borderColor:p,borderStyle:d,...w[v],...b},className:Ot("chakra-divider",g)})});ri.displayName="Divider";function ZM(e){const{key:t}=e;return t.length===1||t.length>1&&/[^a-zA-Z0-9]/.test(t)}function eD(e={}){const{timeout:t=300,preventDefault:n=()=>!0}=e,[r,o]=f.useState([]),s=f.useRef(),i=()=>{s.current&&(clearTimeout(s.current),s.current=null)},u=()=>{i(),s.current=setTimeout(()=>{o([]),s.current=null},t)};f.useEffect(()=>i,[]);function d(p){return h=>{if(h.key==="Backspace"){const g=[...r];g.pop(),o(g);return}if(ZM(h)){const g=r.concat(h.key);n(h)&&(h.preventDefault(),h.stopPropagation()),o(g),p(g.join("")),u()}}}return d}function tD(e,t,n,r){if(t==null)return r;if(!r)return e.find(i=>n(i).toLowerCase().startsWith(t.toLowerCase()));const o=e.filter(s=>n(s).toLowerCase().startsWith(t.toLowerCase()));if(o.length>0){let s;return o.includes(r)?(s=o.indexOf(r)+1,s===o.length&&(s=0),o[s]):(s=e.indexOf(o[0]),e[s])}return r}function nD(){const e=f.useRef(new Map),t=e.current,n=f.useCallback((o,s,i,u)=>{e.current.set(i,{type:s,el:o,options:u}),o.addEventListener(s,i,u)},[]),r=f.useCallback((o,s,i,u)=>{o.removeEventListener(s,i,u),e.current.delete(i)},[]);return f.useEffect(()=>()=>{t.forEach((o,s)=>{r(o.el,o.type,s,o.options)})},[r,t]),{add:n,remove:r}}function rg(e){const t=e.target,{tagName:n,isContentEditable:r}=t;return n!=="INPUT"&&n!=="TEXTAREA"&&r!==!0}function A6(e={}){const{ref:t,isDisabled:n,isFocusable:r,clickOnEnter:o=!0,clickOnSpace:s=!0,onMouseDown:i,onMouseUp:u,onClick:d,onKeyDown:p,onKeyUp:h,tabIndex:g,onMouseOver:v,onMouseLeave:b,...S}=e,[w,C]=f.useState(!0),[_,k]=f.useState(!1),j=nD(),E=D=>{D&&D.tagName!=="BUTTON"&&C(!1)},I=w?g:g||0,O=n&&!r,M=f.useCallback(D=>{if(n){D.stopPropagation(),D.preventDefault();return}D.currentTarget.focus(),d==null||d(D)},[n,d]),R=f.useCallback(D=>{_&&rg(D)&&(D.preventDefault(),D.stopPropagation(),k(!1),j.remove(document,"keyup",R,!1))},[_,j]),A=f.useCallback(D=>{if(p==null||p(D),n||D.defaultPrevented||D.metaKey||!rg(D.nativeEvent)||w)return;const U=o&&D.key==="Enter";s&&D.key===" "&&(D.preventDefault(),k(!0)),U&&(D.preventDefault(),D.currentTarget.click()),j.add(document,"keyup",R,!1)},[n,w,p,o,s,j,R]),L=f.useCallback(D=>{if(h==null||h(D),n||D.defaultPrevented||D.metaKey||!rg(D.nativeEvent)||w)return;s&&D.key===" "&&(D.preventDefault(),k(!1),D.currentTarget.click())},[s,w,n,h]),N=f.useCallback(D=>{D.button===0&&(k(!1),j.remove(document,"mouseup",N,!1))},[j]),Z=f.useCallback(D=>{if(D.button!==0)return;if(n){D.stopPropagation(),D.preventDefault();return}w||k(!0),D.currentTarget.focus({preventScroll:!0}),j.add(document,"mouseup",N,!1),i==null||i(D)},[n,w,i,j,N]),B=f.useCallback(D=>{D.button===0&&(w||k(!1),u==null||u(D))},[u,w]),H=f.useCallback(D=>{if(n){D.preventDefault();return}v==null||v(D)},[n,v]),G=f.useCallback(D=>{_&&(D.preventDefault(),k(!1)),b==null||b(D)},[_,b]),q=Wn(t,E);return w?{...S,ref:q,type:"button","aria-disabled":O?void 0:n,disabled:O,onClick:M,onMouseDown:i,onMouseUp:u,onKeyUp:h,onKeyDown:p,onMouseOver:v,onMouseLeave:b}:{...S,ref:q,role:"button","data-active":sn(_),"aria-disabled":n?"true":void 0,tabIndex:O?void 0:I,onClick:M,onMouseDown:Z,onMouseUp:B,onKeyUp:L,onKeyDown:A,onMouseOver:H,onMouseLeave:G}}function rD(e){const t=e.current;if(!t)return!1;const n=IE(t);return!n||t.contains(n)?!1:!!BM(n)}function N6(e,t){const{shouldFocus:n,visible:r,focusRef:o}=t,s=n&&!r;zi(()=>{if(!s||rD(e))return;const i=(o==null?void 0:o.current)||e.current;let u;if(i)return u=requestAnimationFrame(()=>{i.focus({preventScroll:!0})}),()=>{cancelAnimationFrame(u)}},[s,e,o])}var oD={preventScroll:!0,shouldFocus:!1};function sD(e,t=oD){const{focusRef:n,preventScroll:r,shouldFocus:o,visible:s}=t,i=aD(e)?e.current:e,u=o&&s,d=f.useRef(u),p=f.useRef(s);Wc(()=>{!p.current&&s&&(d.current=u),p.current=s},[s,u]);const h=f.useCallback(()=>{if(!(!s||!i||!d.current)&&(d.current=!1,!i.contains(document.activeElement)))if(n!=null&&n.current)requestAnimationFrame(()=>{var g;(g=n.current)==null||g.focus({preventScroll:r})});else{const g=O6(i);g.length>0&&requestAnimationFrame(()=>{g[0].focus({preventScroll:r})})}},[s,r,i,n]);zi(()=>{h()},[h]),nv(i,"transitionend",h)}function aD(e){return"current"in e}function iD(e){const{ref:t,handler:n,enabled:r=!0}=e,o=Ua(n),i=f.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}).current;f.useEffect(()=>{if(!r)return;const u=g=>{og(g,t)&&(i.isPointerDown=!0)},d=g=>{if(i.ignoreEmulatedMouseEvents){i.ignoreEmulatedMouseEvents=!1;return}i.isPointerDown&&n&&og(g,t)&&(i.isPointerDown=!1,o(g))},p=g=>{i.ignoreEmulatedMouseEvents=!0,n&&i.isPointerDown&&og(g,t)&&(i.isPointerDown=!1,o(g))},h=$6(t.current);return h.addEventListener("mousedown",u,!0),h.addEventListener("mouseup",d,!0),h.addEventListener("touchstart",u,!0),h.addEventListener("touchend",p,!0),()=>{h.removeEventListener("mousedown",u,!0),h.removeEventListener("mouseup",d,!0),h.removeEventListener("touchstart",u,!0),h.removeEventListener("touchend",p,!0)}},[n,t,o,i,r])}function og(e,t){var n;const r=e.target;return r&&!$6(r).contains(r)?!1:!((n=t.current)!=null&&n.contains(r))}function $6(e){var t;return(t=e==null?void 0:e.ownerDocument)!=null?t:document}function z6(e){const{isOpen:t,ref:n}=e,[r,o]=f.useState(t),[s,i]=f.useState(!1);return f.useEffect(()=>{s||(o(t),i(!0))},[t,s,r]),nv(()=>n.current,"animationend",()=>{o(t)}),{present:!(t?!1:!r),onComplete(){var d;const p=EE(n.current),h=new p.CustomEvent("animationend",{bubbles:!0});(d=n.current)==null||d.dispatchEvent(h)}}}function Nv(e){const{wasSelected:t,enabled:n,isSelected:r,mode:o="unmount"}=e;return!!(!n||r||o==="keepMounted"&&t)}var[lD,cD,uD,dD]=xv(),[fD,Pu]=ur({strict:!1,name:"MenuContext"});function pD(e,...t){const n=f.useId(),r=e||n;return f.useMemo(()=>t.map(o=>`${o}-${r}`),[r,t])}function L6(e){var t;return(t=e==null?void 0:e.ownerDocument)!=null?t:document}function Jx(e){return L6(e).activeElement===e}function hD(e={}){const{id:t,closeOnSelect:n=!0,closeOnBlur:r=!0,initialFocusRef:o,autoSelect:s=!0,isLazy:i,isOpen:u,defaultIsOpen:d,onClose:p,onOpen:h,placement:g="bottom-start",lazyBehavior:v="unmount",direction:b,computePositionOnMount:S=!1,...w}=e,C=f.useRef(null),_=f.useRef(null),k=uD(),j=f.useCallback(()=>{requestAnimationFrame(()=>{var he;(he=C.current)==null||he.focus({preventScroll:!1})})},[]),E=f.useCallback(()=>{const he=setTimeout(()=>{var ae;if(o)(ae=o.current)==null||ae.focus();else{const ee=k.firstEnabled();ee&&B(ee.index)}});U.current.add(he)},[k,o]),I=f.useCallback(()=>{const he=setTimeout(()=>{const ae=k.lastEnabled();ae&&B(ae.index)});U.current.add(he)},[k]),O=f.useCallback(()=>{h==null||h(),s?E():j()},[s,E,j,h]),{isOpen:M,onOpen:R,onClose:A,onToggle:L}=x4({isOpen:u,defaultIsOpen:d,onClose:p,onOpen:O});iD({enabled:M&&r,ref:C,handler:he=>{var ae;(ae=_.current)!=null&&ae.contains(he.target)||A()}});const N=w4({...w,enabled:M||S,placement:g,direction:b}),[Z,B]=f.useState(-1);zi(()=>{M||B(-1)},[M]),N6(C,{focusRef:_,visible:M,shouldFocus:!0});const H=z6({isOpen:M,ref:C}),[G,q]=pD(t,"menu-button","menu-list"),D=f.useCallback(()=>{R(),j()},[R,j]),U=f.useRef(new Set([]));SD(()=>{U.current.forEach(he=>clearTimeout(he)),U.current.clear()});const V=f.useCallback(()=>{R(),E()},[E,R]),J=f.useCallback(()=>{R(),I()},[R,I]),ie=f.useCallback(()=>{var he,ae;const ee=L6(C.current),W=(he=C.current)==null?void 0:he.contains(ee.activeElement);if(!(M&&!W))return;const pe=(ae=k.item(Z))==null?void 0:ae.node;pe==null||pe.focus()},[M,Z,k]),ye=f.useRef(null);return{openAndFocusMenu:D,openAndFocusFirstItem:V,openAndFocusLastItem:J,onTransitionEnd:ie,unstable__animationState:H,descendants:k,popper:N,buttonId:G,menuId:q,forceUpdate:N.forceUpdate,orientation:"vertical",isOpen:M,onToggle:L,onOpen:R,onClose:A,menuRef:C,buttonRef:_,focusedIndex:Z,closeOnSelect:n,closeOnBlur:r,autoSelect:s,setFocusedIndex:B,isLazy:i,lazyBehavior:v,initialFocusRef:o,rafId:ye}}function mD(e={},t=null){const n=Pu(),{onToggle:r,popper:o,openAndFocusFirstItem:s,openAndFocusLastItem:i}=n,u=f.useCallback(d=>{const p=d.key,g={Enter:s,ArrowDown:s,ArrowUp:i}[p];g&&(d.preventDefault(),d.stopPropagation(),g(d))},[s,i]);return{...e,ref:Wn(n.buttonRef,t,o.referenceRef),id:n.buttonId,"data-active":sn(n.isOpen),"aria-expanded":n.isOpen,"aria-haspopup":"menu","aria-controls":n.menuId,onClick:gt(e.onClick,r),onKeyDown:gt(e.onKeyDown,u)}}function l0(e){var t;return xD(e)&&!!((t=e==null?void 0:e.getAttribute("role"))!=null&&t.startsWith("menuitem"))}function gD(e={},t=null){const n=Pu();if(!n)throw new Error("useMenuContext: context is undefined. Seems you forgot to wrap component within ");const{focusedIndex:r,setFocusedIndex:o,menuRef:s,isOpen:i,onClose:u,menuId:d,isLazy:p,lazyBehavior:h,unstable__animationState:g}=n,v=cD(),b=eD({preventDefault:_=>_.key!==" "&&l0(_.target)}),S=f.useCallback(_=>{if(!_.currentTarget.contains(_.target))return;const k=_.key,E={Tab:O=>O.preventDefault(),Escape:u,ArrowDown:()=>{const O=v.nextEnabled(r);O&&o(O.index)},ArrowUp:()=>{const O=v.prevEnabled(r);O&&o(O.index)}}[k];if(E){_.preventDefault(),E(_);return}const I=b(O=>{const M=tD(v.values(),O,R=>{var A,L;return(L=(A=R==null?void 0:R.node)==null?void 0:A.textContent)!=null?L:""},v.item(r));if(M){const R=v.indexOf(M.node);o(R)}});l0(_.target)&&I(_)},[v,r,b,u,o]),w=f.useRef(!1);i&&(w.current=!0);const C=Nv({wasSelected:w.current,enabled:p,mode:h,isSelected:g.present});return{...e,ref:Wn(s,t),children:C?e.children:null,tabIndex:-1,role:"menu",id:d,style:{...e.style,transformOrigin:"var(--popper-transform-origin)"},"aria-orientation":"vertical",onKeyDown:gt(e.onKeyDown,S)}}function vD(e={}){const{popper:t,isOpen:n}=Pu();return t.getPopperProps({...e,style:{visibility:n?"visible":"hidden",...e.style}})}function B6(e={},t=null){const{onMouseEnter:n,onMouseMove:r,onMouseLeave:o,onClick:s,onFocus:i,isDisabled:u,isFocusable:d,closeOnSelect:p,type:h,...g}=e,v=Pu(),{setFocusedIndex:b,focusedIndex:S,closeOnSelect:w,onClose:C,menuRef:_,isOpen:k,menuId:j,rafId:E}=v,I=f.useRef(null),O=`${j}-menuitem-${f.useId()}`,{index:M,register:R}=dD({disabled:u&&!d}),A=f.useCallback(D=>{n==null||n(D),!u&&b(M)},[b,M,u,n]),L=f.useCallback(D=>{r==null||r(D),I.current&&!Jx(I.current)&&A(D)},[A,r]),N=f.useCallback(D=>{o==null||o(D),!u&&b(-1)},[b,u,o]),Z=f.useCallback(D=>{s==null||s(D),l0(D.currentTarget)&&(p??w)&&C()},[C,s,w,p]),B=f.useCallback(D=>{i==null||i(D),b(M)},[b,i,M]),H=M===S,G=u&&!d;zi(()=>{k&&(H&&!G&&I.current?(E.current&&cancelAnimationFrame(E.current),E.current=requestAnimationFrame(()=>{var D;(D=I.current)==null||D.focus(),E.current=null})):_.current&&!Jx(_.current)&&_.current.focus({preventScroll:!0}))},[H,G,_,k]);const q=A6({onClick:Z,onFocus:B,onMouseEnter:A,onMouseMove:L,onMouseLeave:N,ref:Wn(R,I,t),isDisabled:u,isFocusable:d});return{...g,...q,type:h??q.type,id:O,role:"menuitem",tabIndex:H?0:-1}}function yD(e={},t=null){const{type:n="radio",isChecked:r,...o}=e;return{...B6(o,t),role:`menuitem${n}`,"aria-checked":r}}function bD(e={}){const{children:t,type:n="radio",value:r,defaultValue:o,onChange:s,...i}=e,d=n==="radio"?"":[],[p,h]=mu({defaultValue:o??d,value:r,onChange:s}),g=f.useCallback(S=>{if(n==="radio"&&typeof p=="string"&&h(S),n==="checkbox"&&Array.isArray(p)){const w=p.includes(S)?p.filter(C=>C!==S):p.concat(S);h(w)}},[p,h,n]),b=Up(t).map(S=>{if(S.type.id!=="MenuItemOption")return S;const w=_=>{var k,j;g(S.props.value),(j=(k=S.props).onClick)==null||j.call(k,_)},C=n==="radio"?S.props.value===p:p.includes(S.props.value);return f.cloneElement(S,{type:n,onClick:w,isChecked:C})});return{...i,children:b}}function xD(e){var t;if(!wD(e))return!1;const n=(t=e.ownerDocument.defaultView)!=null?t:window;return e instanceof n.HTMLElement}function wD(e){return e!=null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function SD(e,t=[]){return f.useEffect(()=>()=>e(),t)}var[CD,ju]=ur({name:"MenuStylesContext",errorMessage:`useMenuStyles returned is 'undefined'. Seems you forgot to wrap the components in "" `}),Iu=e=>{const{children:t}=e,n=co("Menu",e),r=wr(e),{direction:o}=Gp(),{descendants:s,...i}=hD({...r,direction:o}),u=f.useMemo(()=>i,[i]),{isOpen:d,onClose:p,forceUpdate:h}=u;return a.jsx(lD,{value:s,children:a.jsx(fD,{value:u,children:a.jsx(CD,{value:n,children:rv(t,{isOpen:d,onClose:p,forceUpdate:h})})})})};Iu.displayName="Menu";var F6=tt((e,t)=>{const n=ju();return a.jsx(He.span,{ref:t,...e,__css:n.command,className:"chakra-menu__command"})});F6.displayName="MenuCommand";var H6=tt((e,t)=>{const{type:n,...r}=e,o=ju(),s=r.as||n?n??void 0:"button",i=f.useMemo(()=>({textDecoration:"none",color:"inherit",userSelect:"none",display:"flex",width:"100%",alignItems:"center",textAlign:"start",flex:"0 0 auto",outline:0,...o.item}),[o.item]);return a.jsx(He.button,{ref:t,type:s,...r,__css:i})}),$v=e=>{const{className:t,children:n,...r}=e,o=f.Children.only(n),s=f.isValidElement(o)?f.cloneElement(o,{focusable:"false","aria-hidden":!0,className:Ot("chakra-menu__icon",o.props.className)}):null,i=Ot("chakra-menu__icon-wrapper",t);return a.jsx(He.span,{className:i,...r,__css:{display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:s})};$v.displayName="MenuIcon";var jr=tt((e,t)=>{const{icon:n,iconSpacing:r="0.75rem",command:o,commandSpacing:s="0.75rem",children:i,...u}=e,d=B6(u,t),h=n||o?a.jsx("span",{style:{pointerEvents:"none",flex:1},children:i}):i;return a.jsxs(H6,{...d,className:Ot("chakra-menu__menuitem",d.className),children:[n&&a.jsx($v,{fontSize:"0.8em",marginEnd:r,children:n}),h,o&&a.jsx(F6,{marginStart:s,children:o})]})});jr.displayName="MenuItem";var _D={enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.2,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.1,easings:"easeOut"}}},kD=He(lo.div),ec=tt(function(t,n){var r,o;const{rootProps:s,motionProps:i,...u}=t,{isOpen:d,onTransitionEnd:p,unstable__animationState:h}=Pu(),g=gD(u,n),v=vD(s),b=ju();return a.jsx(He.div,{...v,__css:{zIndex:(o=t.zIndex)!=null?o:(r=b.list)==null?void 0:r.zIndex},children:a.jsx(kD,{variants:_D,initial:!1,animate:d?"enter":"exit",__css:{outline:0,...b.list},...i,className:Ot("chakra-menu__menu-list",g.className),...g,onUpdate:p,onAnimationComplete:Vp(h.onComplete,g.onAnimationComplete)})})});ec.displayName="MenuList";var W6=tt((e,t)=>{const{title:n,children:r,className:o,...s}=e,i=Ot("chakra-menu__group__title",o),u=ju();return a.jsxs("div",{ref:t,className:"chakra-menu__group",role:"group",children:[n&&a.jsx(He.p,{className:i,...s,__css:u.groupTitle,children:n}),r]})});W6.displayName="MenuGroup";var zv=e=>{const{className:t,title:n,...r}=e,o=bD(r);return a.jsx(W6,{title:n,className:Ot("chakra-menu__option-group",t),...o})};zv.displayName="MenuOptionGroup";var PD=tt((e,t)=>{const n=ju();return a.jsx(He.button,{ref:t,...e,__css:{display:"inline-flex",appearance:"none",alignItems:"center",outline:0,...n.button}})}),Eu=tt((e,t)=>{const{children:n,as:r,...o}=e,s=mD(o,t),i=r||PD;return a.jsx(i,{...s,className:Ot("chakra-menu__menu-button",e.className),children:a.jsx(He.span,{__css:{pointerEvents:"none",flex:"1 1 auto",minW:0},children:e.children})})});Eu.displayName="MenuButton";var jD=e=>a.jsx("svg",{viewBox:"0 0 14 14",width:"1em",height:"1em",...e,children:a.jsx("polygon",{fill:"currentColor",points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"})}),ru=tt((e,t)=>{const{icon:n,iconSpacing:r="0.75rem",...o}=e,s=yD(o,t);return a.jsxs(H6,{...s,className:Ot("chakra-menu__menuitem-option",o.className),children:[n!==null&&a.jsx($v,{fontSize:"0.8em",marginEnd:r,opacity:e.isChecked?1:0,children:n||a.jsx(jD,{})}),a.jsx("span",{style:{flex:1},children:s.children})]})});ru.id="MenuItemOption";ru.displayName="MenuItemOption";var ID={slideInBottom:{...e0,custom:{offsetY:16,reverse:!0}},slideInRight:{...e0,custom:{offsetX:16,reverse:!0}},scale:{...T3,custom:{initialScale:.95,reverse:!0}},none:{}},ED=He(lo.section),OD=e=>ID[e||"none"],V6=f.forwardRef((e,t)=>{const{preset:n,motionProps:r=OD(n),...o}=e;return a.jsx(ED,{ref:t,...r,...o})});V6.displayName="ModalTransition";var RD=Object.defineProperty,MD=(e,t,n)=>t in e?RD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,DD=(e,t,n)=>(MD(e,typeof t!="symbol"?t+"":t,n),n),TD=class{constructor(){DD(this,"modals"),this.modals=new Map}add(e){return this.modals.set(e,this.modals.size+1),this.modals.size}remove(e){this.modals.delete(e)}isTopModal(e){return e?this.modals.get(e)===this.modals.size:!1}},c0=new TD;function U6(e,t){const[n,r]=f.useState(0);return f.useEffect(()=>{const o=e.current;if(o){if(t){const s=c0.add(o);r(s)}return()=>{c0.remove(o),r(0)}}},[t,e]),n}var AD=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},al=new WeakMap,Id=new WeakMap,Ed={},sg=0,G6=function(e){return e&&(e.host||G6(e.parentNode))},ND=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=G6(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},$D=function(e,t,n,r){var o=ND(t,Array.isArray(e)?e:[e]);Ed[n]||(Ed[n]=new WeakMap);var s=Ed[n],i=[],u=new Set,d=new Set(o),p=function(g){!g||u.has(g)||(u.add(g),p(g.parentNode))};o.forEach(p);var h=function(g){!g||d.has(g)||Array.prototype.forEach.call(g.children,function(v){if(u.has(v))h(v);else{var b=v.getAttribute(r),S=b!==null&&b!=="false",w=(al.get(v)||0)+1,C=(s.get(v)||0)+1;al.set(v,w),s.set(v,C),i.push(v),w===1&&S&&Id.set(v,!0),C===1&&v.setAttribute(n,"true"),S||v.setAttribute(r,"true")}})};return h(t),u.clear(),sg++,function(){i.forEach(function(g){var v=al.get(g)-1,b=s.get(g)-1;al.set(g,v),s.set(g,b),v||(Id.has(g)||g.removeAttribute(r),Id.delete(g)),b||g.removeAttribute(n)}),sg--,sg||(al=new WeakMap,al=new WeakMap,Id=new WeakMap,Ed={})}},zD=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=t||AD(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live]"))),$D(r,o,n,"aria-hidden")):function(){return null}};function LD(e){const{isOpen:t,onClose:n,id:r,closeOnOverlayClick:o=!0,closeOnEsc:s=!0,useInert:i=!0,onOverlayClick:u,onEsc:d}=e,p=f.useRef(null),h=f.useRef(null),[g,v,b]=FD(r,"chakra-modal","chakra-modal--header","chakra-modal--body");BD(p,t&&i);const S=U6(p,t),w=f.useRef(null),C=f.useCallback(A=>{w.current=A.target},[]),_=f.useCallback(A=>{A.key==="Escape"&&(A.stopPropagation(),s&&(n==null||n()),d==null||d())},[s,n,d]),[k,j]=f.useState(!1),[E,I]=f.useState(!1),O=f.useCallback((A={},L=null)=>({role:"dialog",...A,ref:Wn(L,p),id:g,tabIndex:-1,"aria-modal":!0,"aria-labelledby":k?v:void 0,"aria-describedby":E?b:void 0,onClick:gt(A.onClick,N=>N.stopPropagation())}),[b,E,g,v,k]),M=f.useCallback(A=>{A.stopPropagation(),w.current===A.target&&c0.isTopModal(p.current)&&(o&&(n==null||n()),u==null||u())},[n,o,u]),R=f.useCallback((A={},L=null)=>({...A,ref:Wn(L,h),onClick:gt(A.onClick,M),onKeyDown:gt(A.onKeyDown,_),onMouseDown:gt(A.onMouseDown,C)}),[_,C,M]);return{isOpen:t,onClose:n,headerId:v,bodyId:b,setBodyMounted:I,setHeaderMounted:j,dialogRef:p,overlayRef:h,getDialogProps:O,getDialogContainerProps:R,index:S}}function BD(e,t){const n=e.current;f.useEffect(()=>{if(!(!e.current||!t))return zD(e.current)},[t,e,n])}function FD(e,...t){const n=f.useId(),r=e||n;return f.useMemo(()=>t.map(o=>`${o}-${r}`),[r,t])}var[HD,tc]=ur({name:"ModalStylesContext",errorMessage:`useModalStyles returned is 'undefined'. Seems you forgot to wrap the components in "" `}),[WD,Mi]=ur({strict:!0,name:"ModalContext",errorMessage:"useModalContext: `context` is undefined. Seems you forgot to wrap modal components in ``"}),ou=e=>{const t={scrollBehavior:"outside",autoFocus:!0,trapFocus:!0,returnFocusOnClose:!0,blockScrollOnMount:!0,allowPinchZoom:!1,motionPreset:"scale",lockFocusAcrossFrames:!0,...e},{portalProps:n,children:r,autoFocus:o,trapFocus:s,initialFocusRef:i,finalFocusRef:u,returnFocusOnClose:d,blockScrollOnMount:p,allowPinchZoom:h,preserveScrollBarGap:g,motionPreset:v,lockFocusAcrossFrames:b,onCloseComplete:S}=t,w=co("Modal",t),_={...LD(t),autoFocus:o,trapFocus:s,initialFocusRef:i,finalFocusRef:u,returnFocusOnClose:d,blockScrollOnMount:p,allowPinchZoom:h,preserveScrollBarGap:g,motionPreset:v,lockFocusAcrossFrames:b};return a.jsx(WD,{value:_,children:a.jsx(HD,{value:w,children:a.jsx(ws,{onExitComplete:S,children:_.isOpen&&a.jsx(xf,{...n,children:r})})})})};ou.displayName="Modal";var mf="right-scroll-bar-position",gf="width-before-scroll-bar",VD="with-scroll-bars-hidden",UD="--removed-body-scroll-bar-size",q6=r6(),ag=function(){},rh=f.forwardRef(function(e,t){var n=f.useRef(null),r=f.useState({onScrollCapture:ag,onWheelCapture:ag,onTouchMoveCapture:ag}),o=r[0],s=r[1],i=e.forwardProps,u=e.children,d=e.className,p=e.removeScrollBar,h=e.enabled,g=e.shards,v=e.sideCar,b=e.noIsolation,S=e.inert,w=e.allowPinchZoom,C=e.as,_=C===void 0?"div":C,k=e.gapMode,j=e6(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),E=v,I=Z3([n,t]),O=Ls(Ls({},j),o);return f.createElement(f.Fragment,null,h&&f.createElement(E,{sideCar:q6,removeScrollBar:p,shards:g,noIsolation:b,inert:S,setCallbacks:s,allowPinchZoom:!!w,lockRef:n,gapMode:k}),i?f.cloneElement(f.Children.only(u),Ls(Ls({},O),{ref:I})):f.createElement(_,Ls({},O,{className:d,ref:I}),u))});rh.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};rh.classNames={fullWidth:gf,zeroRight:mf};var Zx,GD=function(){if(Zx)return Zx;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function qD(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=GD();return t&&e.setAttribute("nonce",t),e}function KD(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function YD(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var QD=function(){var e=0,t=null;return{add:function(n){e==0&&(t=qD())&&(KD(t,n),YD(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},XD=function(){var e=QD();return function(t,n){f.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},K6=function(){var e=XD(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},JD={left:0,top:0,right:0,gap:0},ig=function(e){return parseInt(e||"",10)||0},ZD=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[ig(n),ig(r),ig(o)]},eT=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return JD;var t=ZD(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},tT=K6(),nT=function(e,t,n,r){var o=e.left,s=e.top,i=e.right,u=e.gap;return n===void 0&&(n="margin"),` .`.concat(VD,` { overflow: hidden `).concat(r,`; @@ -55,7 +55,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho * Released under the MIT license. */function gn(e,t){if(gh(e))for(let n=0;nt(e[n],n,e));return e}function Xr(e,t){const n=oi(t);if(bs(t)||n){let o=n?"":{};if(e){const s=window.getComputedStyle(e,null);o=n?k2(e,s,t):t.reduce((i,u)=>(i[u]=k2(e,s,u),i),o)}return o}e&&gn(Ro(t),o=>cz(e,o,t[o]))}const is=(e,t)=>{const{o:n,u:r,_:o}=e;let s=n,i;const u=(h,g)=>{const v=s,b=h,S=g||(r?!r(v,b):v!==b);return(S||o)&&(s=b,i=v),[s,S,i]};return[t?h=>u(t(s,i),h):u,h=>[s,!!h,i]]},Nu=()=>typeof window<"u",Y5=Nu()&&Node.ELEMENT_NODE,{toString:K$,hasOwnProperty:mg}=Object.prototype,_a=e=>e===void 0,mh=e=>e===null,Y$=e=>_a(e)||mh(e)?`${e}`:K$.call(e).replace(/^\[object (.+)\]$/,"$1").toLowerCase(),Ya=e=>typeof e=="number",oi=e=>typeof e=="string",e1=e=>typeof e=="boolean",ys=e=>typeof e=="function",bs=e=>Array.isArray(e),iu=e=>typeof e=="object"&&!bs(e)&&!mh(e),gh=e=>{const t=!!e&&e.length,n=Ya(t)&&t>-1&&t%1==0;return bs(e)||!ys(e)&&n?t>0&&iu(e)?t-1 in e:!0:!1},x0=e=>{if(!e||!iu(e)||Y$(e)!=="object")return!1;let t;const n="constructor",r=e[n],o=r&&r.prototype,s=mg.call(e,n),i=o&&mg.call(o,"isPrototypeOf");if(r&&!s&&!i)return!1;for(t in e);return _a(t)||mg.call(e,t)},Hf=e=>{const t=HTMLElement;return e?t?e instanceof t:e.nodeType===Y5:!1},vh=e=>{const t=Element;return e?t?e instanceof t:e.nodeType===Y5:!1},t1=(e,t,n)=>e.indexOf(t,n),In=(e,t,n)=>(!n&&!oi(t)&&gh(t)?Array.prototype.push.apply(e,t):e.push(t),e),Di=e=>{const t=Array.from,n=[];return t&&e?t(e):(e instanceof Set?e.forEach(r=>{In(n,r)}):gn(e,r=>{In(n,r)}),n)},n1=e=>!!e&&e.length===0,Ks=(e,t,n)=>{gn(e,o=>o&&o.apply(void 0,t||[])),!n&&(e.length=0)},yh=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),Ro=e=>e?Object.keys(e):[],nr=(e,t,n,r,o,s,i)=>{const u=[t,n,r,o,s,i];return(typeof e!="object"||mh(e))&&!ys(e)&&(e={}),gn(u,d=>{gn(Ro(d),p=>{const h=d[p];if(e===h)return!0;const g=bs(h);if(h&&(x0(h)||g)){const v=e[p];let b=v;g&&!bs(v)?b=[]:!g&&!x0(v)&&(b={}),e[p]=nr(b,h)}else e[p]=h})}),e},r1=e=>{for(const t in e)return!1;return!0},Q5=(e,t,n,r)=>{if(_a(r))return n?n[e]:t;n&&(oi(r)||Ya(r))&&(n[e]=r)},Qr=(e,t,n)=>{if(_a(n))return e?e.getAttribute(t):null;e&&e.setAttribute(t,n)},mo=(e,t)=>{e&&e.removeAttribute(t)},_i=(e,t,n,r)=>{if(n){const o=Qr(e,t)||"",s=new Set(o.split(" "));s[r?"add":"delete"](n);const i=Di(s).join(" ").trim();Qr(e,t,i)}},Q$=(e,t,n)=>{const r=Qr(e,t)||"";return new Set(r.split(" ")).has(n)},fs=(e,t)=>Q5("scrollLeft",0,e,t),la=(e,t)=>Q5("scrollTop",0,e,t),w0=Nu()&&Element.prototype,X5=(e,t)=>{const n=[],r=t?vh(t)?t:null:document;return r?In(n,r.querySelectorAll(e)):n},X$=(e,t)=>{const n=t?vh(t)?t:null:document;return n?n.querySelector(e):null},Wf=(e,t)=>vh(e)?(w0.matches||w0.msMatchesSelector).call(e,t):!1,o1=e=>e?Di(e.childNodes):[],ba=e=>e?e.parentElement:null,vl=(e,t)=>{if(vh(e)){const n=w0.closest;if(n)return n.call(e,t);do{if(Wf(e,t))return e;e=ba(e)}while(e)}return null},J$=(e,t,n)=>{const r=e&&vl(e,t),o=e&&X$(n,r),s=vl(o,t)===r;return r&&o?r===e||o===e||s&&vl(vl(e,n),t)!==r:!1},s1=(e,t,n)=>{if(n&&e){let r=t,o;gh(n)?(o=document.createDocumentFragment(),gn(n,s=>{s===r&&(r=s.previousSibling),o.appendChild(s)})):o=n,t&&(r?r!==t&&(r=r.nextSibling):r=e.firstChild),e.insertBefore(o,r||null)}},Uo=(e,t)=>{s1(e,null,t)},Z$=(e,t)=>{s1(ba(e),e,t)},S2=(e,t)=>{s1(ba(e),e&&e.nextSibling,t)},Vs=e=>{if(gh(e))gn(Di(e),t=>Vs(t));else if(e){const t=ba(e);t&&t.removeChild(e)}},ki=e=>{const t=document.createElement("div");return e&&Qr(t,"class",e),t},J5=e=>{const t=ki();return t.innerHTML=e.trim(),gn(o1(t),n=>Vs(n))},S0=e=>e.charAt(0).toUpperCase()+e.slice(1),ez=()=>ki().style,tz=["-webkit-","-moz-","-o-","-ms-"],nz=["WebKit","Moz","O","MS","webkit","moz","o","ms"],gg={},vg={},rz=e=>{let t=vg[e];if(yh(vg,e))return t;const n=S0(e),r=ez();return gn(tz,o=>{const s=o.replace(/-/g,"");return!(t=[e,o+e,s+n,S0(s)+n].find(u=>r[u]!==void 0))}),vg[e]=t||""},$u=e=>{if(Nu()){let t=gg[e]||window[e];return yh(gg,e)||(gn(nz,n=>(t=t||window[n+S0(e)],!t)),gg[e]=t),t}},oz=$u("MutationObserver"),C2=$u("IntersectionObserver"),yl=$u("ResizeObserver"),Z5=$u("cancelAnimationFrame"),e_=$u("requestAnimationFrame"),Vf=Nu()&&window.setTimeout,C0=Nu()&&window.clearTimeout,sz=/[^\x20\t\r\n\f]+/g,t_=(e,t,n)=>{const r=e&&e.classList;let o,s=0,i=!1;if(r&&t&&oi(t)){const u=t.match(sz)||[];for(i=u.length>0;o=u[s++];)i=!!n(r,o)&&i}return i},a1=(e,t)=>{t_(e,t,(n,r)=>n.remove(r))},ca=(e,t)=>(t_(e,t,(n,r)=>n.add(r)),a1.bind(0,e,t)),bh=(e,t,n,r)=>{if(e&&t){let o=!0;return gn(n,s=>{const i=r?r(e[s]):e[s],u=r?r(t[s]):t[s];i!==u&&(o=!1)}),o}return!1},n_=(e,t)=>bh(e,t,["w","h"]),r_=(e,t)=>bh(e,t,["x","y"]),az=(e,t)=>bh(e,t,["t","r","b","l"]),_2=(e,t,n)=>bh(e,t,["width","height"],n&&(r=>Math.round(r))),Vo=()=>{},ml=e=>{let t;const n=e?Vf:e_,r=e?C0:Z5;return[o=>{r(t),t=n(o,ys(e)?e():e)},()=>r(t)]},i1=(e,t)=>{let n,r,o,s=Vo;const{v:i,g:u,p:d}=t||{},p=function(S){s(),C0(n),n=r=void 0,s=Vo,e.apply(this,S)},h=b=>d&&r?d(r,b):b,g=()=>{s!==Vo&&p(h(o)||o)},v=function(){const S=Di(arguments),w=ys(i)?i():i;if(Ya(w)&&w>=0){const _=ys(u)?u():u,k=Ya(_)&&_>=0,j=w>0?Vf:e_,E=w>0?C0:Z5,O=h(S)||S,M=p.bind(0,O);s();const R=j(M,w);s=()=>E(R),k&&!n&&(n=Vf(g,_)),r=o=O}else p(S)};return v.m=g,v},iz={opacity:1,zindex:1},zd=(e,t)=>{const n=t?parseFloat(e):parseInt(e,10);return n===n?n:0},lz=(e,t)=>!iz[e.toLowerCase()]&&Ya(t)?`${t}px`:t,k2=(e,t,n)=>t!=null?t[n]||t.getPropertyValue(n):e.style[n],cz=(e,t,n)=>{try{const{style:r}=e;_a(r[t])?r.setProperty(t,n):r[t]=lz(t,n)}catch{}},lu=e=>Xr(e,"direction")==="rtl",P2=(e,t,n)=>{const r=t?`${t}-`:"",o=n?`-${n}`:"",s=`${r}top${o}`,i=`${r}right${o}`,u=`${r}bottom${o}`,d=`${r}left${o}`,p=Xr(e,[s,i,u,d]);return{t:zd(p[s],!0),r:zd(p[i],!0),b:zd(p[u],!0),l:zd(p[d],!0)}},{round:j2}=Math,l1={w:0,h:0},cu=e=>e?{w:e.offsetWidth,h:e.offsetHeight}:l1,yf=e=>e?{w:e.clientWidth,h:e.clientHeight}:l1,Uf=e=>e?{w:e.scrollWidth,h:e.scrollHeight}:l1,Gf=e=>{const t=parseFloat(Xr(e,"height"))||0,n=parseFloat(Xr(e,"width"))||0;return{w:n-j2(n),h:t-j2(t)}},Fs=e=>e.getBoundingClientRect();let Ld;const uz=()=>{if(_a(Ld)){Ld=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get(){Ld=!0}}))}catch{}}return Ld},o_=e=>e.split(" "),dz=(e,t,n,r)=>{gn(o_(t),o=>{e.removeEventListener(o,n,r)})},Er=(e,t,n,r)=>{var o;const s=uz(),i=(o=s&&r&&r.S)!=null?o:s,u=r&&r.$||!1,d=r&&r.C||!1,p=[],h=s?{passive:i,capture:u}:u;return gn(o_(t),g=>{const v=d?b=>{e.removeEventListener(g,v,u),n&&n(b)}:n;In(p,dz.bind(null,e,g,v,u)),e.addEventListener(g,v,h)}),Ks.bind(0,p)},s_=e=>e.stopPropagation(),a_=e=>e.preventDefault(),fz={x:0,y:0},yg=e=>{const t=e?Fs(e):0;return t?{x:t.left+window.pageYOffset,y:t.top+window.pageXOffset}:fz},I2=(e,t)=>{gn(bs(t)?t:[t],e)},c1=e=>{const t=new Map,n=(s,i)=>{if(s){const u=t.get(s);I2(d=>{u&&u[d?"delete":"clear"](d)},i)}else t.forEach(u=>{u.clear()}),t.clear()},r=(s,i)=>{if(oi(s)){const p=t.get(s)||new Set;return t.set(s,p),I2(h=>{ys(h)&&p.add(h)},i),n.bind(0,s,i)}e1(i)&&i&&n();const u=Ro(s),d=[];return gn(u,p=>{const h=s[p];h&&In(d,r(p,h))}),Ks.bind(0,d)},o=(s,i)=>{const u=t.get(s);gn(Di(u),d=>{i&&!n1(i)?d.apply(0,i):d()})};return r(e||{}),[r,n,o]},E2=e=>JSON.stringify(e,(t,n)=>{if(ys(n))throw new Error;return n}),pz={paddingAbsolute:!1,showNativeOverlaidScrollbars:!1,update:{elementEvents:[["img","load"]],debounce:[0,33],attributes:null,ignoreMutation:null},overflow:{x:"scroll",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"never",autoHideDelay:1300,dragScroll:!0,clickScroll:!1,pointers:["mouse","touch","pen"]}},i_=(e,t)=>{const n={},r=Ro(t).concat(Ro(e));return gn(r,o=>{const s=e[o],i=t[o];if(iu(s)&&iu(i))nr(n[o]={},i_(s,i)),r1(n[o])&&delete n[o];else if(yh(t,o)&&i!==s){let u=!0;if(bs(s)||bs(i))try{E2(s)===E2(i)&&(u=!1)}catch{}u&&(n[o]=i)}}),n},l_="os-environment",c_=`${l_}-flexbox-glue`,hz=`${c_}-max`,u_="os-scrollbar-hidden",bg="data-overlayscrollbars-initialize",ls="data-overlayscrollbars",d_=`${ls}-overflow-x`,f_=`${ls}-overflow-y`,Il="overflowVisible",mz="scrollbarHidden",O2="scrollbarPressed",qf="updating",La="data-overlayscrollbars-viewport",xg="arrange",p_="scrollbarHidden",El=Il,_0="data-overlayscrollbars-padding",gz=El,R2="data-overlayscrollbars-content",u1="os-size-observer",vz=`${u1}-appear`,yz=`${u1}-listener`,bz="os-trinsic-observer",xz="os-no-css-vars",wz="os-theme-none",xo="os-scrollbar",Sz=`${xo}-rtl`,Cz=`${xo}-horizontal`,_z=`${xo}-vertical`,h_=`${xo}-track`,d1=`${xo}-handle`,kz=`${xo}-visible`,Pz=`${xo}-cornerless`,M2=`${xo}-transitionless`,D2=`${xo}-interaction`,T2=`${xo}-unusable`,A2=`${xo}-auto-hidden`,N2=`${xo}-wheel`,jz=`${h_}-interactive`,Iz=`${d1}-interactive`,m_={},Ti=()=>m_,Ez=e=>{const t=[];return gn(bs(e)?e:[e],n=>{const r=Ro(n);gn(r,o=>{In(t,m_[o]=n[o])})}),t},Oz="__osOptionsValidationPlugin",Rz="__osSizeObserverPlugin",f1="__osScrollbarsHidingPlugin",Mz="__osClickScrollPlugin";let wg;const $2=(e,t,n,r)=>{Uo(e,t);const o=yf(t),s=cu(t),i=Gf(n);return r&&Vs(t),{x:s.h-o.h+i.h,y:s.w-o.w+i.w}},Dz=e=>{let t=!1;const n=ca(e,u_);try{t=Xr(e,rz("scrollbar-width"))==="none"||window.getComputedStyle(e,"::-webkit-scrollbar").getPropertyValue("display")==="none"}catch{}return n(),t},Tz=(e,t)=>{const n="hidden";Xr(e,{overflowX:n,overflowY:n,direction:"rtl"}),fs(e,0);const r=yg(e),o=yg(t);fs(e,-999);const s=yg(t);return{i:r.x===o.x,n:o.x!==s.x}},Az=(e,t)=>{const n=ca(e,c_),r=Fs(e),o=Fs(t),s=_2(o,r,!0),i=ca(e,hz),u=Fs(e),d=Fs(t),p=_2(d,u,!0);return n(),i(),s&&p},Nz=()=>{const{body:e}=document,n=J5(`
`)[0],r=n.firstChild,[o,,s]=c1(),[i,u]=is({o:$2(e,n,r),u:r_},$2.bind(0,e,n,r,!0)),[d]=u(),p=Dz(n),h={x:d.x===0,y:d.y===0},g={elements:{host:null,padding:!p,viewport:k=>p&&k===k.ownerDocument.body&&k,content:!1},scrollbars:{slot:!0},cancel:{nativeScrollbarsOverlaid:!1,body:null}},v=nr({},pz),b=nr.bind(0,{},v),S=nr.bind(0,{},g),w={k:d,A:h,I:p,L:Xr(n,"zIndex")==="-1",B:Tz(n,r),V:Az(n,r),Y:o.bind(0,"z"),j:o.bind(0,"r"),N:S,q:k=>nr(g,k)&&S(),F:b,G:k=>nr(v,k)&&b(),X:nr({},g),U:nr({},v)},C=window.addEventListener,_=i1(k=>s(k?"z":"r"),{v:33,g:99});if(mo(n,"style"),Vs(n),C("resize",_.bind(0,!1)),!p&&(!h.x||!h.y)){let k;C("resize",()=>{const j=Ti()[f1];k=k||j&&j.R(),k&&k(w,i,_.bind(0,!0))})}return w},wo=()=>(wg||(wg=Nz()),wg),p1=(e,t)=>ys(t)?t.apply(0,e):t,$z=(e,t,n,r)=>{const o=_a(r)?n:r;return p1(e,o)||t.apply(0,e)},g_=(e,t,n,r)=>{const o=_a(r)?n:r,s=p1(e,o);return!!s&&(Hf(s)?s:t.apply(0,e))},zz=(e,t,n)=>{const{nativeScrollbarsOverlaid:r,body:o}=n||{},{A:s,I:i}=wo(),{nativeScrollbarsOverlaid:u,body:d}=t,p=r??u,h=_a(o)?d:o,g=(s.x||s.y)&&p,v=e&&(mh(h)?!i:h);return!!g||!!v},h1=new WeakMap,Lz=(e,t)=>{h1.set(e,t)},Bz=e=>{h1.delete(e)},v_=e=>h1.get(e),z2=(e,t)=>e?t.split(".").reduce((n,r)=>n&&yh(n,r)?n[r]:void 0,e):void 0,k0=(e,t,n)=>r=>[z2(e,r),n||z2(t,r)!==void 0],y_=e=>{let t=e;return[()=>t,n=>{t=nr({},t,n)}]},Bd="tabindex",Fd=ki.bind(0,""),Sg=e=>{Uo(ba(e),o1(e)),Vs(e)},Fz=e=>{const t=wo(),{N:n,I:r}=t,o=Ti()[f1],s=o&&o.T,{elements:i}=n(),{host:u,padding:d,viewport:p,content:h}=i,g=Hf(e),v=g?{}:e,{elements:b}=v,{host:S,padding:w,viewport:C,content:_}=b||{},k=g?e:v.target,j=Wf(k,"textarea"),E=k.ownerDocument,I=E.documentElement,O=k===E.body,M=E.defaultView,R=$z.bind(0,[k]),A=g_.bind(0,[k]),L=p1.bind(0,[k]),N=R.bind(0,Fd,p),Z=A.bind(0,Fd,h),B=N(C),H=B===k,G=H&&O,q=!H&&Z(_),D=!H&&Hf(B)&&B===q,U=D&&!!L(h),V=U?N():B,J=U?q:Z(),ye=G?I:D?V:B,he=j?R(Fd,u,S):k,ae=G?ye:he,ee=D?J:q,W=E.activeElement,re=!H&&M.top===M&&W===k,pe={W:k,Z:ae,J:ye,K:!H&&A(Fd,d,w),tt:ee,nt:!H&&!r&&s&&s(t),ot:G?I:ye,st:G?E:ye,et:M,ct:E,rt:j,it:O,lt:g,ut:H,dt:D,ft:(Pt,bt)=>Q$(ye,H?ls:La,H?bt:Pt),_t:(Pt,bt,xe)=>_i(ye,H?ls:La,H?bt:Pt,xe)},ne=Ro(pe).reduce((Pt,bt)=>{const xe=pe[bt];return In(Pt,xe&&!ba(xe)?xe:!1)},[]),ge=Pt=>Pt?t1(ne,Pt)>-1:null,{W:de,Z:Ce,K:Me,J:me,tt:_e,nt:Ve}=pe,Le=[()=>{mo(Ce,ls),mo(Ce,bg),mo(de,bg),O&&(mo(I,ls),mo(I,bg))}],Ue=j&&ge(Ce);let kt=j?de:o1([_e,me,Me,Ce,de].find(Pt=>ge(Pt)===!1));const vt=G?de:_e||me;return[pe,()=>{Qr(Ce,ls,H?"viewport":"host"),Qr(Me,_0,""),Qr(_e,R2,""),H||Qr(me,La,"");const Pt=O&&!H?ca(ba(k),u_):Vo;if(Ue&&(S2(de,Ce),In(Le,()=>{S2(Ce,de),Vs(Ce)})),Uo(vt,kt),Uo(Ce,Me),Uo(Me||Ce,!H&&me),Uo(me,_e),In(Le,()=>{Pt(),mo(Me,_0),mo(_e,R2),mo(me,d_),mo(me,f_),mo(me,La),ge(_e)&&Sg(_e),ge(me)&&Sg(me),ge(Me)&&Sg(Me)}),r&&!H&&(_i(me,La,p_,!0),In(Le,mo.bind(0,me,La))),Ve&&(Z$(me,Ve),In(Le,Vs.bind(0,Ve))),re){const bt=Qr(me,Bd);Qr(me,Bd,"-1"),me.focus();const xe=()=>bt?Qr(me,Bd,bt):mo(me,Bd),Te=Er(E,"pointerdown keydown",()=>{xe(),Te()});In(Le,[xe,Te])}else W&&W.focus&&W.focus();kt=0},Ks.bind(0,Le)]},Hz=(e,t)=>{const{tt:n}=e,[r]=t;return o=>{const{V:s}=wo(),{ht:i}=r(),{vt:u}=o,d=(n||!s)&&u;return d&&Xr(n,{height:i?"":"100%"}),{gt:d,wt:d}}},Wz=(e,t)=>{const[n,r]=t,{Z:o,K:s,J:i,ut:u}=e,[d,p]=is({u:az,o:P2()},P2.bind(0,o,"padding",""));return(h,g,v)=>{let[b,S]=p(v);const{I:w,V:C}=wo(),{bt:_}=n(),{gt:k,wt:j,yt:E}=h,[I,O]=g("paddingAbsolute");(k||S||!C&&j)&&([b,S]=d(v));const R=!u&&(O||E||S);if(R){const A=!I||!s&&!w,L=b.r+b.l,N=b.t+b.b,Z={marginRight:A&&!_?-L:0,marginBottom:A?-N:0,marginLeft:A&&_?-L:0,top:A?-b.t:0,right:A?_?-b.r:"auto":0,left:A?_?"auto":-b.l:0,width:A?`calc(100% + ${L}px)`:""},B={paddingTop:A?b.t:0,paddingRight:A?b.r:0,paddingBottom:A?b.b:0,paddingLeft:A?b.l:0};Xr(s||i,Z),Xr(i,B),r({K:b,St:!A,P:s?B:nr({},Z,B)})}return{xt:R}}},{max:P0}=Math,Ba=P0.bind(0,0),b_="visible",L2="hidden",Vz=42,Hd={u:n_,o:{w:0,h:0}},Uz={u:r_,o:{x:L2,y:L2}},Gz=(e,t)=>{const n=window.devicePixelRatio%1!==0?1:0,r={w:Ba(e.w-t.w),h:Ba(e.h-t.h)};return{w:r.w>n?r.w:0,h:r.h>n?r.h:0}},Wd=e=>e.indexOf(b_)===0,qz=(e,t)=>{const[n,r]=t,{Z:o,K:s,J:i,nt:u,ut:d,_t:p,it:h,et:g}=e,{k:v,V:b,I:S,A:w}=wo(),C=Ti()[f1],_=!d&&!S&&(w.x||w.y),k=h&&d,[j,E]=is(Hd,Gf.bind(0,i)),[I,O]=is(Hd,Uf.bind(0,i)),[M,R]=is(Hd),[A,L]=is(Hd),[N]=is(Uz),Z=(U,V)=>{if(Xr(i,{height:""}),V){const{St:J,K:ie}=n(),{$t:ye,D:he}=U,ae=Gf(o),ee=yf(o),W=Xr(i,"boxSizing")==="content-box",re=J||W?ie.b+ie.t:0,pe=!(w.x&&W);Xr(i,{height:ee.h+ae.h+(ye.x&&pe?he.x:0)-re})}},B=(U,V)=>{const J=!S&&!U?Vz:0,ie=(ge,de,Ce)=>{const Me=Xr(i,ge),_e=(V?V[ge]:Me)==="scroll";return[Me,_e,_e&&!S?de?J:Ce:0,de&&!!J]},[ye,he,ae,ee]=ie("overflowX",w.x,v.x),[W,re,pe,ne]=ie("overflowY",w.y,v.y);return{Ct:{x:ye,y:W},$t:{x:he,y:re},D:{x:ae,y:pe},M:{x:ee,y:ne}}},H=(U,V,J,ie)=>{const ye=(re,pe)=>{const ne=Wd(re),ge=pe&&ne&&re.replace(`${b_}-`,"")||"";return[pe&&!ne?re:"",Wd(ge)?"hidden":ge]},[he,ae]=ye(J.x,V.x),[ee,W]=ye(J.y,V.y);return ie.overflowX=ae&&ee?ae:he,ie.overflowY=W&&he?W:ee,B(U,ie)},G=(U,V,J,ie)=>{const{D:ye,M:he}=U,{x:ae,y:ee}=he,{x:W,y:re}=ye,{P:pe}=n(),ne=V?"marginLeft":"marginRight",ge=V?"paddingLeft":"paddingRight",de=pe[ne],Ce=pe.marginBottom,Me=pe[ge],me=pe.paddingBottom;ie.width=`calc(100% + ${re+-1*de}px)`,ie[ne]=-re+de,ie.marginBottom=-W+Ce,J&&(ie[ge]=Me+(ee?re:0),ie.paddingBottom=me+(ae?W:0))},[q,D]=C?C.H(_,b,i,u,n,B,G):[()=>_,()=>[Vo]];return(U,V,J)=>{const{gt:ie,Ot:ye,wt:he,xt:ae,vt:ee,yt:W}=U,{ht:re,bt:pe}=n(),[ne,ge]=V("showNativeOverlaidScrollbars"),[de,Ce]=V("overflow"),Me=ne&&w.x&&w.y,me=!d&&!b&&(ie||he||ye||ge||ee),_e=Wd(de.x),Ve=Wd(de.y),Le=_e||Ve;let Ue=E(J),kt=O(J),vt=R(J),jn=L(J),Pt;if(ge&&S&&p(p_,mz,!Me),me&&(Pt=B(Me),Z(Pt,re)),ie||ae||he||W||ge){Le&&p(El,Il,!1);const[Ee,it]=D(Me,pe,Pt),[Ye,rt]=Ue=j(J),[Nt,fr]=kt=I(J),yn=yf(i);let bn=Nt,$r=yn;Ee(),(fr||rt||ge)&&it&&!Me&&q(it,Nt,Ye,pe)&&($r=yf(i),bn=Uf(i));const pr={w:Ba(P0(Nt.w,bn.w)+Ye.w),h:Ba(P0(Nt.h,bn.h)+Ye.h)},An={w:Ba((k?g.innerWidth:$r.w+Ba(yn.w-Nt.w))+Ye.w),h:Ba((k?g.innerHeight+Ye.h:$r.h+Ba(yn.h-Nt.h))+Ye.h)};jn=A(An),vt=M(Gz(pr,An),J)}const[bt,xe]=jn,[Te,It]=vt,[Ft,Wt]=kt,[Cn,En]=Ue,ln={x:Te.w>0,y:Te.h>0},Sr=_e&&Ve&&(ln.x||ln.y)||_e&&ln.x&&!ln.y||Ve&&ln.y&&!ln.x;if(ae||W||En||Wt||xe||It||Ce||ge||me){const Ee={marginRight:0,marginBottom:0,marginLeft:0,width:"",overflowY:"",overflowX:""},it=H(Me,ln,de,Ee),Ye=q(it,Ft,Cn,pe);d||G(it,pe,Ye,Ee),me&&Z(it,re),d?(Qr(o,d_,Ee.overflowX),Qr(o,f_,Ee.overflowY)):Xr(i,Ee)}_i(o,ls,Il,Sr),_i(s,_0,gz,Sr),d||_i(i,La,El,Le);const[vn,ar]=N(B(Me).Ct);return r({Ct:vn,zt:{x:bt.w,y:bt.h},Tt:{x:Te.w,y:Te.h},Et:ln}),{It:ar,At:xe,Lt:It}}},B2=(e,t,n)=>{const r={},o=t||{},s=Ro(e).concat(Ro(o));return gn(s,i=>{const u=e[i],d=o[i];r[i]=!!(n||u||d)}),r},Kz=(e,t)=>{const{W:n,J:r,_t:o,ut:s}=e,{I:i,A:u,V:d}=wo(),p=!i&&(u.x||u.y),h=[Hz(e,t),Wz(e,t),qz(e,t)];return(g,v,b)=>{const S=B2(nr({gt:!1,xt:!1,yt:!1,vt:!1,At:!1,Lt:!1,It:!1,Ot:!1,wt:!1},v),{},b),w=p||!d,C=w&&fs(r),_=w&&la(r);o("",qf,!0);let k=S;return gn(h,j=>{k=B2(k,j(k,g,!!b)||{},b)}),fs(r,C),la(r,_),o("",qf),s||(fs(n,0),la(n,0)),k}},Yz=(e,t,n)=>{let r,o=!1;const s=()=>{o=!0},i=u=>{if(n){const d=n.reduce((p,h)=>{if(h){const[g,v]=h,b=v&&g&&(u?u(g):X5(g,e));b&&b.length&&v&&oi(v)&&In(p,[b,v.trim()],!0)}return p},[]);gn(d,p=>gn(p[0],h=>{const g=p[1],v=r.get(h)||[];if(e.contains(h)){const S=Er(h,g,w=>{o?(S(),r.delete(h)):t(w)});r.set(h,In(v,S))}else Ks(v),r.delete(h)}))}};return n&&(r=new WeakMap,i()),[s,i]},F2=(e,t,n,r)=>{let o=!1;const{Ht:s,Pt:i,Dt:u,Mt:d,Rt:p,kt:h}=r||{},g=i1(()=>{o&&n(!0)},{v:33,g:99}),[v,b]=Yz(e,g,u),S=s||[],w=i||[],C=S.concat(w),_=(j,E)=>{const I=p||Vo,O=h||Vo,M=new Set,R=new Set;let A=!1,L=!1;if(gn(j,N=>{const{attributeName:Z,target:B,type:H,oldValue:G,addedNodes:q,removedNodes:D}=N,U=H==="attributes",V=H==="childList",J=e===B,ie=U&&oi(Z)?Qr(B,Z):0,ye=ie!==0&&G!==ie,he=t1(w,Z)>-1&&ye;if(t&&(V||!J)){const ae=!U,ee=U&&ye,W=ee&&d&&Wf(B,d),pe=(W?!I(B,Z,G,ie):ae||ee)&&!O(N,!!W,e,r);gn(q,ne=>M.add(ne)),gn(D,ne=>M.add(ne)),L=L||pe}!t&&J&&ye&&!I(B,Z,G,ie)&&(R.add(Z),A=A||he)}),M.size>0&&b(N=>Di(M).reduce((Z,B)=>(In(Z,X5(N,B)),Wf(B,N)?In(Z,B):Z),[])),t)return!E&&L&&n(!1),[!1];if(R.size>0||A){const N=[Di(R),A];return!E&&n.apply(0,N),N}},k=new oz(j=>_(j));return k.observe(e,{attributes:!0,attributeOldValue:!0,attributeFilter:C,subtree:t,childList:t,characterData:t}),o=!0,[()=>{o&&(v(),k.disconnect(),o=!1)},()=>{if(o){g.m();const j=k.takeRecords();return!n1(j)&&_(j,!0)}}]},Vd=3333333,Ud=e=>e&&(e.height||e.width),x_=(e,t,n)=>{const{Bt:r=!1,Vt:o=!1}=n||{},s=Ti()[Rz],{B:i}=wo(),d=J5(`
`)[0],p=d.firstChild,h=lu.bind(0,e),[g]=is({o:void 0,_:!0,u:(w,C)=>!(!w||!Ud(w)&&Ud(C))}),v=w=>{const C=bs(w)&&w.length>0&&iu(w[0]),_=!C&&e1(w[0]);let k=!1,j=!1,E=!0;if(C){const[I,,O]=g(w.pop().contentRect),M=Ud(I),R=Ud(O);k=!O||!M,j=!R&&M,E=!k}else _?[,E]=w:j=w===!0;if(r&&E){const I=_?w[0]:lu(d);fs(d,I?i.n?-Vd:i.i?0:Vd:Vd),la(d,Vd)}k||t({gt:!_,Yt:_?w:void 0,Vt:!!j})},b=[];let S=o?v:!1;return[()=>{Ks(b),Vs(d)},()=>{if(yl){const w=new yl(v);w.observe(p),In(b,()=>{w.disconnect()})}else if(s){const[w,C]=s.O(p,v,o);S=w,In(b,C)}if(r){const[w]=is({o:void 0},h);In(b,Er(d,"scroll",C=>{const _=w(),[k,j,E]=_;j&&(a1(p,"ltr rtl"),k?ca(p,"rtl"):ca(p,"ltr"),v([!!k,j,E])),s_(C)}))}S&&(ca(d,vz),In(b,Er(d,"animationstart",S,{C:!!yl}))),(yl||s)&&Uo(e,d)}]},Qz=e=>e.h===0||e.isIntersecting||e.intersectionRatio>0,Xz=(e,t)=>{let n;const r=ki(bz),o=[],[s]=is({o:!1}),i=(d,p)=>{if(d){const h=s(Qz(d)),[,g]=h;if(g)return!p&&t(h),[h]}},u=(d,p)=>{if(d&&d.length>0)return i(d.pop(),p)};return[()=>{Ks(o),Vs(r)},()=>{if(C2)n=new C2(d=>u(d),{root:e}),n.observe(r),In(o,()=>{n.disconnect()});else{const d=()=>{const g=cu(r);i(g)},[p,h]=x_(r,d);In(o,p),h(),d()}Uo(e,r)},()=>{if(n)return u(n.takeRecords(),!0)}]},H2=`[${ls}]`,Jz=`[${La}]`,Cg=["tabindex"],W2=["wrap","cols","rows"],_g=["id","class","style","open"],Zz=(e,t,n)=>{let r,o,s;const{Z:i,J:u,tt:d,rt:p,ut:h,ft:g,_t:v}=e,{V:b}=wo(),[S]=is({u:n_,o:{w:0,h:0}},()=>{const H=g(El,Il),G=g(xg,""),q=G&&fs(u),D=G&&la(u);v(El,Il),v(xg,""),v("",qf,!0);const U=Uf(d),V=Uf(u),J=Gf(u);return v(El,Il,H),v(xg,"",G),v("",qf),fs(u,q),la(u,D),{w:V.w+U.w+J.w,h:V.h+U.h+J.h}}),w=p?W2:_g.concat(W2),C=i1(n,{v:()=>r,g:()=>o,p(H,G){const[q]=H,[D]=G;return[Ro(q).concat(Ro(D)).reduce((U,V)=>(U[V]=q[V]||D[V],U),{})]}}),_=H=>{gn(H||Cg,G=>{if(t1(Cg,G)>-1){const q=Qr(i,G);oi(q)?Qr(u,G,q):mo(u,G)}})},k=(H,G)=>{const[q,D]=H,U={vt:D};return t({ht:q}),!G&&n(U),U},j=({gt:H,Yt:G,Vt:q})=>{const D=!H||q?n:C;let U=!1;if(G){const[V,J]=G;U=J,t({bt:V})}D({gt:H,yt:U})},E=(H,G)=>{const[,q]=S(),D={wt:q};return q&&!G&&(H?n:C)(D),D},I=(H,G,q)=>{const D={Ot:G};return G?!q&&C(D):h||_(H),D},[O,M,R]=d||!b?Xz(i,k):[Vo,Vo,Vo],[A,L]=h?[Vo,Vo]:x_(i,j,{Vt:!0,Bt:!0}),[N,Z]=F2(i,!1,I,{Pt:_g,Ht:_g.concat(Cg)}),B=h&&yl&&new yl(j.bind(0,{gt:!0}));return B&&B.observe(i),_(),[()=>{O(),A(),s&&s[0](),B&&B.disconnect(),N()},()=>{L(),M()},()=>{const H={},G=Z(),q=R(),D=s&&s[1]();return G&&nr(H,I.apply(0,In(G,!0))),q&&nr(H,k.apply(0,In(q,!0))),D&&nr(H,E.apply(0,In(D,!0))),H},H=>{const[G]=H("update.ignoreMutation"),[q,D]=H("update.attributes"),[U,V]=H("update.elementEvents"),[J,ie]=H("update.debounce"),ye=V||D,he=ae=>ys(G)&&G(ae);if(ye&&(s&&(s[1](),s[0]()),s=F2(d||u,!0,E,{Ht:w.concat(q||[]),Dt:U,Mt:H2,kt:(ae,ee)=>{const{target:W,attributeName:re}=ae;return(!ee&&re&&!h?J$(W,H2,Jz):!1)||!!vl(W,`.${xo}`)||!!he(ae)}})),ie)if(C.m(),bs(J)){const ae=J[0],ee=J[1];r=Ya(ae)&&ae,o=Ya(ee)&&ee}else Ya(J)?(r=J,o=!1):(r=!1,o=!1)}]},V2={x:0,y:0},eL=e=>({K:{t:0,r:0,b:0,l:0},St:!1,P:{marginRight:0,marginBottom:0,marginLeft:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0},zt:V2,Tt:V2,Ct:{x:"hidden",y:"hidden"},Et:{x:!1,y:!1},ht:!1,bt:lu(e.Z)}),tL=(e,t)=>{const n=k0(t,{}),[r,o,s]=c1(),[i,u,d]=Fz(e),p=y_(eL(i)),[h,g]=p,v=Kz(i,p),b=(j,E,I)=>{const M=Ro(j).some(R=>j[R])||!r1(E)||I;return M&&s("u",[j,E,I]),M},[S,w,C,_]=Zz(i,g,j=>b(v(n,j),{},!1)),k=h.bind(0);return k.jt=j=>r("u",j),k.Nt=()=>{const{W:j,J:E}=i,I=fs(j),O=la(j);w(),u(),fs(E,I),la(E,O)},k.qt=i,[(j,E)=>{const I=k0(t,j,E);return _(I),b(v(I,C(),E),j,!!E)},k,()=>{o(),S(),d()}]},{round:U2}=Math,nL=e=>{const{width:t,height:n}=Fs(e),{w:r,h:o}=cu(e);return{x:U2(t)/r||1,y:U2(n)/o||1}},rL=(e,t,n)=>{const r=t.scrollbars,{button:o,isPrimary:s,pointerType:i}=e,{pointers:u}=r;return o===0&&s&&r[n?"dragScroll":"clickScroll"]&&(u||[]).includes(i)},oL=(e,t)=>Er(e,"mousedown",Er.bind(0,t,"click",s_,{C:!0,$:!0}),{$:!0}),G2="pointerup pointerleave pointercancel lostpointercapture",sL=(e,t,n,r,o,s,i)=>{const{B:u}=wo(),{Ft:d,Gt:p,Xt:h}=r,g=`scroll${i?"Left":"Top"}`,v=`client${i?"X":"Y"}`,b=i?"width":"height",S=i?"left":"top",w=i?"w":"h",C=i?"x":"y",_=(k,j)=>E=>{const{Tt:I}=s(),O=cu(p)[w]-cu(d)[w],R=j*E/O*I[C],L=lu(h)&&i?u.n||u.i?1:-1:1;o[g]=k+R*L};return Er(p,"pointerdown",k=>{const j=vl(k.target,`.${d1}`)===d,E=j?d:p;if(_i(t,ls,O2,!0),rL(k,e,j)){const I=!j&&k.shiftKey,O=()=>Fs(d),M=()=>Fs(p),R=(V,J)=>(V||O())[S]-(J||M())[S],A=_(o[g]||0,1/nL(o)[C]),L=k[v],N=O(),Z=M(),B=N[b],H=R(N,Z)+B/2,G=L-Z[S],q=j?0:G-H,D=V=>{Ks(U),E.releasePointerCapture(V.pointerId)},U=[_i.bind(0,t,ls,O2),Er(n,G2,D),Er(n,"selectstart",V=>a_(V),{S:!1}),Er(p,G2,D),Er(p,"pointermove",V=>{const J=V[v]-L;(j||I)&&A(q+J)})];if(I)A(q);else if(!j){const V=Ti()[Mz];V&&In(U,V.O(A,R,q,B,G))}E.setPointerCapture(k.pointerId)}})},aL=(e,t)=>(n,r,o,s,i,u)=>{const{Xt:d}=n,[p,h]=ml(333),g=!!i.scrollBy;let v=!0;return Ks.bind(0,[Er(d,"pointerenter",()=>{r(D2,!0)}),Er(d,"pointerleave pointercancel",()=>{r(D2)}),Er(d,"wheel",b=>{const{deltaX:S,deltaY:w,deltaMode:C}=b;g&&v&&C===0&&ba(d)===s&&i.scrollBy({left:S,top:w,behavior:"smooth"}),v=!1,r(N2,!0),p(()=>{v=!0,r(N2)}),a_(b)},{S:!1,$:!0}),oL(d,o),sL(e,s,o,n,i,t,u),h])},{min:j0,max:q2,abs:iL,round:lL}=Math,w_=(e,t,n,r)=>{if(r){const u=n?"x":"y",{Tt:d,zt:p}=r,h=p[u],g=d[u];return q2(0,j0(1,h/(h+g)))}const o=n?"width":"height",s=Fs(e)[o],i=Fs(t)[o];return q2(0,j0(1,s/i))},cL=(e,t,n,r,o,s)=>{const{B:i}=wo(),u=s?"x":"y",d=s?"Left":"Top",{Tt:p}=r,h=lL(p[u]),g=iL(n[`scroll${d}`]),v=s&&o,b=i.i?g:h-g,w=j0(1,(v?b:g)/h),C=w_(e,t,s);return 1/C*(1-C)*w},uL=(e,t,n)=>{const{N:r,L:o}=wo(),{scrollbars:s}=r(),{slot:i}=s,{ct:u,W:d,Z:p,J:h,lt:g,ot:v,it:b,ut:S}=t,{scrollbars:w}=g?{}:e,{slot:C}=w||{},_=g_([d,p,h],()=>S&&b?d:p,i,C),k=(q,D,U)=>{const V=U?ca:a1;gn(q,J=>{V(J.Xt,D)})},j=(q,D)=>{gn(q,U=>{const[V,J]=D(U);Xr(V,J)})},E=(q,D,U)=>{j(q,V=>{const{Ft:J,Gt:ie}=V;return[J,{[U?"width":"height"]:`${(100*w_(J,ie,U,D)).toFixed(3)}%`}]})},I=(q,D,U)=>{const V=U?"X":"Y";j(q,J=>{const{Ft:ie,Gt:ye,Xt:he}=J,ae=cL(ie,ye,v,D,lu(he),U);return[ie,{transform:ae===ae?`translate${V}(${(100*ae).toFixed(3)}%)`:""}]})},O=[],M=[],R=[],A=(q,D,U)=>{const V=e1(U),J=V?U:!0,ie=V?!U:!0;J&&k(M,q,D),ie&&k(R,q,D)},L=q=>{E(M,q,!0),E(R,q)},N=q=>{I(M,q,!0),I(R,q)},Z=q=>{const D=q?Cz:_z,U=q?M:R,V=n1(U)?M2:"",J=ki(`${xo} ${D} ${V}`),ie=ki(h_),ye=ki(d1),he={Xt:J,Gt:ie,Ft:ye};return o||ca(J,xz),Uo(J,ie),Uo(ie,ye),In(U,he),In(O,[Vs.bind(0,J),n(he,A,u,p,v,q)]),he},B=Z.bind(0,!0),H=Z.bind(0,!1),G=()=>{Uo(_,M[0].Xt),Uo(_,R[0].Xt),Vf(()=>{A(M2)},300)};return B(),H(),[{Ut:L,Wt:N,Zt:A,Jt:{Kt:M,Qt:B,tn:j.bind(0,M)},nn:{Kt:R,Qt:H,tn:j.bind(0,R)}},G,Ks.bind(0,O)]},dL=(e,t,n,r)=>{let o,s,i,u,d,p=0;const h=y_({}),[g]=h,[v,b]=ml(),[S,w]=ml(),[C,_]=ml(100),[k,j]=ml(100),[E,I]=ml(()=>p),[O,M,R]=uL(e,n.qt,aL(t,n)),{Z:A,J:L,ot:N,st:Z,ut:B,it:H}=n.qt,{Jt:G,nn:q,Zt:D,Ut:U,Wt:V}=O,{tn:J}=G,{tn:ie}=q,ye=re=>{const{Xt:pe}=re,ne=B&&!H&&ba(pe)===L&&pe;return[ne,{transform:ne?`translate(${fs(N)}px, ${la(N)}px)`:""}]},he=(re,pe)=>{if(I(),re)D(A2);else{const ne=()=>D(A2,!0);p>0&&!pe?E(ne):ne()}},ae=()=>{u=s,u&&he(!0)},ee=[_,I,j,w,b,R,Er(A,"pointerover",ae,{C:!0}),Er(A,"pointerenter",ae),Er(A,"pointerleave",()=>{u=!1,s&&he(!1)}),Er(A,"pointermove",()=>{o&&v(()=>{_(),he(!0),k(()=>{o&&he(!1)})})}),Er(Z,"scroll",re=>{S(()=>{V(n()),i&&he(!0),C(()=>{i&&!u&&he(!1)})}),r(re),B&&J(ye),B&&ie(ye)})],W=g.bind(0);return W.qt=O,W.Nt=M,[(re,pe,ne)=>{const{At:ge,Lt:de,It:Ce,yt:Me}=ne,{A:me}=wo(),_e=k0(t,re,pe),Ve=n(),{Tt:Le,Ct:Ue,bt:kt}=Ve,[vt,jn]=_e("showNativeOverlaidScrollbars"),[Pt,bt]=_e("scrollbars.theme"),[xe,Te]=_e("scrollbars.visibility"),[It,Ft]=_e("scrollbars.autoHide"),[Wt]=_e("scrollbars.autoHideDelay"),[Cn,En]=_e("scrollbars.dragScroll"),[ln,Sr]=_e("scrollbars.clickScroll"),vn=ge||de||Me,ar=Ce||Te,Ee=vt&&me.x&&me.y,it=(Ye,rt)=>{const Nt=xe==="visible"||xe==="auto"&&Ye==="scroll";return D(kz,Nt,rt),Nt};if(p=Wt,jn&&D(wz,Ee),bt&&(D(d),D(Pt,!0),d=Pt),Ft&&(o=It==="move",s=It==="leave",i=It!=="never",he(!i,!0)),En&&D(Iz,Cn),Sr&&D(jz,ln),ar){const Ye=it(Ue.x,!0),rt=it(Ue.y,!1);D(Pz,!(Ye&&rt))}vn&&(U(Ve),V(Ve),D(T2,!Le.x,!0),D(T2,!Le.y,!1),D(Sz,kt&&!H))},W,Ks.bind(0,ee)]},S_=(e,t,n)=>{ys(e)&&e(t||void 0,n||void 0)},Va=(e,t,n)=>{const{F:r,N:o,Y:s,j:i}=wo(),u=Ti(),d=Hf(e),p=d?e:e.target,h=v_(p);if(t&&!h){let g=!1;const v=B=>{const H=Ti()[Oz],G=H&&H.O;return G?G(B,!0):B},b=nr({},r(),v(t)),[S,w,C]=c1(n),[_,k,j]=tL(e,b),[E,I,O]=dL(e,b,k,B=>C("scroll",[Z,B])),M=(B,H)=>_(B,!!H),R=M.bind(0,{},!0),A=s(R),L=i(R),N=B=>{Bz(p),A(),L(),O(),j(),g=!0,C("destroyed",[Z,!!B]),w()},Z={options(B,H){if(B){const G=H?r():{},q=i_(b,nr(G,v(B)));r1(q)||(nr(b,q),M(q))}return nr({},b)},on:S,off:(B,H)=>{B&&H&&w(B,H)},state(){const{zt:B,Tt:H,Ct:G,Et:q,K:D,St:U,bt:V}=k();return nr({},{overflowEdge:B,overflowAmount:H,overflowStyle:G,hasOverflow:q,padding:D,paddingAbsolute:U,directionRTL:V,destroyed:g})},elements(){const{W:B,Z:H,K:G,J:q,tt:D,ot:U,st:V}=k.qt,{Jt:J,nn:ie}=I.qt,ye=ae=>{const{Ft:ee,Gt:W,Xt:re}=ae;return{scrollbar:re,track:W,handle:ee}},he=ae=>{const{Kt:ee,Qt:W}=ae,re=ye(ee[0]);return nr({},re,{clone:()=>{const pe=ye(W());return E({},!0,{}),pe}})};return nr({},{target:B,host:H,padding:G||q,viewport:q,content:D||q,scrollOffsetElement:U,scrollEventElement:V,scrollbarHorizontal:he(J),scrollbarVertical:he(ie)})},update:B=>M({},B),destroy:N.bind(0)};return k.jt((B,H,G)=>{E(H,G,B)}),Lz(p,Z),gn(Ro(u),B=>S_(u[B],0,Z)),zz(k.qt.it,o().cancel,!d&&e.cancel)?(N(!0),Z):(k.Nt(),I.Nt(),C("initialized",[Z]),k.jt((B,H,G)=>{const{gt:q,yt:D,vt:U,At:V,Lt:J,It:ie,wt:ye,Ot:he}=B;C("updated",[Z,{updateHints:{sizeChanged:q,directionChanged:D,heightIntrinsicChanged:U,overflowEdgeChanged:V,overflowAmountChanged:J,overflowStyleChanged:ie,contentMutation:ye,hostMutation:he},changedOptions:H,force:G}])}),Z.update(!0),Z)}return h};Va.plugin=e=>{gn(Ez(e),t=>S_(t,Va))};Va.valid=e=>{const t=e&&e.elements,n=ys(t)&&t();return x0(n)&&!!v_(n.target)};Va.env=()=>{const{k:e,A:t,I:n,B:r,V:o,L:s,X:i,U:u,N:d,q:p,F:h,G:g}=wo();return nr({},{scrollbarsSize:e,scrollbarsOverlaid:t,scrollbarsHiding:n,rtlScrollBehavior:r,flexboxGlue:o,cssCustomProperties:s,staticDefaultInitialization:i,staticDefaultOptions:u,getDefaultInitialization:d,setDefaultInitialization:p,getDefaultOptions:h,setDefaultOptions:g})};const fL=()=>{if(typeof window>"u"){const p=()=>{};return[p,p]}let e,t;const n=window,r=typeof n.requestIdleCallback=="function",o=n.requestAnimationFrame,s=n.cancelAnimationFrame,i=r?n.requestIdleCallback:o,u=r?n.cancelIdleCallback:s,d=()=>{u(e),s(t)};return[(p,h)=>{d(),e=i(r?()=>{d(),t=o(p)}:p,typeof h=="object"?h:{timeout:2233})},d]},m1=e=>{const{options:t,events:n,defer:r}=e||{},[o,s]=f.useMemo(fL,[]),i=f.useRef(null),u=f.useRef(r),d=f.useRef(t),p=f.useRef(n);return f.useEffect(()=>{u.current=r},[r]),f.useEffect(()=>{const{current:h}=i;d.current=t,Va.valid(h)&&h.options(t||{},!0)},[t]),f.useEffect(()=>{const{current:h}=i;p.current=n,Va.valid(h)&&h.on(n||{},!0)},[n]),f.useEffect(()=>()=>{var h;s(),(h=i.current)==null||h.destroy()},[]),f.useMemo(()=>[h=>{const g=i.current;if(Va.valid(g))return;const v=u.current,b=d.current||{},S=p.current||{},w=()=>i.current=Va(h,b,S);v?o(w,v):w()},()=>i.current],[])},pL=(e,t)=>{const{element:n="div",options:r,events:o,defer:s,children:i,...u}=e,d=n,p=f.useRef(null),h=f.useRef(null),[g,v]=m1({options:r,events:o,defer:s});return f.useEffect(()=>{const{current:b}=p,{current:S}=h;return b&&S&&g({target:b,elements:{viewport:S,content:S}}),()=>{var w;return(w=v())==null?void 0:w.destroy()}},[g,n]),f.useImperativeHandle(t,()=>({osInstance:v,getElement:()=>p.current}),[]),z.createElement(d,{"data-overlayscrollbars-initialize":"",ref:p,...u},z.createElement("div",{ref:h},i))},C_=f.forwardRef(pL),hL=tt((e,t)=>{const{children:n,tooltip:r="",tooltipProps:{placement:o="top",hasArrow:s=!0,...i}={},isChecked:u,...d}=e;return a.jsx(_n,{label:r,placement:o,hasArrow:s,...i,children:a.jsx(Sf,{ref:t,colorScheme:u?"accent":"base",...d,children:n})})}),Zt=f.memo(hL),mL="My Board",gL=()=>{const[e,{isLoading:t}]=QE(),n=f.useCallback(()=>{e(mL)},[e]);return a.jsx(Zt,{isLoading:t,"aria-label":"Add Board",onClick:n,size:"sm",sx:{px:4},children:"Add Board"})},vL=e=>{const{isOver:t,label:n="Drop"}=e,r=f.useRef(Ga()),{colorMode:o}=Do();return a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}},children:a.jsxs(F,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full"},children:[a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",bg:ke("base.700","base.900")(o),opacity:.7,borderRadius:"base",alignItems:"center",justifyContent:"center",transitionProperty:"common",transitionDuration:"0.1s"}}),a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",opacity:1,borderWidth:3,borderColor:t?ke("base.50","base.200")(o):ke("base.100","base.500")(o),borderRadius:"base",borderStyle:"dashed",transitionProperty:"common",transitionDuration:"0.1s",alignItems:"center",justifyContent:"center"},children:a.jsx(nt,{sx:{fontSize:"2xl",fontWeight:600,transform:t?"scale(1.02)":"scale(1)",color:t?ke("base.50","base.50")(o):ke("base.100","base.200")(o),transitionProperty:"common",transitionDuration:"0.1s"},children:n})})]})},r.current)},Kf=f.memo(vL),yL=e=>{const{dropLabel:t,data:n,disabled:r}=e,o=f.useRef(Ga()),{isOver:s,setNodeRef:i,active:u}=iv({id:o.current,disabled:r,data:n});return a.jsx(ze,{ref:i,position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",pointerEvents:"none",children:a.jsx(ws,{children:Cf(n,u)&&a.jsx(Kf,{isOver:s,label:t})})})},g1=f.memo(yL),Bi=e=>{const{icon:t=rc,boxSize:n=16}=e;return a.jsxs(F,{sx:{w:"full",h:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",flexDir:"column",gap:2,userSelect:"none",color:"base.700",_dark:{color:"base.500"},...e.sx},children:[a.jsx(go,{as:t,boxSize:n,opacity:.7}),e.label&&a.jsx(nt,{textAlign:"center",children:e.label})]})},__=e=>{const{droppableData:t,onClick:n,isSelected:r,icon:o,label:s,badgeCount:i}=e;return a.jsxs(F,{sx:{flexDir:"column",justifyContent:"space-between",alignItems:"center",cursor:"pointer",w:"full",h:"full",borderRadius:"base"},children:[a.jsxs(F,{onClick:n,sx:{position:"relative",justifyContent:"center",alignItems:"center",borderRadius:"base",w:"full",aspectRatio:"1/1",overflow:"hidden",shadow:r?"selected.light":void 0,_dark:{shadow:r?"selected.dark":void 0},flexShrink:0},children:[a.jsx(Bi,{boxSize:8,icon:o,sx:{border:"2px solid var(--invokeai-colors-base-200)",_dark:{border:"2px solid var(--invokeai-colors-base-800)"}}}),a.jsx(F,{sx:{position:"absolute",insetInlineEnd:0,top:0,p:1},children:i!==void 0&&a.jsx(Xa,{variant:"solid",children:i})}),a.jsx(g1,{data:t})]}),a.jsx(F,{sx:{h:"full",alignItems:"center",fontWeight:r?600:void 0,fontSize:"xs",color:r?"base.900":"base.700",_dark:{color:r?"base.50":"base.200"}},children:s})]})},bL=({isSelected:e})=>{const t=I4(),n=()=>{t(lv("all"))},r={id:"all-images-board",actionType:"MOVE_BOARD",context:{boardId:null}};return a.jsx(__,{droppableData:r,onClick:n,isSelected:e,icon:W5,label:"All Images"})},xL=ve(Rt,e=>({count:e.gallery.batchImageNames.length})),wL=({isSelected:e})=>{const t=I4(),{count:n}=$(xL),r=f.useCallback(()=>{t(lv("batch"))},[t]),o={id:"batch-board",actionType:"ADD_TO_BATCH"};return a.jsx(__,{droppableData:o,onClick:r,isSelected:e,icon:Yv,label:"Batch",badgeCount:n})};var Kc=globalThis&&globalThis.__assign||function(){return Kc=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&ue[ue.length-1])||De[0]!==6&&De[0]!==2)){Qe=0;continue}if(De[0]===3&&(!ue||De[1]>ue[0]&&De[1]=200&&K.status<=299},Z=function(K){return/ion\/(vnd\.api\+)?json/.test(K.get("content-type")||"")};function B(K){if(!(0,A.isPlainObject)(K))return K;for(var Q=C({},K),ce=0,we=Object.entries(Q);ce"u"&&Qe===L&&console.warn("Warning: `fetch` is not available. Please supply a custom `fetchFn` property to use `fetchBaseQuery` on SSR environments."),function(Gt,$t){return I(Q,null,function(){var Re,ut,Ct,Tt,xn,zt,tn,Xt,Cr,Vn,yt,wn,kn,Un,ir,On,Rn,nn,pn,Sn,cn,un,Be,wt,pt,Xe,ft,Mt,lt,Ke,Pe,Se,Ie,Ae,Ge,_t;return r(this,function(St){switch(St.label){case 0:return Re=$t.signal,ut=$t.getState,Ct=$t.extra,Tt=$t.endpoint,xn=$t.forced,zt=$t.type,Cr=(Xt=typeof Gt=="string"?{url:Gt}:Gt).url,yt=(Vn=Xt.headers)===void 0?new Headers(Lt.headers):Vn,kn=(wn=Xt.params)===void 0?void 0:wn,ir=(Un=Xt.responseHandler)===void 0?xt??"json":Un,Rn=(On=Xt.validateStatus)===void 0?Et??N:On,pn=(nn=Xt.timeout)===void 0?mt:nn,Sn=j(Xt,["url","headers","params","responseHandler","validateStatus","timeout"]),cn=C(_(C({},Lt),{signal:Re}),Sn),yt=new Headers(B(yt)),un=cn,[4,ue(yt,{getState:ut,extra:Ct,endpoint:Tt,forced:xn,type:zt})];case 1:un.headers=St.sent()||yt,Be=function(Ne){return typeof Ne=="object"&&((0,A.isPlainObject)(Ne)||Array.isArray(Ne)||typeof Ne.toJSON=="function")},!cn.headers.has("content-type")&&Be(cn.body)&&cn.headers.set("content-type",be),Be(cn.body)&&dt(cn.headers)&&(cn.body=JSON.stringify(cn.body,Fe)),kn&&(wt=~Cr.indexOf("?")?"&":"?",pt=Dt?Dt(kn):new URLSearchParams(B(kn)),Cr+=wt+pt),Cr=function(Ne,Kt){if(!Ne)return Kt;if(!Kt)return Ne;if(function(on){return new RegExp("(^|:)//").test(on)}(Kt))return Kt;var dn=Ne.endsWith("/")||!Kt.startsWith("?")?"/":"";return Ne=function(on){return on.replace(/\/$/,"")}(Ne),""+Ne+dn+function(on){return on.replace(/^\//,"")}(Kt)}(ce,Cr),Xe=new Request(Cr,cn),ft=Xe.clone(),tn={request:ft},lt=!1,Ke=pn&&setTimeout(function(){lt=!0,$t.abort()},pn),St.label=2;case 2:return St.trys.push([2,4,5,6]),[4,Qe(Xe)];case 3:return Mt=St.sent(),[3,6];case 4:return Pe=St.sent(),[2,{error:{status:lt?"TIMEOUT_ERROR":"FETCH_ERROR",error:String(Pe)},meta:tn}];case 5:return Ke&&clearTimeout(Ke),[7];case 6:Se=Mt.clone(),tn.response=Se,Ae="",St.label=7;case 7:return St.trys.push([7,9,,10]),[4,Promise.all([qt(Mt,ir).then(function(Ne){return Ie=Ne},function(Ne){return Ge=Ne}),Se.text().then(function(Ne){return Ae=Ne},function(){})])];case 8:if(St.sent(),Ge)throw Ge;return[3,10];case 9:return _t=St.sent(),[2,{error:{status:"PARSING_ERROR",originalStatus:Mt.status,data:Ae,error:String(_t)},meta:tn}];case 10:return[2,Rn(Mt,Ie)?{data:Ie,meta:tn}:{error:{status:Mt.status,data:Ie},meta:tn}]}})})};function qt(Gt,$t){return I(this,null,function(){var Re;return r(this,function(ut){switch(ut.label){case 0:return typeof $t=="function"?[2,$t(Gt)]:($t==="content-type"&&($t=dt(Gt.headers)?"json":"text"),$t!=="json"?[3,2]:[4,Gt.text()]);case 1:return[2,(Re=ut.sent()).length?JSON.parse(Re):null];case 2:return[2,Gt.text()]}})})}}var G=function(K,Q){Q===void 0&&(Q=void 0),this.value=K,this.meta=Q};function q(K,Q){return K===void 0&&(K=0),Q===void 0&&(Q=5),I(this,null,function(){var ce,we;return r(this,function(ue){switch(ue.label){case 0:return ce=Math.min(K,Q),we=~~((Math.random()+.4)*(300<=Se)}var Sn=(0,Ue.createAsyncThunk)(kn+"/executeQuery",nn,{getPendingMeta:function(){var Be;return(Be={startedTimeStamp:Date.now()})[Ue.SHOULD_AUTOBATCH]=!0,Be},condition:function(Be,wt){var pt,Xe,ft,Mt=(0,wt.getState)(),lt=(Xe=(pt=Mt[kn])==null?void 0:pt.queries)==null?void 0:Xe[Be.queryCacheKey],Ke=lt==null?void 0:lt.fulfilledTimeStamp,Pe=Be.originalArgs,Se=lt==null?void 0:lt.originalArgs,Ie=ir[Be.endpointName];return!(!_e(Be)&&((lt==null?void 0:lt.status)==="pending"||!pn(Be,Mt)&&(!ne(Ie)||!((ft=Ie==null?void 0:Ie.forceRefetch)!=null&&ft.call(Ie,{currentArg:Pe,previousArg:Se,endpointState:lt,state:Mt})))&&Ke))},dispatchConditionRejection:!0}),cn=(0,Ue.createAsyncThunk)(kn+"/executeMutation",nn,{getPendingMeta:function(){var Be;return(Be={startedTimeStamp:Date.now()})[Ue.SHOULD_AUTOBATCH]=!0,Be}});function un(Be){return function(wt){var pt,Xe;return((Xe=(pt=wt==null?void 0:wt.meta)==null?void 0:pt.arg)==null?void 0:Xe.endpointName)===Be}}return{queryThunk:Sn,mutationThunk:cn,prefetch:function(Be,wt,pt){return function(Xe,ft){var Mt=function(Ie){return"force"in Ie}(pt)&&pt.force,lt=function(Ie){return"ifOlderThan"in Ie}(pt)&&pt.ifOlderThan,Ke=function(Ie){return Ie===void 0&&(Ie=!0),Rn.endpoints[Be].initiate(wt,{forceRefetch:Ie})},Pe=Rn.endpoints[Be].select(wt)(ft());if(Mt)Xe(Ke());else if(lt){var Se=Pe==null?void 0:Pe.fulfilledTimeStamp;if(!Se)return void Xe(Ke());(Number(new Date)-Number(new Date(Se)))/1e3>=lt&&Xe(Ke())}else Xe(Ke(!1))}},updateQueryData:function(Be,wt,pt){return function(Xe,ft){var Mt,lt,Ke=Rn.endpoints[Be].select(wt)(ft()),Pe={patches:[],inversePatches:[],undo:function(){return Xe(Rn.util.patchQueryData(Be,wt,Pe.inversePatches))}};if(Ke.status===t.uninitialized)return Pe;if("data"in Ke)if((0,Le.isDraftable)(Ke.data)){var Se=(0,Le.produceWithPatches)(Ke.data,pt),Ie=Se[2];(Mt=Pe.patches).push.apply(Mt,Se[1]),(lt=Pe.inversePatches).push.apply(lt,Ie)}else{var Ae=pt(Ke.data);Pe.patches.push({op:"replace",path:[],value:Ae}),Pe.inversePatches.push({op:"replace",path:[],value:Ke.data})}return Xe(Rn.util.patchQueryData(Be,wt,Pe.patches)),Pe}},upsertQueryData:function(Be,wt,pt){return function(Xe){var ft;return Xe(Rn.endpoints[Be].initiate(wt,((ft={subscribe:!1,forceRefetch:!0})[me]=function(){return{data:pt}},ft)))}},patchQueryData:function(Be,wt,pt){return function(Xe){Xe(Rn.internalActions.queryResultPatched({queryCacheKey:On({queryArgs:wt,endpointDefinition:ir[Be],endpointName:Be}),patches:pt}))}},buildMatchThunkActions:function(Be,wt){return{matchPending:(0,Ve.isAllOf)((0,Ve.isPending)(Be),un(wt)),matchFulfilled:(0,Ve.isAllOf)((0,Ve.isFulfilled)(Be),un(wt)),matchRejected:(0,Ve.isAllOf)((0,Ve.isRejected)(Be),un(wt))}}}}({baseQuery:we,reducerPath:ue,context:ce,api:K,serializeQueryArgs:et}),Fe=be.queryThunk,mt=be.mutationThunk,xt=be.patchQueryData,Et=be.updateQueryData,Lt=be.upsertQueryData,qt=be.prefetch,Gt=be.buildMatchThunkActions,$t=function(yt){var wn=yt.reducerPath,kn=yt.queryThunk,Un=yt.mutationThunk,ir=yt.context,On=ir.endpointDefinitions,Rn=ir.apiUid,nn=ir.extractRehydrationInfo,pn=ir.hasRehydrationInfo,Sn=yt.assertTagType,cn=yt.config,un=(0,Ce.createAction)(wn+"/resetApiState"),Be=(0,Ce.createSlice)({name:wn+"/queries",initialState:It,reducers:{removeQueryResult:{reducer:function(Ke,Pe){delete Ke[Pe.payload.queryCacheKey]},prepare:(0,Ce.prepareAutoBatched)()},queryResultPatched:function(Ke,Pe){var Se=Pe.payload,Ie=Se.patches;bt(Ke,Se.queryCacheKey,function(Ae){Ae.data=(0,Pt.applyPatches)(Ae.data,Ie.concat())})}},extraReducers:function(Ke){Ke.addCase(kn.pending,function(Pe,Se){var Ie,Ae=Se.meta,Ge=Se.meta.arg,_t=_e(Ge);(Ge.subscribe||_t)&&(Pe[Ie=Ge.queryCacheKey]!=null||(Pe[Ie]={status:t.uninitialized,endpointName:Ge.endpointName})),bt(Pe,Ge.queryCacheKey,function(St){St.status=t.pending,St.requestId=_t&&St.requestId?St.requestId:Ae.requestId,Ge.originalArgs!==void 0&&(St.originalArgs=Ge.originalArgs),St.startedTimeStamp=Ae.startedTimeStamp})}).addCase(kn.fulfilled,function(Pe,Se){var Ie=Se.meta,Ae=Se.payload;bt(Pe,Ie.arg.queryCacheKey,function(Ge){var _t;if(Ge.requestId===Ie.requestId||_e(Ie.arg)){var St=On[Ie.arg.endpointName].merge;if(Ge.status=t.fulfilled,St)if(Ge.data!==void 0){var Ne=Ie.fulfilledTimeStamp,Kt=Ie.arg,dn=Ie.baseQueryMeta,on=Ie.requestId,lr=(0,Ce.createNextState)(Ge.data,function(Fn){return St(Fn,Ae,{arg:Kt.originalArgs,baseQueryMeta:dn,fulfilledTimeStamp:Ne,requestId:on})});Ge.data=lr}else Ge.data=Ae;else Ge.data=(_t=On[Ie.arg.endpointName].structuralSharing)==null||_t?R((0,jn.isDraft)(Ge.data)?(0,Pt.original)(Ge.data):Ge.data,Ae):Ae;delete Ge.error,Ge.fulfilledTimeStamp=Ie.fulfilledTimeStamp}})}).addCase(kn.rejected,function(Pe,Se){var Ie=Se.meta,Ae=Ie.condition,Ge=Ie.requestId,_t=Se.error,St=Se.payload;bt(Pe,Ie.arg.queryCacheKey,function(Ne){if(!Ae){if(Ne.requestId!==Ge)return;Ne.status=t.rejected,Ne.error=St??_t}})}).addMatcher(pn,function(Pe,Se){for(var Ie=nn(Se).queries,Ae=0,Ge=Object.entries(Ie);Ae"u"||navigator.onLine===void 0||navigator.onLine,focused:typeof document>"u"||document.visibilityState!=="hidden",middlewareRegistered:!1},cn),reducers:{middlewareRegistered:function(Ke,Pe){Ke.middlewareRegistered=Ke.middlewareRegistered!=="conflict"&&Rn===Pe.payload||"conflict"}},extraReducers:function(Ke){Ke.addCase(ye,function(Pe){Pe.online=!0}).addCase(he,function(Pe){Pe.online=!1}).addCase(J,function(Pe){Pe.focused=!0}).addCase(ie,function(Pe){Pe.focused=!1}).addMatcher(pn,function(Pe){return C({},Pe)})}}),lt=(0,Ce.combineReducers)({queries:Be.reducer,mutations:wt.reducer,provided:pt.reducer,subscriptions:ft.reducer,config:Mt.reducer});return{reducer:function(Ke,Pe){return lt(un.match(Pe)?void 0:Ke,Pe)},actions:_(C(C(C(C(C({},Mt.actions),Be.actions),Xe.actions),ft.actions),wt.actions),{unsubscribeMutationResult:wt.actions.removeMutationResult,resetApiState:un})}}({context:ce,queryThunk:Fe,mutationThunk:mt,reducerPath:ue,assertTagType:De,config:{refetchOnFocus:ot,refetchOnReconnect:dt,refetchOnMountOrArgChange:Dt,keepUnusedDataFor:Qe,reducerPath:ue}}),Re=$t.reducer,ut=$t.actions;Dr(K.util,{patchQueryData:xt,updateQueryData:Et,upsertQueryData:Lt,prefetch:qt,resetApiState:ut.resetApiState}),Dr(K.internalActions,ut);var Ct=function(yt){var wn=yt.reducerPath,kn=yt.queryThunk,Un=yt.api,ir=yt.context,On=ir.apiUid,Rn={invalidateTags:(0,fr.createAction)(wn+"/invalidateTags")},nn=[zr,yn,$r,pr,$n,Co];return{middleware:function(Sn){var cn=!1,un=_(C({},yt),{internalState:{currentSubscriptions:{}},refetchQuery:pn}),Be=nn.map(function(Xe){return Xe(un)}),wt=function(Xe){var ft=Xe.api,Mt=Xe.queryThunk,lt=Xe.internalState,Ke=ft.reducerPath+"/subscriptions",Pe=null,Se=!1,Ie=ft.internalActions,Ae=Ie.updateSubscriptionOptions,Ge=Ie.unsubscribeQueryResult;return function(_t,St){var Ne,Kt;if(Pe||(Pe=JSON.parse(JSON.stringify(lt.currentSubscriptions))),ft.util.resetApiState.match(_t))return Pe=lt.currentSubscriptions={},[!0,!1];if(ft.internalActions.internal_probeSubscription.match(_t)){var dn=_t.payload;return[!1,!!((Ne=lt.currentSubscriptions[dn.queryCacheKey])!=null&&Ne[dn.requestId])]}var on=function(an,zn){var eo,rn,Mn,Br,_r,Pa,Fu,_o,Xs;if(Ae.match(zn)){var Is=zn.payload,Js=Is.queryCacheKey,to=Is.requestId;return(eo=an==null?void 0:an[Js])!=null&&eo[to]&&(an[Js][to]=Is.options),!0}if(Ge.match(zn)){var no=zn.payload;return to=no.requestId,an[Js=no.queryCacheKey]&&delete an[Js][to],!0}if(ft.internalActions.removeQueryResult.match(zn))return delete an[zn.payload.queryCacheKey],!0;if(Mt.pending.match(zn)){var ro=zn.meta;if(to=ro.requestId,(Ur=ro.arg).subscribe)return(To=(Mn=an[rn=Ur.queryCacheKey])!=null?Mn:an[rn]={})[to]=(_r=(Br=Ur.subscriptionOptions)!=null?Br:To[to])!=null?_r:{},!0}if(Mt.rejected.match(zn)){var To,ko=zn.meta,Ur=ko.arg;if(to=ko.requestId,ko.condition&&Ur.subscribe)return(To=(Fu=an[Pa=Ur.queryCacheKey])!=null?Fu:an[Pa]={})[to]=(Xs=(_o=Ur.subscriptionOptions)!=null?_o:To[to])!=null?Xs:{},!0}return!1}(lt.currentSubscriptions,_t);if(on){Se||(es(function(){var an=JSON.parse(JSON.stringify(lt.currentSubscriptions)),zn=(0,Lr.produceWithPatches)(Pe,function(){return an});St.next(ft.internalActions.subscriptionsUpdated(zn[1])),Pe=an,Se=!1}),Se=!0);var lr=!!((Kt=_t.type)!=null&&Kt.startsWith(Ke)),Fn=Mt.rejected.match(_t)&&_t.meta.condition&&!!_t.meta.arg.subscribe;return[!lr&&!Fn,!1]}return[!0,!1]}}(un),pt=function(Xe){var ft=Xe.reducerPath,Mt=Xe.context,lt=Xe.refetchQuery,Ke=Xe.internalState,Pe=Xe.api.internalActions.removeQueryResult;function Se(Ie,Ae){var Ge=Ie.getState()[ft],_t=Ge.queries,St=Ke.currentSubscriptions;Mt.batch(function(){for(var Ne=0,Kt=Object.keys(St);Ne{const n=te(),{currentData:r}=gs(e.cover_image_name??Go.skipToken),{colorMode:o}=Do(),{board_name:s,board_id:i}=e,{onClickDeleteBoardImages:u}=f.useContext(E4),d=f.useCallback(()=>{n(lv(i))},[i,n]),[p,{isLoading:h}]=e8(),[g,{isLoading:v}]=t8(),b=k=>{p({board_id:i,changes:{board_name:k}})},S=f.useCallback(()=>{g(i)},[i,g]),w=f.useCallback(()=>{},[]),C=f.useCallback(()=>{u(e)},[e,u]),_=f.useMemo(()=>({id:i,actionType:"MOVE_BOARD",context:{boardId:i}}),[i]);return a.jsx(ze,{sx:{touchAction:"none",height:"full"},children:a.jsx(k_,{menuProps:{size:"sm",isLazy:!0},renderMenu:()=>a.jsxs(ec,{sx:{visibility:"visible !important"},children:[e.image_count>0&&a.jsxs(a.Fragment,{children:[a.jsx(jr,{isDisabled:!e.image_count,icon:a.jsx(W5,{}),onClickCapture:w,children:"Add Board to Batch"}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:C,children:"Delete Board and Images"})]}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:S,children:"Delete Board"})]}),children:k=>a.jsxs(F,{userSelect:"none",ref:k,sx:{flexDir:"column",justifyContent:"space-between",alignItems:"center",cursor:"pointer",w:"full",h:"full"},children:[a.jsxs(F,{onClick:d,sx:{position:"relative",justifyContent:"center",alignItems:"center",borderRadius:"base",w:"full",aspectRatio:"1/1",overflow:"hidden",shadow:t?"selected.light":void 0,_dark:{shadow:t?"selected.dark":void 0},flexShrink:0},children:[e.cover_image_name&&(r==null?void 0:r.image_url)&&a.jsx(bu,{src:r==null?void 0:r.image_url,draggable:!1}),!(e.cover_image_name&&(r!=null&&r.image_url))&&a.jsx(Bi,{boxSize:8,icon:qc,sx:{border:"2px solid var(--invokeai-colors-base-200)",_dark:{border:"2px solid var(--invokeai-colors-base-800)"}}}),a.jsx(F,{sx:{position:"absolute",insetInlineEnd:0,top:0,p:1},children:a.jsx(Xa,{variant:"solid",children:e.image_count})}),a.jsx(g1,{data:_})]}),a.jsx(F,{sx:{width:"full",height:"full",justifyContent:"center",alignItems:"center"},children:a.jsxs(K3,{defaultValue:s,submitOnBlur:!1,onSubmit:j=>{b(j)},children:[a.jsx(U3,{sx:{color:t?ke("base.900","base.50")(o):ke("base.700","base.200")(o),fontWeight:t?600:void 0,fontSize:"xs",textAlign:"center",p:0},noOfLines:1}),a.jsx(V3,{sx:{color:ke("base.900","base.50")(o),fontSize:"xs",borderColor:ke("base.500","base.500")(o),p:0,outline:0}})]})})]},i)})})});I_.displayName="HoverableBoard";const sr=e=>{const t=$(i=>i.config.disabledTabs),n=$(i=>i.config.disabledFeatures),r=$(i=>i.config.disabledSDFeatures),o=f.useMemo(()=>n.includes(e)||r.includes(e)||t.includes(e),[n,r,t,e]),s=f.useMemo(()=>!(n.includes(e)||r.includes(e)||t.includes(e)),[n,r,t,e]);return{isFeatureDisabled:o,isFeatureEnabled:s}},CL=ve([Rt],({boards:e,gallery:t})=>{const{searchText:n}=e,{selectedBoardId:r}=t;return{selectedBoardId:r,searchText:n}},at),_L=e=>{const{isOpen:t}=e,n=te(),{selectedBoardId:r,searchText:o}=$(CL),{data:s}=uv(),i=sr("batches").isFeatureEnabled,u=o?s==null?void 0:s.filter(v=>v.board_name.toLowerCase().includes(o.toLowerCase())):s,[d,p]=f.useState(!1),h=v=>{p(v.length>0),n(Vb(v))},g=()=>{p(!1),n(Vb(""))};return a.jsx(Jp,{in:t,animateOpacity:!0,children:a.jsxs(F,{layerStyle:"first",sx:{flexDir:"column",gap:2,p:2,mt:2,borderRadius:"base"},children:[a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsxs(M6,{children:[a.jsx(ku,{placeholder:"Search Boards...",value:o,onChange:v=>{h(v.target.value)}}),o&&o.length&&a.jsx(Tv,{children:a.jsx(qa,{onClick:g,size:"xs",variant:"ghost","aria-label":"Clear Search",icon:a.jsx(U$,{boxSize:3})})})]}),a.jsx(gL,{})]}),a.jsx(C_,{defer:!0,style:{height:"100%",width:"100%"},options:{scrollbars:{visibility:"auto",autoHide:"move",autoHideDelay:1300,theme:"os-theme-dark"}},children:a.jsxs(Ri,{className:"list-container",sx:{gridTemplateRows:"6.5rem 6.5rem",gridAutoFlow:"column dense",gridAutoColumns:"5rem"},children:[!d&&a.jsxs(a.Fragment,{children:[a.jsx(hf,{sx:{p:1.5},children:a.jsx(bL,{isSelected:r==="all"})}),i&&a.jsx(hf,{sx:{p:1.5},children:a.jsx(wL,{isSelected:r==="batch"})})]}),u&&u.map(v=>a.jsx(hf,{sx:{p:1.5},children:a.jsx(I_,{board:v,isSelected:r===v.board_id})},v.board_id))]})})]})})},kL=f.memo(_L),xh=0,si=1,oc=2,E_=4;function PL(e,t){return n=>e(t(n))}function jL(e,t){return t(e)}function O_(e,t){return n=>e(t,n)}function K2(e,t){return()=>e(t)}function v1(e,t){return t(e),e}function Fi(...e){return e}function IL(e){e()}function Y2(e){return()=>e}function EL(...e){return()=>{e.map(IL)}}function wh(){}function io(e,t){return e(si,t)}function Ir(e,t){e(xh,t)}function y1(e){e(oc)}function Sh(e){return e(E_)}function Ln(e,t){return io(e,O_(t,xh))}function Q2(e,t){const n=e(si,r=>{n(),t(r)});return n}function mr(){const e=[];return(t,n)=>{switch(t){case oc:e.splice(0,e.length);return;case si:return e.push(n),()=>{const r=e.indexOf(n);r>-1&&e.splice(r,1)};case xh:e.slice().forEach(r=>{r(n)});return;default:throw new Error(`unrecognized action ${t}`)}}}function Bt(e){let t=e;const n=mr();return(r,o)=>{switch(r){case si:o(t);break;case xh:t=o;break;case E_:return t}return n(r,o)}}function OL(e){let t,n;const r=()=>t&&t();return function(o,s){switch(o){case si:return s?n===s?void 0:(r(),n=s,t=io(e,s),t):(r(),wh);case oc:r(),n=null;return;default:throw new Error(`unrecognized action ${o}`)}}}function Yc(e){return v1(mr(),t=>Ln(e,t))}function Ol(e,t){return v1(Bt(t),n=>Ln(e,n))}function RL(...e){return t=>e.reduceRight(jL,t)}function Ht(e,...t){const n=RL(...t);return(r,o)=>{switch(r){case si:return io(e,n(o));case oc:y1(e);return}}}function R_(e,t){return e===t}function vo(e=R_){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function Wr(e){return t=>n=>{e(n)&&t(n)}}function Kn(e){return t=>PL(t,e)}function Fa(e){return t=>()=>t(e)}function Gd(e,t){return n=>r=>n(t=e(t,r))}function I0(e){return t=>n=>{e>0?e--:t(n)}}function Lc(e){let t=null,n;return r=>o=>{t=o,!n&&(n=setTimeout(()=>{n=void 0,r(t)},e))}}function X2(e){let t,n;return r=>o=>{t=o,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function $s(...e){const t=new Array(e.length);let n=0,r=null;const o=Math.pow(2,e.length)-1;return e.forEach((s,i)=>{const u=Math.pow(2,i);io(s,d=>{const p=n;n=n|u,t[i]=d,p!==o&&n===o&&r&&(r(),r=null)})}),s=>i=>{const u=()=>s([i].concat(t));n===o?u():r=u}}function J2(...e){return function(t,n){switch(t){case si:return EL(...e.map(r=>io(r,n)));case oc:return;default:throw new Error(`unrecognized action ${t}`)}}}function fn(e,t=R_){return Ht(e,vo(t))}function ia(...e){const t=mr(),n=new Array(e.length);let r=0;const o=Math.pow(2,e.length)-1;return e.forEach((s,i)=>{const u=Math.pow(2,i);io(s,d=>{n[i]=d,r=r|u,r===o&&Ir(t,n)})}),function(s,i){switch(s){case si:return r===o&&i(n),io(t,i);case oc:return y1(t);default:throw new Error(`unrecognized action ${s}`)}}}function Ys(e,t=[],{singleton:n}={singleton:!0}){return{id:ML(),constructor:e,dependencies:t,singleton:n}}const ML=()=>Symbol();function DL(e){const t=new Map,n=({id:r,constructor:o,dependencies:s,singleton:i})=>{if(i&&t.has(r))return t.get(r);const u=o(s.map(d=>n(d)));return i&&t.set(r,u),u};return n(e)}function TL(e,t){const n={},r={};let o=0;const s=e.length;for(;o(C[_]=k=>{const j=w[t.methods[_]];Ir(j,k)},C),{})}function h(w){return i.reduce((C,_)=>(C[_]=OL(w[t.events[_]]),C),{})}return{Component:z.forwardRef((w,C)=>{const{children:_,...k}=w,[j]=z.useState(()=>v1(DL(e),I=>d(I,k))),[E]=z.useState(K2(h,j));return qd(()=>{for(const I of i)I in k&&io(E[I],k[I]);return()=>{Object.values(E).map(y1)}},[k,E,j]),qd(()=>{d(j,k)}),z.useImperativeHandle(C,Y2(p(j))),z.createElement(u.Provider,{value:j},n?z.createElement(n,TL([...r,...o,...i],k),_):_)}),usePublisher:w=>z.useCallback(O_(Ir,z.useContext(u)[w]),[w]),useEmitterValue:w=>{const _=z.useContext(u)[w],[k,j]=z.useState(K2(Sh,_));return qd(()=>io(_,E=>{E!==k&&j(Y2(E))}),[_,k]),k},useEmitter:(w,C)=>{const k=z.useContext(u)[w];qd(()=>io(k,C),[C,k])}}}const NL=typeof document<"u"?z.useLayoutEffect:z.useEffect,$L=NL;var b1=(e=>(e[e.DEBUG=0]="DEBUG",e[e.INFO=1]="INFO",e[e.WARN=2]="WARN",e[e.ERROR=3]="ERROR",e))(b1||{});const zL={0:"debug",1:"log",2:"warn",3:"error"},LL=()=>typeof globalThis>"u"?window:globalThis,M_=Ys(()=>{const e=Bt(3);return{log:Bt((n,r,o=1)=>{var s;const i=(s=LL().VIRTUOSO_LOG_LEVEL)!=null?s:Sh(e);o>=i&&console[zL[o]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",n,r)}),logLevel:e}},[],{singleton:!0});function D_(e,t=!0){const n=z.useRef(null);let r=o=>{};if(typeof ResizeObserver<"u"){const o=z.useMemo(()=>new ResizeObserver(s=>{const i=s[0].target;i.offsetParent!==null&&e(i)}),[e]);r=s=>{s&&t?(o.observe(s),n.current=s):(n.current&&o.unobserve(n.current),n.current=null)}}return{ref:n,callbackRef:r}}function Ch(e,t=!0){return D_(e,t).callbackRef}function Yf(e,t){return Math.round(e.getBoundingClientRect()[t])}function T_(e,t){return Math.abs(e-t)<1.01}function A_(e,t,n,r=wh,o){const s=z.useRef(null),i=z.useRef(null),u=z.useRef(null),d=z.useCallback(g=>{const v=g.target,b=v===window||v===document,S=b?window.pageYOffset||document.documentElement.scrollTop:v.scrollTop,w=b?document.documentElement.scrollHeight:v.scrollHeight,C=b?window.innerHeight:v.offsetHeight,_=()=>{e({scrollTop:Math.max(S,0),scrollHeight:w,viewportHeight:C})};g.suppressFlushSync?_():n8.flushSync(_),i.current!==null&&(S===i.current||S<=0||S===w-C)&&(i.current=null,t(!0),u.current&&(clearTimeout(u.current),u.current=null))},[e,t]);z.useEffect(()=>{const g=o||s.current;return r(o||s.current),d({target:g,suppressFlushSync:!0}),g.addEventListener("scroll",d,{passive:!0}),()=>{r(null),g.removeEventListener("scroll",d)}},[s,d,n,r,o]);function p(g){const v=s.current;if(!v||"offsetHeight"in v&&v.offsetHeight===0)return;const b=g.behavior==="smooth";let S,w,C;v===window?(w=Math.max(Yf(document.documentElement,"height"),document.documentElement.scrollHeight),S=window.innerHeight,C=document.documentElement.scrollTop):(w=v.scrollHeight,S=Yf(v,"height"),C=v.scrollTop);const _=w-S;if(g.top=Math.ceil(Math.max(Math.min(_,g.top),0)),T_(S,w)||g.top===C){e({scrollTop:C,scrollHeight:w,viewportHeight:S}),b&&t(!0);return}b?(i.current=g.top,u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{u.current=null,i.current=null,t(!0)},1e3)):i.current=null,v.scrollTo(g)}function h(g){s.current.scrollBy(g)}return{scrollerRef:s,scrollByCallback:h,scrollToCallback:p}}const _h=Ys(()=>{const e=mr(),t=mr(),n=Bt(0),r=mr(),o=Bt(0),s=mr(),i=mr(),u=Bt(0),d=Bt(0),p=Bt(0),h=Bt(0),g=mr(),v=mr(),b=Bt(!1);return Ln(Ht(e,Kn(({scrollTop:S})=>S)),t),Ln(Ht(e,Kn(({scrollHeight:S})=>S)),i),Ln(t,o),{scrollContainerState:e,scrollTop:t,viewportHeight:s,headerHeight:u,fixedHeaderHeight:d,fixedFooterHeight:p,footerHeight:h,scrollHeight:i,smoothScrollTargetReached:r,scrollTo:g,scrollBy:v,statefulScrollTop:o,deviation:n,scrollingInProgress:b}},[],{singleton:!0}),BL=typeof document<"u"&&"scrollBehavior"in document.documentElement.style;function FL(e){const t=typeof e=="number"?{index:e}:e;return t.align||(t.align="start"),(!t.behavior||!BL)&&(t.behavior="auto"),t.offset||(t.offset=0),t}const Qf="up",Qc="down",HL="none",WL={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollTop:0,viewportHeight:0,scrollHeight:0}},VL=0,N_=Ys(([{scrollContainerState:e,scrollTop:t,viewportHeight:n,headerHeight:r,footerHeight:o,scrollBy:s}])=>{const i=Bt(!1),u=Bt(!0),d=mr(),p=mr(),h=Bt(4),g=Bt(VL),v=Ol(Ht(J2(Ht(fn(t),I0(1),Fa(!0)),Ht(fn(t),I0(1),Fa(!1),X2(100))),vo()),!1),b=Ol(Ht(J2(Ht(s,Fa(!0)),Ht(s,Fa(!1),X2(200))),vo()),!1);Ln(Ht(ia(fn(t),fn(g)),Kn(([k,j])=>k<=j),vo()),u),Ln(Ht(u,Lc(50)),p);const S=Yc(Ht(ia(e,fn(n),fn(r),fn(o),fn(h)),Gd((k,[{scrollTop:j,scrollHeight:E},I,O,M,R])=>{const A=j+I-E>-R,L={viewportHeight:I,scrollTop:j,scrollHeight:E};if(A){let Z,B;return j>k.state.scrollTop?(Z="SCROLLED_DOWN",B=k.state.scrollTop-j):(Z="SIZE_DECREASED",B=k.state.scrollTop-j||k.scrollTopDelta),{atBottom:!0,state:L,atBottomBecause:Z,scrollTopDelta:B}}let N;return L.scrollHeight>k.state.scrollHeight?N="SIZE_INCREASED":Ik&&k.atBottom===j.atBottom))),w=Ol(Ht(e,Gd((k,{scrollTop:j,scrollHeight:E,viewportHeight:I})=>{if(T_(k.scrollHeight,E))return{scrollTop:j,scrollHeight:E,jump:0,changed:!1};{const O=E-(j+I)<1;return k.scrollTop!==j&&O?{scrollHeight:E,scrollTop:j,jump:k.scrollTop-j,changed:!0}:{scrollHeight:E,scrollTop:j,jump:0,changed:!0}}},{scrollHeight:0,jump:0,scrollTop:0,changed:!1}),Wr(k=>k.changed),Kn(k=>k.jump)),0);Ln(Ht(S,Kn(k=>k.atBottom)),i),Ln(Ht(i,Lc(50)),d);const C=Bt(Qc);Ln(Ht(e,Kn(({scrollTop:k})=>k),vo(),Gd((k,j)=>Sh(b)?{direction:k.direction,prevScrollTop:j}:{direction:jk.direction)),C),Ln(Ht(e,Lc(50),Fa(HL)),C);const _=Bt(0);return Ln(Ht(v,Wr(k=>!k),Fa(0)),_),Ln(Ht(t,Lc(100),$s(v),Wr(([k,j])=>!!j),Gd(([k,j],[E])=>[j,E],[0,0]),Kn(([k,j])=>j-k)),_),{isScrolling:v,isAtTop:u,isAtBottom:i,atBottomState:S,atTopStateChange:p,atBottomStateChange:d,scrollDirection:C,atBottomThreshold:h,atTopThreshold:g,scrollVelocity:_,lastJumpDueToItemResize:w}},Fi(_h)),UL=Ys(([{log:e}])=>{const t=Bt(!1),n=Yc(Ht(t,Wr(r=>r),vo()));return io(t,r=>{r&&Sh(e)("props updated",{},b1.DEBUG)}),{propsReady:t,didMount:n}},Fi(M_),{singleton:!0});function $_(e,t){e==0?t():requestAnimationFrame(()=>$_(e-1,t))}function GL(e,t){const n=t-1;return typeof e=="number"?e:e.index==="LAST"?n:e.index}function E0(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}function qL(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}const Xf="top",Jf="bottom",Z2="none";function ew(e,t,n){return typeof e=="number"?n===Qf&&t===Xf||n===Qc&&t===Jf?e:0:n===Qf?t===Xf?e.main:e.reverse:t===Jf?e.main:e.reverse}function tw(e,t){return typeof e=="number"?e:e[t]||0}const KL=Ys(([{scrollTop:e,viewportHeight:t,deviation:n,headerHeight:r,fixedHeaderHeight:o}])=>{const s=mr(),i=Bt(0),u=Bt(0),d=Bt(0),p=Ol(Ht(ia(fn(e),fn(t),fn(r),fn(s,E0),fn(d),fn(i),fn(o),fn(n),fn(u)),Kn(([h,g,v,[b,S],w,C,_,k,j])=>{const E=h-k,I=C+_,O=Math.max(v-E,0);let M=Z2;const R=tw(j,Xf),A=tw(j,Jf);return b-=k,b+=v+_,S+=v+_,S-=k,b>h+I-R&&(M=Qf),Sh!=null),vo(E0)),[0,0]);return{listBoundary:s,overscan:d,topListHeight:i,increaseViewportBy:u,visibleRange:p}},Fi(_h),{singleton:!0}),YL=Ys(([{scrollVelocity:e}])=>{const t=Bt(!1),n=mr(),r=Bt(!1);return Ln(Ht(e,$s(r,t,n),Wr(([o,s])=>!!s),Kn(([o,s,i,u])=>{const{exit:d,enter:p}=s;if(i){if(d(o,u))return!1}else if(p(o,u))return!0;return i}),vo()),t),io(Ht(ia(t,e,n),$s(r)),([[o,s,i],u])=>o&&u&&u.change&&u.change(s,i)),{isSeeking:t,scrollSeekConfiguration:r,scrollVelocity:e,scrollSeekRangeChanged:n}},Fi(N_),{singleton:!0});function QL(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}const XL=Ys(([{scrollTo:e,scrollContainerState:t}])=>{const n=mr(),r=mr(),o=mr(),s=Bt(!1),i=Bt(void 0);return Ln(Ht(ia(n,r),Kn(([{viewportHeight:u,scrollTop:d,scrollHeight:p},{offsetTop:h}])=>({scrollTop:Math.max(0,d-h),scrollHeight:p,viewportHeight:u}))),t),Ln(Ht(e,$s(r),Kn(([u,{offsetTop:d}])=>({...u,top:u.top+d}))),o),{useWindowScroll:s,customScrollParent:i,windowScrollContainerState:n,windowViewportRect:r,windowScrollTo:o}},Fi(_h)),kg="-webkit-sticky",nw="sticky",z_=QL(()=>{if(typeof document>"u")return nw;const e=document.createElement("div");return e.style.position=kg,e.style.position===kg?kg:nw});function JL(e,t){const n=z.useRef(null),r=z.useCallback(u=>{if(u===null||!u.offsetParent)return;const d=u.getBoundingClientRect(),p=d.width;let h,g;if(t){const v=t.getBoundingClientRect(),b=d.top-v.top;h=v.height-Math.max(0,b),g=b+t.scrollTop}else h=window.innerHeight-Math.max(0,d.top),g=d.top+window.pageYOffset;n.current={offsetTop:g,visibleHeight:h,visibleWidth:p},e(n.current)},[e,t]),{callbackRef:o,ref:s}=D_(r),i=z.useCallback(()=>{r(s.current)},[r,s]);return z.useEffect(()=>{if(t){t.addEventListener("scroll",i);const u=new ResizeObserver(i);return u.observe(t),()=>{t.removeEventListener("scroll",i),u.unobserve(t)}}else return window.addEventListener("scroll",i),window.addEventListener("resize",i),()=>{window.removeEventListener("scroll",i),window.removeEventListener("resize",i)}},[i,t]),o}z.createContext(void 0);const L_=z.createContext(void 0);function ZL(e){return e}z_();const eB={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},B_={width:"100%",height:"100%",position:"absolute",top:0};z_();function Pi(e,t){if(typeof e!="string")return{context:t}}function tB({usePublisher:e,useEmitter:t,useEmitterValue:n}){return z.memo(function({style:s,children:i,...u}){const d=e("scrollContainerState"),p=n("ScrollerComponent"),h=e("smoothScrollTargetReached"),g=n("scrollerRef"),v=n("context"),{scrollerRef:b,scrollByCallback:S,scrollToCallback:w}=A_(d,h,p,g);return t("scrollTo",w),t("scrollBy",S),z.createElement(p,{ref:b,style:{...eB,...s},"data-test-id":"virtuoso-scroller","data-virtuoso-scroller":!0,tabIndex:0,...u,...Pi(p,v)},i)})}function nB({usePublisher:e,useEmitter:t,useEmitterValue:n}){return z.memo(function({style:s,children:i,...u}){const d=e("windowScrollContainerState"),p=n("ScrollerComponent"),h=e("smoothScrollTargetReached"),g=n("totalListHeight"),v=n("deviation"),b=n("customScrollParent"),S=n("context"),{scrollerRef:w,scrollByCallback:C,scrollToCallback:_}=A_(d,h,p,wh,b);return $L(()=>(w.current=b||window,()=>{w.current=null}),[w,b]),t("windowScrollTo",_),t("scrollBy",C),z.createElement(p,{style:{position:"relative",...s,...g!==0?{height:g+v}:{}},"data-virtuoso-scroller":!0,...u,...Pi(p,S)},i)})}const rw={items:[],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},rB={items:[{index:0}],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},{round:ow,ceil:sw,floor:Zf,min:Pg,max:Xc}=Math;function oB(e){return{...rB,items:e}}function aw(e,t,n){return Array.from({length:t-e+1}).map((r,o)=>{const s=n===null?null:n[o+e];return{index:o+e,data:s}})}function sB(e,t){return e&&e.column===t.column&&e.row===t.row}function Kd(e,t){return e&&e.width===t.width&&e.height===t.height}const aB=Ys(([{overscan:e,visibleRange:t,listBoundary:n},{scrollTop:r,viewportHeight:o,scrollBy:s,scrollTo:i,smoothScrollTargetReached:u,scrollContainerState:d,footerHeight:p,headerHeight:h},g,v,{propsReady:b,didMount:S},{windowViewportRect:w,useWindowScroll:C,customScrollParent:_,windowScrollContainerState:k,windowScrollTo:j},E])=>{const I=Bt(0),O=Bt(0),M=Bt(rw),R=Bt({height:0,width:0}),A=Bt({height:0,width:0}),L=mr(),N=mr(),Z=Bt(0),B=Bt(null),H=Bt({row:0,column:0}),G=mr(),q=mr(),D=Bt(!1),U=Bt(0),V=Bt(!0),J=Bt(!1);io(Ht(S,$s(U),Wr(([W,re])=>!!re)),()=>{Ir(V,!1),Ir(O,0)}),io(Ht(ia(S,V,A,R,U,J),Wr(([W,re,pe,ne,,ge])=>W&&!re&&pe.height!==0&&ne.height!==0&&!ge)),([,,,,W])=>{Ir(J,!0),$_(1,()=>{Ir(L,W)}),Q2(Ht(r),()=>{Ir(n,[0,0]),Ir(V,!0)})}),Ln(Ht(q,Wr(W=>W!=null&&W.scrollTop>0),Fa(0)),O),io(Ht(S,$s(q),Wr(([,W])=>W!=null)),([,W])=>{W&&(Ir(R,W.viewport),Ir(A,W==null?void 0:W.item),Ir(H,W.gap),W.scrollTop>0&&(Ir(D,!0),Q2(Ht(r,I0(1)),re=>{Ir(D,!1)}),Ir(i,{top:W.scrollTop})))}),Ln(Ht(R,Kn(({height:W})=>W)),o),Ln(Ht(ia(fn(R,Kd),fn(A,Kd),fn(H,(W,re)=>W&&W.column===re.column&&W.row===re.row),fn(r)),Kn(([W,re,pe,ne])=>({viewport:W,item:re,gap:pe,scrollTop:ne}))),G),Ln(Ht(ia(fn(I),t,fn(H,sB),fn(A,Kd),fn(R,Kd),fn(B),fn(O),fn(D),fn(V),fn(U)),Wr(([,,,,,,,W])=>!W),Kn(([W,[re,pe],ne,ge,de,Ce,Me,,me,_e])=>{const{row:Ve,column:Le}=ne,{height:Ue,width:kt}=ge,{width:vt}=de;if(Me===0&&(W===0||vt===0))return rw;if(kt===0){const En=GL(_e,W),ln=En===0?Math.max(Me-1,0):En;return oB(aw(En,ln,Ce))}const jn=F_(vt,kt,Le);let Pt,bt;me?re===0&&pe===0&&Me>0?(Pt=0,bt=Me-1):(Pt=jn*Zf((re+Ve)/(Ue+Ve)),bt=jn*sw((pe+Ve)/(Ue+Ve))-1,bt=Pg(W-1,Xc(bt,jn-1)),Pt=Pg(bt,Xc(0,Pt))):(Pt=0,bt=-1);const xe=aw(Pt,bt,Ce),{top:Te,bottom:It}=iw(de,ne,ge,xe),Ft=sw(W/jn),Cn=Ft*Ue+(Ft-1)*Ve-It;return{items:xe,offsetTop:Te,offsetBottom:Cn,top:Te,bottom:It,itemHeight:Ue,itemWidth:kt}})),M),Ln(Ht(B,Wr(W=>W!==null),Kn(W=>W.length)),I),Ln(Ht(ia(R,A,M,H),Wr(([W,re,{items:pe}])=>pe.length>0&&re.height!==0&&W.height!==0),Kn(([W,re,{items:pe},ne])=>{const{top:ge,bottom:de}=iw(W,ne,re,pe);return[ge,de]}),vo(E0)),n);const ie=Bt(!1);Ln(Ht(r,$s(ie),Kn(([W,re])=>re||W!==0)),ie);const ye=Yc(Ht(fn(M),Wr(({items:W})=>W.length>0),$s(I,ie),Wr(([{items:W},re,pe])=>pe&&W[W.length-1].index===re-1),Kn(([,W])=>W-1),vo())),he=Yc(Ht(fn(M),Wr(({items:W})=>W.length>0&&W[0].index===0),Fa(0),vo())),ae=Yc(Ht(fn(M),$s(D),Wr(([{items:W},re])=>W.length>0&&!re),Kn(([{items:W}])=>({startIndex:W[0].index,endIndex:W[W.length-1].index})),vo(qL),Lc(0)));Ln(ae,v.scrollSeekRangeChanged),Ln(Ht(L,$s(R,A,I,H),Kn(([W,re,pe,ne,ge])=>{const de=FL(W),{align:Ce,behavior:Me,offset:me}=de;let _e=de.index;_e==="LAST"&&(_e=ne-1),_e=Xc(0,_e,Pg(ne-1,_e));let Ve=O0(re,ge,pe,_e);return Ce==="end"?Ve=ow(Ve-re.height+pe.height):Ce==="center"&&(Ve=ow(Ve-re.height/2+pe.height/2)),me&&(Ve+=me),{top:Ve,behavior:Me}})),i);const ee=Ol(Ht(M,Kn(W=>W.offsetBottom+W.bottom)),0);return Ln(Ht(w,Kn(W=>({width:W.visibleWidth,height:W.visibleHeight}))),R),{data:B,totalCount:I,viewportDimensions:R,itemDimensions:A,scrollTop:r,scrollHeight:N,overscan:e,scrollBy:s,scrollTo:i,scrollToIndex:L,smoothScrollTargetReached:u,windowViewportRect:w,windowScrollTo:j,useWindowScroll:C,customScrollParent:_,windowScrollContainerState:k,deviation:Z,scrollContainerState:d,footerHeight:p,headerHeight:h,initialItemCount:O,gap:H,restoreStateFrom:q,...v,initialTopMostItemIndex:U,gridState:M,totalListHeight:ee,...g,startReached:he,endReached:ye,rangeChanged:ae,stateChanged:G,propsReady:b,stateRestoreInProgress:D,...E}},Fi(KL,_h,N_,YL,UL,XL,M_));function iw(e,t,n,r){const{height:o}=n;if(o===void 0||r.length===0)return{top:0,bottom:0};const s=O0(e,t,n,r[0].index),i=O0(e,t,n,r[r.length-1].index)+o;return{top:s,bottom:i}}function O0(e,t,n,r){const o=F_(e.width,n.width,t.column),s=Zf(r/o),i=s*n.height+Xc(0,s-1)*t.row;return i>0?i+t.row:i}function F_(e,t,n){return Xc(1,Zf((e+n)/(Zf(t)+n)))}const iB=Ys(()=>{const e=Bt(p=>`Item ${p}`),t=Bt({}),n=Bt(null),r=Bt("virtuoso-grid-item"),o=Bt("virtuoso-grid-list"),s=Bt(ZL),i=Bt("div"),u=Bt(wh),d=(p,h=null)=>Ol(Ht(t,Kn(g=>g[p]),vo()),h);return{context:n,itemContent:e,components:t,computeItemKey:s,itemClassName:r,listClassName:o,headerFooterTag:i,scrollerRef:u,FooterComponent:d("Footer"),HeaderComponent:d("Header"),ListComponent:d("List","div"),ItemComponent:d("Item","div"),ScrollerComponent:d("Scroller","div"),ScrollSeekPlaceholder:d("ScrollSeekPlaceholder","div")}}),lB=Ys(([e,t])=>({...e,...t}),Fi(aB,iB)),cB=z.memo(function(){const t=tr("gridState"),n=tr("listClassName"),r=tr("itemClassName"),o=tr("itemContent"),s=tr("computeItemKey"),i=tr("isSeeking"),u=ps("scrollHeight"),d=tr("ItemComponent"),p=tr("ListComponent"),h=tr("ScrollSeekPlaceholder"),g=tr("context"),v=ps("itemDimensions"),b=ps("gap"),S=tr("log"),w=tr("stateRestoreInProgress"),C=Ch(_=>{const k=_.parentElement.parentElement.scrollHeight;u(k);const j=_.firstChild;if(j){const{width:E,height:I}=j.getBoundingClientRect();v({width:E,height:I})}b({row:lw("row-gap",getComputedStyle(_).rowGap,S),column:lw("column-gap",getComputedStyle(_).columnGap,S)})});return w?null:z.createElement(p,{ref:C,className:n,...Pi(p,g),style:{paddingTop:t.offsetTop,paddingBottom:t.offsetBottom},"data-test-id":"virtuoso-item-list"},t.items.map(_=>{const k=s(_.index,_.data,g);return i?z.createElement(h,{key:k,...Pi(h,g),index:_.index,height:t.itemHeight,width:t.itemWidth}):z.createElement(d,{...Pi(d,g),className:r,"data-index":_.index,key:k},o(_.index,_.data,g))}))}),uB=z.memo(function(){const t=tr("HeaderComponent"),n=ps("headerHeight"),r=tr("headerFooterTag"),o=Ch(i=>n(Yf(i,"height"))),s=tr("context");return t?z.createElement(r,{ref:o},z.createElement(t,Pi(t,s))):null}),dB=z.memo(function(){const t=tr("FooterComponent"),n=ps("footerHeight"),r=tr("headerFooterTag"),o=Ch(i=>n(Yf(i,"height"))),s=tr("context");return t?z.createElement(r,{ref:o},z.createElement(t,Pi(t,s))):null}),fB=({children:e})=>{const t=z.useContext(L_),n=ps("itemDimensions"),r=ps("viewportDimensions"),o=Ch(s=>{r(s.getBoundingClientRect())});return z.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),z.createElement("div",{style:B_,ref:o},e)},pB=({children:e})=>{const t=z.useContext(L_),n=ps("windowViewportRect"),r=ps("itemDimensions"),o=tr("customScrollParent"),s=JL(n,o);return z.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),z.createElement("div",{ref:s,style:B_},e)},hB=z.memo(function({...t}){const n=tr("useWindowScroll"),r=tr("customScrollParent"),o=r||n?vB:gB,s=r||n?pB:fB;return z.createElement(o,{...t},z.createElement(s,null,z.createElement(uB,null),z.createElement(cB,null),z.createElement(dB,null)))}),{Component:mB,usePublisher:ps,useEmitterValue:tr,useEmitter:H_}=AL(lB,{optional:{context:"context",totalCount:"totalCount",overscan:"overscan",itemContent:"itemContent",components:"components",computeItemKey:"computeItemKey",data:"data",initialItemCount:"initialItemCount",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",listClassName:"listClassName",itemClassName:"itemClassName",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel",restoreStateFrom:"restoreStateFrom",initialTopMostItemIndex:"initialTopMostItemIndex"},methods:{scrollTo:"scrollTo",scrollBy:"scrollBy",scrollToIndex:"scrollToIndex"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",stateChanged:"stateChanged"}},hB),gB=tB({usePublisher:ps,useEmitterValue:tr,useEmitter:H_}),vB=nB({usePublisher:ps,useEmitterValue:tr,useEmitter:H_});function lw(e,t,n){return t!=="normal"&&!(t!=null&&t.endsWith("px"))&&n(`${e} was not resolved to pixel value correctly`,t,b1.WARN),t==="normal"?0:parseInt(t??"0",10)}const W_=mB,yB=({image:e})=>{const t=f.useMemo(()=>{var n,r;if(r8((n=e.metadata)==null?void 0:n.model))return(r=e.metadata)==null?void 0:r.model},[e.metadata]);return a.jsxs(F,{sx:{pointerEvents:"none",flexDirection:"column",position:"absolute",top:0,insetInlineStart:0,p:2,alignItems:"flex-start",gap:2},children:[a.jsxs(Xa,{variant:"solid",colorScheme:"base",children:[e.width," × ",e.height]}),t&&a.jsx(Xa,{variant:"solid",colorScheme:"base",children:t})]})},V_=({postUploadAction:e,isDisabled:t})=>{const n=te(),r=f.useCallback(u=>{const d=u[0];d&&n(P4({file:d,image_category:"user",is_intermediate:!1,postUploadAction:e}))},[n,e]),{getRootProps:o,getInputProps:s,open:i}=Gv({accept:{"image/png":[".png"],"image/jpeg":[".jpg",".jpeg",".png"]},onDropAccepted:r,disabled:t,noDrag:!0,multiple:!1});return{getUploadButtonProps:o,getUploadInputProps:s,openUploader:i}},bB=e=>{const{data:t,disabled:n,onClick:r}=e,o=f.useRef(Ga()),{attributes:s,listeners:i,setNodeRef:u}=o8({id:o.current,disabled:n,data:t});return a.jsx(ze,{onClick:r,ref:u,position:"absolute",w:"full",h:"full",top:0,insetInlineStart:0,...s,...i})},xB=f.memo(bB),wB=()=>{const e=f.useCallback(()=>{},[]),t=f.useCallback(()=>{},[]),n=f.useCallback(()=>{},[]);return a.jsxs(a.Fragment,{children:[a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:e,children:"Move Selection to Board"}),a.jsx(jr,{icon:a.jsx(_$,{}),onClickCapture:n,children:"Add Selection to Batch"}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:t,children:"Delete Selection"})]})},x1=()=>{const e=te(),t=Yl(),{t:n}=le(),r=f.useCallback(()=>{t({title:n("toast.parameterSet"),status:"info",duration:2500,isClosable:!0})},[n,t]),o=f.useCallback(()=>{t({title:n("toast.parameterNotSet"),status:"warning",duration:2500,isClosable:!0})},[n,t]),s=f.useCallback(()=>{t({title:n("toast.parametersSet"),status:"info",duration:2500,isClosable:!0})},[n,t]),i=f.useCallback(()=>{t({title:n("toast.parametersNotSet"),status:"warning",duration:2500,isClosable:!0})},[n,t]),u=f.useCallback((I,O)=>{if(_d(I)||kd(O)){_d(I)&&e(Vc(I)),kd(O)&&e(Uc(O)),r();return}o()},[e,r,o]),d=f.useCallback(I=>{if(!_d(I)){o();return}e(Vc(I)),r()},[e,r,o]),p=f.useCallback(I=>{if(!kd(I)){o();return}e(Uc(I)),r()},[e,r,o]),h=f.useCallback(I=>{if(!Ub(I)){o();return}e(_f(I)),r()},[e,r,o]),g=f.useCallback(I=>{if(!Gb(I)){o();return}e(kf(I)),r()},[e,r,o]),v=f.useCallback(I=>{if(!qb(I)){o();return}e(Kg(I)),r()},[e,r,o]),b=f.useCallback(I=>{if(!Kb(I)){o();return}e(Yg(I)),r()},[e,r,o]),S=f.useCallback(I=>{if(!Yb(I)){o();return}e(Pf(I)),r()},[e,r,o]),w=f.useCallback(I=>{if(!Qb(I)){o();return}e(Dl(I)),r()},[e,r,o]),C=f.useCallback(I=>{if(!Xb(I)){o();return}e(Tl(I)),r()},[e,r,o]),_=f.useCallback(I=>{if(!Jb(I)){o();return}e(jf(I)),r()},[e,r,o]),k=f.useCallback(async I=>{if(!s8(I)){o();return}e(If(I.image_name)),r()},[e,r,o]),j=f.useCallback(I=>{e(If(I))},[e]),E=f.useCallback(I=>{if(!I){i();return}const{cfg_scale:O,height:M,model:R,positive_prompt:A,negative_prompt:L,scheduler:N,seed:Z,steps:B,width:H,strength:G}=I;Gb(O)&&e(kf(O)),qb(R)&&e(Kg(R)),_d(A)&&e(Vc(A)),kd(L)&&e(Uc(L)),Kb(N)&&e(Yg(N)),Ub(Z)&&e(_f(Z)),Yb(B)&&e(Pf(B)),Qb(H)&&e(Dl(H)),Xb(M)&&e(Tl(M)),Jb(G)&&e(jf(G)),s()},[i,s,e]);return{recallBothPrompts:u,recallPositivePrompt:d,recallNegativePrompt:p,recallSeed:h,recallInitialImage:k,recallCfgScale:g,recallModel:v,recallScheduler:b,recallSteps:S,recallWidth:w,recallHeight:C,recallStrength:_,recallAllParameters:E,sendToImageToImage:j}},kh=()=>{const e=Yl(),{t}=le(),n=f.useMemo(()=>!!navigator.clipboard&&!!window.ClipboardItem,[]),r=f.useCallback(async o=>{n||e({title:t("toast.problemCopyingImage"),description:"Your browser doesn't support the Clipboard API.",status:"error",duration:2500,isClosable:!0});try{const i=await(await fetch(o)).blob();await navigator.clipboard.write([new ClipboardItem({[i.type]:i})]),e({title:t("toast.imageCopied"),status:"success",duration:2500,isClosable:!0})}catch(s){e({title:t("toast.problemCopyingImage"),description:String(s),status:"error",duration:2500,isClosable:!0})}},[n,t,e]);return{isClipboardAPIAvailable:n,copyImageToClipboard:r}},SB=e=>{const{imageDTO:t}=e,n=f.useMemo(()=>ve([Rt],({gallery:B})=>({isInBatch:B.batchImageNames.includes(t.image_name)}),at),[t.image_name]),{isInBatch:r}=$(n),o=te(),{t:s}=le(),i=Yl(),u=sr("unifiedCanvas").isFeatureEnabled,d=sr("batches").isFeatureEnabled,{onClickAddToBoard:p}=f.useContext(O4),{currentData:h}=dv(t.image_name),{isClipboardAPIAvailable:g,copyImageToClipboard:v}=kh(),b=h==null?void 0:h.metadata,S=f.useCallback(()=>{t&&o(fv(t))},[o,t]),{recallBothPrompts:w,recallSeed:C,recallAllParameters:_}=x1(),[k]=a8(),j=f.useCallback(()=>{w(b==null?void 0:b.positive_prompt,b==null?void 0:b.negative_prompt)},[b==null?void 0:b.negative_prompt,b==null?void 0:b.positive_prompt,w]),E=f.useCallback(()=>{C(b==null?void 0:b.seed)},[b==null?void 0:b.seed,C]),I=f.useCallback(()=>{o(R4()),o(If(t))},[o,t]),O=f.useCallback(()=>{o(M4()),o(D4(t)),o(Kp()),o(xi("unifiedCanvas")),i({title:s("toast.sentToUnifiedCanvas"),status:"success",duration:2500,isClosable:!0})},[o,t,s,i]),M=f.useCallback(()=>{console.log(b),_(b)},[b,_]),R=f.useCallback(()=>{p(t)},[t,p]),A=f.useCallback(()=>{t.board_id&&k({board_id:t.board_id,image_name:t.image_name})},[t.board_id,t.image_name,k]),L=f.useCallback(()=>{window.open(t.image_url,"_blank")},[t.image_url]),N=f.useCallback(()=>{o(i8([t.image_name]))},[o,t.image_name]),Z=f.useCallback(()=>{v(t.image_url)},[v,t.image_url]);return a.jsxs(a.Fragment,{children:[a.jsx(Ka,{href:t.image_url,target:"_blank",children:a.jsx(jr,{icon:a.jsx(w$,{}),onClickCapture:L,children:s("common.openInNewTab")})}),g&&a.jsx(jr,{icon:a.jsx(nc,{}),onClickCapture:Z,children:s("parameters.copyImage")}),a.jsx(jr,{icon:a.jsx(G5,{}),onClickCapture:j,isDisabled:(b==null?void 0:b.positive_prompt)===void 0&&(b==null?void 0:b.negative_prompt)===void 0,children:s("parameters.usePrompt")}),a.jsx(jr,{icon:a.jsx(q5,{}),onClickCapture:E,isDisabled:(b==null?void 0:b.seed)===void 0,children:s("parameters.useSeed")}),a.jsx(jr,{icon:a.jsx(z5,{}),onClickCapture:M,isDisabled:!b,children:s("parameters.useAll")}),a.jsx(jr,{icon:a.jsx(w2,{}),onClickCapture:I,id:"send-to-img2img",children:s("parameters.sendToImg2Img")}),u&&a.jsx(jr,{icon:a.jsx(w2,{}),onClickCapture:O,id:"send-to-canvas",children:s("parameters.sendToUnifiedCanvas")}),d&&a.jsx(jr,{icon:a.jsx(qc,{}),isDisabled:r,onClickCapture:N,children:"Add to Batch"}),a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:R,children:t.board_id?"Change Board":"Add to Board"}),t.board_id&&a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:A,children:"Remove from Board"}),a.jsx(Ka,{download:!0,href:t.image_url,target:"_blank",children:a.jsx(jr,{icon:a.jsx(Kv,{}),w:"100%",children:s("parameters.downloadImage")})}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:S,children:s("gallery.deleteImage")})]})},U_=f.memo(SB),CB=({imageDTO:e,children:t})=>{const n=f.useMemo(()=>ve([Rt],({gallery:s})=>({selectionCount:s.selection.length}),at),[]),{selectionCount:r}=$(n),o=f.useCallback(s=>{s.preventDefault()},[]);return a.jsx(k_,{menuProps:{size:"sm",isLazy:!0},menuButtonProps:{bg:"transparent",_hover:{bg:"transparent"}},renderMenu:()=>e?a.jsx(ec,{sx:{visibility:"visible !important"},motionProps:O3,onContextMenu:o,children:r===1?a.jsx(U_,{imageDTO:e}):a.jsx(wB,{})}):null,children:t})},w1=f.memo(CB),_B=e=>{const{imageDTO:t,onClickReset:n,onError:r,onClick:o,withResetIcon:s=!1,withMetadataOverlay:i=!1,isDropDisabled:u=!1,isDragDisabled:d=!1,isUploadDisabled:p=!1,minSize:h=24,postUploadAction:g,imageSx:v,fitContainer:b=!1,droppableData:S,draggableData:w,dropLabel:C,isSelected:_=!1,thumbnail:k=!1,resetTooltip:j="Reset",resetIcon:E=a.jsx(Xv,{}),noContentFallback:I=a.jsx(Bi,{icon:rc})}=e,{colorMode:O}=Do(),{getUploadButtonProps:M,getUploadInputProps:R}=V_({postUploadAction:g,isDisabled:p}),A=ff("drop-shadow(0px 0px 0.1rem var(--invokeai-colors-base-600))","drop-shadow(0px 0px 0.1rem var(--invokeai-colors-base-800))"),L=p?{}:{cursor:"pointer",bg:ke("base.200","base.800")(O),_hover:{bg:ke("base.300","base.650")(O),color:ke("base.500","base.300")(O)}};return a.jsx(w1,{imageDTO:t,children:N=>a.jsxs(F,{ref:N,sx:{width:"full",height:"full",alignItems:"center",justifyContent:"center",position:"relative",minW:h||void 0,minH:h||void 0,userSelect:"none",cursor:d||!t?"default":"pointer"},children:[t&&a.jsxs(F,{sx:{w:"full",h:"full",position:b?"absolute":"relative",alignItems:"center",justifyContent:"center"},children:[a.jsx(bu,{src:k?t.thumbnail_url:t.image_url,fallbackStrategy:"beforeLoadOrError",fallbackSrc:t.thumbnail_url,width:t.width,height:t.height,onError:r,draggable:!1,sx:{objectFit:"contain",maxW:"full",maxH:"full",borderRadius:"base",shadow:_?"selected.light":void 0,_dark:{shadow:_?"selected.dark":void 0},...v}}),i&&a.jsx(yB,{image:t})]}),!t&&!p&&a.jsx(a.Fragment,{children:a.jsxs(F,{sx:{minH:h,w:"full",h:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",transitionProperty:"common",transitionDuration:"0.1s",color:ke("base.500","base.500")(O),...L},...M(),children:[a.jsx("input",{...R()}),a.jsx(go,{as:Au,sx:{boxSize:16}})]})}),!t&&p&&I,!u&&a.jsx(g1,{data:S,disabled:u,dropLabel:C}),t&&!d&&a.jsx(xB,{data:w,disabled:d||!t,onClick:o}),n&&s&&t&&a.jsx(je,{onClick:n,"aria-label":j,tooltip:j,icon:E,size:"sm",variant:"link",sx:{position:"absolute",top:1,insetInlineEnd:1,p:0,minW:0,svg:{transitionProperty:"common",transitionDuration:"normal",fill:"base.100",_hover:{fill:"base.50"},filter:A}}})]})})},Za=f.memo(_B),kB=()=>a.jsx(ze,{sx:{position:"relative",height:"full",width:"full","::before":{content:"''",display:"block",pt:"100%"}},children:a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,height:"full",width:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",bg:"base.100",color:"base.500",_dark:{color:"base.700",bg:"base.850"}},children:a.jsx(go,{as:y$,boxSize:16,opacity:.7})})}),PB=()=>a.jsx(i5,{sx:{position:"relative",height:"full",width:"full","::before":{content:"''",display:"block",pt:"100%"}},children:a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineStart:0,height:"full",width:"full"}})}),jB=e=>ve([Rt],t=>({selectionCount:t.gallery.selection.length,selection:t.gallery.selection,isSelected:t.gallery.selection.includes(e)}),at),IB=e=>{const t=te(),{imageName:n}=e,{currentData:r,isLoading:o,isError:s,isSuccess:i}=gs(n),u=f.useMemo(()=>jB(n),[n]),{isSelected:d,selectionCount:p,selection:h}=$(u),g=f.useCallback(()=>{t(l8([n]))},[t,n]),v=f.useCallback(S=>{S.shiftKey?t(c8(n)):S.ctrlKey||S.metaKey?t(u8(n)):t(Ef(n))},[t,n]),b=f.useMemo(()=>{if(p>1)return{id:"batch",payloadType:"IMAGE_NAMES",payload:{image_names:h}};if(r)return{id:"batch",payloadType:"IMAGE_DTO",payload:{imageDTO:r}}},[r,h,p]);return o?a.jsx(PB,{}):s||!r?a.jsx(kB,{}):a.jsx(ze,{sx:{w:"full",h:"full",touchAction:"none"},children:a.jsx(w1,{imageDTO:r,children:S=>a.jsx(ze,{position:"relative",userSelect:"none",ref:S,sx:{display:"flex",justifyContent:"center",alignItems:"center",aspectRatio:"1/1"},children:a.jsx(Za,{onClick:v,imageDTO:r,draggableData:b,isSelected:d,minSize:0,onClickReset:g,isDropDisabled:!0,imageSx:{w:"full",h:"full"},isUploadDisabled:!0,resetTooltip:"Remove from batch",withResetIcon:!0,thumbnail:!0})},n)})})},EB=f.memo(IB),G_=tt((e,t)=>a.jsx(ze,{className:"item-container",ref:t,p:1.5,children:e.children})),q_=tt((e,t)=>{const n=$(r=>r.gallery.galleryImageMinimumWidth);return a.jsx(Ri,{...e,className:"list-container",ref:t,sx:{gridTemplateColumns:`repeat(auto-fill, minmax(${n}px, 1fr));`},children:e.children})}),OB=ve([Rt],e=>({imageNames:e.gallery.batchImageNames}),at),RB=()=>{const{t:e}=le(),t=f.useRef(null),[n,r]=f.useState(null),[o,s]=m1({defer:!0,options:{scrollbars:{visibility:"auto",autoHide:"leave",autoHideDelay:1300,theme:"os-theme-dark"},overflow:{x:"hidden"}}}),{imageNames:i}=$(OB);return f.useEffect(()=>{const{current:u}=t;return n&&u&&o({target:u,elements:{viewport:n}}),()=>{var d;return(d=s())==null?void 0:d.destroy()}},[n,o,s]),i.length?a.jsx(ze,{ref:t,"data-overlayscrollbars":"",h:"100%",children:a.jsx(W_,{style:{height:"100%"},data:i,components:{Item:G_,List:q_},scrollerRef:r,itemContent:(u,d)=>a.jsx(EB,{imageName:d},d)})}):a.jsx(Bi,{label:e("gallery.noImagesInGallery"),icon:rc})},MB=f.memo(RB),DB=e=>ve([Rt],({gallery:t})=>({isSelected:t.selection.includes(e),selectionCount:t.selection.length,selection:t.selection}),at),TB=e=>{const t=te(),{imageName:n}=e,{currentData:r}=gs(n),o=f.useMemo(()=>DB(n),[n]),{isSelected:s,selectionCount:i,selection:u}=$(o),d=f.useCallback(g=>{t(Ef(n))},[t,n]),p=f.useCallback(g=>{g.stopPropagation(),r&&t(fv(r))},[t,r]),h=f.useMemo(()=>{if(i>1)return{id:"gallery-image",payloadType:"IMAGE_NAMES",payload:{image_names:u}};if(r)return{id:"gallery-image",payloadType:"IMAGE_DTO",payload:{imageDTO:r}}},[r,u,i]);return r?a.jsx(ze,{sx:{w:"full",h:"full",touchAction:"none"},children:a.jsx(w1,{imageDTO:r,children:g=>a.jsx(ze,{position:"relative",userSelect:"none",ref:g,sx:{display:"flex",justifyContent:"center",alignItems:"center",aspectRatio:"1/1"},children:a.jsx(Za,{onClick:d,imageDTO:r,draggableData:h,isSelected:s,minSize:0,onClickReset:p,imageSx:{w:"full",h:"full"},isDropDisabled:!0,isUploadDisabled:!0,thumbnail:!0})},n)})}):a.jsx(Xl,{})},AB=f.memo(TB),NB=ve([Rt,T4],(e,t)=>{const{galleryImageMinimumWidth:n,selectedBoardId:r,galleryView:o,total:s,isLoading:i}=e.gallery;return{imageNames:t.map(u=>u.image_name),total:s,selectedBoardId:r,galleryView:o,galleryImageMinimumWidth:n,isLoading:i}},at),$B=()=>{const{t:e}=le(),t=f.useRef(null),n=f.useRef(null),[r,o]=f.useState(null),[s,i]=m1({defer:!0,options:{scrollbars:{visibility:"auto",autoHide:"leave",autoHideDelay:1300,theme:"os-theme-dark"},overflow:{x:"hidden"}}});f.useState(!1);const u=te(),{galleryImageMinimumWidth:d,imageNames:p,total:h,selectedBoardId:g,galleryView:v,isLoading:b}=$(NB),{data:S,isLoading:w}=d8({board_id:g},{skip:g==="all"}),C=f.useMemo(()=>{if(g==="all")return p;{const E=v==="images"?Zb:ex;return((S==null?void 0:S.items)||[]).filter(O=>E.includes(O.image_category)).map(O=>O.image_name)}},[g,v,S,p]),_=f.useMemo(()=>g==="all"?h>p.length:!1,[g,p.length,h]),k=f.useMemo(()=>g==="all"?b:w,[g,b,w]),j=f.useCallback(()=>{u(A4({categories:v==="images"?Zb:ex,is_intermediate:!1,offset:C.length,limit:f8}))},[u,C.length,v]);if(f.useEffect(()=>{const{current:E}=t;return r&&E&&s({target:E,elements:{viewport:r}}),()=>{var I;return(I=i())==null?void 0:I.destroy()}},[r,s,i]),f.useMemo(()=>{if(_)return j},[_,j]),!k&&C.length===0)return a.jsx(ze,{ref:n,sx:{w:"full",h:"full"},children:a.jsx(Bi,{label:e("gallery.noImagesInGallery"),icon:rc})});if(status!=="rejected")return a.jsxs(a.Fragment,{children:[a.jsx(ze,{ref:t,"data-overlayscrollbars":"",h:"100%",children:a.jsx(W_,{style:{height:"100%"},data:C,components:{Item:G_,List:q_},scrollerRef:o,itemContent:(E,I)=>a.jsx(AB,{imageName:I},I)})}),a.jsx(Zt,{onClick:j,isDisabled:!_,isLoading:status==="pending",loadingText:"Loading",flexShrink:0,children:e(_?"gallery.loadMore":"gallery.allImagesLoaded")})]})},zB=f.memo($B),LB=ve([Rt],e=>{const{selectedBoardId:t,galleryImageMinimumWidth:n,galleryView:r,shouldAutoSwitch:o}=e.gallery,{shouldPinGallery:s}=e.ui;return{selectedBoardId:t,shouldPinGallery:s,galleryImageMinimumWidth:n,shouldAutoSwitch:o,galleryView:r}},at),BB=()=>{const e=te(),{t}=le(),n=f.useRef(null),r=f.useRef(null),{colorMode:o}=Do(),{selectedBoardId:s,shouldPinGallery:i,galleryImageMinimumWidth:u,shouldAutoSwitch:d,galleryView:p}=$(LB),{selectedBoard:h}=uv(void 0,{selectFromResult:({data:k})=>({selectedBoard:k==null?void 0:k.find(j=>j.board_id===s)})}),g=f.useMemo(()=>s==="batch"?"Batch":h?h.board_name:"All Images",[h,s]),{isOpen:v,onToggle:b}=pa(),S=k=>{e(Of(k))},w=()=>{e(N4()),e(so())},C=f.useCallback(()=>{e(tx("images"))},[e]),_=f.useCallback(()=>{e(tx("assets"))},[e]);return a.jsxs(nh,{sx:{flexDirection:"column",h:"full",w:"full",borderRadius:"base"},children:[a.jsxs(ze,{sx:{w:"full"},children:[a.jsxs(F,{ref:n,sx:{alignItems:"center",justifyContent:"space-between",gap:2},children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(je,{tooltip:t("gallery.images"),"aria-label":t("gallery.images"),onClick:C,isChecked:p==="images",size:"sm",icon:a.jsx(rc,{})}),a.jsx(je,{tooltip:t("gallery.assets"),"aria-label":t("gallery.assets"),onClick:_,isChecked:p==="assets",size:"sm",icon:a.jsx(L$,{})})]}),a.jsxs(F,{as:Sf,onClick:b,size:"sm",variant:"ghost",sx:{w:"full",justifyContent:"center",alignItems:"center",px:2,_hover:{bg:ke("base.100","base.800")(o)}},children:[a.jsx(nt,{noOfLines:1,sx:{w:"full",color:ke("base.800","base.200")(o),fontWeight:600},children:g}),a.jsx(Zv,{sx:{transform:v?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal"}})]}),a.jsx(Ja,{triggerComponent:a.jsx(je,{tooltip:t("gallery.gallerySettings"),"aria-label":t("gallery.gallerySettings"),size:"sm",icon:a.jsx(Jv,{})}),children:a.jsxs(F,{direction:"column",gap:2,children:[a.jsx(ht,{value:u,onChange:S,min:32,max:256,hideTooltip:!0,label:t("gallery.galleryImageSize"),withReset:!0,handleReset:()=>e(Of(64))}),a.jsx(Bn,{label:t("gallery.autoSwitchNewImages"),isChecked:d,onChange:k=>e(p8(k.target.checked))})]})}),a.jsx(je,{size:"sm","aria-label":t("gallery.pinGallery"),tooltip:`${t("gallery.pinGallery")} (Shift+G)`,onClick:w,icon:i?a.jsx(A5,{}):a.jsx(N5,{})})]}),a.jsx(ze,{children:a.jsx(kL,{isOpen:v})})]}),a.jsx(F,{ref:r,direction:"column",gap:2,h:"full",w:"full",children:s==="batch"?a.jsx(MB,{}):a.jsx(zB,{})})]})},K_=f.memo(BB),FB=ve([dr,Jr,h8,Xn],(e,t,n,r)=>{const{shouldPinGallery:o,shouldShowGallery:s}=t,{galleryImageMinimumWidth:i}=n;return{activeTabName:e,isStaging:r,shouldPinGallery:o,shouldShowGallery:s,galleryImageMinimumWidth:i,isResizable:e!=="unifiedCanvas"}},{memoizeOptions:{resultEqualityCheck:Yt}}),HB=()=>{const e=te(),{shouldPinGallery:t,shouldShowGallery:n,galleryImageMinimumWidth:r}=$(FB),o=()=>{e(Qg(!1)),t&&e(so())};qe("esc",()=>{e(Qg(!1))},{enabled:()=>!t,preventDefault:!0},[t]);const s=32;return qe("shift+up",()=>{if(r<256){const i=Ws(r+s,32,256);e(Of(i))}},[r]),qe("shift+down",()=>{if(r>32){const i=Ws(r-s,32,256);e(Of(i))}},[r]),t?null:a.jsx(T5,{direction:"right",isResizable:!0,isOpen:n,onClose:o,minWidth:337,children:a.jsx(K_,{})})},WB=f.memo(HB),VB=e=>{const{label:t,isDisabled:n=!1,width:r="auto",formControlProps:o,formLabelProps:s,tooltip:i,...u}=e;return a.jsx(_n,{label:i,hasArrow:!0,placement:"top",isDisabled:!i,children:a.jsxs(Ss,{isDisabled:n,width:r,display:"flex",alignItems:"center",...o,children:[t&&a.jsx(vs,{my:1,flexGrow:1,sx:{cursor:n?"not-allowed":"pointer",...s==null?void 0:s.sx,pe:4},...s,children:t}),a.jsx(Vv,{...u})]})})},Pn=f.memo(VB),UB=e=>{const{imageUsage:t}=e;return!t||!$4(t)?null:a.jsxs(a.Fragment,{children:[a.jsx(nt,{children:"This image is currently in use in the following features:"}),a.jsxs(th,{sx:{paddingInlineStart:6},children:[t.isInitialImage&&a.jsx(Eo,{children:"Image to Image"}),t.isCanvasImage&&a.jsx(Eo,{children:"Unified Canvas"}),t.isControlNetImage&&a.jsx(Eo,{children:"ControlNet"}),t.isNodesImage&&a.jsx(Eo,{children:"Node Editor"})]}),a.jsx(nt,{children:"If you delete this image, those features will immediately be reset."})]})},GB=f.memo(UB),qB=ve([Rt,m8],({system:e,config:t,imageDeletion:n},r)=>{const{shouldConfirmOnDelete:o}=e,{canRestoreDeletedImagesFromBin:s}=t,{imageToDelete:i,isModalOpen:u}=n;return{shouldConfirmOnDelete:o,canRestoreDeletedImagesFromBin:s,imageToDelete:i,imageUsage:r,isModalOpen:u}},at),KB=()=>{const e=te(),{t}=le(),{shouldConfirmOnDelete:n,canRestoreDeletedImagesFromBin:r,imageToDelete:o,imageUsage:s,isModalOpen:i}=$(qB),u=f.useCallback(g=>e(z4(!g.target.checked)),[e]),d=f.useCallback(()=>{e(nx()),e(g8(!1))},[e]),p=f.useCallback(()=>{!o||!s||(e(nx()),e(v8({imageDTO:o,imageUsage:s})))},[e,o,s]),h=f.useRef(null);return a.jsx(Ou,{isOpen:i,onClose:d,leastDestructiveRef:h,isCentered:!0,children:a.jsx(va,{children:a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:t("gallery.deleteImage")}),a.jsx(ya,{children:a.jsxs(F,{direction:"column",gap:3,children:[a.jsx(GB,{imageUsage:s}),a.jsx(ri,{}),a.jsx(nt,{children:t(r?"gallery.deleteImageBin":"gallery.deleteImagePermanent")}),a.jsx(nt,{children:t("common.areYouSure")}),a.jsx(Pn,{label:t("common.dontAskMeAgain"),isChecked:!n,onChange:u})]})}),a.jsxs(ma,{children:[a.jsx(Zt,{ref:h,onClick:d,children:"Cancel"}),a.jsx(Zt,{colorScheme:"error",onClick:p,ml:3,children:"Delete"})]})]})})})},YB=f.memo(KB);function cw(e){for(var t=[],n=1;n{const{isConnected:t,isProcessing:n,statusTranslationKey:r,currentIteration:o,totalIterations:s,currentStatusHasSteps:i}=e;return{isConnected:t,isProcessing:n,currentIteration:o,totalIterations:s,statusTranslationKey:r,currentStatusHasSteps:i}},at),dw={ok:"green.400",working:"yellow.400",error:"red.400"},fw={ok:"green.600",working:"yellow.500",error:"red.500"},tF=()=>{const{isConnected:e,isProcessing:t,currentIteration:n,totalIterations:r,statusTranslationKey:o}=$(eF),{t:s}=le(),i=f.useRef(null),u=f.useMemo(()=>t?"working":e?"ok":"error",[t,e]),d=f.useMemo(()=>{if(n&&r)return` (${n}/${r})`},[n,r]),p=Y_(i);return a.jsxs(F,{ref:i,h:"full",px:2,alignItems:"center",gap:5,children:[a.jsx(ws,{children:p&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.15}},exit:{opacity:0,transition:{delay:.8}},children:a.jsxs(nt,{sx:{fontSize:"sm",fontWeight:"600",pb:"1px",userSelect:"none",color:fw[u],_dark:{color:dw[u]}},children:[s(o),d]})},"statusText")}),a.jsx(go,{as:m$,sx:{boxSize:"0.5rem",color:fw[u],_dark:{color:dw[u]}}})]})};function nF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l9 2-9 2 .01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zm0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}},{tag:"path",attr:{d:"M18.27 14.03l-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"}}]})(e)}function rF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 00-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"}}]})(e)}function oF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M17 16l-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"}}]})(e)}function sF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"}}]})(e)}function aF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"}}]})(e)}function iF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}}]})(e)}function Q_(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3L5 6.99h3V14h2V6.99h3L9 3z"}}]})(e)}const lF=()=>{const{colorMode:e,toggleColorMode:t}=Do(),{t:n}=le();return a.jsx(je,{"aria-label":n(e==="dark"?"common.lightMode":"common.darkMode"),tooltip:n(e==="dark"?"common.lightMode":"common.darkMode"),size:"sm",icon:e==="dark"?a.jsx(F$,{fontSize:19}):a.jsx(A$,{fontSize:18}),onClick:t,variant:"link"})};function cF(e){const{title:t,hotkey:n,description:r}=e;return a.jsxs(Ri,{sx:{gridTemplateColumns:"auto max-content",justifyContent:"space-between",alignItems:"center"},children:[a.jsxs(Ri,{children:[a.jsx(nt,{fontWeight:600,children:t}),r&&a.jsx(nt,{sx:{fontSize:"sm"},variant:"subtext",children:r})]}),a.jsx(ze,{sx:{fontSize:"sm",fontWeight:600,px:2,py:1},children:n})]})}function uF({children:e}){const{isOpen:t,onOpen:n,onClose:r}=pa(),{t:o}=le(),s=[{title:o("hotkeys.invoke.title"),desc:o("hotkeys.invoke.desc"),hotkey:"Ctrl+Enter"},{title:o("hotkeys.cancel.title"),desc:o("hotkeys.cancel.desc"),hotkey:"Shift+X"},{title:o("hotkeys.focusPrompt.title"),desc:o("hotkeys.focusPrompt.desc"),hotkey:"Alt+A"},{title:o("hotkeys.toggleOptions.title"),desc:o("hotkeys.toggleOptions.desc"),hotkey:"O"},{title:o("hotkeys.pinOptions.title"),desc:o("hotkeys.pinOptions.desc"),hotkey:"Shift+O"},{title:o("hotkeys.toggleGallery.title"),desc:o("hotkeys.toggleGallery.desc"),hotkey:"G"},{title:o("hotkeys.maximizeWorkSpace.title"),desc:o("hotkeys.maximizeWorkSpace.desc"),hotkey:"F"},{title:o("hotkeys.changeTabs.title"),desc:o("hotkeys.changeTabs.desc"),hotkey:"1-5"}],i=[{title:o("hotkeys.setPrompt.title"),desc:o("hotkeys.setPrompt.desc"),hotkey:"P"},{title:o("hotkeys.setSeed.title"),desc:o("hotkeys.setSeed.desc"),hotkey:"S"},{title:o("hotkeys.setParameters.title"),desc:o("hotkeys.setParameters.desc"),hotkey:"A"},{title:o("hotkeys.upscale.title"),desc:o("hotkeys.upscale.desc"),hotkey:"Shift+U"},{title:o("hotkeys.showInfo.title"),desc:o("hotkeys.showInfo.desc"),hotkey:"I"},{title:o("hotkeys.sendToImageToImage.title"),desc:o("hotkeys.sendToImageToImage.desc"),hotkey:"Shift+I"},{title:o("hotkeys.deleteImage.title"),desc:o("hotkeys.deleteImage.desc"),hotkey:"Del"},{title:o("hotkeys.closePanels.title"),desc:o("hotkeys.closePanels.desc"),hotkey:"Esc"}],u=[{title:o("hotkeys.previousImage.title"),desc:o("hotkeys.previousImage.desc"),hotkey:"Arrow Left"},{title:o("hotkeys.nextImage.title"),desc:o("hotkeys.nextImage.desc"),hotkey:"Arrow Right"},{title:o("hotkeys.toggleGalleryPin.title"),desc:o("hotkeys.toggleGalleryPin.desc"),hotkey:"Shift+G"},{title:o("hotkeys.increaseGalleryThumbSize.title"),desc:o("hotkeys.increaseGalleryThumbSize.desc"),hotkey:"Shift+Up"},{title:o("hotkeys.decreaseGalleryThumbSize.title"),desc:o("hotkeys.decreaseGalleryThumbSize.desc"),hotkey:"Shift+Down"}],d=[{title:o("hotkeys.selectBrush.title"),desc:o("hotkeys.selectBrush.desc"),hotkey:"B"},{title:o("hotkeys.selectEraser.title"),desc:o("hotkeys.selectEraser.desc"),hotkey:"E"},{title:o("hotkeys.decreaseBrushSize.title"),desc:o("hotkeys.decreaseBrushSize.desc"),hotkey:"["},{title:o("hotkeys.increaseBrushSize.title"),desc:o("hotkeys.increaseBrushSize.desc"),hotkey:"]"},{title:o("hotkeys.decreaseBrushOpacity.title"),desc:o("hotkeys.decreaseBrushOpacity.desc"),hotkey:"Shift + ["},{title:o("hotkeys.increaseBrushOpacity.title"),desc:o("hotkeys.increaseBrushOpacity.desc"),hotkey:"Shift + ]"},{title:o("hotkeys.moveTool.title"),desc:o("hotkeys.moveTool.desc"),hotkey:"V"},{title:o("hotkeys.fillBoundingBox.title"),desc:o("hotkeys.fillBoundingBox.desc"),hotkey:"Shift + F"},{title:o("hotkeys.eraseBoundingBox.title"),desc:o("hotkeys.eraseBoundingBox.desc"),hotkey:"Delete / Backspace"},{title:o("hotkeys.colorPicker.title"),desc:o("hotkeys.colorPicker.desc"),hotkey:"C"},{title:o("hotkeys.toggleSnap.title"),desc:o("hotkeys.toggleSnap.desc"),hotkey:"N"},{title:o("hotkeys.quickToggleMove.title"),desc:o("hotkeys.quickToggleMove.desc"),hotkey:"Hold Space"},{title:o("hotkeys.toggleLayer.title"),desc:o("hotkeys.toggleLayer.desc"),hotkey:"Q"},{title:o("hotkeys.clearMask.title"),desc:o("hotkeys.clearMask.desc"),hotkey:"Shift+C"},{title:o("hotkeys.hideMask.title"),desc:o("hotkeys.hideMask.desc"),hotkey:"H"},{title:o("hotkeys.showHideBoundingBox.title"),desc:o("hotkeys.showHideBoundingBox.desc"),hotkey:"Shift+H"},{title:o("hotkeys.mergeVisible.title"),desc:o("hotkeys.mergeVisible.desc"),hotkey:"Shift+M"},{title:o("hotkeys.saveToGallery.title"),desc:o("hotkeys.saveToGallery.desc"),hotkey:"Shift+S"},{title:o("hotkeys.copyToClipboard.title"),desc:o("hotkeys.copyToClipboard.desc"),hotkey:"Ctrl+C"},{title:o("hotkeys.downloadImage.title"),desc:o("hotkeys.downloadImage.desc"),hotkey:"Shift+D"},{title:o("hotkeys.undoStroke.title"),desc:o("hotkeys.undoStroke.desc"),hotkey:"Ctrl+Z"},{title:o("hotkeys.redoStroke.title"),desc:o("hotkeys.redoStroke.desc"),hotkey:"Ctrl+Shift+Z, Ctrl+Y"},{title:o("hotkeys.resetView.title"),desc:o("hotkeys.resetView.desc"),hotkey:"R"},{title:o("hotkeys.previousStagingImage.title"),desc:o("hotkeys.previousStagingImage.desc"),hotkey:"Arrow Left"},{title:o("hotkeys.nextStagingImage.title"),desc:o("hotkeys.nextStagingImage.desc"),hotkey:"Arrow Right"},{title:o("hotkeys.acceptStagingImage.title"),desc:o("hotkeys.acceptStagingImage.desc"),hotkey:"Enter"}],p=h=>a.jsx(F,{flexDir:"column",gap:4,children:h.map((g,v)=>a.jsxs(F,{flexDir:"column",px:2,gap:4,children:[a.jsx(cF,{title:g.title,description:g.desc,hotkey:g.hotkey}),v{const{data:e}=y8(),t=f.useRef(null),n=Y_(t);return a.jsxs(F,{alignItems:"center",gap:3,ps:1,ref:t,children:[a.jsx(bu,{src:b8,alt:"invoke-ai-logo",sx:{w:"32px",h:"32px",minW:"32px",minH:"32px",userSelect:"none"}}),a.jsxs(F,{sx:{gap:3,alignItems:"center"},children:[a.jsxs(nt,{sx:{fontSize:"xl",userSelect:"none"},children:["invoke ",a.jsx("strong",{children:"ai"})]}),a.jsx(ws,{children:n&&e&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.15}},exit:{opacity:0,transition:{delay:.8}},children:a.jsx(nt,{sx:{fontWeight:600,marginTop:1,color:"base.300",fontSize:14},variant:"subtext",children:e.version})},"statusText")})]})]})};function dF(e){return We({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M245.09 327.74v-37.32c57.07 0 84.51 13.47 108.58 38.68 5.4 5.65 15 1.32 14.29-6.43-5.45-61.45-34.14-117.09-122.87-117.09v-37.32a8.32 8.32 0 00-14.05-6L146.58 242a8.2 8.2 0 000 11.94L231 333.71a8.32 8.32 0 0014.09-5.97z"}},{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64z"}}]})(e)}function fF(e){return We({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M478.33 433.6l-90-218a22 22 0 00-40.67 0l-90 218a22 22 0 1040.67 16.79L316.66 406h102.67l18.33 44.39A22 22 0 00458 464a22 22 0 0020.32-30.4zM334.83 362L368 281.65 401.17 362zm-66.99-19.08a22 22 0 00-4.89-30.7c-.2-.15-15-11.13-36.49-34.73 39.65-53.68 62.11-114.75 71.27-143.49H330a22 22 0 000-44H214V70a22 22 0 00-44 0v20H54a22 22 0 000 44h197.25c-9.52 26.95-27.05 69.5-53.79 108.36-31.41-41.68-43.08-68.65-43.17-68.87a22 22 0 00-40.58 17c.58 1.38 14.55 34.23 52.86 83.93.92 1.19 1.83 2.35 2.74 3.51-39.24 44.35-77.74 71.86-93.85 80.74a22 22 0 1021.07 38.63c2.16-1.18 48.6-26.89 101.63-85.59 22.52 24.08 38 35.44 38.93 36.1a22 22 0 0030.75-4.9z"}}]})(e)}const pF={ar:br.t("common.langArabic",{lng:"ar"}),nl:br.t("common.langDutch",{lng:"nl"}),en:br.t("common.langEnglish",{lng:"en"}),fr:br.t("common.langFrench",{lng:"fr"}),de:br.t("common.langGerman",{lng:"de"}),he:br.t("common.langHebrew",{lng:"he"}),it:br.t("common.langItalian",{lng:"it"}),ja:br.t("common.langJapanese",{lng:"ja"}),ko:br.t("common.langKorean",{lng:"ko"}),pl:br.t("common.langPolish",{lng:"pl"}),pt_BR:br.t("common.langBrPortuguese",{lng:"pt_BR"}),pt:br.t("common.langPortuguese",{lng:"pt"}),ru:br.t("common.langRussian",{lng:"ru"}),zh_CN:br.t("common.langSimplifiedChinese",{lng:"zh_CN"}),es:br.t("common.langSpanish",{lng:"es"}),uk:br.t("common.langUkranian",{lng:"ua"})};function hF(){const{t:e}=le(),t=te(),n=$(L4);return a.jsxs(Iu,{closeOnSelect:!1,children:[a.jsx(_n,{label:e("common.languagePickerLabel"),hasArrow:!0,children:a.jsx(Eu,{as:qa,icon:a.jsx(fF,{}),variant:"link","aria-label":e("common.languagePickerLabel"),fontSize:22,minWidth:8})}),a.jsx(ec,{children:a.jsx(zv,{value:n,children:Cs(pF,(r,o)=>a.jsx(ru,{value:o,onClick:()=>t(x8(o)),children:r},o))})})]})}function mF(e){const t=f.createContext(null);return[({children:o,value:s})=>z.createElement(t.Provider,{value:s},o),()=>{const o=f.useContext(t);if(o===null)throw new Error(e);return o}]}function J_(e){return Array.isArray(e)?e:[e]}const gF=()=>{};function vF(e,t={active:!0}){return typeof e!="function"||!t.active?t.onKeyDown||gF:n=>{var r;n.key==="Escape"&&(e(n),(r=t.onTrigger)==null||r.call(t))}}function Z_({data:e}){const t=[],n=[],r=e.reduce((o,s,i)=>(s.group?o[s.group]?o[s.group].push(i):o[s.group]=[i]:n.push(i),o),{});return Object.keys(r).forEach(o=>{t.push(...r[o].map(s=>e[s]))}),t.push(...n.map(o=>e[o])),t}function ek(e){return Array.isArray(e)||e===null?!1:typeof e=="object"?e.type!==z.Fragment:!1}function tk(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;tr===t[o]).indexOf(!1)>=0)&&(n.current={v:e(),prevDeps:[...t]}),n.current.v}const xF=w8({key:"mantine",prepend:!0});function wF(){return R3()||xF}var SF=Object.defineProperty,pw=Object.getOwnPropertySymbols,CF=Object.prototype.hasOwnProperty,_F=Object.prototype.propertyIsEnumerable,hw=(e,t,n)=>t in e?SF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kF=(e,t)=>{for(var n in t||(t={}))CF.call(t,n)&&hw(e,n,t[n]);if(pw)for(var n of pw(t))_F.call(t,n)&&hw(e,n,t[n]);return e};const jg="ref";function PF(e){let t;if(e.length!==1)return{args:e,ref:t};const[n]=e;if(!(n instanceof Object))return{args:e,ref:t};if(!(jg in n))return{args:e,ref:t};t=n[jg];const r=kF({},n);return delete r[jg],{args:[r],ref:t}}const{cssFactory:jF}=(()=>{function e(n,r,o){const s=[],i=_8(n,s,o);return s.length<2?o:i+r(s)}function t(n){const{cache:r}=n,o=(...i)=>{const{ref:u,args:d}=PF(i),p=S8(d,r.registered);return C8(r,p,!1),`${r.key}-${p.name}${u===void 0?"":` ${u}`}`};return{css:o,cx:(...i)=>e(r.registered,o,nk(i))}}return{cssFactory:t}})();function rk(){const e=wF();return bF(()=>jF({cache:e}),[e])}function IF({cx:e,classes:t,context:n,classNames:r,name:o,cache:s}){const i=n.reduce((u,d)=>(Object.keys(d.classNames).forEach(p=>{typeof u[p]!="string"?u[p]=`${d.classNames[p]}`:u[p]=`${u[p]} ${d.classNames[p]}`}),u),{});return Object.keys(t).reduce((u,d)=>(u[d]=e(t[d],i[d],r!=null&&r[d],Array.isArray(o)?o.filter(Boolean).map(p=>`${(s==null?void 0:s.key)||"mantine"}-${p}-${d}`).join(" "):o?`${(s==null?void 0:s.key)||"mantine"}-${o}-${d}`:null),u),{})}var EF=Object.defineProperty,mw=Object.getOwnPropertySymbols,OF=Object.prototype.hasOwnProperty,RF=Object.prototype.propertyIsEnumerable,gw=(e,t,n)=>t in e?EF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ig=(e,t)=>{for(var n in t||(t={}))OF.call(t,n)&&gw(e,n,t[n]);if(mw)for(var n of mw(t))RF.call(t,n)&&gw(e,n,t[n]);return e};function R0(e,t){return t&&Object.keys(t).forEach(n=>{e[n]?e[n]=Ig(Ig({},e[n]),t[n]):e[n]=Ig({},t[n])}),e}function vw(e,t,n,r){const o=s=>typeof s=="function"?s(t,n||{},r):s||{};return Array.isArray(e)?e.map(s=>o(s.styles)).reduce((s,i)=>R0(s,i),{}):o(e)}function MF({ctx:e,theme:t,params:n,variant:r,size:o}){return e.reduce((s,i)=>(i.variants&&r in i.variants&&R0(s,i.variants[r](t,n,{variant:r,size:o})),i.sizes&&o in i.sizes&&R0(s,i.sizes[o](t,n,{variant:r,size:o})),s),{})}function Zr(e){const t=typeof e=="function"?e:()=>e;function n(r,o){const s=Ca(),i=JO(o==null?void 0:o.name),u=R3(),d={variant:o==null?void 0:o.variant,size:o==null?void 0:o.size},{css:p,cx:h}=rk(),g=t(s,r,d),v=vw(o==null?void 0:o.styles,s,r,d),b=vw(i,s,r,d),S=MF({ctx:i,theme:s,params:r,variant:o==null?void 0:o.variant,size:o==null?void 0:o.size}),w=Object.fromEntries(Object.keys(g).map(C=>{const _=h({[p(g[C])]:!(o!=null&&o.unstyled)},p(S[C]),p(b[C]),p(v[C]));return[C,_]}));return{classes:IF({cx:h,classes:w,context:i,classNames:o==null?void 0:o.classNames,name:o==null?void 0:o.name,cache:u}),cx:h,theme:s}}return n}function yw(e){return`___ref-${e||""}`}var DF=Object.defineProperty,TF=Object.defineProperties,AF=Object.getOwnPropertyDescriptors,bw=Object.getOwnPropertySymbols,NF=Object.prototype.hasOwnProperty,$F=Object.prototype.propertyIsEnumerable,xw=(e,t,n)=>t in e?DF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ic=(e,t)=>{for(var n in t||(t={}))NF.call(t,n)&&xw(e,n,t[n]);if(bw)for(var n of bw(t))$F.call(t,n)&&xw(e,n,t[n]);return e},Ec=(e,t)=>TF(e,AF(t));const Oc={in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:`scale(.9) translateY(${$e(10)})`},transitionProperty:"transform, opacity"},Yd={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(-${$e(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(${$e(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(${$e(20)}) rotate(-5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-right":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${$e(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:Ec(Ic({},Oc),{common:{transformOrigin:"center center"}}),"pop-bottom-left":Ec(Ic({},Oc),{common:{transformOrigin:"bottom left"}}),"pop-bottom-right":Ec(Ic({},Oc),{common:{transformOrigin:"bottom right"}}),"pop-top-left":Ec(Ic({},Oc),{common:{transformOrigin:"top left"}}),"pop-top-right":Ec(Ic({},Oc),{common:{transformOrigin:"top right"}})},ww=["mousedown","touchstart"];function zF(e,t,n){const r=f.useRef();return f.useEffect(()=>{const o=s=>{const{target:i}=s??{};if(Array.isArray(n)){const u=(i==null?void 0:i.hasAttribute("data-ignore-outside-clicks"))||!document.body.contains(i)&&i.tagName!=="HTML";n.every(p=>!!p&&!s.composedPath().includes(p))&&!u&&e()}else r.current&&!r.current.contains(i)&&e()};return(t||ww).forEach(s=>document.addEventListener(s,o)),()=>{(t||ww).forEach(s=>document.removeEventListener(s,o))}},[r,e,n]),r}function LF(e,t){try{return e.addEventListener("change",t),()=>e.removeEventListener("change",t)}catch{return e.addListener(t),()=>e.removeListener(t)}}function BF(e,t){return typeof t=="boolean"?t:typeof window<"u"&&"matchMedia"in window?window.matchMedia(e).matches:!1}function FF(e,t,{getInitialValueInEffect:n}={getInitialValueInEffect:!0}){const[r,o]=f.useState(n?t:BF(e,t)),s=f.useRef();return f.useEffect(()=>{if("matchMedia"in window)return s.current=window.matchMedia(e),o(s.current.matches),LF(s.current,i=>o(i.matches))},[e]),r}const ok=typeof document<"u"?f.useLayoutEffect:f.useEffect;function hs(e,t){const n=f.useRef(!1);f.useEffect(()=>()=>{n.current=!1},[]),f.useEffect(()=>{if(n.current)return e();n.current=!0},t)}function HF({opened:e,shouldReturnFocus:t=!0}){const n=f.useRef(),r=()=>{var o;n.current&&"focus"in n.current&&typeof n.current.focus=="function"&&((o=n.current)==null||o.focus({preventScroll:!0}))};return hs(()=>{let o=-1;const s=i=>{i.key==="Tab"&&window.clearTimeout(o)};return document.addEventListener("keydown",s),e?n.current=document.activeElement:t&&(o=window.setTimeout(r,10)),()=>{window.clearTimeout(o),document.removeEventListener("keydown",s)}},[e,t]),r}const WF=/input|select|textarea|button|object/,sk="a, input, select, textarea, button, object, [tabindex]";function VF(e){return e.style.display==="none"}function UF(e){if(e.getAttribute("aria-hidden")||e.getAttribute("hidden")||e.getAttribute("type")==="hidden")return!1;let n=e;for(;n&&!(n===document.body||n.nodeType===11);){if(VF(n))return!1;n=n.parentNode}return!0}function ak(e){let t=e.getAttribute("tabindex");return t===null&&(t=void 0),parseInt(t,10)}function M0(e){const t=e.nodeName.toLowerCase(),n=!Number.isNaN(ak(e));return(WF.test(t)&&!e.disabled||e instanceof HTMLAnchorElement&&e.href||n)&&UF(e)}function ik(e){const t=ak(e);return(Number.isNaN(t)||t>=0)&&M0(e)}function GF(e){return Array.from(e.querySelectorAll(sk)).filter(ik)}function qF(e,t){const n=GF(e);if(!n.length){t.preventDefault();return}const r=n[t.shiftKey?0:n.length-1],o=e.getRootNode();if(!(r===o.activeElement||e===o.activeElement))return;t.preventDefault();const i=n[t.shiftKey?n.length-1:0];i&&i.focus()}function C1(){return`mantine-${Math.random().toString(36).slice(2,11)}`}function KF(e,t="body > :not(script)"){const n=C1(),r=Array.from(document.querySelectorAll(t)).map(o=>{var s;if((s=o==null?void 0:o.shadowRoot)!=null&&s.contains(e)||o.contains(e))return;const i=o.getAttribute("aria-hidden"),u=o.getAttribute("data-hidden"),d=o.getAttribute("data-focus-id");return o.setAttribute("data-focus-id",n),i===null||i==="false"?o.setAttribute("aria-hidden","true"):!u&&!d&&o.setAttribute("data-hidden",i),{node:o,ariaHidden:u||null}});return()=>{r.forEach(o=>{!o||n!==o.node.getAttribute("data-focus-id")||(o.ariaHidden===null?o.node.removeAttribute("aria-hidden"):o.node.setAttribute("aria-hidden",o.ariaHidden),o.node.removeAttribute("data-focus-id"),o.node.removeAttribute("data-hidden"))})}}function YF(e=!0){const t=f.useRef(),n=f.useRef(null),r=s=>{let i=s.querySelector("[data-autofocus]");if(!i){const u=Array.from(s.querySelectorAll(sk));i=u.find(ik)||u.find(M0)||null,!i&&M0(s)&&(i=s)}i&&i.focus({preventScroll:!0})},o=f.useCallback(s=>{if(e){if(s===null){n.current&&(n.current(),n.current=null);return}n.current=KF(s),t.current!==s&&(s?(setTimeout(()=>{s.getRootNode()&&r(s)}),t.current=s):t.current=null)}},[e]);return f.useEffect(()=>{if(!e)return;t.current&&setTimeout(()=>r(t.current));const s=i=>{i.key==="Tab"&&t.current&&qF(t.current,i)};return document.addEventListener("keydown",s),()=>{document.removeEventListener("keydown",s),n.current&&n.current()}},[e]),o}const QF=z["useId".toString()]||(()=>{});function XF(){const e=QF();return e?`mantine-${e.replace(/:/g,"")}`:""}function _1(e){const t=XF(),[n,r]=f.useState(t);return ok(()=>{r(C1())},[]),typeof e=="string"?e:typeof window>"u"?t:n}function Sw(e,t,n){f.useEffect(()=>(window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)),[e,t])}function lk(e,t){typeof e=="function"?e(t):typeof e=="object"&&e!==null&&"current"in e&&(e.current=t)}function JF(...e){return t=>{e.forEach(n=>lk(n,t))}}function zu(...e){return f.useCallback(JF(...e),e)}function uu({value:e,defaultValue:t,finalValue:n,onChange:r=()=>{}}){const[o,s]=f.useState(t!==void 0?t:n),i=u=>{s(u),r==null||r(u)};return e!==void 0?[e,r,!0]:[o,i,!1]}function ck(e,t){return FF("(prefers-reduced-motion: reduce)",e,t)}const ZF=e=>e<.5?2*e*e:-1+(4-2*e)*e,eH=({axis:e,target:t,parent:n,alignment:r,offset:o,isList:s})=>{if(!t||!n&&typeof document>"u")return 0;const i=!!n,d=(n||document.body).getBoundingClientRect(),p=t.getBoundingClientRect(),h=g=>p[g]-d[g];if(e==="y"){const g=h("top");if(g===0)return 0;if(r==="start"){const b=g-o;return b<=p.height*(s?0:1)||!s?b:0}const v=i?d.height:window.innerHeight;if(r==="end"){const b=g+o-v+p.height;return b>=-p.height*(s?0:1)||!s?b:0}return r==="center"?g-v/2+p.height/2:0}if(e==="x"){const g=h("left");if(g===0)return 0;if(r==="start"){const b=g-o;return b<=p.width||!s?b:0}const v=i?d.width:window.innerWidth;if(r==="end"){const b=g+o-v+p.width;return b>=-p.width||!s?b:0}return r==="center"?g-v/2+p.width/2:0}return 0},tH=({axis:e,parent:t})=>{if(!t&&typeof document>"u")return 0;const n=e==="y"?"scrollTop":"scrollLeft";if(t)return t[n];const{body:r,documentElement:o}=document;return r[n]+o[n]},nH=({axis:e,parent:t,distance:n})=>{if(!t&&typeof document>"u")return;const r=e==="y"?"scrollTop":"scrollLeft";if(t)t[r]=n;else{const{body:o,documentElement:s}=document;o[r]=n,s[r]=n}};function uk({duration:e=1250,axis:t="y",onScrollFinish:n,easing:r=ZF,offset:o=0,cancelable:s=!0,isList:i=!1}={}){const u=f.useRef(0),d=f.useRef(0),p=f.useRef(!1),h=f.useRef(null),g=f.useRef(null),v=ck(),b=()=>{u.current&&cancelAnimationFrame(u.current)},S=f.useCallback(({alignment:C="start"}={})=>{var _;p.current=!1,u.current&&b();const k=(_=tH({parent:h.current,axis:t}))!=null?_:0,j=eH({parent:h.current,target:g.current,axis:t,alignment:C,offset:o,isList:i})-(h.current?0:k);function E(){d.current===0&&(d.current=performance.now());const O=performance.now()-d.current,M=v||e===0?1:O/e,R=k+j*r(M);nH({parent:h.current,axis:t,distance:R}),!p.current&&M<1?u.current=requestAnimationFrame(E):(typeof n=="function"&&n(),d.current=0,u.current=0,b())}E()},[t,e,r,i,o,n,v]),w=()=>{s&&(p.current=!0)};return Sw("wheel",w,{passive:!0}),Sw("touchmove",w,{passive:!0}),f.useEffect(()=>b,[]),{scrollableRef:h,targetRef:g,scrollIntoView:S,cancel:b}}var Cw=Object.getOwnPropertySymbols,rH=Object.prototype.hasOwnProperty,oH=Object.prototype.propertyIsEnumerable,sH=(e,t)=>{var n={};for(var r in e)rH.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Cw)for(var r of Cw(e))t.indexOf(r)<0&&oH.call(e,r)&&(n[r]=e[r]);return n};function Ph(e){const t=e,{m:n,mx:r,my:o,mt:s,mb:i,ml:u,mr:d,p,px:h,py:g,pt:v,pb:b,pl:S,pr:w,bg:C,c:_,opacity:k,ff:j,fz:E,fw:I,lts:O,ta:M,lh:R,fs:A,tt:L,td:N,w:Z,miw:B,maw:H,h:G,mih:q,mah:D,bgsz:U,bgp:V,bgr:J,bga:ie,pos:ye,top:he,left:ae,bottom:ee,right:W,inset:re,display:pe}=t,ne=sH(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:ZO({m:n,mx:r,my:o,mt:s,mb:i,ml:u,mr:d,p,px:h,py:g,pt:v,pb:b,pl:S,pr:w,bg:C,c:_,opacity:k,ff:j,fz:E,fw:I,lts:O,ta:M,lh:R,fs:A,tt:L,td:N,w:Z,miw:B,maw:H,h:G,mih:q,mah:D,bgsz:U,bgp:V,bgr:J,bga:ie,pos:ye,top:he,left:ae,bottom:ee,right:W,inset:re,display:pe}),rest:ne}}function aH(e,t){const n=Object.keys(e).filter(r=>r!=="base").sort((r,o)=>Rx(At({size:r,sizes:t.breakpoints}))-Rx(At({size:o,sizes:t.breakpoints})));return"base"in e?["base",...n]:n}function iH({value:e,theme:t,getValue:n,property:r}){if(e==null)return;if(typeof e=="object")return aH(e,t).reduce((i,u)=>{if(u==="base"&&e.base!==void 0){const p=n(e.base,t);return Array.isArray(r)?(r.forEach(h=>{i[h]=p}),i):(i[r]=p,i)}const d=n(e[u],t);return Array.isArray(r)?(i[t.fn.largerThan(u)]={},r.forEach(p=>{i[t.fn.largerThan(u)][p]=d}),i):(i[t.fn.largerThan(u)]={[r]:d},i)},{});const o=n(e,t);return Array.isArray(r)?r.reduce((s,i)=>(s[i]=o,s),{}):{[r]:o}}function lH(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 cH(e){return $e(e)}function uH(e){return e}function dH(e,t){return At({size:e,sizes:t.fontSizes})}const fH=["-xs","-sm","-md","-lg","-xl"];function pH(e,t){return fH.includes(e)?`calc(${At({size:e.replace("-",""),sizes:t.spacing})} * -1)`:At({size:e,sizes:t.spacing})}const hH={identity:uH,color:lH,size:cH,fontSize:dH,spacing:pH},mH={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 gH=Object.defineProperty,_w=Object.getOwnPropertySymbols,vH=Object.prototype.hasOwnProperty,yH=Object.prototype.propertyIsEnumerable,kw=(e,t,n)=>t in e?gH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pw=(e,t)=>{for(var n in t||(t={}))vH.call(t,n)&&kw(e,n,t[n]);if(_w)for(var n of _w(t))yH.call(t,n)&&kw(e,n,t[n]);return e};function jw(e,t,n=mH){return Object.keys(n).reduce((o,s)=>(s in e&&e[s]!==void 0&&o.push(iH({value:e[s],getValue:hH[n[s].type],property:n[s].property,theme:t})),o),[]).reduce((o,s)=>(Object.keys(s).forEach(i=>{typeof s[i]=="object"&&s[i]!==null&&i in o?o[i]=Pw(Pw({},o[i]),s[i]):o[i]=s[i]}),o),{})}function Iw(e,t){return typeof e=="function"?e(t):e}function bH(e,t,n){const r=Ca(),{css:o,cx:s}=rk();return Array.isArray(e)?s(n,o(jw(t,r)),e.map(i=>o(Iw(i,r)))):s(n,o(Iw(e,r)),o(jw(t,r)))}var xH=Object.defineProperty,ep=Object.getOwnPropertySymbols,dk=Object.prototype.hasOwnProperty,fk=Object.prototype.propertyIsEnumerable,Ew=(e,t,n)=>t in e?xH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wH=(e,t)=>{for(var n in t||(t={}))dk.call(t,n)&&Ew(e,n,t[n]);if(ep)for(var n of ep(t))fk.call(t,n)&&Ew(e,n,t[n]);return e},SH=(e,t)=>{var n={};for(var r in e)dk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ep)for(var r of ep(e))t.indexOf(r)<0&&fk.call(e,r)&&(n[r]=e[r]);return n};const pk=f.forwardRef((e,t)=>{var n=e,{className:r,component:o,style:s,sx:i}=n,u=SH(n,["className","component","style","sx"]);const{systemStyles:d,rest:p}=Ph(u),h=o||"div";return z.createElement(h,wH({ref:t,className:bH(i,d,r),style:s},p))});pk.displayName="@mantine/core/Box";const bo=pk;var CH=Object.defineProperty,_H=Object.defineProperties,kH=Object.getOwnPropertyDescriptors,Ow=Object.getOwnPropertySymbols,PH=Object.prototype.hasOwnProperty,jH=Object.prototype.propertyIsEnumerable,Rw=(e,t,n)=>t in e?CH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mw=(e,t)=>{for(var n in t||(t={}))PH.call(t,n)&&Rw(e,n,t[n]);if(Ow)for(var n of Ow(t))jH.call(t,n)&&Rw(e,n,t[n]);return e},IH=(e,t)=>_H(e,kH(t)),EH=Zr(e=>({root:IH(Mw(Mw({},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 OH=EH;var RH=Object.defineProperty,tp=Object.getOwnPropertySymbols,hk=Object.prototype.hasOwnProperty,mk=Object.prototype.propertyIsEnumerable,Dw=(e,t,n)=>t in e?RH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MH=(e,t)=>{for(var n in t||(t={}))hk.call(t,n)&&Dw(e,n,t[n]);if(tp)for(var n of tp(t))mk.call(t,n)&&Dw(e,n,t[n]);return e},DH=(e,t)=>{var n={};for(var r in e)hk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&tp)for(var r of tp(e))t.indexOf(r)<0&&mk.call(e,r)&&(n[r]=e[r]);return n};const gk=f.forwardRef((e,t)=>{const n=vr("UnstyledButton",{},e),{className:r,component:o="button",unstyled:s,variant:i}=n,u=DH(n,["className","component","unstyled","variant"]),{classes:d,cx:p}=OH(null,{name:"UnstyledButton",unstyled:s,variant:i});return z.createElement(bo,MH({component:o,ref:t,className:p(d.root,r),type:o==="button"?"button":void 0},u))});gk.displayName="@mantine/core/UnstyledButton";const TH=gk;var AH=Object.defineProperty,NH=Object.defineProperties,$H=Object.getOwnPropertyDescriptors,Tw=Object.getOwnPropertySymbols,zH=Object.prototype.hasOwnProperty,LH=Object.prototype.propertyIsEnumerable,Aw=(e,t,n)=>t in e?AH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,D0=(e,t)=>{for(var n in t||(t={}))zH.call(t,n)&&Aw(e,n,t[n]);if(Tw)for(var n of Tw(t))LH.call(t,n)&&Aw(e,n,t[n]);return e},Nw=(e,t)=>NH(e,$H(t));const BH=["subtle","filled","outline","light","default","transparent","gradient"],Qd={xs:$e(18),sm:$e(22),md:$e(28),lg:$e(34),xl:$e(44)};function FH({variant:e,theme:t,color:n,gradient:r}){const o=t.fn.variant({color:n,variant:e,gradient:r});return e==="gradient"?{border:0,backgroundImage:o.background,color:o.color,"&:hover":t.fn.hover({backgroundSize:"200%"})}:BH.includes(e)?D0({border:`${$e(1)} solid ${o.border}`,backgroundColor:o.background,color:o.color},t.fn.hover({backgroundColor:o.hover})):null}var HH=Zr((e,{radius:t,color:n,gradient:r},{variant:o,size:s})=>({root:Nw(D0({position:"relative",borderRadius:e.fn.radius(t),padding:0,lineHeight:1,display:"flex",alignItems:"center",justifyContent:"center",height:At({size:s,sizes:Qd}),minHeight:At({size:s,sizes:Qd}),width:At({size:s,sizes:Qd}),minWidth:At({size:s,sizes:Qd})},FH({variant:o,theme:e,color:n,gradient:r})),{"&:active":e.activeStyles,"& [data-action-icon-loader]":{maxWidth:"70%"},"&:disabled, &[data-disabled]":{color:e.colors.gray[e.colorScheme==="dark"?6:4],cursor:"not-allowed",backgroundColor:o==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),borderColor:o==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),backgroundImage:"none",pointerEvents:"none","&:active":{transform:"none"}},"&[data-loading]":{pointerEvents:"none","&::before":Nw(D0({content:'""'},e.fn.cover($e(-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"})}})}));const WH=HH;var VH=Object.defineProperty,np=Object.getOwnPropertySymbols,vk=Object.prototype.hasOwnProperty,yk=Object.prototype.propertyIsEnumerable,$w=(e,t,n)=>t in e?VH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zw=(e,t)=>{for(var n in t||(t={}))vk.call(t,n)&&$w(e,n,t[n]);if(np)for(var n of np(t))yk.call(t,n)&&$w(e,n,t[n]);return e},Lw=(e,t)=>{var n={};for(var r in e)vk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&np)for(var r of np(e))t.indexOf(r)<0&&yk.call(e,r)&&(n[r]=e[r]);return n};function UH(e){var t=e,{size:n,color:r}=t,o=Lw(t,["size","color"]);const s=o,{style:i}=s,u=Lw(s,["style"]);return z.createElement("svg",zw({viewBox:"0 0 135 140",xmlns:"http://www.w3.org/2000/svg",fill:r,style:zw({width:n},i)},u),z.createElement("rect",{y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"30",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"60",width:"15",height:"140",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"90",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"120",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("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 GH=Object.defineProperty,rp=Object.getOwnPropertySymbols,bk=Object.prototype.hasOwnProperty,xk=Object.prototype.propertyIsEnumerable,Bw=(e,t,n)=>t in e?GH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fw=(e,t)=>{for(var n in t||(t={}))bk.call(t,n)&&Bw(e,n,t[n]);if(rp)for(var n of rp(t))xk.call(t,n)&&Bw(e,n,t[n]);return e},Hw=(e,t)=>{var n={};for(var r in e)bk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&rp)for(var r of rp(e))t.indexOf(r)<0&&xk.call(e,r)&&(n[r]=e[r]);return n};function qH(e){var t=e,{size:n,color:r}=t,o=Hw(t,["size","color"]);const s=o,{style:i}=s,u=Hw(s,["style"]);return z.createElement("svg",Fw({viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",stroke:r,style:Fw({width:n,height:n},i)},u),z.createElement("g",{fill:"none",fillRule:"evenodd"},z.createElement("g",{transform:"translate(2.5 2.5)",strokeWidth:"5"},z.createElement("circle",{strokeOpacity:".5",cx:"16",cy:"16",r:"16"}),z.createElement("path",{d:"M32 16c0-9.94-8.06-16-16-16"},z.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 16 16",to:"360 16 16",dur:"1s",repeatCount:"indefinite"})))))}var KH=Object.defineProperty,op=Object.getOwnPropertySymbols,wk=Object.prototype.hasOwnProperty,Sk=Object.prototype.propertyIsEnumerable,Ww=(e,t,n)=>t in e?KH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vw=(e,t)=>{for(var n in t||(t={}))wk.call(t,n)&&Ww(e,n,t[n]);if(op)for(var n of op(t))Sk.call(t,n)&&Ww(e,n,t[n]);return e},Uw=(e,t)=>{var n={};for(var r in e)wk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&op)for(var r of op(e))t.indexOf(r)<0&&Sk.call(e,r)&&(n[r]=e[r]);return n};function YH(e){var t=e,{size:n,color:r}=t,o=Uw(t,["size","color"]);const s=o,{style:i}=s,u=Uw(s,["style"]);return z.createElement("svg",Vw({viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:r,style:Vw({width:n},i)},u),z.createElement("circle",{cx:"15",cy:"15",r:"15"},z.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("circle",{cx:"60",cy:"15",r:"9",fillOpacity:"0.3"},z.createElement("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("circle",{cx:"105",cy:"15",r:"15"},z.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})))}var QH=Object.defineProperty,sp=Object.getOwnPropertySymbols,Ck=Object.prototype.hasOwnProperty,_k=Object.prototype.propertyIsEnumerable,Gw=(e,t,n)=>t in e?QH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XH=(e,t)=>{for(var n in t||(t={}))Ck.call(t,n)&&Gw(e,n,t[n]);if(sp)for(var n of sp(t))_k.call(t,n)&&Gw(e,n,t[n]);return e},JH=(e,t)=>{var n={};for(var r in e)Ck.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&sp)for(var r of sp(e))t.indexOf(r)<0&&_k.call(e,r)&&(n[r]=e[r]);return n};const Eg={bars:UH,oval:qH,dots:YH},ZH={xs:$e(18),sm:$e(22),md:$e(36),lg:$e(44),xl:$e(58)},eW={size:"md"};function kk(e){const t=vr("Loader",eW,e),{size:n,color:r,variant:o}=t,s=JH(t,["size","color","variant"]),i=Ca(),u=o in Eg?o:i.loader;return z.createElement(bo,XH({role:"presentation",component:Eg[u]||Eg.bars,size:At({size:n,sizes:ZH}),color:i.fn.variant({variant:"filled",primaryFallback:!1,color:r||i.primaryColor}).background},s))}kk.displayName="@mantine/core/Loader";var tW=Object.defineProperty,ap=Object.getOwnPropertySymbols,Pk=Object.prototype.hasOwnProperty,jk=Object.prototype.propertyIsEnumerable,qw=(e,t,n)=>t in e?tW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Kw=(e,t)=>{for(var n in t||(t={}))Pk.call(t,n)&&qw(e,n,t[n]);if(ap)for(var n of ap(t))jk.call(t,n)&&qw(e,n,t[n]);return e},nW=(e,t)=>{var n={};for(var r in e)Pk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ap)for(var r of ap(e))t.indexOf(r)<0&&jk.call(e,r)&&(n[r]=e[r]);return n};const rW={color:"gray",size:"md",variant:"subtle"},Ik=f.forwardRef((e,t)=>{const n=vr("ActionIcon",rW,e),{className:r,color:o,children:s,radius:i,size:u,variant:d,gradient:p,disabled:h,loaderProps:g,loading:v,unstyled:b,__staticSelector:S}=n,w=nW(n,["className","color","children","radius","size","variant","gradient","disabled","loaderProps","loading","unstyled","__staticSelector"]),{classes:C,cx:_,theme:k}=WH({radius:i,color:o,gradient:p},{name:["ActionIcon",S],unstyled:b,size:u,variant:d}),j=z.createElement(kk,Kw({color:k.fn.variant({color:o,variant:d}).color,size:"100%","data-action-icon-loader":!0},g));return z.createElement(TH,Kw({className:_(C.root,r),ref:t,disabled:h,"data-disabled":h||void 0,"data-loading":v||void 0,unstyled:b},w),v?j:s)});Ik.displayName="@mantine/core/ActionIcon";const oW=Ik;var sW=Object.defineProperty,aW=Object.defineProperties,iW=Object.getOwnPropertyDescriptors,ip=Object.getOwnPropertySymbols,Ek=Object.prototype.hasOwnProperty,Ok=Object.prototype.propertyIsEnumerable,Yw=(e,t,n)=>t in e?sW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lW=(e,t)=>{for(var n in t||(t={}))Ek.call(t,n)&&Yw(e,n,t[n]);if(ip)for(var n of ip(t))Ok.call(t,n)&&Yw(e,n,t[n]);return e},cW=(e,t)=>aW(e,iW(t)),uW=(e,t)=>{var n={};for(var r in e)Ek.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ip)for(var r of ip(e))t.indexOf(r)<0&&Ok.call(e,r)&&(n[r]=e[r]);return n};function Rk(e){const t=vr("Portal",{},e),{children:n,target:r,className:o,innerRef:s}=t,i=uW(t,["children","target","className","innerRef"]),u=Ca(),[d,p]=f.useState(!1),h=f.useRef();return ok(()=>(p(!0),h.current=r?typeof r=="string"?document.querySelector(r):r:document.createElement("div"),r||document.body.appendChild(h.current),()=>{!r&&document.body.removeChild(h.current)}),[r]),d?Ql.createPortal(z.createElement("div",cW(lW({className:o,dir:u.dir},i),{ref:s}),n),h.current):null}Rk.displayName="@mantine/core/Portal";var dW=Object.defineProperty,lp=Object.getOwnPropertySymbols,Mk=Object.prototype.hasOwnProperty,Dk=Object.prototype.propertyIsEnumerable,Qw=(e,t,n)=>t in e?dW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fW=(e,t)=>{for(var n in t||(t={}))Mk.call(t,n)&&Qw(e,n,t[n]);if(lp)for(var n of lp(t))Dk.call(t,n)&&Qw(e,n,t[n]);return e},pW=(e,t)=>{var n={};for(var r in e)Mk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lp)for(var r of lp(e))t.indexOf(r)<0&&Dk.call(e,r)&&(n[r]=e[r]);return n};function Tk(e){var t=e,{withinPortal:n=!0,children:r}=t,o=pW(t,["withinPortal","children"]);return n?z.createElement(Rk,fW({},o),r):z.createElement(z.Fragment,null,r)}Tk.displayName="@mantine/core/OptionalPortal";var hW=Object.defineProperty,cp=Object.getOwnPropertySymbols,Ak=Object.prototype.hasOwnProperty,Nk=Object.prototype.propertyIsEnumerable,Xw=(e,t,n)=>t in e?hW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jw=(e,t)=>{for(var n in t||(t={}))Ak.call(t,n)&&Xw(e,n,t[n]);if(cp)for(var n of cp(t))Nk.call(t,n)&&Xw(e,n,t[n]);return e},mW=(e,t)=>{var n={};for(var r in e)Ak.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cp)for(var r of cp(e))t.indexOf(r)<0&&Nk.call(e,r)&&(n[r]=e[r]);return n};function $k(e){const t=e,{width:n,height:r,style:o}=t,s=mW(t,["width","height","style"]);return z.createElement("svg",Jw({viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:Jw({width:n,height:r},o)},s),z.createElement("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}$k.displayName="@mantine/core/CloseIcon";var gW=Object.defineProperty,up=Object.getOwnPropertySymbols,zk=Object.prototype.hasOwnProperty,Lk=Object.prototype.propertyIsEnumerable,Zw=(e,t,n)=>t in e?gW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vW=(e,t)=>{for(var n in t||(t={}))zk.call(t,n)&&Zw(e,n,t[n]);if(up)for(var n of up(t))Lk.call(t,n)&&Zw(e,n,t[n]);return e},yW=(e,t)=>{var n={};for(var r in e)zk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&up)for(var r of up(e))t.indexOf(r)<0&&Lk.call(e,r)&&(n[r]=e[r]);return n};const bW={xs:$e(12),sm:$e(16),md:$e(20),lg:$e(28),xl:$e(34)},xW={size:"sm"},Bk=f.forwardRef((e,t)=>{const n=vr("CloseButton",xW,e),{iconSize:r,size:o,children:s}=n,i=yW(n,["iconSize","size","children"]),u=$e(r||bW[o]);return z.createElement(oW,vW({ref:t,__staticSelector:"CloseButton",size:o},i),s||z.createElement($k,{width:u,height:u}))});Bk.displayName="@mantine/core/CloseButton";const Fk=Bk;var wW=Object.defineProperty,SW=Object.defineProperties,CW=Object.getOwnPropertyDescriptors,eS=Object.getOwnPropertySymbols,_W=Object.prototype.hasOwnProperty,kW=Object.prototype.propertyIsEnumerable,tS=(e,t,n)=>t in e?wW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Xd=(e,t)=>{for(var n in t||(t={}))_W.call(t,n)&&tS(e,n,t[n]);if(eS)for(var n of eS(t))kW.call(t,n)&&tS(e,n,t[n]);return e},PW=(e,t)=>SW(e,CW(t));function jW({underline:e,strikethrough:t}){const n=[];return e&&n.push("underline"),t&&n.push("line-through"),n.length>0?n.join(" "):"none"}function IW({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 EW(e){return typeof e=="number"?{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:e,WebkitBoxOrient:"vertical"}:null}function OW({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 RW=Zr((e,{color:t,lineClamp:n,truncate:r,inline:o,inherit:s,underline:i,gradient:u,weight:d,transform:p,align:h,strikethrough:g,italic:v},{size:b})=>{const S=e.fn.variant({variant:"gradient",gradient:u});return{root:PW(Xd(Xd(Xd(Xd({},e.fn.fontStyles()),e.fn.focusStyles()),EW(n)),OW({theme:e,truncate:r})),{color:IW({color:t,theme:e}),fontFamily:s?"inherit":e.fontFamily,fontSize:s||b===void 0?"inherit":At({size:b,sizes:e.fontSizes}),lineHeight:s?"inherit":o?1:e.lineHeight,textDecoration:jW({underline:i,strikethrough:g}),WebkitTapHighlightColor:"transparent",fontWeight:s?"inherit":d,textTransform:p,textAlign:h,fontStyle:v?"italic":void 0}),gradient:{backgroundImage:S.background,WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}}});const MW=RW;var DW=Object.defineProperty,dp=Object.getOwnPropertySymbols,Hk=Object.prototype.hasOwnProperty,Wk=Object.prototype.propertyIsEnumerable,nS=(e,t,n)=>t in e?DW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,TW=(e,t)=>{for(var n in t||(t={}))Hk.call(t,n)&&nS(e,n,t[n]);if(dp)for(var n of dp(t))Wk.call(t,n)&&nS(e,n,t[n]);return e},AW=(e,t)=>{var n={};for(var r in e)Hk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&dp)for(var r of dp(e))t.indexOf(r)<0&&Wk.call(e,r)&&(n[r]=e[r]);return n};const NW={variant:"text"},Vk=f.forwardRef((e,t)=>{const n=vr("Text",NW,e),{className:r,size:o,weight:s,transform:i,color:u,align:d,variant:p,lineClamp:h,truncate:g,gradient:v,inline:b,inherit:S,underline:w,strikethrough:C,italic:_,classNames:k,styles:j,unstyled:E,span:I,__staticSelector:O}=n,M=AW(n,["className","size","weight","transform","color","align","variant","lineClamp","truncate","gradient","inline","inherit","underline","strikethrough","italic","classNames","styles","unstyled","span","__staticSelector"]),{classes:R,cx:A}=MW({color:u,lineClamp:h,truncate:g,inline:b,inherit:S,underline:w,strikethrough:C,italic:_,weight:s,transform:i,align:d,gradient:v},{unstyled:E,name:O||"Text",variant:p,size:o});return z.createElement(bo,TW({ref:t,className:A(R.root,{[R.gradient]:p==="gradient"},r),component:I?"span":"div"},M))});Vk.displayName="@mantine/core/Text";const Al=Vk,Jd={xs:$e(1),sm:$e(2),md:$e(3),lg:$e(4),xl:$e(5)};function Zd(e,t){const n=e.fn.variant({variant:"outline",color:t}).border;return typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?n:t===void 0?e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]:t}var $W=Zr((e,{color:t},{size:n,variant:r})=>({root:{},withLabel:{borderTop:"0 !important"},left:{"&::before":{display:"none"}},right:{"&::after":{display:"none"}},label:{display:"flex",alignItems:"center","&::before":{content:'""',flex:1,height:$e(1),borderTop:`${At({size:n,sizes:Jd})} ${r} ${Zd(e,t)}`,marginRight:e.spacing.xs},"&::after":{content:'""',flex:1,borderTop:`${At({size:n,sizes:Jd})} ${r} ${Zd(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:$e(At({size:n,sizes:Jd})),borderTopColor:Zd(e,t),borderTopStyle:r,margin:0},vertical:{border:0,alignSelf:"stretch",height:"auto",borderLeftWidth:$e(At({size:n,sizes:Jd})),borderLeftColor:Zd(e,t),borderLeftStyle:r}}));const zW=$W;var LW=Object.defineProperty,BW=Object.defineProperties,FW=Object.getOwnPropertyDescriptors,fp=Object.getOwnPropertySymbols,Uk=Object.prototype.hasOwnProperty,Gk=Object.prototype.propertyIsEnumerable,rS=(e,t,n)=>t in e?LW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oS=(e,t)=>{for(var n in t||(t={}))Uk.call(t,n)&&rS(e,n,t[n]);if(fp)for(var n of fp(t))Gk.call(t,n)&&rS(e,n,t[n]);return e},HW=(e,t)=>BW(e,FW(t)),WW=(e,t)=>{var n={};for(var r in e)Uk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fp)for(var r of fp(e))t.indexOf(r)<0&&Gk.call(e,r)&&(n[r]=e[r]);return n};const VW={orientation:"horizontal",size:"xs",labelPosition:"left",variant:"solid"},T0=f.forwardRef((e,t)=>{const n=vr("Divider",VW,e),{className:r,color:o,orientation:s,size:i,label:u,labelPosition:d,labelProps:p,variant:h,styles:g,classNames:v,unstyled:b}=n,S=WW(n,["className","color","orientation","size","label","labelPosition","labelProps","variant","styles","classNames","unstyled"]),{classes:w,cx:C}=zW({color:o},{classNames:v,styles:g,unstyled:b,name:"Divider",variant:h,size:i}),_=s==="vertical",k=s==="horizontal",j=!!u&&k,E=!(p!=null&&p.color);return z.createElement(bo,oS({ref:t,className:C(w.root,{[w.vertical]:_,[w.horizontal]:k,[w.withLabel]:j},r),role:"separator"},S),j&&z.createElement(Al,HW(oS({},p),{size:(p==null?void 0:p.size)||"xs",mt:$e(2),className:C(w.label,w[d],{[w.labelDefaultStyles]:E})}),u))});T0.displayName="@mantine/core/Divider";var UW=Object.defineProperty,GW=Object.defineProperties,qW=Object.getOwnPropertyDescriptors,sS=Object.getOwnPropertySymbols,KW=Object.prototype.hasOwnProperty,YW=Object.prototype.propertyIsEnumerable,aS=(e,t,n)=>t in e?UW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,iS=(e,t)=>{for(var n in t||(t={}))KW.call(t,n)&&aS(e,n,t[n]);if(sS)for(var n of sS(t))YW.call(t,n)&&aS(e,n,t[n]);return e},QW=(e,t)=>GW(e,qW(t)),XW=Zr((e,t,{size:n})=>({item:QW(iS({},e.fn.fontStyles()),{boxSizing:"border-box",wordBreak:"break-all",textAlign:"left",width:"100%",padding:`calc(${At({size:n,sizes:e.spacing})} / 1.5) ${At({size:n,sizes:e.spacing})}`,cursor:"pointer",fontSize:At({size:n,sizes:e.fontSizes}),color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,borderRadius:e.fn.radius(),"&[data-hovered]":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[1]},"&[data-selected]":iS({backgroundColor:e.fn.variant({variant:"filled"}).background,color:e.fn.variant({variant:"filled"}).color},e.fn.hover({backgroundColor:e.fn.variant({variant:"filled"}).hover})),"&[data-disabled]":{cursor:"default",color:e.colors.dark[2]}}),nothingFound:{boxSizing:"border-box",color:e.colors.gray[6],paddingTop:`calc(${At({size:n,sizes:e.spacing})} / 2)`,paddingBottom:`calc(${At({size:n,sizes:e.spacing})} / 2)`,textAlign:"center"},separator:{boxSizing:"border-box",textAlign:"left",width:"100%",padding:`calc(${At({size:n,sizes:e.spacing})} / 1.5) ${At({size:n,sizes:e.spacing})}`},separatorLabel:{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]}}));const JW=XW;var ZW=Object.defineProperty,lS=Object.getOwnPropertySymbols,eV=Object.prototype.hasOwnProperty,tV=Object.prototype.propertyIsEnumerable,cS=(e,t,n)=>t in e?ZW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nV=(e,t)=>{for(var n in t||(t={}))eV.call(t,n)&&cS(e,n,t[n]);if(lS)for(var n of lS(t))tV.call(t,n)&&cS(e,n,t[n]);return e};function k1({data:e,hovered:t,classNames:n,styles:r,isItemSelected:o,uuid:s,__staticSelector:i,onItemHover:u,onItemSelect:d,itemsRefs:p,itemComponent:h,size:g,nothingFound:v,creatable:b,createLabel:S,unstyled:w,variant:C}){const{classes:_}=JW(null,{classNames:n,styles:r,unstyled:w,name:i,variant:C,size:g}),k=[],j=[];let E=null;const I=(M,R)=>{const A=typeof o=="function"?o(M.value):!1;return z.createElement(h,nV({key:M.value,className:_.item,"data-disabled":M.disabled||void 0,"data-hovered":!M.disabled&&t===R||void 0,"data-selected":!M.disabled&&A||void 0,selected:A,onMouseEnter:()=>u(R),id:`${s}-${R}`,role:"option",tabIndex:-1,"aria-selected":t===R,ref:L=>{p&&p.current&&(p.current[M.value]=L)},onMouseDown:M.disabled?null:L=>{L.preventDefault(),d(M)},disabled:M.disabled,variant:C},M))};let O=null;if(e.forEach((M,R)=>{M.creatable?E=R:M.group?(O!==M.group&&(O=M.group,j.push(z.createElement("div",{className:_.separator,key:`__mantine-divider-${R}`},z.createElement(T0,{classNames:{label:_.separatorLabel},label:M.group})))),j.push(I(M,R))):k.push(I(M,R))}),b){const M=e[E];k.push(z.createElement("div",{key:C1(),className:_.item,"data-hovered":t===E||void 0,onMouseEnter:()=>u(E),onMouseDown:R=>{R.preventDefault(),d(M)},tabIndex:-1,ref:R=>{p&&p.current&&(p.current[M.value]=R)}},S))}return j.length>0&&k.length>0&&k.unshift(z.createElement("div",{className:_.separator,key:"empty-group-separator"},z.createElement(T0,null))),j.length>0||k.length>0?z.createElement(z.Fragment,null,j,k):z.createElement(Al,{size:g,unstyled:w,className:_.nothingFound},v)}k1.displayName="@mantine/core/SelectItems";var rV=Object.defineProperty,pp=Object.getOwnPropertySymbols,qk=Object.prototype.hasOwnProperty,Kk=Object.prototype.propertyIsEnumerable,uS=(e,t,n)=>t in e?rV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oV=(e,t)=>{for(var n in t||(t={}))qk.call(t,n)&&uS(e,n,t[n]);if(pp)for(var n of pp(t))Kk.call(t,n)&&uS(e,n,t[n]);return e},sV=(e,t)=>{var n={};for(var r in e)qk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&pp)for(var r of pp(e))t.indexOf(r)<0&&Kk.call(e,r)&&(n[r]=e[r]);return n};const P1=f.forwardRef((e,t)=>{var n=e,{label:r,value:o}=n,s=sV(n,["label","value"]);return z.createElement("div",oV({ref:t},s),r||o)});P1.displayName="@mantine/core/DefaultItem";function aV(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Yk(...e){return t=>e.forEach(n=>aV(n,t))}function Hi(...e){return f.useCallback(Yk(...e),e)}const Qk=f.forwardRef((e,t)=>{const{children:n,...r}=e,o=f.Children.toArray(n),s=o.find(lV);if(s){const i=s.props.children,u=o.map(d=>d===s?f.Children.count(i)>1?f.Children.only(null):f.isValidElement(i)?i.props.children:null:d);return f.createElement(A0,Qn({},r,{ref:t}),f.isValidElement(i)?f.cloneElement(i,void 0,u):null)}return f.createElement(A0,Qn({},r,{ref:t}),n)});Qk.displayName="Slot";const A0=f.forwardRef((e,t)=>{const{children:n,...r}=e;return f.isValidElement(n)?f.cloneElement(n,{...cV(r,n.props),ref:Yk(t,n.ref)}):f.Children.count(n)>1?f.Children.only(null):null});A0.displayName="SlotClone";const iV=({children:e})=>f.createElement(f.Fragment,null,e);function lV(e){return f.isValidElement(e)&&e.type===iV}function cV(e,t){const n={...t};for(const r in t){const o=e[r],s=t[r];/^on[A-Z]/.test(r)?o&&s?n[r]=(...u)=>{s(...u),o(...u)}:o&&(n[r]=o):r==="style"?n[r]={...o,...s}:r==="className"&&(n[r]=[o,s].filter(Boolean).join(" "))}return{...e,...n}}const uV=["a","button","div","h2","h3","img","label","li","nav","ol","p","span","svg","ul"],Lu=uV.reduce((e,t)=>{const n=f.forwardRef((r,o)=>{const{asChild:s,...i}=r,u=s?Qk:t;return f.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),f.createElement(u,Qn({},i,{ref:o}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),N0=globalThis!=null&&globalThis.document?f.useLayoutEffect:()=>{};function dV(e,t){return f.useReducer((n,r)=>{const o=t[n][r];return o??n},e)}const Bu=e=>{const{present:t,children:n}=e,r=fV(t),o=typeof n=="function"?n({present:r.isPresent}):f.Children.only(n),s=Hi(r.ref,o.ref);return typeof n=="function"||r.isPresent?f.cloneElement(o,{ref:s}):null};Bu.displayName="Presence";function fV(e){const[t,n]=f.useState(),r=f.useRef({}),o=f.useRef(e),s=f.useRef("none"),i=e?"mounted":"unmounted",[u,d]=dV(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return f.useEffect(()=>{const p=ef(r.current);s.current=u==="mounted"?p:"none"},[u]),N0(()=>{const p=r.current,h=o.current;if(h!==e){const v=s.current,b=ef(p);e?d("MOUNT"):b==="none"||(p==null?void 0:p.display)==="none"?d("UNMOUNT"):d(h&&v!==b?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,d]),N0(()=>{if(t){const p=g=>{const b=ef(r.current).includes(g.animationName);g.target===t&&b&&Ql.flushSync(()=>d("ANIMATION_END"))},h=g=>{g.target===t&&(s.current=ef(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",p),t.addEventListener("animationend",p),()=>{t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",p),t.removeEventListener("animationend",p)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:f.useCallback(p=>{p&&(r.current=getComputedStyle(p)),n(p)},[])}}function ef(e){return(e==null?void 0:e.animationName)||"none"}function pV(e,t=[]){let n=[];function r(s,i){const u=f.createContext(i),d=n.length;n=[...n,i];function p(g){const{scope:v,children:b,...S}=g,w=(v==null?void 0:v[e][d])||u,C=f.useMemo(()=>S,Object.values(S));return f.createElement(w.Provider,{value:C},b)}function h(g,v){const b=(v==null?void 0:v[e][d])||u,S=f.useContext(b);if(S)return S;if(i!==void 0)return i;throw new Error(`\`${g}\` must be used within \`${s}\``)}return p.displayName=s+"Provider",[p,h]}const o=()=>{const s=n.map(i=>f.createContext(i));return function(u){const d=(u==null?void 0:u[e])||s;return f.useMemo(()=>({[`__scope${e}`]:{...u,[e]:d}}),[u,d])}};return o.scopeName=e,[r,hV(o,...t)]}function hV(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const i=r.reduce((u,{useScope:d,scopeName:p})=>{const g=d(s)[`__scope${p}`];return{...u,...g}},{});return f.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}function bi(e){const t=f.useRef(e);return f.useEffect(()=>{t.current=e}),f.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}const mV=f.createContext(void 0);function gV(e){const t=f.useContext(mV);return e||t||"ltr"}function vV(e,[t,n]){return Math.min(n,Math.max(t,e))}function ji(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function yV(e,t){return f.useReducer((n,r)=>{const o=t[n][r];return o??n},e)}const Xk="ScrollArea",[Jk,dse]=pV(Xk),[bV,Jo]=Jk(Xk),xV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:s=600,...i}=e,[u,d]=f.useState(null),[p,h]=f.useState(null),[g,v]=f.useState(null),[b,S]=f.useState(null),[w,C]=f.useState(null),[_,k]=f.useState(0),[j,E]=f.useState(0),[I,O]=f.useState(!1),[M,R]=f.useState(!1),A=Hi(t,N=>d(N)),L=gV(o);return f.createElement(bV,{scope:n,type:r,dir:L,scrollHideDelay:s,scrollArea:u,viewport:p,onViewportChange:h,content:g,onContentChange:v,scrollbarX:b,onScrollbarXChange:S,scrollbarXEnabled:I,onScrollbarXEnabledChange:O,scrollbarY:w,onScrollbarYChange:C,scrollbarYEnabled:M,onScrollbarYEnabledChange:R,onCornerWidthChange:k,onCornerHeightChange:E},f.createElement(Lu.div,Qn({dir:L},i,{ref:A,style:{position:"relative","--radix-scroll-area-corner-width":_+"px","--radix-scroll-area-corner-height":j+"px",...e.style}})))}),wV="ScrollAreaViewport",SV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,...o}=e,s=Jo(wV,n),i=f.useRef(null),u=Hi(t,i,s.onViewportChange);return f.createElement(f.Fragment,null,f.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),f.createElement(Lu.div,Qn({"data-radix-scroll-area-viewport":""},o,{ref:u,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style}}),f.createElement("div",{ref:s.onContentChange,style:{minWidth:"100%",display:"table"}},r)))}),ka="ScrollAreaScrollbar",CV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:i}=o,u=e.orientation==="horizontal";return f.useEffect(()=>(u?s(!0):i(!0),()=>{u?s(!1):i(!1)}),[u,s,i]),o.type==="hover"?f.createElement(_V,Qn({},r,{ref:t,forceMount:n})):o.type==="scroll"?f.createElement(kV,Qn({},r,{ref:t,forceMount:n})):o.type==="auto"?f.createElement(Zk,Qn({},r,{ref:t,forceMount:n})):o.type==="always"?f.createElement(j1,Qn({},r,{ref:t})):null}),_V=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),[s,i]=f.useState(!1);return f.useEffect(()=>{const u=o.scrollArea;let d=0;if(u){const p=()=>{window.clearTimeout(d),i(!0)},h=()=>{d=window.setTimeout(()=>i(!1),o.scrollHideDelay)};return u.addEventListener("pointerenter",p),u.addEventListener("pointerleave",h),()=>{window.clearTimeout(d),u.removeEventListener("pointerenter",p),u.removeEventListener("pointerleave",h)}}},[o.scrollArea,o.scrollHideDelay]),f.createElement(Bu,{present:n||s},f.createElement(Zk,Qn({"data-state":s?"visible":"hidden"},r,{ref:t})))}),kV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),s=e.orientation==="horizontal",i=Ih(()=>d("SCROLL_END"),100),[u,d]=yV("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return f.useEffect(()=>{if(u==="idle"){const p=window.setTimeout(()=>d("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(p)}},[u,o.scrollHideDelay,d]),f.useEffect(()=>{const p=o.viewport,h=s?"scrollLeft":"scrollTop";if(p){let g=p[h];const v=()=>{const b=p[h];g!==b&&(d("SCROLL"),i()),g=b};return p.addEventListener("scroll",v),()=>p.removeEventListener("scroll",v)}},[o.viewport,s,d,i]),f.createElement(Bu,{present:n||u!=="hidden"},f.createElement(j1,Qn({"data-state":u==="hidden"?"hidden":"visible"},r,{ref:t,onPointerEnter:ji(e.onPointerEnter,()=>d("POINTER_ENTER")),onPointerLeave:ji(e.onPointerLeave,()=>d("POINTER_LEAVE"))})))}),Zk=f.forwardRef((e,t)=>{const n=Jo(ka,e.__scopeScrollArea),{forceMount:r,...o}=e,[s,i]=f.useState(!1),u=e.orientation==="horizontal",d=Ih(()=>{if(n.viewport){const p=n.viewport.offsetWidth{const{orientation:n="vertical",...r}=e,o=Jo(ka,e.__scopeScrollArea),s=f.useRef(null),i=f.useRef(0),[u,d]=f.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),p=rP(u.viewport,u.content),h={...r,sizes:u,onSizesChange:d,hasThumb:p>0&&p<1,onThumbChange:v=>s.current=v,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:v=>i.current=v};function g(v,b){return DV(v,i.current,u,b)}return n==="horizontal"?f.createElement(PV,Qn({},h,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const v=o.viewport.scrollLeft,b=dS(v,u,o.dir);s.current.style.transform=`translate3d(${b}px, 0, 0)`}},onWheelScroll:v=>{o.viewport&&(o.viewport.scrollLeft=v)},onDragScroll:v=>{o.viewport&&(o.viewport.scrollLeft=g(v,o.dir))}})):n==="vertical"?f.createElement(jV,Qn({},h,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const v=o.viewport.scrollTop,b=dS(v,u);s.current.style.transform=`translate3d(0, ${b}px, 0)`}},onWheelScroll:v=>{o.viewport&&(o.viewport.scrollTop=v)},onDragScroll:v=>{o.viewport&&(o.viewport.scrollTop=g(v))}})):null}),PV=f.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=Jo(ka,e.__scopeScrollArea),[i,u]=f.useState(),d=f.useRef(null),p=Hi(t,d,s.onScrollbarXChange);return f.useEffect(()=>{d.current&&u(getComputedStyle(d.current))},[d]),f.createElement(tP,Qn({"data-orientation":"horizontal"},o,{ref:p,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":jh(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.x),onDragScroll:h=>e.onDragScroll(h.x),onWheelScroll:(h,g)=>{if(s.viewport){const v=s.viewport.scrollLeft+h.deltaX;e.onWheelScroll(v),sP(v,g)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&i&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:d.current.clientWidth,paddingStart:hp(i.paddingLeft),paddingEnd:hp(i.paddingRight)}})}}))}),jV=f.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=Jo(ka,e.__scopeScrollArea),[i,u]=f.useState(),d=f.useRef(null),p=Hi(t,d,s.onScrollbarYChange);return f.useEffect(()=>{d.current&&u(getComputedStyle(d.current))},[d]),f.createElement(tP,Qn({"data-orientation":"vertical"},o,{ref:p,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":jh(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.y),onDragScroll:h=>e.onDragScroll(h.y),onWheelScroll:(h,g)=>{if(s.viewport){const v=s.viewport.scrollTop+h.deltaY;e.onWheelScroll(v),sP(v,g)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&i&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:d.current.clientHeight,paddingStart:hp(i.paddingTop),paddingEnd:hp(i.paddingBottom)}})}}))}),[IV,eP]=Jk(ka),tP=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:s,onThumbPointerUp:i,onThumbPointerDown:u,onThumbPositionChange:d,onDragScroll:p,onWheelScroll:h,onResize:g,...v}=e,b=Jo(ka,n),[S,w]=f.useState(null),C=Hi(t,A=>w(A)),_=f.useRef(null),k=f.useRef(""),j=b.viewport,E=r.content-r.viewport,I=bi(h),O=bi(d),M=Ih(g,10);function R(A){if(_.current){const L=A.clientX-_.current.left,N=A.clientY-_.current.top;p({x:L,y:N})}}return f.useEffect(()=>{const A=L=>{const N=L.target;(S==null?void 0:S.contains(N))&&I(L,E)};return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[j,S,E,I]),f.useEffect(O,[r,O]),Nl(S,M),Nl(b.content,M),f.createElement(IV,{scope:n,scrollbar:S,hasThumb:o,onThumbChange:bi(s),onThumbPointerUp:bi(i),onThumbPositionChange:O,onThumbPointerDown:bi(u)},f.createElement(Lu.div,Qn({},v,{ref:C,style:{position:"absolute",...v.style},onPointerDown:ji(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),_.current=S.getBoundingClientRect(),k.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",R(A))}),onPointerMove:ji(e.onPointerMove,R),onPointerUp:ji(e.onPointerUp,A=>{const L=A.target;L.hasPointerCapture(A.pointerId)&&L.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=k.current,_.current=null})})))}),$0="ScrollAreaThumb",EV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=eP($0,e.__scopeScrollArea);return f.createElement(Bu,{present:n||o.hasThumb},f.createElement(OV,Qn({ref:t},r)))}),OV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,s=Jo($0,n),i=eP($0,n),{onThumbPositionChange:u}=i,d=Hi(t,g=>i.onThumbChange(g)),p=f.useRef(),h=Ih(()=>{p.current&&(p.current(),p.current=void 0)},100);return f.useEffect(()=>{const g=s.viewport;if(g){const v=()=>{if(h(),!p.current){const b=TV(g,u);p.current=b,u()}};return u(),g.addEventListener("scroll",v),()=>g.removeEventListener("scroll",v)}},[s.viewport,h,u]),f.createElement(Lu.div,Qn({"data-state":i.hasThumb?"visible":"hidden"},o,{ref:d,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:ji(e.onPointerDownCapture,g=>{const b=g.target.getBoundingClientRect(),S=g.clientX-b.left,w=g.clientY-b.top;i.onThumbPointerDown({x:S,y:w})}),onPointerUp:ji(e.onPointerUp,i.onThumbPointerUp)}))}),nP="ScrollAreaCorner",RV=f.forwardRef((e,t)=>{const n=Jo(nP,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?f.createElement(MV,Qn({},e,{ref:t})):null}),MV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=Jo(nP,n),[s,i]=f.useState(0),[u,d]=f.useState(0),p=!!(s&&u);return Nl(o.scrollbarX,()=>{var h;const g=((h=o.scrollbarX)===null||h===void 0?void 0:h.offsetHeight)||0;o.onCornerHeightChange(g),d(g)}),Nl(o.scrollbarY,()=>{var h;const g=((h=o.scrollbarY)===null||h===void 0?void 0:h.offsetWidth)||0;o.onCornerWidthChange(g),i(g)}),p?f.createElement(Lu.div,Qn({},r,{ref:t,style:{width:s,height:u,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null});function hp(e){return e?parseInt(e,10):0}function rP(e,t){const n=e/t;return isNaN(n)?0:n}function jh(e){const t=rP(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function DV(e,t,n,r="ltr"){const o=jh(n),s=o/2,i=t||s,u=o-i,d=n.scrollbar.paddingStart+i,p=n.scrollbar.size-n.scrollbar.paddingEnd-u,h=n.content-n.viewport,g=r==="ltr"?[0,h]:[h*-1,0];return oP([d,p],g)(e)}function dS(e,t,n="ltr"){const r=jh(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-o,i=t.content-t.viewport,u=s-r,d=n==="ltr"?[0,i]:[i*-1,0],p=vV(e,d);return oP([0,i],[0,u])(p)}function oP(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function sP(e,t){return e>0&&e{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){const s={left:e.scrollLeft,top:e.scrollTop},i=n.left!==s.left,u=n.top!==s.top;(i||u)&&t(),n=s,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)};function Ih(e,t){const n=bi(e),r=f.useRef(0);return f.useEffect(()=>()=>window.clearTimeout(r.current),[]),f.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function Nl(e,t){const n=bi(t);N0(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}const AV=xV,NV=SV,fS=CV,pS=EV,$V=RV;var zV=Zr((e,{scrollbarSize:t,offsetScrollbars:n,scrollbarHovered:r,hidden:o})=>({root:{overflow:"hidden"},viewport:{width:"100%",height:"100%",paddingRight:n?$e(t):void 0,paddingBottom:n?$e(t):void 0},scrollbar:{display:o?"none":"flex",userSelect:"none",touchAction:"none",boxSizing:"border-box",padding:`calc(${$e(t)} / 5)`,transition:"background-color 150ms ease, opacity 150ms ease","&:hover":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[8]:e.colors.gray[0],[`& .${yw("thumb")}`]:{backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.5):e.fn.rgba(e.black,.5)}},'&[data-orientation="vertical"]':{width:$e(t)},'&[data-orientation="horizontal"]':{flexDirection:"column",height:$e(t)},'&[data-state="hidden"]':{display:"none",opacity:0}},thumb:{ref:yw("thumb"),flex:1,backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.4):e.fn.rgba(e.black,.4),borderRadius:$e(t),position:"relative",transition:"background-color 150ms ease",display:o?"none":void 0,overflow:"hidden","&::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"100%",height:"100%",minWidth:$e(44),minHeight:$e(44)}},corner:{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0],transition:"opacity 150ms ease",opacity:r?1:0,display:o?"none":void 0}}));const LV=zV;var BV=Object.defineProperty,FV=Object.defineProperties,HV=Object.getOwnPropertyDescriptors,mp=Object.getOwnPropertySymbols,aP=Object.prototype.hasOwnProperty,iP=Object.prototype.propertyIsEnumerable,hS=(e,t,n)=>t in e?BV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,z0=(e,t)=>{for(var n in t||(t={}))aP.call(t,n)&&hS(e,n,t[n]);if(mp)for(var n of mp(t))iP.call(t,n)&&hS(e,n,t[n]);return e},lP=(e,t)=>FV(e,HV(t)),cP=(e,t)=>{var n={};for(var r in e)aP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&mp)for(var r of mp(e))t.indexOf(r)<0&&iP.call(e,r)&&(n[r]=e[r]);return n};const uP={scrollbarSize:12,scrollHideDelay:1e3,type:"hover",offsetScrollbars:!1},Eh=f.forwardRef((e,t)=>{const n=vr("ScrollArea",uP,e),{children:r,className:o,classNames:s,styles:i,scrollbarSize:u,scrollHideDelay:d,type:p,dir:h,offsetScrollbars:g,viewportRef:v,onScrollPositionChange:b,unstyled:S,variant:w,viewportProps:C}=n,_=cP(n,["children","className","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled","variant","viewportProps"]),[k,j]=f.useState(!1),E=Ca(),{classes:I,cx:O}=LV({scrollbarSize:u,offsetScrollbars:g,scrollbarHovered:k,hidden:p==="never"},{name:"ScrollArea",classNames:s,styles:i,unstyled:S,variant:w});return z.createElement(AV,{type:p==="never"?"always":p,scrollHideDelay:d,dir:h||E.dir,ref:t,asChild:!0},z.createElement(bo,z0({className:O(I.root,o)},_),z.createElement(NV,lP(z0({},C),{className:I.viewport,ref:v,onScroll:typeof b=="function"?({currentTarget:M})=>b({x:M.scrollLeft,y:M.scrollTop}):void 0}),r),z.createElement(fS,{orientation:"horizontal",className:I.scrollbar,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1)},z.createElement(pS,{className:I.thumb})),z.createElement(fS,{orientation:"vertical",className:I.scrollbar,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1)},z.createElement(pS,{className:I.thumb})),z.createElement($V,{className:I.corner})))}),dP=f.forwardRef((e,t)=>{const n=vr("ScrollAreaAutosize",uP,e),{children:r,classNames:o,styles:s,scrollbarSize:i,scrollHideDelay:u,type:d,dir:p,offsetScrollbars:h,viewportRef:g,onScrollPositionChange:v,unstyled:b,sx:S,variant:w,viewportProps:C}=n,_=cP(n,["children","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled","sx","variant","viewportProps"]);return z.createElement(bo,lP(z0({},_),{ref:t,sx:[{display:"flex"},...J_(S)]}),z.createElement(bo,{sx:{display:"flex",flexDirection:"column",flex:1}},z.createElement(Eh,{classNames:o,styles:s,scrollHideDelay:u,scrollbarSize:i,type:d,dir:p,offsetScrollbars:h,viewportRef:g,onScrollPositionChange:v,unstyled:b,variant:w,viewportProps:C},r)))});dP.displayName="@mantine/core/ScrollAreaAutosize";Eh.displayName="@mantine/core/ScrollArea";Eh.Autosize=dP;const fP=Eh;var WV=Object.defineProperty,VV=Object.defineProperties,UV=Object.getOwnPropertyDescriptors,gp=Object.getOwnPropertySymbols,pP=Object.prototype.hasOwnProperty,hP=Object.prototype.propertyIsEnumerable,mS=(e,t,n)=>t in e?WV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gS=(e,t)=>{for(var n in t||(t={}))pP.call(t,n)&&mS(e,n,t[n]);if(gp)for(var n of gp(t))hP.call(t,n)&&mS(e,n,t[n]);return e},GV=(e,t)=>VV(e,UV(t)),qV=(e,t)=>{var n={};for(var r in e)pP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gp)for(var r of gp(e))t.indexOf(r)<0&&hP.call(e,r)&&(n[r]=e[r]);return n};const Oh=f.forwardRef((e,t)=>{var n=e,{style:r}=n,o=qV(n,["style"]);return z.createElement(fP,GV(gS({},o),{style:gS({width:"100%"},r),viewportProps:{tabIndex:-1},viewportRef:t}),o.children)});Oh.displayName="@mantine/core/SelectScrollArea";var KV=Zr(()=>({dropdown:{},itemsWrapper:{padding:$e(4),display:"flex",width:"100%",boxSizing:"border-box"}}));const YV=KV;function sc(e){return e.split("-")[1]}function I1(e){return e==="y"?"height":"width"}function ms(e){return e.split("-")[0]}function ai(e){return["top","bottom"].includes(ms(e))?"x":"y"}function vS(e,t,n){let{reference:r,floating:o}=e;const s=r.x+r.width/2-o.width/2,i=r.y+r.height/2-o.height/2,u=ai(t),d=I1(u),p=r[d]/2-o[d]/2,h=u==="x";let g;switch(ms(t)){case"top":g={x:s,y:r.y-o.height};break;case"bottom":g={x:s,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:i};break;case"left":g={x:r.x-o.width,y:i};break;default:g={x:r.x,y:r.y}}switch(sc(t)){case"start":g[u]-=p*(n&&h?-1:1);break;case"end":g[u]+=p*(n&&h?-1:1)}return g}const QV=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n,u=s.filter(Boolean),d=await(i.isRTL==null?void 0:i.isRTL(t));let p=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:h,y:g}=vS(p,r,d),v=r,b={},S=0;for(let w=0;w({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:s,platform:i,elements:u}=t,{element:d,padding:p=0}=xa(e,t)||{};if(d==null)return{};const h=E1(p),g={x:n,y:r},v=ai(o),b=I1(v),S=await i.getDimensions(d),w=v==="y",C=w?"top":"left",_=w?"bottom":"right",k=w?"clientHeight":"clientWidth",j=s.reference[b]+s.reference[v]-g[v]-s.floating[b],E=g[v]-s.reference[v],I=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d));let O=I?I[k]:0;O&&await(i.isElement==null?void 0:i.isElement(I))||(O=u.floating[k]||s.floating[b]);const M=j/2-E/2,R=O/2-S[b]/2-1,A=ei(h[C],R),L=ei(h[_],R),N=A,Z=O-S[b]-L,B=O/2-S[b]/2+M,H=L0(N,B,Z),G=sc(o)!=null&&B!=H&&s.reference[b]/2-(Be.concat(t,t+"-start",t+"-end"),[]);const JV={left:"right",right:"left",bottom:"top",top:"bottom"};function vp(e){return e.replace(/left|right|bottom|top/g,t=>JV[t])}function ZV(e,t,n){n===void 0&&(n=!1);const r=sc(e),o=ai(e),s=I1(o);let i=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=vp(i)),{main:i,cross:vp(i)}}const eU={start:"end",end:"start"};function Og(e){return e.replace(/start|end/g,t=>eU[t])}const tU=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:o,rects:s,initialPlacement:i,platform:u,elements:d}=t,{mainAxis:p=!0,crossAxis:h=!0,fallbackPlacements:g,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:S=!0,...w}=xa(e,t),C=ms(r),_=ms(i)===i,k=await(u.isRTL==null?void 0:u.isRTL(d.floating)),j=g||(_||!S?[vp(i)]:function(N){const Z=vp(N);return[Og(N),Z,Og(Z)]}(i));g||b==="none"||j.push(...function(N,Z,B,H){const G=sc(N);let q=function(D,U,V){const J=["left","right"],ie=["right","left"],ye=["top","bottom"],he=["bottom","top"];switch(D){case"top":case"bottom":return V?U?ie:J:U?J:ie;case"left":case"right":return U?ye:he;default:return[]}}(ms(N),B==="start",H);return G&&(q=q.map(D=>D+"-"+G),Z&&(q=q.concat(q.map(Og)))),q}(i,S,b,k));const E=[i,...j],I=await O1(t,w),O=[];let M=((n=o.flip)==null?void 0:n.overflows)||[];if(p&&O.push(I[C]),h){const{main:N,cross:Z}=ZV(r,s,k);O.push(I[N],I[Z])}if(M=[...M,{placement:r,overflows:O}],!O.every(N=>N<=0)){var R,A;const N=(((R=o.flip)==null?void 0:R.index)||0)+1,Z=E[N];if(Z)return{data:{index:N,overflows:M},reset:{placement:Z}};let B=(A=M.filter(H=>H.overflows[0]<=0).sort((H,G)=>H.overflows[1]-G.overflows[1])[0])==null?void 0:A.placement;if(!B)switch(v){case"bestFit":{var L;const H=(L=M.map(G=>[G.placement,G.overflows.filter(q=>q>0).reduce((q,D)=>q+D,0)]).sort((G,q)=>G[1]-q[1])[0])==null?void 0:L[0];H&&(B=H);break}case"initialPlacement":B=i}if(r!==B)return{reset:{placement:B}}}return{}}}};function bS(e){const t=ei(...e.map(r=>r.left)),n=ei(...e.map(r=>r.top));return{x:t,y:n,width:zs(...e.map(r=>r.right))-t,height:zs(...e.map(r=>r.bottom))-n}}const nU=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:n,elements:r,rects:o,platform:s,strategy:i}=t,{padding:u=2,x:d,y:p}=xa(e,t),h=Array.from(await(s.getClientRects==null?void 0:s.getClientRects(r.reference))||[]),g=function(w){const C=w.slice().sort((j,E)=>j.y-E.y),_=[];let k=null;for(let j=0;jk.height/2?_.push([E]):_[_.length-1].push(E),k=E}return _.map(j=>$l(bS(j)))}(h),v=$l(bS(h)),b=E1(u),S=await s.getElementRects({reference:{getBoundingClientRect:function(){if(g.length===2&&g[0].left>g[1].right&&d!=null&&p!=null)return g.find(w=>d>w.left-b.left&&dw.top-b.top&&p=2){if(ai(n)==="x"){const I=g[0],O=g[g.length-1],M=ms(n)==="top",R=I.top,A=O.bottom,L=M?I.left:O.left,N=M?I.right:O.right;return{top:R,bottom:A,left:L,right:N,width:N-L,height:A-R,x:L,y:R}}const w=ms(n)==="left",C=zs(...g.map(I=>I.right)),_=ei(...g.map(I=>I.left)),k=g.filter(I=>w?I.left===_:I.right===C),j=k[0].top,E=k[k.length-1].bottom;return{top:j,bottom:E,left:_,right:C,width:C-_,height:E-j,x:_,y:j}}return v}},floating:r.floating,strategy:i});return o.reference.x!==S.reference.x||o.reference.y!==S.reference.y||o.reference.width!==S.reference.width||o.reference.height!==S.reference.height?{reset:{rects:S}}:{}}}},rU=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,o=await async function(s,i){const{placement:u,platform:d,elements:p}=s,h=await(d.isRTL==null?void 0:d.isRTL(p.floating)),g=ms(u),v=sc(u),b=ai(u)==="x",S=["left","top"].includes(g)?-1:1,w=h&&b?-1:1,C=xa(i,s);let{mainAxis:_,crossAxis:k,alignmentAxis:j}=typeof C=="number"?{mainAxis:C,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...C};return v&&typeof j=="number"&&(k=v==="end"?-1*j:j),b?{x:k*w,y:_*S}:{x:_*S,y:k*w}}(t,e);return{x:n+o.x,y:r+o.y,data:o}}}};function mP(e){return e==="x"?"y":"x"}const oU=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:u={fn:C=>{let{x:_,y:k}=C;return{x:_,y:k}}},...d}=xa(e,t),p={x:n,y:r},h=await O1(t,d),g=ai(ms(o)),v=mP(g);let b=p[g],S=p[v];if(s){const C=g==="y"?"bottom":"right";b=L0(b+h[g==="y"?"top":"left"],b,b-h[C])}if(i){const C=v==="y"?"bottom":"right";S=L0(S+h[v==="y"?"top":"left"],S,S-h[C])}const w=u.fn({...t,[g]:b,[v]:S});return{...w,data:{x:w.x-n,y:w.y-r}}}}},sU=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:s,middlewareData:i}=t,{offset:u=0,mainAxis:d=!0,crossAxis:p=!0}=xa(e,t),h={x:n,y:r},g=ai(o),v=mP(g);let b=h[g],S=h[v];const w=xa(u,t),C=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(d){const j=g==="y"?"height":"width",E=s.reference[g]-s.floating[j]+C.mainAxis,I=s.reference[g]+s.reference[j]-C.mainAxis;bI&&(b=I)}if(p){var _,k;const j=g==="y"?"width":"height",E=["top","left"].includes(ms(o)),I=s.reference[v]-s.floating[j]+(E&&((_=i.offset)==null?void 0:_[v])||0)+(E?0:C.crossAxis),O=s.reference[v]+s.reference[j]+(E?0:((k=i.offset)==null?void 0:k[v])||0)-(E?C.crossAxis:0);SO&&(S=O)}return{[g]:b,[v]:S}}}},aU=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:o,elements:s}=t,{apply:i=()=>{},...u}=xa(e,t),d=await O1(t,u),p=ms(n),h=sc(n),g=ai(n)==="x",{width:v,height:b}=r.floating;let S,w;p==="top"||p==="bottom"?(S=p,w=h===(await(o.isRTL==null?void 0:o.isRTL(s.floating))?"start":"end")?"left":"right"):(w=p,S=h==="end"?"top":"bottom");const C=b-d[S],_=v-d[w],k=!t.middlewareData.shift;let j=C,E=_;if(g){const O=v-d.left-d.right;E=h||k?ei(_,O):O}else{const O=b-d.top-d.bottom;j=h||k?ei(C,O):O}if(k&&!h){const O=zs(d.left,0),M=zs(d.right,0),R=zs(d.top,0),A=zs(d.bottom,0);g?E=v-2*(O!==0||M!==0?O+M:zs(d.left,d.right)):j=b-2*(R!==0||A!==0?R+A:zs(d.top,d.bottom))}await i({...t,availableWidth:E,availableHeight:j});const I=await o.getDimensions(s.floating);return v!==I.width||b!==I.height?{reset:{rects:!0}}:{}}}};function Oo(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Us(e){return Oo(e).getComputedStyle(e)}function gP(e){return e instanceof Oo(e).Node}function ti(e){return gP(e)?(e.nodeName||"").toLowerCase():"#document"}function xs(e){return e instanceof HTMLElement||e instanceof Oo(e).HTMLElement}function xS(e){return typeof ShadowRoot<"u"&&(e instanceof Oo(e).ShadowRoot||e instanceof ShadowRoot)}function du(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Us(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function iU(e){return["table","td","th"].includes(ti(e))}function B0(e){const t=R1(),n=Us(e);return n.transform!=="none"||n.perspective!=="none"||!!n.containerType&&n.containerType!=="normal"||!t&&!!n.backdropFilter&&n.backdropFilter!=="none"||!t&&!!n.filter&&n.filter!=="none"||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function R1(){return!(typeof CSS>"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Rh(e){return["html","body","#document"].includes(ti(e))}const F0=Math.min,Rl=Math.max,yp=Math.round,tf=Math.floor,ni=e=>({x:e,y:e});function vP(e){const t=Us(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=xs(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,u=yp(n)!==s||yp(r)!==i;return u&&(n=s,r=i),{width:n,height:r,$:u}}function ua(e){return e instanceof Element||e instanceof Oo(e).Element}function M1(e){return ua(e)?e:e.contextElement}function Ml(e){const t=M1(e);if(!xs(t))return ni(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=vP(t);let i=(s?yp(n.width):n.width)/r,u=(s?yp(n.height):n.height)/o;return i&&Number.isFinite(i)||(i=1),u&&Number.isFinite(u)||(u=1),{x:i,y:u}}const lU=ni(0);function yP(e){const t=Oo(e);return R1()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:lU}function Ai(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=M1(e);let i=ni(1);t&&(r?ua(r)&&(i=Ml(r)):i=Ml(e));const u=function(v,b,S){return b===void 0&&(b=!1),!(!S||b&&S!==Oo(v))&&b}(s,n,r)?yP(s):ni(0);let d=(o.left+u.x)/i.x,p=(o.top+u.y)/i.y,h=o.width/i.x,g=o.height/i.y;if(s){const v=Oo(s),b=r&&ua(r)?Oo(r):r;let S=v.frameElement;for(;S&&r&&b!==v;){const w=Ml(S),C=S.getBoundingClientRect(),_=getComputedStyle(S),k=C.left+(S.clientLeft+parseFloat(_.paddingLeft))*w.x,j=C.top+(S.clientTop+parseFloat(_.paddingTop))*w.y;d*=w.x,p*=w.y,h*=w.x,g*=w.y,d+=k,p+=j,S=Oo(S).frameElement}}return $l({width:h,height:g,x:d,y:p})}function Mh(e){return ua(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function da(e){var t;return(t=(gP(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function bP(e){return Ai(da(e)).left+Mh(e).scrollLeft}function zl(e){if(ti(e)==="html")return e;const t=e.assignedSlot||e.parentNode||xS(e)&&e.host||da(e);return xS(t)?t.host:t}function xP(e){const t=zl(e);return Rh(t)?e.ownerDocument?e.ownerDocument.body:e.body:xs(t)&&du(t)?t:xP(t)}function bp(e,t){var n;t===void 0&&(t=[]);const r=xP(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=Oo(r);return o?t.concat(s,s.visualViewport||[],du(r)?r:[]):t.concat(r,bp(r))}function wS(e,t,n){let r;if(t==="viewport")r=function(o,s){const i=Oo(o),u=da(o),d=i.visualViewport;let p=u.clientWidth,h=u.clientHeight,g=0,v=0;if(d){p=d.width,h=d.height;const b=R1();(!b||b&&s==="fixed")&&(g=d.offsetLeft,v=d.offsetTop)}return{width:p,height:h,x:g,y:v}}(e,n);else if(t==="document")r=function(o){const s=da(o),i=Mh(o),u=o.ownerDocument.body,d=Rl(s.scrollWidth,s.clientWidth,u.scrollWidth,u.clientWidth),p=Rl(s.scrollHeight,s.clientHeight,u.scrollHeight,u.clientHeight);let h=-i.scrollLeft+bP(o);const g=-i.scrollTop;return Us(u).direction==="rtl"&&(h+=Rl(s.clientWidth,u.clientWidth)-d),{width:d,height:p,x:h,y:g}}(da(e));else if(ua(t))r=function(o,s){const i=Ai(o,!0,s==="fixed"),u=i.top+o.clientTop,d=i.left+o.clientLeft,p=xs(o)?Ml(o):ni(1);return{width:o.clientWidth*p.x,height:o.clientHeight*p.y,x:d*p.x,y:u*p.y}}(t,n);else{const o=yP(e);r={...t,x:t.x-o.x,y:t.y-o.y}}return $l(r)}function wP(e,t){const n=zl(e);return!(n===t||!ua(n)||Rh(n))&&(Us(n).position==="fixed"||wP(n,t))}function cU(e,t,n){const r=xs(t),o=da(t),s=n==="fixed",i=Ai(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const d=ni(0);if(r||!r&&!s)if((ti(t)!=="body"||du(o))&&(u=Mh(t)),xs(t)){const p=Ai(t,!0,s,t);d.x=p.x+t.clientLeft,d.y=p.y+t.clientTop}else o&&(d.x=bP(o));return{x:i.left+u.scrollLeft-d.x,y:i.top+u.scrollTop-d.y,width:i.width,height:i.height}}function SS(e,t){return xs(e)&&Us(e).position!=="fixed"?t?t(e):e.offsetParent:null}function CS(e,t){const n=Oo(e);if(!xs(e))return n;let r=SS(e,t);for(;r&&iU(r)&&Us(r).position==="static";)r=SS(r,t);return r&&(ti(r)==="html"||ti(r)==="body"&&Us(r).position==="static"&&!B0(r))?n:r||function(o){let s=zl(o);for(;xs(s)&&!Rh(s);){if(B0(s))return s;s=zl(s)}return null}(e)||n}const uU={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=xs(n),s=da(n);if(n===s)return t;let i={scrollLeft:0,scrollTop:0},u=ni(1);const d=ni(0);if((o||!o&&r!=="fixed")&&((ti(n)!=="body"||du(s))&&(i=Mh(n)),xs(n))){const p=Ai(n);u=Ml(n),d.x=p.x+n.clientLeft,d.y=p.y+n.clientTop}return{width:t.width*u.x,height:t.height*u.y,x:t.x*u.x-i.scrollLeft*u.x+d.x,y:t.y*u.y-i.scrollTop*u.y+d.y}},getDocumentElement:da,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const s=[...n==="clippingAncestors"?function(d,p){const h=p.get(d);if(h)return h;let g=bp(d).filter(w=>ua(w)&&ti(w)!=="body"),v=null;const b=Us(d).position==="fixed";let S=b?zl(d):d;for(;ua(S)&&!Rh(S);){const w=Us(S),C=B0(S);C||w.position!=="fixed"||(v=null),(b?!C&&!v:!C&&w.position==="static"&&v&&["absolute","fixed"].includes(v.position)||du(S)&&!C&&wP(d,S))?g=g.filter(_=>_!==S):v=w,S=zl(S)}return p.set(d,g),g}(t,this._c):[].concat(n),r],i=s[0],u=s.reduce((d,p)=>{const h=wS(t,p,o);return d.top=Rl(h.top,d.top),d.right=F0(h.right,d.right),d.bottom=F0(h.bottom,d.bottom),d.left=Rl(h.left,d.left),d},wS(t,i,o));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}},getOffsetParent:CS,getElementRects:async function(e){let{reference:t,floating:n,strategy:r}=e;const o=this.getOffsetParent||CS,s=this.getDimensions;return{reference:cU(t,await o(n),r),floating:{x:0,y:0,...await s(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return vP(e)},getScale:Ml,isElement:ua,isRTL:function(e){return getComputedStyle(e).direction==="rtl"}};function dU(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,p=M1(e),h=o||s?[...p?bp(p):[],...bp(t)]:[];h.forEach(C=>{o&&C.addEventListener("scroll",n,{passive:!0}),s&&C.addEventListener("resize",n)});const g=p&&u?function(C,_){let k,j=null;const E=da(C);function I(){clearTimeout(k),j&&j.disconnect(),j=null}return function O(M,R){M===void 0&&(M=!1),R===void 0&&(R=1),I();const{left:A,top:L,width:N,height:Z}=C.getBoundingClientRect();if(M||_(),!N||!Z)return;const B={rootMargin:-tf(L)+"px "+-tf(E.clientWidth-(A+N))+"px "+-tf(E.clientHeight-(L+Z))+"px "+-tf(A)+"px",threshold:Rl(0,F0(1,R))||1};let H=!0;function G(q){const D=q[0].intersectionRatio;if(D!==R){if(!H)return O();D?O(!1,D):k=setTimeout(()=>{O(!1,1e-7)},100)}H=!1}try{j=new IntersectionObserver(G,{...B,root:E.ownerDocument})}catch{j=new IntersectionObserver(G,B)}j.observe(C)}(!0),I}(p,n):null;let v,b=-1,S=null;i&&(S=new ResizeObserver(C=>{let[_]=C;_&&_.target===p&&S&&(S.unobserve(t),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{S&&S.observe(t)})),n()}),p&&!d&&S.observe(p),S.observe(t));let w=d?Ai(e):null;return d&&function C(){const _=Ai(e);!w||_.x===w.x&&_.y===w.y&&_.width===w.width&&_.height===w.height||n(),w=_,v=requestAnimationFrame(C)}(),n(),()=>{h.forEach(C=>{o&&C.removeEventListener("scroll",n),s&&C.removeEventListener("resize",n)}),g&&g(),S&&S.disconnect(),S=null,d&&cancelAnimationFrame(v)}}const fU=(e,t,n)=>{const r=new Map,o={platform:uU,...n},s={...o.platform,_c:r};return QV(e,t,{...o,platform:s})},pU=e=>{const{element:t,padding:n}=e;function r(o){return Object.prototype.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){return r(t)?t.current!=null?yS({element:t.current,padding:n}).fn(o):{}:t?yS({element:t,padding:n}).fn(o):{}}}};var bf=typeof document<"u"?f.useLayoutEffect:f.useEffect;function xp(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!xp(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!xp(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function _S(e){const t=f.useRef(e);return bf(()=>{t.current=e}),t}function hU(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,whileElementsMounted:s,open:i}=e,[u,d]=f.useState({x:null,y:null,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,h]=f.useState(r);xp(p,r)||h(r);const g=f.useRef(null),v=f.useRef(null),b=f.useRef(u),S=_S(s),w=_S(o),[C,_]=f.useState(null),[k,j]=f.useState(null),E=f.useCallback(L=>{g.current!==L&&(g.current=L,_(L))},[]),I=f.useCallback(L=>{v.current!==L&&(v.current=L,j(L))},[]),O=f.useCallback(()=>{if(!g.current||!v.current)return;const L={placement:t,strategy:n,middleware:p};w.current&&(L.platform=w.current),fU(g.current,v.current,L).then(N=>{const Z={...N,isPositioned:!0};M.current&&!xp(b.current,Z)&&(b.current=Z,Ql.flushSync(()=>{d(Z)}))})},[p,t,n,w]);bf(()=>{i===!1&&b.current.isPositioned&&(b.current.isPositioned=!1,d(L=>({...L,isPositioned:!1})))},[i]);const M=f.useRef(!1);bf(()=>(M.current=!0,()=>{M.current=!1}),[]),bf(()=>{if(C&&k){if(S.current)return S.current(C,k,O);O()}},[C,k,O,S]);const R=f.useMemo(()=>({reference:g,floating:v,setReference:E,setFloating:I}),[E,I]),A=f.useMemo(()=>({reference:C,floating:k}),[C,k]);return f.useMemo(()=>({...u,update:O,refs:R,elements:A,reference:E,floating:I}),[u,O,R,A,E,I])}var mU=typeof document<"u"?f.useLayoutEffect:f.useEffect;function gU(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){e.set(t,(e.get(t)||[]).filter(r=>r!==n))}}}const vU=f.createContext(null),yU=()=>f.useContext(vU);function bU(e){return(e==null?void 0:e.ownerDocument)||document}function xU(e){return bU(e).defaultView||window}function nf(e){return e?e instanceof xU(e).Element:!1}const wU=pv["useInsertionEffect".toString()],SU=wU||(e=>e());function CU(e){const t=f.useRef(()=>{});return SU(()=>{t.current=e}),f.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;ogU())[0],[p,h]=f.useState(null),g=f.useCallback(_=>{const k=nf(_)?{getBoundingClientRect:()=>_.getBoundingClientRect(),contextElement:_}:_;o.refs.setReference(k)},[o.refs]),v=f.useCallback(_=>{(nf(_)||_===null)&&(i.current=_,h(_)),(nf(o.refs.reference.current)||o.refs.reference.current===null||_!==null&&!nf(_))&&o.refs.setReference(_)},[o.refs]),b=f.useMemo(()=>({...o.refs,setReference:v,setPositionReference:g,domReference:i}),[o.refs,v,g]),S=f.useMemo(()=>({...o.elements,domReference:p}),[o.elements,p]),w=CU(n),C=f.useMemo(()=>({...o,refs:b,elements:S,dataRef:u,nodeId:r,events:d,open:t,onOpenChange:w}),[o,r,d,t,w,b,S]);return mU(()=>{const _=s==null?void 0:s.nodesRef.current.find(k=>k.id===r);_&&(_.context=C)}),f.useMemo(()=>({...o,context:C,refs:b,reference:v,positionReference:g}),[o,b,C,v,g])}function kU({opened:e,floating:t,position:n,positionDependencies:r}){const[o,s]=f.useState(0);f.useEffect(()=>{if(t.refs.reference.current&&t.refs.floating.current)return dU(t.refs.reference.current,t.refs.floating.current,t.update)},[t.refs.reference.current,t.refs.floating.current,e,o,n]),hs(()=>{t.update()},r),hs(()=>{s(i=>i+1)},[e])}function PU(e){const t=[rU(e.offset)];return e.middlewares.shift&&t.push(oU({limiter:sU()})),e.middlewares.flip&&t.push(tU()),e.middlewares.inline&&t.push(nU()),t.push(pU({element:e.arrowRef,padding:e.arrowOffset})),t}function jU(e){const[t,n]=uu({value:e.opened,defaultValue:e.defaultOpened,finalValue:!1,onChange:e.onChange}),r=()=>{var i;(i=e.onClose)==null||i.call(e),n(!1)},o=()=>{var i,u;t?((i=e.onClose)==null||i.call(e),n(!1)):((u=e.onOpen)==null||u.call(e),n(!0))},s=_U({placement:e.position,middleware:[...PU(e),...e.width==="target"?[aU({apply({rects:i}){var u,d;Object.assign((d=(u=s.refs.floating.current)==null?void 0:u.style)!=null?d:{},{width:`${i.reference.width}px`})}})]:[]]});return kU({opened:e.opened,position:e.position,positionDependencies:e.positionDependencies,floating:s}),hs(()=>{var i;(i=e.onPositionChange)==null||i.call(e,s.placement)},[s.placement]),hs(()=>{var i,u;e.opened?(u=e.onOpen)==null||u.call(e):(i=e.onClose)==null||i.call(e)},[e.opened]),{floating:s,controlled:typeof e.opened=="boolean",opened:t,onClose:r,onToggle:o}}const SP={context:"Popover component was not found in the tree",children:"Popover.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported"},[IU,CP]=mF(SP.context);var EU=Object.defineProperty,OU=Object.defineProperties,RU=Object.getOwnPropertyDescriptors,wp=Object.getOwnPropertySymbols,_P=Object.prototype.hasOwnProperty,kP=Object.prototype.propertyIsEnumerable,kS=(e,t,n)=>t in e?EU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rf=(e,t)=>{for(var n in t||(t={}))_P.call(t,n)&&kS(e,n,t[n]);if(wp)for(var n of wp(t))kP.call(t,n)&&kS(e,n,t[n]);return e},MU=(e,t)=>OU(e,RU(t)),DU=(e,t)=>{var n={};for(var r in e)_P.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&wp)for(var r of wp(e))t.indexOf(r)<0&&kP.call(e,r)&&(n[r]=e[r]);return n};const TU={refProp:"ref",popupType:"dialog"},PP=f.forwardRef((e,t)=>{const n=vr("PopoverTarget",TU,e),{children:r,refProp:o,popupType:s}=n,i=DU(n,["children","refProp","popupType"]);if(!ek(r))throw new Error(SP.children);const u=i,d=CP(),p=zu(d.reference,r.ref,t),h=d.withRoles?{"aria-haspopup":s,"aria-expanded":d.opened,"aria-controls":d.getDropdownId(),id:d.getTargetId()}:{};return f.cloneElement(r,rf(MU(rf(rf(rf({},u),h),d.targetProps),{className:nk(d.targetProps.className,u.className,r.props.className),[o]:p}),d.controlled?null:{onClick:d.onToggle}))});PP.displayName="@mantine/core/PopoverTarget";var AU=Zr((e,{radius:t,shadow:n})=>({dropdown:{position:"absolute",backgroundColor:e.white,background:e.colorScheme==="dark"?e.colors.dark[6]:e.white,border:`${$e(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,padding:`${e.spacing.sm} ${e.spacing.md}`,boxShadow:e.shadows[n]||n||"none",borderRadius:e.fn.radius(t),"&:focus":{outline:0}},arrow:{backgroundColor:"inherit",border:`${$e(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,zIndex:1}}));const NU=AU;var $U=Object.defineProperty,PS=Object.getOwnPropertySymbols,zU=Object.prototype.hasOwnProperty,LU=Object.prototype.propertyIsEnumerable,jS=(e,t,n)=>t in e?$U(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,dl=(e,t)=>{for(var n in t||(t={}))zU.call(t,n)&&jS(e,n,t[n]);if(PS)for(var n of PS(t))LU.call(t,n)&&jS(e,n,t[n]);return e};const IS={entering:"in",entered:"in",exiting:"out",exited:"out","pre-exiting":"out","pre-entering":"out"};function BU({transition:e,state:t,duration:n,timingFunction:r}){const o={transitionDuration:`${n}ms`,transitionTimingFunction:r};return typeof e=="string"?e in Yd?dl(dl(dl({transitionProperty:Yd[e].transitionProperty},o),Yd[e].common),Yd[e][IS[t]]):null:dl(dl(dl({transitionProperty:e.transitionProperty},o),e.common),e[IS[t]])}function FU({duration:e,exitDuration:t,timingFunction:n,mounted:r,onEnter:o,onExit:s,onEntered:i,onExited:u}){const d=Ca(),p=ck(),h=d.respectReducedMotion?p:!1,[g,v]=f.useState(h?0:e),[b,S]=f.useState(r?"entered":"exited"),w=f.useRef(-1),C=_=>{const k=_?o:s,j=_?i:u;S(_?"pre-entering":"pre-exiting"),window.clearTimeout(w.current);const E=h?0:_?e:t;if(v(E),E===0)typeof k=="function"&&k(),typeof j=="function"&&j(),S(_?"entered":"exited");else{const I=window.setTimeout(()=>{typeof k=="function"&&k(),S(_?"entering":"exiting")},10);w.current=window.setTimeout(()=>{window.clearTimeout(I),typeof j=="function"&&j(),S(_?"entered":"exited")},E)}};return hs(()=>{C(r)},[r]),f.useEffect(()=>()=>window.clearTimeout(w.current),[]),{transitionDuration:g,transitionStatus:b,transitionTimingFunction:n||d.transitionTimingFunction}}function jP({keepMounted:e,transition:t,duration:n=250,exitDuration:r=n,mounted:o,children:s,timingFunction:i,onExit:u,onEntered:d,onEnter:p,onExited:h}){const{transitionDuration:g,transitionStatus:v,transitionTimingFunction:b}=FU({mounted:o,exitDuration:r,duration:n,timingFunction:i,onExit:u,onEntered:d,onEnter:p,onExited:h});return g===0?o?z.createElement(z.Fragment,null,s({})):e?s({display:"none"}):null:v==="exited"?e?s({display:"none"}):null:z.createElement(z.Fragment,null,s(BU({transition:t,duration:g,state:v,timingFunction:b})))}jP.displayName="@mantine/core/Transition";function IP({children:e,active:t=!0,refProp:n="ref"}){const r=YF(t),o=zu(r,e==null?void 0:e.ref);return ek(e)?f.cloneElement(e,{[n]:o}):e}IP.displayName="@mantine/core/FocusTrap";var HU=Object.defineProperty,WU=Object.defineProperties,VU=Object.getOwnPropertyDescriptors,ES=Object.getOwnPropertySymbols,UU=Object.prototype.hasOwnProperty,GU=Object.prototype.propertyIsEnumerable,OS=(e,t,n)=>t in e?HU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Aa=(e,t)=>{for(var n in t||(t={}))UU.call(t,n)&&OS(e,n,t[n]);if(ES)for(var n of ES(t))GU.call(t,n)&&OS(e,n,t[n]);return e},of=(e,t)=>WU(e,VU(t));function RS(e,t,n,r){return e==="center"||r==="center"?{top:t}:e==="end"?{bottom:n}:e==="start"?{top:n}:{}}function MS(e,t,n,r,o){return e==="center"||r==="center"?{left:t}:e==="end"?{[o==="ltr"?"right":"left"]:n}:e==="start"?{[o==="ltr"?"left":"right"]:n}:{}}const qU={bottom:"borderTopLeftRadius",left:"borderTopRightRadius",right:"borderBottomLeftRadius",top:"borderBottomRightRadius"};function KU({position:e,arrowSize:t,arrowOffset:n,arrowRadius:r,arrowPosition:o,arrowX:s,arrowY:i,dir:u}){const[d,p="center"]=e.split("-"),h={width:$e(t),height:$e(t),transform:"rotate(45deg)",position:"absolute",[qU[d]]:$e(r)},g=$e(-t/2);return d==="left"?of(Aa(Aa({},h),RS(p,i,n,o)),{right:g,borderLeftColor:"transparent",borderBottomColor:"transparent"}):d==="right"?of(Aa(Aa({},h),RS(p,i,n,o)),{left:g,borderRightColor:"transparent",borderTopColor:"transparent"}):d==="top"?of(Aa(Aa({},h),MS(p,s,n,o,u)),{bottom:g,borderTopColor:"transparent",borderLeftColor:"transparent"}):d==="bottom"?of(Aa(Aa({},h),MS(p,s,n,o,u)),{top:g,borderBottomColor:"transparent",borderRightColor:"transparent"}):{}}var YU=Object.defineProperty,QU=Object.defineProperties,XU=Object.getOwnPropertyDescriptors,Sp=Object.getOwnPropertySymbols,EP=Object.prototype.hasOwnProperty,OP=Object.prototype.propertyIsEnumerable,DS=(e,t,n)=>t in e?YU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,JU=(e,t)=>{for(var n in t||(t={}))EP.call(t,n)&&DS(e,n,t[n]);if(Sp)for(var n of Sp(t))OP.call(t,n)&&DS(e,n,t[n]);return e},ZU=(e,t)=>QU(e,XU(t)),eG=(e,t)=>{var n={};for(var r in e)EP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Sp)for(var r of Sp(e))t.indexOf(r)<0&&OP.call(e,r)&&(n[r]=e[r]);return n};const RP=f.forwardRef((e,t)=>{var n=e,{position:r,arrowSize:o,arrowOffset:s,arrowRadius:i,arrowPosition:u,visible:d,arrowX:p,arrowY:h}=n,g=eG(n,["position","arrowSize","arrowOffset","arrowRadius","arrowPosition","visible","arrowX","arrowY"]);const v=Ca();return d?z.createElement("div",ZU(JU({},g),{ref:t,style:KU({position:r,arrowSize:o,arrowOffset:s,arrowRadius:i,arrowPosition:u,dir:v.dir,arrowX:p,arrowY:h})})):null});RP.displayName="@mantine/core/FloatingArrow";var tG=Object.defineProperty,nG=Object.defineProperties,rG=Object.getOwnPropertyDescriptors,Cp=Object.getOwnPropertySymbols,MP=Object.prototype.hasOwnProperty,DP=Object.prototype.propertyIsEnumerable,TS=(e,t,n)=>t in e?tG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fl=(e,t)=>{for(var n in t||(t={}))MP.call(t,n)&&TS(e,n,t[n]);if(Cp)for(var n of Cp(t))DP.call(t,n)&&TS(e,n,t[n]);return e},sf=(e,t)=>nG(e,rG(t)),oG=(e,t)=>{var n={};for(var r in e)MP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Cp)for(var r of Cp(e))t.indexOf(r)<0&&DP.call(e,r)&&(n[r]=e[r]);return n};const sG={};function TP(e){var t;const n=vr("PopoverDropdown",sG,e),{style:r,className:o,children:s,onKeyDownCapture:i}=n,u=oG(n,["style","className","children","onKeyDownCapture"]),d=CP(),{classes:p,cx:h}=NU({radius:d.radius,shadow:d.shadow},{name:d.__staticSelector,classNames:d.classNames,styles:d.styles,unstyled:d.unstyled,variant:d.variant}),g=HF({opened:d.opened,shouldReturnFocus:d.returnFocus}),v=d.withRoles?{"aria-labelledby":d.getTargetId(),id:d.getDropdownId(),role:"dialog"}:{};return d.disabled?null:z.createElement(Tk,sf(fl({},d.portalProps),{withinPortal:d.withinPortal}),z.createElement(jP,sf(fl({mounted:d.opened},d.transitionProps),{transition:d.transitionProps.transition||"fade",duration:(t=d.transitionProps.duration)!=null?t:150,keepMounted:d.keepMounted,exitDuration:typeof d.transitionProps.exitDuration=="number"?d.transitionProps.exitDuration:d.transitionProps.duration}),b=>{var S,w;return z.createElement(IP,{active:d.trapFocus},z.createElement(bo,fl(sf(fl({},v),{tabIndex:-1,ref:d.floating,style:sf(fl(fl({},r),b),{zIndex:d.zIndex,top:(S=d.y)!=null?S:0,left:(w=d.x)!=null?w:0,width:d.width==="target"?void 0:$e(d.width)}),className:h(p.dropdown,o),onKeyDownCapture:vF(d.onClose,{active:d.closeOnEscape,onTrigger:g,onKeyDown:i}),"data-position":d.placement}),u),s,z.createElement(RP,{ref:d.arrowRef,arrowX:d.arrowX,arrowY:d.arrowY,visible:d.withArrow,position:d.placement,arrowSize:d.arrowSize,arrowRadius:d.arrowRadius,arrowOffset:d.arrowOffset,arrowPosition:d.arrowPosition,className:p.arrow})))}))}TP.displayName="@mantine/core/PopoverDropdown";function aG(e,t){if(e==="rtl"&&(t.includes("right")||t.includes("left"))){const[n,r]=t.split("-"),o=n==="right"?"left":"right";return r===void 0?o:`${o}-${r}`}return t}var AS=Object.getOwnPropertySymbols,iG=Object.prototype.hasOwnProperty,lG=Object.prototype.propertyIsEnumerable,cG=(e,t)=>{var n={};for(var r in e)iG.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&AS)for(var r of AS(e))t.indexOf(r)<0&&lG.call(e,r)&&(n[r]=e[r]);return n};const uG={position:"bottom",offset:8,positionDependencies:[],transitionProps:{transition:"fade",duration:150},middlewares:{flip:!0,shift:!0,inline:!1},arrowSize:7,arrowOffset:5,arrowRadius:0,arrowPosition:"side",closeOnClickOutside:!0,withinPortal:!1,closeOnEscape:!0,trapFocus:!1,withRoles:!0,returnFocus:!1,clickOutsideEvents:["mousedown","touchstart"],zIndex:S1("popover"),__staticSelector:"Popover",width:"max-content"};function ac(e){var t,n,r,o,s,i;const u=f.useRef(null),d=vr("Popover",uG,e),{children:p,position:h,offset:g,onPositionChange:v,positionDependencies:b,opened:S,transitionProps:w,width:C,middlewares:_,withArrow:k,arrowSize:j,arrowOffset:E,arrowRadius:I,arrowPosition:O,unstyled:M,classNames:R,styles:A,closeOnClickOutside:L,withinPortal:N,portalProps:Z,closeOnEscape:B,clickOutsideEvents:H,trapFocus:G,onClose:q,onOpen:D,onChange:U,zIndex:V,radius:J,shadow:ie,id:ye,defaultOpened:he,__staticSelector:ae,withRoles:ee,disabled:W,returnFocus:re,variant:pe,keepMounted:ne}=d,ge=cG(d,["children","position","offset","onPositionChange","positionDependencies","opened","transitionProps","width","middlewares","withArrow","arrowSize","arrowOffset","arrowRadius","arrowPosition","unstyled","classNames","styles","closeOnClickOutside","withinPortal","portalProps","closeOnEscape","clickOutsideEvents","trapFocus","onClose","onOpen","onChange","zIndex","radius","shadow","id","defaultOpened","__staticSelector","withRoles","disabled","returnFocus","variant","keepMounted"]),[de,Ce]=f.useState(null),[Me,me]=f.useState(null),_e=_1(ye),Ve=Ca(),Le=jU({middlewares:_,width:C,position:aG(Ve.dir,h),offset:typeof g=="number"?g+(k?j/2:0):g,arrowRef:u,arrowOffset:E,onPositionChange:v,positionDependencies:b,opened:S,defaultOpened:he,onChange:U,onOpen:D,onClose:q});zF(()=>Le.opened&&L&&Le.onClose(),H,[de,Me]);const Ue=f.useCallback(vt=>{Ce(vt),Le.floating.reference(vt)},[Le.floating.reference]),kt=f.useCallback(vt=>{me(vt),Le.floating.floating(vt)},[Le.floating.floating]);return z.createElement(IU,{value:{returnFocus:re,disabled:W,controlled:Le.controlled,reference:Ue,floating:kt,x:Le.floating.x,y:Le.floating.y,arrowX:(r=(n=(t=Le.floating)==null?void 0:t.middlewareData)==null?void 0:n.arrow)==null?void 0:r.x,arrowY:(i=(s=(o=Le.floating)==null?void 0:o.middlewareData)==null?void 0:s.arrow)==null?void 0:i.y,opened:Le.opened,arrowRef:u,transitionProps:w,width:C,withArrow:k,arrowSize:j,arrowOffset:E,arrowRadius:I,arrowPosition:O,placement:Le.floating.placement,trapFocus:G,withinPortal:N,portalProps:Z,zIndex:V,radius:J,shadow:ie,closeOnEscape:B,onClose:Le.onClose,onToggle:Le.onToggle,getTargetId:()=>`${_e}-target`,getDropdownId:()=>`${_e}-dropdown`,withRoles:ee,targetProps:ge,__staticSelector:ae,classNames:R,styles:A,unstyled:M,variant:pe,keepMounted:ne}},p)}ac.Target=PP;ac.Dropdown=TP;ac.displayName="@mantine/core/Popover";var dG=Object.defineProperty,_p=Object.getOwnPropertySymbols,AP=Object.prototype.hasOwnProperty,NP=Object.prototype.propertyIsEnumerable,NS=(e,t,n)=>t in e?dG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fG=(e,t)=>{for(var n in t||(t={}))AP.call(t,n)&&NS(e,n,t[n]);if(_p)for(var n of _p(t))NP.call(t,n)&&NS(e,n,t[n]);return e},pG=(e,t)=>{var n={};for(var r in e)AP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&_p)for(var r of _p(e))t.indexOf(r)<0&&NP.call(e,r)&&(n[r]=e[r]);return n};function hG(e){var t=e,{children:n,component:r="div",maxHeight:o=220,direction:s="column",id:i,innerRef:u,__staticSelector:d,styles:p,classNames:h,unstyled:g}=t,v=pG(t,["children","component","maxHeight","direction","id","innerRef","__staticSelector","styles","classNames","unstyled"]);const{classes:b}=YV(null,{name:d,styles:p,classNames:h,unstyled:g});return z.createElement(ac.Dropdown,fG({p:0,onMouseDown:S=>S.preventDefault()},v),z.createElement("div",{style:{maxHeight:$e(o),display:"flex"}},z.createElement(bo,{component:r||"div",id:`${i}-items`,"aria-labelledby":`${i}-label`,role:"listbox",onMouseDown:S=>S.preventDefault(),style:{flex:1,overflowY:r!==Oh?"auto":void 0},"data-combobox-popover":!0,tabIndex:-1,ref:u},z.createElement("div",{className:b.itemsWrapper,style:{flexDirection:s}},n))))}function Qa({opened:e,transitionProps:t={transition:"fade",duration:0},shadow:n,withinPortal:r,portalProps:o,children:s,__staticSelector:i,onDirectionChange:u,switchDirectionOnFlip:d,zIndex:p,dropdownPosition:h,positionDependencies:g=[],classNames:v,styles:b,unstyled:S,readOnly:w,variant:C}){return z.createElement(ac,{unstyled:S,classNames:v,styles:b,width:"target",withRoles:!1,opened:e,middlewares:{flip:h==="flip",shift:!1},position:h==="flip"?"bottom":h,positionDependencies:g,zIndex:p,__staticSelector:i,withinPortal:r,portalProps:o,transitionProps:t,shadow:n,disabled:w,onPositionChange:_=>d&&(u==null?void 0:u(_==="top"?"column-reverse":"column")),variant:C},s)}Qa.Target=ac.Target;Qa.Dropdown=hG;var mG=Object.defineProperty,gG=Object.defineProperties,vG=Object.getOwnPropertyDescriptors,kp=Object.getOwnPropertySymbols,$P=Object.prototype.hasOwnProperty,zP=Object.prototype.propertyIsEnumerable,$S=(e,t,n)=>t in e?mG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,af=(e,t)=>{for(var n in t||(t={}))$P.call(t,n)&&$S(e,n,t[n]);if(kp)for(var n of kp(t))zP.call(t,n)&&$S(e,n,t[n]);return e},yG=(e,t)=>gG(e,vG(t)),bG=(e,t)=>{var n={};for(var r in e)$P.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&kp)for(var r of kp(e))t.indexOf(r)<0&&zP.call(e,r)&&(n[r]=e[r]);return n};function LP(e,t,n){const r=vr(e,t,n),{label:o,description:s,error:i,required:u,classNames:d,styles:p,className:h,unstyled:g,__staticSelector:v,sx:b,errorProps:S,labelProps:w,descriptionProps:C,wrapperProps:_,id:k,size:j,style:E,inputContainer:I,inputWrapperOrder:O,withAsterisk:M,variant:R}=r,A=bG(r,["label","description","error","required","classNames","styles","className","unstyled","__staticSelector","sx","errorProps","labelProps","descriptionProps","wrapperProps","id","size","style","inputContainer","inputWrapperOrder","withAsterisk","variant"]),L=_1(k),{systemStyles:N,rest:Z}=Ph(A),B=af({label:o,description:s,error:i,required:u,classNames:d,className:h,__staticSelector:v,sx:b,errorProps:S,labelProps:w,descriptionProps:C,unstyled:g,styles:p,id:L,size:j,style:E,inputContainer:I,inputWrapperOrder:O,withAsterisk:M,variant:R},_);return yG(af({},Z),{classNames:d,styles:p,unstyled:g,wrapperProps:af(af({},B),N),inputProps:{required:u,classNames:d,styles:p,unstyled:g,id:L,size:j,__staticSelector:v,error:i,variant:R}})}var xG=Zr((e,t,{size:n})=>({label:{display:"inline-block",fontSize:At({size:n,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 wG=xG;var SG=Object.defineProperty,Pp=Object.getOwnPropertySymbols,BP=Object.prototype.hasOwnProperty,FP=Object.prototype.propertyIsEnumerable,zS=(e,t,n)=>t in e?SG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CG=(e,t)=>{for(var n in t||(t={}))BP.call(t,n)&&zS(e,n,t[n]);if(Pp)for(var n of Pp(t))FP.call(t,n)&&zS(e,n,t[n]);return e},_G=(e,t)=>{var n={};for(var r in e)BP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Pp)for(var r of Pp(e))t.indexOf(r)<0&&FP.call(e,r)&&(n[r]=e[r]);return n};const kG={labelElement:"label",size:"sm"},D1=f.forwardRef((e,t)=>{const n=vr("InputLabel",kG,e),{labelElement:r,children:o,required:s,size:i,classNames:u,styles:d,unstyled:p,className:h,htmlFor:g,__staticSelector:v,variant:b,onMouseDown:S}=n,w=_G(n,["labelElement","children","required","size","classNames","styles","unstyled","className","htmlFor","__staticSelector","variant","onMouseDown"]),{classes:C,cx:_}=wG(null,{name:["InputWrapper",v],classNames:u,styles:d,unstyled:p,variant:b,size:i});return z.createElement(bo,CG({component:r,ref:t,className:_(C.label,h),htmlFor:r==="label"?g:void 0,onMouseDown:k=>{S==null||S(k),!k.defaultPrevented&&k.detail>1&&k.preventDefault()}},w),o,s&&z.createElement("span",{className:C.required,"aria-hidden":!0}," *"))});D1.displayName="@mantine/core/InputLabel";var PG=Zr((e,t,{size:n})=>({error:{wordBreak:"break-word",color:e.fn.variant({variant:"filled",color:"red"}).background,fontSize:`calc(${At({size:n,sizes:e.fontSizes})} - ${$e(2)})`,lineHeight:1.2,display:"block"}}));const jG=PG;var IG=Object.defineProperty,jp=Object.getOwnPropertySymbols,HP=Object.prototype.hasOwnProperty,WP=Object.prototype.propertyIsEnumerable,LS=(e,t,n)=>t in e?IG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,EG=(e,t)=>{for(var n in t||(t={}))HP.call(t,n)&&LS(e,n,t[n]);if(jp)for(var n of jp(t))WP.call(t,n)&&LS(e,n,t[n]);return e},OG=(e,t)=>{var n={};for(var r in e)HP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&jp)for(var r of jp(e))t.indexOf(r)<0&&WP.call(e,r)&&(n[r]=e[r]);return n};const RG={size:"sm"},T1=f.forwardRef((e,t)=>{const n=vr("InputError",RG,e),{children:r,className:o,classNames:s,styles:i,unstyled:u,size:d,__staticSelector:p,variant:h}=n,g=OG(n,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:v,cx:b}=jG(null,{name:["InputWrapper",p],classNames:s,styles:i,unstyled:u,variant:h,size:d});return z.createElement(Al,EG({className:b(v.error,o),ref:t},g),r)});T1.displayName="@mantine/core/InputError";var MG=Zr((e,t,{size:n})=>({description:{wordBreak:"break-word",color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],fontSize:`calc(${At({size:n,sizes:e.fontSizes})} - ${$e(2)})`,lineHeight:1.2,display:"block"}}));const DG=MG;var TG=Object.defineProperty,Ip=Object.getOwnPropertySymbols,VP=Object.prototype.hasOwnProperty,UP=Object.prototype.propertyIsEnumerable,BS=(e,t,n)=>t in e?TG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,AG=(e,t)=>{for(var n in t||(t={}))VP.call(t,n)&&BS(e,n,t[n]);if(Ip)for(var n of Ip(t))UP.call(t,n)&&BS(e,n,t[n]);return e},NG=(e,t)=>{var n={};for(var r in e)VP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ip)for(var r of Ip(e))t.indexOf(r)<0&&UP.call(e,r)&&(n[r]=e[r]);return n};const $G={size:"sm"},A1=f.forwardRef((e,t)=>{const n=vr("InputDescription",$G,e),{children:r,className:o,classNames:s,styles:i,unstyled:u,size:d,__staticSelector:p,variant:h}=n,g=NG(n,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:v,cx:b}=DG(null,{name:["InputWrapper",p],classNames:s,styles:i,unstyled:u,variant:h,size:d});return z.createElement(Al,AG({color:"dimmed",className:b(v.description,o),ref:t,unstyled:u},g),r)});A1.displayName="@mantine/core/InputDescription";const GP=f.createContext({offsetBottom:!1,offsetTop:!1,describedBy:void 0}),zG=GP.Provider,LG=()=>f.useContext(GP);function BG(e,{hasDescription:t,hasError:n}){const r=e.findIndex(d=>d==="input"),o=e[r-1],s=e[r+1];return{offsetBottom:t&&s==="description"||n&&s==="error",offsetTop:t&&o==="description"||n&&o==="error"}}var FG=Object.defineProperty,HG=Object.defineProperties,WG=Object.getOwnPropertyDescriptors,FS=Object.getOwnPropertySymbols,VG=Object.prototype.hasOwnProperty,UG=Object.prototype.propertyIsEnumerable,HS=(e,t,n)=>t in e?FG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,GG=(e,t)=>{for(var n in t||(t={}))VG.call(t,n)&&HS(e,n,t[n]);if(FS)for(var n of FS(t))UG.call(t,n)&&HS(e,n,t[n]);return e},qG=(e,t)=>HG(e,WG(t)),KG=Zr(e=>({root:qG(GG({},e.fn.fontStyles()),{lineHeight:e.lineHeight})}));const YG=KG;var QG=Object.defineProperty,XG=Object.defineProperties,JG=Object.getOwnPropertyDescriptors,Ep=Object.getOwnPropertySymbols,qP=Object.prototype.hasOwnProperty,KP=Object.prototype.propertyIsEnumerable,WS=(e,t,n)=>t in e?QG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Na=(e,t)=>{for(var n in t||(t={}))qP.call(t,n)&&WS(e,n,t[n]);if(Ep)for(var n of Ep(t))KP.call(t,n)&&WS(e,n,t[n]);return e},VS=(e,t)=>XG(e,JG(t)),ZG=(e,t)=>{var n={};for(var r in e)qP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ep)for(var r of Ep(e))t.indexOf(r)<0&&KP.call(e,r)&&(n[r]=e[r]);return n};const eq={labelElement:"label",size:"sm",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},YP=f.forwardRef((e,t)=>{const n=vr("InputWrapper",eq,e),{className:r,label:o,children:s,required:i,id:u,error:d,description:p,labelElement:h,labelProps:g,descriptionProps:v,errorProps:b,classNames:S,styles:w,size:C,inputContainer:_,__staticSelector:k,unstyled:j,inputWrapperOrder:E,withAsterisk:I,variant:O}=n,M=ZG(n,["className","label","children","required","id","error","description","labelElement","labelProps","descriptionProps","errorProps","classNames","styles","size","inputContainer","__staticSelector","unstyled","inputWrapperOrder","withAsterisk","variant"]),{classes:R,cx:A}=YG(null,{classNames:S,styles:w,name:["InputWrapper",k],unstyled:j,variant:O,size:C}),L={classNames:S,styles:w,unstyled:j,size:C,variant:O,__staticSelector:k},N=typeof I=="boolean"?I:i,Z=u?`${u}-error`:b==null?void 0:b.id,B=u?`${u}-description`:v==null?void 0:v.id,G=`${!!d&&typeof d!="boolean"?Z:""} ${p?B:""}`,q=G.trim().length>0?G.trim():void 0,D=o&&z.createElement(D1,Na(Na({key:"label",labelElement:h,id:u?`${u}-label`:void 0,htmlFor:u,required:N},L),g),o),U=p&&z.createElement(A1,VS(Na(Na({key:"description"},v),L),{size:(v==null?void 0:v.size)||L.size,id:(v==null?void 0:v.id)||B}),p),V=z.createElement(f.Fragment,{key:"input"},_(s)),J=typeof d!="boolean"&&d&&z.createElement(T1,VS(Na(Na({},b),L),{size:(b==null?void 0:b.size)||L.size,key:"error",id:(b==null?void 0:b.id)||Z}),d),ie=E.map(ye=>{switch(ye){case"label":return D;case"input":return V;case"description":return U;case"error":return J;default:return null}});return z.createElement(zG,{value:Na({describedBy:q},BG(E,{hasDescription:!!U,hasError:!!J}))},z.createElement(bo,Na({className:A(R.root,r),ref:t},M),ie))});YP.displayName="@mantine/core/InputWrapper";var tq=Object.defineProperty,Op=Object.getOwnPropertySymbols,QP=Object.prototype.hasOwnProperty,XP=Object.prototype.propertyIsEnumerable,US=(e,t,n)=>t in e?tq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nq=(e,t)=>{for(var n in t||(t={}))QP.call(t,n)&&US(e,n,t[n]);if(Op)for(var n of Op(t))XP.call(t,n)&&US(e,n,t[n]);return e},rq=(e,t)=>{var n={};for(var r in e)QP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Op)for(var r of Op(e))t.indexOf(r)<0&&XP.call(e,r)&&(n[r]=e[r]);return n};const oq={},JP=f.forwardRef((e,t)=>{const n=vr("InputPlaceholder",oq,e),{sx:r}=n,o=rq(n,["sx"]);return z.createElement(bo,nq({component:"span",sx:[s=>s.fn.placeholderStyles(),...J_(r)],ref:t},o))});JP.displayName="@mantine/core/InputPlaceholder";var sq=Object.defineProperty,aq=Object.defineProperties,iq=Object.getOwnPropertyDescriptors,GS=Object.getOwnPropertySymbols,lq=Object.prototype.hasOwnProperty,cq=Object.prototype.propertyIsEnumerable,qS=(e,t,n)=>t in e?sq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lf=(e,t)=>{for(var n in t||(t={}))lq.call(t,n)&&qS(e,n,t[n]);if(GS)for(var n of GS(t))cq.call(t,n)&&qS(e,n,t[n]);return e},Rg=(e,t)=>aq(e,iq(t));const Fo={xs:$e(30),sm:$e(36),md:$e(42),lg:$e(50),xl:$e(60)},uq=["default","filled","unstyled"];function dq({theme:e,variant:t}){return uq.includes(t)?t==="default"?{border:`${$e(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:`${$e(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:$e(28),outline:0,"&:focus, &:focus-within":{outline:"none",borderColor:"transparent"},"&:disabled":{backgroundColor:"transparent","&:focus, &:focus-within":{outline:"none",borderColor:"transparent"}}}:null}var fq=Zr((e,{multiline:t,radius:n,invalid:r,rightSectionWidth:o,withRightSection:s,iconWidth:i,offsetBottom:u,offsetTop:d,pointer:p},{variant:h,size:g})=>{const v=e.fn.variant({variant:"filled",color:"red"}).background,b=h==="default"||h==="filled"?{minHeight:At({size:g,sizes:Fo}),paddingLeft:`calc(${At({size:g,sizes:Fo})} / 3)`,paddingRight:s?o||At({size:g,sizes:Fo}):`calc(${At({size:g,sizes:Fo})} / 3)`,borderRadius:e.fn.radius(n)}:h==="unstyled"&&s?{paddingRight:o||At({size:g,sizes:Fo})}:null;return{wrapper:{position:"relative",marginTop:d?`calc(${e.spacing.xs} / 2)`:void 0,marginBottom:u?`calc(${e.spacing.xs} / 2)`:void 0,"&:has(input:disabled)":{"& .mantine-Input-rightSection":{display:"none"}}},input:Rg(lf(lf(Rg(lf({},e.fn.fontStyles()),{height:t?h==="unstyled"?void 0:"auto":At({size:g,sizes:Fo}),WebkitTapHighlightColor:"transparent",lineHeight:t?e.lineHeight:`calc(${At({size:g,sizes:Fo})} - ${$e(2)})`,appearance:"none",resize:"none",boxSizing:"border-box",fontSize:At({size:g,sizes:e.fontSizes}),width:"100%",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,display:"block",textAlign:"left",cursor:p?"pointer":void 0}),dq({theme:e,variant:h})),b),{"&: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",pointerEvents:"none","&::placeholder":{color:e.colors.dark[2]}},"&[data-invalid]":{color:v,borderColor:v,"&::placeholder":{opacity:1,color:v}},"&[data-with-icon]":{paddingLeft:typeof i=="number"?$e(i):At({size:g,sizes:Fo})},"&::placeholder":Rg(lf({},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:i?$e(i):At({size:g,sizes:Fo}),color:r?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||At({size:g,sizes:Fo})}}});const pq=fq;var hq=Object.defineProperty,mq=Object.defineProperties,gq=Object.getOwnPropertyDescriptors,Rp=Object.getOwnPropertySymbols,ZP=Object.prototype.hasOwnProperty,ej=Object.prototype.propertyIsEnumerable,KS=(e,t,n)=>t in e?hq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cf=(e,t)=>{for(var n in t||(t={}))ZP.call(t,n)&&KS(e,n,t[n]);if(Rp)for(var n of Rp(t))ej.call(t,n)&&KS(e,n,t[n]);return e},YS=(e,t)=>mq(e,gq(t)),vq=(e,t)=>{var n={};for(var r in e)ZP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Rp)for(var r of Rp(e))t.indexOf(r)<0&&ej.call(e,r)&&(n[r]=e[r]);return n};const yq={size:"sm",variant:"default"},Wi=f.forwardRef((e,t)=>{const n=vr("Input",yq,e),{className:r,error:o,required:s,disabled:i,variant:u,icon:d,style:p,rightSectionWidth:h,iconWidth:g,rightSection:v,rightSectionProps:b,radius:S,size:w,wrapperProps:C,classNames:_,styles:k,__staticSelector:j,multiline:E,sx:I,unstyled:O,pointer:M}=n,R=vq(n,["className","error","required","disabled","variant","icon","style","rightSectionWidth","iconWidth","rightSection","rightSectionProps","radius","size","wrapperProps","classNames","styles","__staticSelector","multiline","sx","unstyled","pointer"]),{offsetBottom:A,offsetTop:L,describedBy:N}=LG(),{classes:Z,cx:B}=pq({radius:S,multiline:E,invalid:!!o,rightSectionWidth:h?$e(h):void 0,iconWidth:g,withRightSection:!!v,offsetBottom:A,offsetTop:L,pointer:M},{classNames:_,styles:k,name:["Input",j],unstyled:O,variant:u,size:w}),{systemStyles:H,rest:G}=Ph(R);return z.createElement(bo,cf(cf({className:B(Z.wrapper,r),sx:I,style:p},H),C),d&&z.createElement("div",{className:Z.icon},d),z.createElement(bo,YS(cf({component:"input"},G),{ref:t,required:s,"aria-invalid":!!o,"aria-describedby":N,disabled:i,"data-disabled":i||void 0,"data-with-icon":!!d||void 0,"data-invalid":!!o||void 0,className:Z.input})),v&&z.createElement("div",YS(cf({},b),{className:Z.rightSection}),v))});Wi.displayName="@mantine/core/Input";Wi.Wrapper=YP;Wi.Label=D1;Wi.Description=A1;Wi.Error=T1;Wi.Placeholder=JP;const Ll=Wi;var bq=Object.defineProperty,Mp=Object.getOwnPropertySymbols,tj=Object.prototype.hasOwnProperty,nj=Object.prototype.propertyIsEnumerable,QS=(e,t,n)=>t in e?bq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XS=(e,t)=>{for(var n in t||(t={}))tj.call(t,n)&&QS(e,n,t[n]);if(Mp)for(var n of Mp(t))nj.call(t,n)&&QS(e,n,t[n]);return e},xq=(e,t)=>{var n={};for(var r in e)tj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Mp)for(var r of Mp(e))t.indexOf(r)<0&&nj.call(e,r)&&(n[r]=e[r]);return n};const wq={multiple:!1},rj=f.forwardRef((e,t)=>{const n=vr("FileButton",wq,e),{onChange:r,children:o,multiple:s,accept:i,name:u,form:d,resetRef:p,disabled:h,capture:g,inputProps:v}=n,b=xq(n,["onChange","children","multiple","accept","name","form","resetRef","disabled","capture","inputProps"]),S=f.useRef(),w=()=>{!h&&S.current.click()},C=k=>{r(s?Array.from(k.currentTarget.files):k.currentTarget.files[0]||null)};return lk(p,()=>{S.current.value=""}),z.createElement(z.Fragment,null,o(XS({onClick:w},b)),z.createElement("input",XS({style:{display:"none"},type:"file",accept:i,multiple:s,onChange:C,ref:zu(t,S),name:u,form:d,capture:g},v)))});rj.displayName="@mantine/core/FileButton";const oj={xs:$e(16),sm:$e(22),md:$e(26),lg:$e(30),xl:$e(36)},Sq={xs:$e(10),sm:$e(12),md:$e(14),lg:$e(16),xl:$e(18)};var Cq=Zr((e,{disabled:t,radius:n,readOnly:r},{size:o,variant:s})=>({defaultValue:{display:"flex",alignItems:"center",backgroundColor:t?e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[3]:e.colorScheme==="dark"?e.colors.dark[7]:s==="filled"?e.white:e.colors.gray[1],color:t?e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[7]:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],height:At({size:o,sizes:oj}),paddingLeft:`calc(${At({size:o,sizes:e.spacing})} / 1.5)`,paddingRight:t||r?At({size:o,sizes:e.spacing}):0,fontWeight:500,fontSize:At({size:o,sizes:Sq}),borderRadius:At({size:n,sizes:e.radius}),cursor:t?"not-allowed":"default",userSelect:"none",maxWidth:`calc(100% - ${$e(10)})`},defaultValueRemove:{color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],marginLeft:`calc(${At({size:o,sizes:e.spacing})} / 6)`},defaultValueLabel:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}));const _q=Cq;var kq=Object.defineProperty,Dp=Object.getOwnPropertySymbols,sj=Object.prototype.hasOwnProperty,aj=Object.prototype.propertyIsEnumerable,JS=(e,t,n)=>t in e?kq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pq=(e,t)=>{for(var n in t||(t={}))sj.call(t,n)&&JS(e,n,t[n]);if(Dp)for(var n of Dp(t))aj.call(t,n)&&JS(e,n,t[n]);return e},jq=(e,t)=>{var n={};for(var r in e)sj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Dp)for(var r of Dp(e))t.indexOf(r)<0&&aj.call(e,r)&&(n[r]=e[r]);return n};const Iq={xs:16,sm:22,md:24,lg:26,xl:30};function ij(e){var t=e,{label:n,classNames:r,styles:o,className:s,onRemove:i,disabled:u,readOnly:d,size:p,radius:h="sm",variant:g,unstyled:v}=t,b=jq(t,["label","classNames","styles","className","onRemove","disabled","readOnly","size","radius","variant","unstyled"]);const{classes:S,cx:w}=_q({disabled:u,readOnly:d,radius:h},{name:"MultiSelect",classNames:r,styles:o,unstyled:v,size:p,variant:g});return z.createElement("div",Pq({className:w(S.defaultValue,s)},b),z.createElement("span",{className:S.defaultValueLabel},n),!u&&!d&&z.createElement(Fk,{"aria-hidden":!0,onMouseDown:i,size:Iq[p],radius:2,color:"blue",variant:"transparent",iconSize:"70%",className:S.defaultValueRemove,tabIndex:-1,unstyled:v}))}ij.displayName="@mantine/core/MultiSelect/DefaultValue";function Eq({data:e,searchable:t,limit:n,searchValue:r,filter:o,value:s,disableSelectedItemFiltering:i}){if(!t&&s.length===0)return e;if(!t){const d=[];for(let p=0;ph===e[p].value&&!e[p].disabled))&&d.push(e[p]);return d}const u=[];for(let d=0;dp===e[d].value&&!e[d].disabled),e[d])&&u.push(e[d]),!(u.length>=n));d+=1);return u}var Oq=Object.defineProperty,Tp=Object.getOwnPropertySymbols,lj=Object.prototype.hasOwnProperty,cj=Object.prototype.propertyIsEnumerable,ZS=(e,t,n)=>t in e?Oq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eC=(e,t)=>{for(var n in t||(t={}))lj.call(t,n)&&ZS(e,n,t[n]);if(Tp)for(var n of Tp(t))cj.call(t,n)&&ZS(e,n,t[n]);return e},Rq=(e,t)=>{var n={};for(var r in e)lj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Tp)for(var r of Tp(e))t.indexOf(r)<0&&cj.call(e,r)&&(n[r]=e[r]);return n};const Mq={xs:$e(14),sm:$e(18),md:$e(20),lg:$e(24),xl:$e(28)};function Dq(e){var t=e,{size:n,error:r,style:o}=t,s=Rq(t,["size","error","style"]);const i=Ca(),u=At({size:n,sizes:Mq});return z.createElement("svg",eC({viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:eC({color:r?i.colors.red[6]:i.colors.gray[6],width:u,height:u},o),"data-chevron":!0},s),z.createElement("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}var Tq=Object.defineProperty,Aq=Object.defineProperties,Nq=Object.getOwnPropertyDescriptors,tC=Object.getOwnPropertySymbols,$q=Object.prototype.hasOwnProperty,zq=Object.prototype.propertyIsEnumerable,nC=(e,t,n)=>t in e?Tq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Lq=(e,t)=>{for(var n in t||(t={}))$q.call(t,n)&&nC(e,n,t[n]);if(tC)for(var n of tC(t))zq.call(t,n)&&nC(e,n,t[n]);return e},Bq=(e,t)=>Aq(e,Nq(t));function uj({shouldClear:e,clearButtonProps:t,onClear:n,size:r,error:o}){return e?z.createElement(Fk,Bq(Lq({},t),{variant:"transparent",onClick:n,size:r,onMouseDown:s=>s.preventDefault()})):z.createElement(Dq,{error:o,size:r})}uj.displayName="@mantine/core/SelectRightSection";var Fq=Object.defineProperty,Hq=Object.defineProperties,Wq=Object.getOwnPropertyDescriptors,Ap=Object.getOwnPropertySymbols,dj=Object.prototype.hasOwnProperty,fj=Object.prototype.propertyIsEnumerable,rC=(e,t,n)=>t in e?Fq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mg=(e,t)=>{for(var n in t||(t={}))dj.call(t,n)&&rC(e,n,t[n]);if(Ap)for(var n of Ap(t))fj.call(t,n)&&rC(e,n,t[n]);return e},oC=(e,t)=>Hq(e,Wq(t)),Vq=(e,t)=>{var n={};for(var r in e)dj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ap)for(var r of Ap(e))t.indexOf(r)<0&&fj.call(e,r)&&(n[r]=e[r]);return n};function pj(e){var t=e,{styles:n,rightSection:r,rightSectionWidth:o,theme:s}=t,i=Vq(t,["styles","rightSection","rightSectionWidth","theme"]);if(r)return{rightSection:r,rightSectionWidth:o,styles:n};const u=typeof n=="function"?n(s):n;return{rightSection:!i.readOnly&&!(i.disabled&&i.shouldClear)&&z.createElement(uj,Mg({},i)),styles:oC(Mg({},u),{rightSection:oC(Mg({},u==null?void 0:u.rightSection),{pointerEvents:i.shouldClear?void 0:"none"})})}}var Uq=Object.defineProperty,Gq=Object.defineProperties,qq=Object.getOwnPropertyDescriptors,sC=Object.getOwnPropertySymbols,Kq=Object.prototype.hasOwnProperty,Yq=Object.prototype.propertyIsEnumerable,aC=(e,t,n)=>t in e?Uq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qq=(e,t)=>{for(var n in t||(t={}))Kq.call(t,n)&&aC(e,n,t[n]);if(sC)for(var n of sC(t))Yq.call(t,n)&&aC(e,n,t[n]);return e},Xq=(e,t)=>Gq(e,qq(t)),Jq=Zr((e,{invalid:t},{size:n})=>({wrapper:{position:"relative","&:has(input:disabled)":{cursor:"not-allowed",pointerEvents:"none","& .mantine-MultiSelect-input":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[1],color:e.colors.dark[2],opacity:.6,"&::placeholder":{color:e.colors.dark[2]}},"& .mantine-MultiSelect-defaultValue":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[3],color:e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[7]}}},values:{minHeight:`calc(${At({size:n,sizes:Fo})} - ${$e(2)})`,display:"flex",alignItems:"center",flexWrap:"wrap",marginLeft:`calc(-${e.spacing.xs} / 2)`,boxSizing:"border-box","&[data-clearable]":{marginRight:At({size:n,sizes:Fo})}},value:{margin:`calc(${e.spacing.xs} / 2 - ${$e(2)}) calc(${e.spacing.xs} / 2)`},searchInput:Xq(Qq({},e.fn.fontStyles()),{flex:1,minWidth:$e(60),backgroundColor:"transparent",border:0,outline:0,fontSize:At({size:n,sizes:e.fontSizes}),padding:0,marginLeft:`calc(${e.spacing.xs} / 2)`,appearance:"none",color:"inherit",maxHeight:At({size:n,sizes:oj}),"&::placeholder":{opacity:1,color:t?e.colors.red[e.fn.primaryShade()]:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]},"&:disabled":{cursor:"not-allowed",pointerEvents:"none"}}),searchInputEmpty:{width:"100%"},searchInputInputHidden:{flex:0,width:0,minWidth:0,margin:0,overflow:"hidden"},searchInputPointer:{cursor:"pointer","&:disabled":{cursor:"not-allowed",pointerEvents:"none"}},input:{cursor:"pointer","&:disabled":{cursor:"not-allowed",pointerEvents:"none"}}}));const Zq=Jq;var eK=Object.defineProperty,tK=Object.defineProperties,nK=Object.getOwnPropertyDescriptors,Np=Object.getOwnPropertySymbols,hj=Object.prototype.hasOwnProperty,mj=Object.prototype.propertyIsEnumerable,iC=(e,t,n)=>t in e?eK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pl=(e,t)=>{for(var n in t||(t={}))hj.call(t,n)&&iC(e,n,t[n]);if(Np)for(var n of Np(t))mj.call(t,n)&&iC(e,n,t[n]);return e},lC=(e,t)=>tK(e,nK(t)),rK=(e,t)=>{var n={};for(var r in e)hj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Np)for(var r of Np(e))t.indexOf(r)<0&&mj.call(e,r)&&(n[r]=e[r]);return n};function oK(e,t,n){return t?!1:n.label.toLowerCase().trim().includes(e.toLowerCase().trim())}function sK(e,t){return!!e&&!t.some(n=>n.value.toLowerCase()===e.toLowerCase())}function cC(e,t){if(!Array.isArray(e))return;if(t.length===0)return[];const n=t.map(r=>typeof r=="object"?r.value:r);return e.filter(r=>n.includes(r))}const aK={size:"sm",valueComponent:ij,itemComponent:P1,transitionProps:{transition:"fade",duration:0},maxDropdownHeight:220,shadow:"sm",searchable:!1,filter:oK,limit:1/0,clearSearchOnChange:!0,clearable:!1,clearSearchOnBlur:!1,disabled:!1,initiallyOpened:!1,creatable:!1,shouldCreate:sK,switchDirectionOnFlip:!1,zIndex:S1("popover"),selectOnBlur:!1,positionDependencies:[],dropdownPosition:"flip"},gj=f.forwardRef((e,t)=>{const n=vr("MultiSelect",aK,e),{className:r,style:o,required:s,label:i,description:u,size:d,error:p,classNames:h,styles:g,wrapperProps:v,value:b,defaultValue:S,data:w,onChange:C,valueComponent:_,itemComponent:k,id:j,transitionProps:E,maxDropdownHeight:I,shadow:O,nothingFound:M,onFocus:R,onBlur:A,searchable:L,placeholder:N,filter:Z,limit:B,clearSearchOnChange:H,clearable:G,clearSearchOnBlur:q,variant:D,onSearchChange:U,searchValue:V,disabled:J,initiallyOpened:ie,radius:ye,icon:he,rightSection:ae,rightSectionWidth:ee,creatable:W,getCreateLabel:re,shouldCreate:pe,onCreate:ne,sx:ge,dropdownComponent:de,onDropdownClose:Ce,onDropdownOpen:Me,maxSelectedValues:me,withinPortal:_e,portalProps:Ve,switchDirectionOnFlip:Le,zIndex:Ue,selectOnBlur:kt,name:vt,dropdownPosition:jn,errorProps:Pt,labelProps:bt,descriptionProps:xe,form:Te,positionDependencies:It,onKeyDown:Ft,unstyled:Wt,inputContainer:Cn,inputWrapperOrder:En,readOnly:ln,withAsterisk:Sr,clearButtonProps:vn,hoverOnSearchChange:ar,disableSelectedItemFiltering:Ee}=n,it=rK(n,["className","style","required","label","description","size","error","classNames","styles","wrapperProps","value","defaultValue","data","onChange","valueComponent","itemComponent","id","transitionProps","maxDropdownHeight","shadow","nothingFound","onFocus","onBlur","searchable","placeholder","filter","limit","clearSearchOnChange","clearable","clearSearchOnBlur","variant","onSearchChange","searchValue","disabled","initiallyOpened","radius","icon","rightSection","rightSectionWidth","creatable","getCreateLabel","shouldCreate","onCreate","sx","dropdownComponent","onDropdownClose","onDropdownOpen","maxSelectedValues","withinPortal","portalProps","switchDirectionOnFlip","zIndex","selectOnBlur","name","dropdownPosition","errorProps","labelProps","descriptionProps","form","positionDependencies","onKeyDown","unstyled","inputContainer","inputWrapperOrder","readOnly","withAsterisk","clearButtonProps","hoverOnSearchChange","disableSelectedItemFiltering"]),{classes:Ye,cx:rt,theme:Nt}=Zq({invalid:!!p},{name:"MultiSelect",classNames:h,styles:g,unstyled:Wt,size:d,variant:D}),{systemStyles:fr,rest:yn}=Ph(it),bn=f.useRef(),$r=f.useRef({}),pr=_1(j),[An,Nn]=f.useState(ie),[$n,Mr]=f.useState(-1),[Co,zr]=f.useState("column"),[Lr,es]=uu({value:V,defaultValue:"",finalValue:void 0,onChange:U}),[Dr,Ps]=f.useState(!1),{scrollIntoView:ts,targetRef:Qs,scrollableRef:js}=uk({duration:0,offset:5,cancelable:!1,isList:!0}),K=W&&typeof re=="function";let Q=null;const ce=w.map(Re=>typeof Re=="string"?{label:Re,value:Re}:Re),we=Z_({data:ce}),[ue,et]=uu({value:cC(b,w),defaultValue:cC(S,w),finalValue:[],onChange:C}),Qe=f.useRef(!!me&&me{if(!ln){const ut=ue.filter(Ct=>Ct!==Re);et(ut),me&&ut.length{es(Re.currentTarget.value),!J&&!Qe.current&&L&&Nn(!0)},dt=Re=>{typeof R=="function"&&R(Re),!J&&!Qe.current&&L&&Nn(!0)},De=Eq({data:we,searchable:L,searchValue:Lr,limit:B,filter:Z,value:ue,disableSelectedItemFiltering:Ee});K&&pe(Lr,we)&&(Q=re(Lr),De.push({label:Lr,value:Lr,creatable:!0}));const be=Math.min($n,De.length-1),Fe=(Re,ut,Ct)=>{let Tt=Re;for(;Ct(Tt);)if(Tt=ut(Tt),!De[Tt].disabled)return Tt;return Re};hs(()=>{Mr(ar&&Lr?0:-1)},[Lr,ar]),hs(()=>{!J&&ue.length>w.length&&Nn(!1),me&&ue.length=me&&(Qe.current=!0,Nn(!1))},[ue]);const mt=Re=>{if(!ln)if(H&&es(""),ue.includes(Re.value))Dt(Re.value);else{if(Re.creatable&&typeof ne=="function"){const ut=ne(Re.value);typeof ut<"u"&&ut!==null&&et(typeof ut=="string"?[...ue,ut]:[...ue,ut.value])}else et([...ue,Re.value]);ue.length===me-1&&(Qe.current=!0,Nn(!1)),De.length===1&&Nn(!1)}},xt=Re=>{typeof A=="function"&&A(Re),kt&&De[be]&&An&&mt(De[be]),q&&es(""),Nn(!1)},Et=Re=>{if(Dr||(Ft==null||Ft(Re),ln)||Re.key!=="Backspace"&&me&&Qe.current)return;const ut=Co==="column",Ct=()=>{Mr(xn=>{var zt;const tn=Fe(xn,Xt=>Xt+1,Xt=>Xt{Mr(xn=>{var zt;const tn=Fe(xn,Xt=>Xt-1,Xt=>Xt>0);return An&&(Qs.current=$r.current[(zt=De[tn])==null?void 0:zt.value],ts({alignment:ut?"start":"end"})),tn})};switch(Re.key){case"ArrowUp":{Re.preventDefault(),Nn(!0),ut?Tt():Ct();break}case"ArrowDown":{Re.preventDefault(),Nn(!0),ut?Ct():Tt();break}case"Enter":{Re.preventDefault(),De[be]&&An?mt(De[be]):Nn(!0);break}case" ":{L||(Re.preventDefault(),De[be]&&An?mt(De[be]):Nn(!0));break}case"Backspace":{ue.length>0&&Lr.length===0&&(et(ue.slice(0,-1)),Nn(!0),me&&(Qe.current=!1));break}case"Home":{if(!L){Re.preventDefault(),An||Nn(!0);const xn=De.findIndex(zt=>!zt.disabled);Mr(xn),ts({alignment:ut?"end":"start"})}break}case"End":{if(!L){Re.preventDefault(),An||Nn(!0);const xn=De.map(zt=>!!zt.disabled).lastIndexOf(!1);Mr(xn),ts({alignment:ut?"end":"start"})}break}case"Escape":Nn(!1)}},Lt=ue.map(Re=>{let ut=we.find(Ct=>Ct.value===Re&&!Ct.disabled);return!ut&&K&&(ut={value:Re,label:Re}),ut}).filter(Re=>!!Re).map((Re,ut)=>z.createElement(_,lC(pl({},Re),{variant:D,disabled:J,className:Ye.value,readOnly:ln,onRemove:Ct=>{Ct.preventDefault(),Ct.stopPropagation(),Dt(Re.value)},key:Re.value,size:d,styles:g,classNames:h,radius:ye,index:ut}))),qt=Re=>ue.includes(Re),Gt=()=>{var Re;es(""),et([]),(Re=bn.current)==null||Re.focus(),me&&(Qe.current=!1)},$t=!ln&&(De.length>0?An:An&&!!M);return hs(()=>{const Re=$t?Me:Ce;typeof Re=="function"&&Re()},[$t]),z.createElement(Ll.Wrapper,pl(pl({required:s,id:pr,label:i,error:p,description:u,size:d,className:r,style:o,classNames:h,styles:g,__staticSelector:"MultiSelect",sx:ge,errorProps:Pt,descriptionProps:xe,labelProps:bt,inputContainer:Cn,inputWrapperOrder:En,unstyled:Wt,withAsterisk:Sr,variant:D},fr),v),z.createElement(Qa,{opened:$t,transitionProps:E,shadow:"sm",withinPortal:_e,portalProps:Ve,__staticSelector:"MultiSelect",onDirectionChange:zr,switchDirectionOnFlip:Le,zIndex:Ue,dropdownPosition:jn,positionDependencies:[...It,Lr],classNames:h,styles:g,unstyled:Wt,variant:D},z.createElement(Qa.Target,null,z.createElement("div",{className:Ye.wrapper,role:"combobox","aria-haspopup":"listbox","aria-owns":An&&$t?`${pr}-items`:null,"aria-controls":pr,"aria-expanded":An,onMouseLeave:()=>Mr(-1),tabIndex:-1},z.createElement("input",{type:"hidden",name:vt,value:ue.join(","),form:Te,disabled:J}),z.createElement(Ll,pl({__staticSelector:"MultiSelect",style:{overflow:"hidden"},component:"div",multiline:!0,size:d,variant:D,disabled:J,error:p,required:s,radius:ye,icon:he,unstyled:Wt,onMouseDown:Re=>{var ut;Re.preventDefault(),!J&&!Qe.current&&Nn(!An),(ut=bn.current)==null||ut.focus()},classNames:lC(pl({},h),{input:rt({[Ye.input]:!L},h==null?void 0:h.input)})},pj({theme:Nt,rightSection:ae,rightSectionWidth:ee,styles:g,size:d,shouldClear:G&&ue.length>0,onClear:Gt,error:p,disabled:J,clearButtonProps:vn,readOnly:ln})),z.createElement("div",{className:Ye.values,"data-clearable":G||void 0},Lt,z.createElement("input",pl({ref:zu(t,bn),type:"search",id:pr,className:rt(Ye.searchInput,{[Ye.searchInputPointer]:!L,[Ye.searchInputInputHidden]:!An&&ue.length>0||!L&&ue.length>0,[Ye.searchInputEmpty]:ue.length===0}),onKeyDown:Et,value:Lr,onChange:ot,onFocus:dt,onBlur:xt,readOnly:!L||Qe.current||ln,placeholder:ue.length===0?N:void 0,disabled:J,"data-mantine-stop-propagation":An,autoComplete:"off",onCompositionStart:()=>Ps(!0),onCompositionEnd:()=>Ps(!1)},yn)))))),z.createElement(Qa.Dropdown,{component:de||Oh,maxHeight:I,direction:Co,id:pr,innerRef:js,__staticSelector:"MultiSelect",classNames:h,styles:g},z.createElement(k1,{data:De,hovered:be,classNames:h,styles:g,uuid:pr,__staticSelector:"MultiSelect",onItemHover:Mr,onItemSelect:mt,itemsRefs:$r,itemComponent:k,size:d,nothingFound:M,isItemSelected:qt,creatable:W&&!!Q,createLabel:Q,unstyled:Wt,variant:D}))))});gj.displayName="@mantine/core/MultiSelect";var iK=Object.defineProperty,lK=Object.defineProperties,cK=Object.getOwnPropertyDescriptors,$p=Object.getOwnPropertySymbols,vj=Object.prototype.hasOwnProperty,yj=Object.prototype.propertyIsEnumerable,uC=(e,t,n)=>t in e?iK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dg=(e,t)=>{for(var n in t||(t={}))vj.call(t,n)&&uC(e,n,t[n]);if($p)for(var n of $p(t))yj.call(t,n)&&uC(e,n,t[n]);return e},uK=(e,t)=>lK(e,cK(t)),dK=(e,t)=>{var n={};for(var r in e)vj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&$p)for(var r of $p(e))t.indexOf(r)<0&&yj.call(e,r)&&(n[r]=e[r]);return n};const fK={type:"text",size:"sm",__staticSelector:"TextInput"},bj=f.forwardRef((e,t)=>{const n=LP("TextInput",fK,e),{inputProps:r,wrapperProps:o}=n,s=dK(n,["inputProps","wrapperProps"]);return z.createElement(Ll.Wrapper,Dg({},o),z.createElement(Ll,uK(Dg(Dg({},r),s),{ref:t})))});bj.displayName="@mantine/core/TextInput";function pK({data:e,searchable:t,limit:n,searchValue:r,filter:o,value:s,filterDataOnExactSearchMatch:i}){if(!t)return e;const u=s!=null&&e.find(p=>p.value===s)||null;if(u&&!i&&(u==null?void 0:u.label)===r){if(n){if(n>=e.length)return e;const p=e.indexOf(u),h=p+n,g=h-e.length;return g>0?e.slice(p-g):e.slice(p,h)}return e}const d=[];for(let p=0;p=n));p+=1);return d}var hK=Zr(()=>({input:{"&:not(:disabled)":{cursor:"pointer","&::selection":{backgroundColor:"transparent"}}}}));const mK=hK;var gK=Object.defineProperty,vK=Object.defineProperties,yK=Object.getOwnPropertyDescriptors,zp=Object.getOwnPropertySymbols,xj=Object.prototype.hasOwnProperty,wj=Object.prototype.propertyIsEnumerable,dC=(e,t,n)=>t in e?gK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Rc=(e,t)=>{for(var n in t||(t={}))xj.call(t,n)&&dC(e,n,t[n]);if(zp)for(var n of zp(t))wj.call(t,n)&&dC(e,n,t[n]);return e},Tg=(e,t)=>vK(e,yK(t)),bK=(e,t)=>{var n={};for(var r in e)xj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&zp)for(var r of zp(e))t.indexOf(r)<0&&wj.call(e,r)&&(n[r]=e[r]);return n};function xK(e,t){return t.label.toLowerCase().trim().includes(e.toLowerCase().trim())}function wK(e,t){return!!e&&!t.some(n=>n.label.toLowerCase()===e.toLowerCase())}const SK={required:!1,size:"sm",shadow:"sm",itemComponent:P1,transitionProps:{transition:"fade",duration:0},initiallyOpened:!1,filter:xK,maxDropdownHeight:220,searchable:!1,clearable:!1,limit:1/0,disabled:!1,creatable:!1,shouldCreate:wK,selectOnBlur:!1,switchDirectionOnFlip:!1,filterDataOnExactSearchMatch:!1,zIndex:S1("popover"),positionDependencies:[],dropdownPosition:"flip"},N1=f.forwardRef((e,t)=>{const n=LP("Select",SK,e),{inputProps:r,wrapperProps:o,shadow:s,data:i,value:u,defaultValue:d,onChange:p,itemComponent:h,onKeyDown:g,onBlur:v,onFocus:b,transitionProps:S,initiallyOpened:w,unstyled:C,classNames:_,styles:k,filter:j,maxDropdownHeight:E,searchable:I,clearable:O,nothingFound:M,limit:R,disabled:A,onSearchChange:L,searchValue:N,rightSection:Z,rightSectionWidth:B,creatable:H,getCreateLabel:G,shouldCreate:q,selectOnBlur:D,onCreate:U,dropdownComponent:V,onDropdownClose:J,onDropdownOpen:ie,withinPortal:ye,portalProps:he,switchDirectionOnFlip:ae,zIndex:ee,name:W,dropdownPosition:re,allowDeselect:pe,placeholder:ne,filterDataOnExactSearchMatch:ge,form:de,positionDependencies:Ce,readOnly:Me,clearButtonProps:me,hoverOnSearchChange:_e}=n,Ve=bK(n,["inputProps","wrapperProps","shadow","data","value","defaultValue","onChange","itemComponent","onKeyDown","onBlur","onFocus","transitionProps","initiallyOpened","unstyled","classNames","styles","filter","maxDropdownHeight","searchable","clearable","nothingFound","limit","disabled","onSearchChange","searchValue","rightSection","rightSectionWidth","creatable","getCreateLabel","shouldCreate","selectOnBlur","onCreate","dropdownComponent","onDropdownClose","onDropdownOpen","withinPortal","portalProps","switchDirectionOnFlip","zIndex","name","dropdownPosition","allowDeselect","placeholder","filterDataOnExactSearchMatch","form","positionDependencies","readOnly","clearButtonProps","hoverOnSearchChange"]),{classes:Le,cx:Ue,theme:kt}=mK(),[vt,jn]=f.useState(w),[Pt,bt]=f.useState(-1),xe=f.useRef(),Te=f.useRef({}),[It,Ft]=f.useState("column"),Wt=It==="column",{scrollIntoView:Cn,targetRef:En,scrollableRef:ln}=uk({duration:0,offset:5,cancelable:!1,isList:!0}),Sr=pe===void 0?O:pe,vn=Q=>{if(vt!==Q){jn(Q);const ce=Q?ie:J;typeof ce=="function"&&ce()}},ar=H&&typeof G=="function";let Ee=null;const it=i.map(Q=>typeof Q=="string"?{label:Q,value:Q}:Q),Ye=Z_({data:it}),[rt,Nt,fr]=uu({value:u,defaultValue:d,finalValue:null,onChange:p}),yn=Ye.find(Q=>Q.value===rt),[bn,$r]=uu({value:N,defaultValue:(yn==null?void 0:yn.label)||"",finalValue:void 0,onChange:L}),pr=Q=>{$r(Q),I&&typeof L=="function"&&L(Q)},An=()=>{var Q;Me||(Nt(null),fr||pr(""),(Q=xe.current)==null||Q.focus())};f.useEffect(()=>{const Q=Ye.find(ce=>ce.value===rt);Q?pr(Q.label):(!ar||!rt)&&pr("")},[rt]),f.useEffect(()=>{yn&&(!I||!vt)&&pr(yn.label)},[yn==null?void 0:yn.label]);const Nn=Q=>{if(!Me)if(Sr&&(yn==null?void 0:yn.value)===Q.value)Nt(null),vn(!1);else{if(Q.creatable&&typeof U=="function"){const ce=U(Q.value);typeof ce<"u"&&ce!==null&&Nt(typeof ce=="string"?ce:ce.value)}else Nt(Q.value);fr||pr(Q.label),bt(-1),vn(!1),xe.current.focus()}},$n=pK({data:Ye,searchable:I,limit:R,searchValue:bn,filter:j,filterDataOnExactSearchMatch:ge,value:rt});ar&&q(bn,$n)&&(Ee=G(bn),$n.push({label:bn,value:bn,creatable:!0}));const Mr=(Q,ce,we)=>{let ue=Q;for(;we(ue);)if(ue=ce(ue),!$n[ue].disabled)return ue;return Q};hs(()=>{bt(_e&&bn?0:-1)},[bn,_e]);const Co=rt?$n.findIndex(Q=>Q.value===rt):0,zr=!Me&&($n.length>0?vt:vt&&!!M),Lr=()=>{bt(Q=>{var ce;const we=Mr(Q,ue=>ue-1,ue=>ue>0);return En.current=Te.current[(ce=$n[we])==null?void 0:ce.value],zr&&Cn({alignment:Wt?"start":"end"}),we})},es=()=>{bt(Q=>{var ce;const we=Mr(Q,ue=>ue+1,ue=>ue<$n.length-1);return En.current=Te.current[(ce=$n[we])==null?void 0:ce.value],zr&&Cn({alignment:Wt?"end":"start"}),we})},Dr=()=>window.setTimeout(()=>{var Q;En.current=Te.current[(Q=$n[Co])==null?void 0:Q.value],Cn({alignment:Wt?"end":"start"})},50);hs(()=>{zr&&Dr()},[zr]);const Ps=Q=>{switch(typeof g=="function"&&g(Q),Q.key){case"ArrowUp":{Q.preventDefault(),vt?Wt?Lr():es():(bt(Co),vn(!0),Dr());break}case"ArrowDown":{Q.preventDefault(),vt?Wt?es():Lr():(bt(Co),vn(!0),Dr());break}case"Home":{if(!I){Q.preventDefault(),vt||vn(!0);const ce=$n.findIndex(we=>!we.disabled);bt(ce),zr&&Cn({alignment:Wt?"end":"start"})}break}case"End":{if(!I){Q.preventDefault(),vt||vn(!0);const ce=$n.map(we=>!!we.disabled).lastIndexOf(!1);bt(ce),zr&&Cn({alignment:Wt?"end":"start"})}break}case"Escape":{Q.preventDefault(),vn(!1),bt(-1);break}case" ":{I||(Q.preventDefault(),$n[Pt]&&vt?Nn($n[Pt]):(vn(!0),bt(Co),Dr()));break}case"Enter":I||Q.preventDefault(),$n[Pt]&&vt&&(Q.preventDefault(),Nn($n[Pt]))}},ts=Q=>{typeof v=="function"&&v(Q);const ce=Ye.find(we=>we.value===rt);D&&$n[Pt]&&vt&&Nn($n[Pt]),pr((ce==null?void 0:ce.label)||""),vn(!1)},Qs=Q=>{typeof b=="function"&&b(Q),I&&vn(!0)},js=Q=>{Me||(pr(Q.currentTarget.value),O&&Q.currentTarget.value===""&&Nt(null),bt(-1),vn(!0))},K=()=>{Me||(vn(!vt),rt&&!vt&&bt(Co))};return z.createElement(Ll.Wrapper,Tg(Rc({},o),{__staticSelector:"Select"}),z.createElement(Qa,{opened:zr,transitionProps:S,shadow:s,withinPortal:ye,portalProps:he,__staticSelector:"Select",onDirectionChange:Ft,switchDirectionOnFlip:ae,zIndex:ee,dropdownPosition:re,positionDependencies:[...Ce,bn],classNames:_,styles:k,unstyled:C,variant:r.variant},z.createElement(Qa.Target,null,z.createElement("div",{role:"combobox","aria-haspopup":"listbox","aria-owns":zr?`${r.id}-items`:null,"aria-controls":r.id,"aria-expanded":zr,onMouseLeave:()=>bt(-1),tabIndex:-1},z.createElement("input",{type:"hidden",name:W,value:rt||"",form:de,disabled:A}),z.createElement(Ll,Rc(Tg(Rc(Rc({autoComplete:"off",type:"search"},r),Ve),{ref:zu(t,xe),onKeyDown:Ps,__staticSelector:"Select",value:bn,placeholder:ne,onChange:js,"aria-autocomplete":"list","aria-controls":zr?`${r.id}-items`:null,"aria-activedescendant":Pt>=0?`${r.id}-${Pt}`:null,onMouseDown:K,onBlur:ts,onFocus:Qs,readOnly:!I||Me,disabled:A,"data-mantine-stop-propagation":zr,name:null,classNames:Tg(Rc({},_),{input:Ue({[Le.input]:!I},_==null?void 0:_.input)})}),pj({theme:kt,rightSection:Z,rightSectionWidth:B,styles:k,size:r.size,shouldClear:O&&!!yn,onClear:An,error:o.error,clearButtonProps:me,disabled:A,readOnly:Me}))))),z.createElement(Qa.Dropdown,{component:V||Oh,maxHeight:E,direction:It,id:r.id,innerRef:ln,__staticSelector:"Select",classNames:_,styles:k},z.createElement(k1,{data:$n,hovered:Pt,classNames:_,styles:k,isItemSelected:Q=>Q===rt,uuid:r.id,__staticSelector:"Select",onItemHover:bt,onItemSelect:Nn,itemsRefs:Te,itemComponent:h,size:r.size,nothingFound:M,creatable:ar&&!!Ee,createLabel:Ee,"aria-label":o.label,unstyled:C,variant:r.variant}))))});N1.displayName="@mantine/core/Select";const $1=()=>{const[e,t,n,r,o,s,i,u,d,p,h,g,v,b,S,w,C,_,k,j,E,I,O,M,R,A,L,N,Z,B,H,G,q,D,U,V,J,ie]=Kl("colors",["base.50","base.100","base.150","base.200","base.250","base.300","base.350","base.400","base.450","base.500","base.550","base.600","base.650","base.700","base.750","base.800","base.850","base.900","base.950","accent.50","accent.100","accent.150","accent.200","accent.250","accent.300","accent.350","accent.400","accent.450","accent.500","accent.550","accent.600","accent.650","accent.700","accent.750","accent.800","accent.850","accent.900","accent.950"]);return{base50:e,base100:t,base150:n,base200:r,base250:o,base300:s,base350:i,base400:u,base450:d,base500:p,base550:h,base600:g,base650:v,base700:b,base750:S,base800:w,base850:C,base900:_,base950:k,accent50:j,accent100:E,accent150:I,accent200:O,accent250:M,accent300:R,accent350:A,accent400:L,accent450:N,accent500:Z,accent550:B,accent600:H,accent650:G,accent700:q,accent750:D,accent800:U,accent850:V,accent900:J,accent950:ie}},Sj=()=>{const{base50:e,base100:t,base200:n,base300:r,base400:o,base500:s,base600:i,base700:u,base800:d,base900:p,accent200:h,accent300:g,accent400:v,accent500:b,accent600:S}=$1(),{colorMode:w}=Do(),[C]=Kl("shadows",["dark-lg"]);return f.useCallback(()=>({label:{color:ke(u,r)(w)},separatorLabel:{color:ke(s,s)(w),"::after":{borderTopColor:ke(r,u)(w)}},input:{backgroundColor:ke(e,p)(w),borderWidth:"2px",borderColor:ke(n,d)(w),color:ke(p,t)(w),paddingRight:24,fontWeight:600,"&:hover":{borderColor:ke(r,i)(w)},"&:focus":{borderColor:ke(g,S)(w)},"&:is(:focus, :hover)":{borderColor:ke(o,s)(w)},"&:focus-within":{borderColor:ke(h,S)(w)},"&[data-disabled]":{backgroundColor:ke(r,u)(w),color:ke(i,o)(w),cursor:"not-allowed"}},value:{backgroundColor:ke(t,p)(w),color:ke(p,t)(w),button:{color:ke(p,t)(w)},"&:hover":{backgroundColor:ke(r,u)(w),cursor:"pointer"}},dropdown:{backgroundColor:ke(n,d)(w),borderColor:ke(n,d)(w),boxShadow:C},item:{backgroundColor:ke(n,d)(w),color:ke(d,n)(w),padding:6,"&[data-hovered]":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)},"&[data-active]":{backgroundColor:ke(r,u)(w),"&:hover":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)}},"&[data-selected]":{backgroundColor:ke(v,S)(w),color:ke(e,t)(w),fontWeight:600,"&:hover":{backgroundColor:ke(b,b)(w),color:ke("white",e)(w)}},"&[data-disabled]":{color:ke(s,i)(w),cursor:"not-allowed"}},rightSection:{width:32,button:{color:ke(p,t)(w)}}}),[h,g,v,b,S,t,n,r,o,e,s,i,u,d,p,C,w])},CK=e=>{const{tooltip:t,inputRef:n,label:r,disabled:o,required:s,...i}=e,u=Sj();return a.jsx(_n,{label:t,placement:"top",hasArrow:!0,children:a.jsx(N1,{label:r?a.jsx(Ss,{isRequired:s,isDisabled:o,children:a.jsx(vs,{children:r})}):void 0,disabled:o,ref:n,styles:u,...i})})},Zo=f.memo(CK),_K=()=>{const{base50:e,base100:t,base200:n,base300:r,base400:o,base500:s,base600:i,base700:u,base800:d,base900:p,accent200:h,accent300:g,accent400:v,accent500:b,accent600:S}=$1(),{colorMode:w}=Do(),[C]=Kl("shadows",["dark-lg"]);return f.useCallback(()=>({label:{color:ke(u,r)(w)},separatorLabel:{color:ke(s,s)(w),"::after":{borderTopColor:ke(r,u)(w)}},searchInput:{":placeholder":{color:ke(r,u)(w)}},input:{backgroundColor:ke(e,p)(w),borderWidth:"2px",borderColor:ke(n,d)(w),color:ke(p,t)(w),paddingRight:24,fontWeight:600,"&:hover":{borderColor:ke(r,i)(w)},"&:focus":{borderColor:ke(g,S)(w)},"&:is(:focus, :hover)":{borderColor:ke(o,s)(w)},"&:focus-within":{borderColor:ke(h,S)(w)},"&[data-disabled]":{backgroundColor:ke(r,u)(w),color:ke(i,o)(w),cursor:"not-allowed"}},value:{backgroundColor:ke(n,d)(w),color:ke(p,t)(w),button:{color:ke(p,t)(w)},"&:hover":{backgroundColor:ke(r,u)(w),cursor:"pointer"}},dropdown:{backgroundColor:ke(n,d)(w),borderColor:ke(n,d)(w),boxShadow:C},item:{backgroundColor:ke(n,d)(w),color:ke(d,n)(w),padding:6,"&[data-hovered]":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)},"&[data-active]":{backgroundColor:ke(r,u)(w),"&:hover":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)}},"&[data-selected]":{backgroundColor:ke(v,S)(w),color:ke(e,t)(w),fontWeight:600,"&:hover":{backgroundColor:ke(b,b)(w),color:ke("white",e)(w)}},"&[data-disabled]":{color:ke(s,i)(w),cursor:"not-allowed"}},rightSection:{width:24,padding:20,button:{color:ke(p,t)(w)}}}),[h,g,v,b,S,t,n,r,o,e,s,i,u,d,p,C,w])},kK=e=>{const{searchable:t=!0,tooltip:n,inputRef:r,label:o,disabled:s,...i}=e,u=te(),d=f.useCallback(g=>{g.shiftKey&&u(qo(!0))},[u]),p=f.useCallback(g=>{g.shiftKey||u(qo(!1))},[u]),h=_K();return a.jsx(_n,{label:n,placement:"top",hasArrow:!0,isOpen:!0,children:a.jsx(gj,{label:o?a.jsx(Ss,{isDisabled:s,children:a.jsx(vs,{children:o})}):void 0,ref:r,disabled:s,onKeyDown:d,onKeyUp:p,searchable:t,maxDropdownHeight:300,styles:h,...i})})},PK=f.memo(kK),jK=Cs(B4,e=>({value:e,label:F4[e]})).sort((e,t)=>e.label.localeCompare(t.label));function IK(){const e=te(),{t}=le(),n=$(o=>o.ui.favoriteSchedulers),r=f.useCallback(o=>{e(k8(o))},[e]);return a.jsx(PK,{label:t("settings.favoriteSchedulers"),value:n,data:jK,onChange:r,clearable:!0,searchable:!0,maxSelectedValues:99,placeholder:t("settings.favoriteSchedulersPlaceholder")})}const EK=ve([Mo,Jr],(e,t)=>{const{shouldConfirmOnDelete:n,shouldDisplayGuides:r,enableImageDebugging:o,consoleLogLevel:s,shouldLogToConsole:i,shouldAntialiasProgressImage:u}=e,{shouldUseCanvasBetaLayout:d,shouldUseSliders:p,shouldShowProgressInViewer:h,shouldShowAdvancedOptions:g}=t;return{shouldConfirmOnDelete:n,shouldDisplayGuides:r,enableImageDebugging:o,shouldUseCanvasBetaLayout:d,shouldUseSliders:p,shouldShowProgressInViewer:h,consoleLogLevel:s,shouldLogToConsole:i,shouldAntialiasProgressImage:u,shouldShowAdvancedOptions:g}},{memoizeOptions:{resultEqualityCheck:Yt}}),OK=({children:e,config:t})=>{const n=te(),{t:r}=le(),o=(t==null?void 0:t.shouldShowBetaLayout)??!0,s=(t==null?void 0:t.shouldShowDeveloperSettings)??!0,i=(t==null?void 0:t.shouldShowResetWebUiText)??!0,u=(t==null?void 0:t.shouldShowAdvancedOptionsSettings)??!0;f.useEffect(()=>{s||n(rx(!1))},[s,n]);const{isOpen:d,onOpen:p,onClose:h}=pa(),{isOpen:g,onOpen:v,onClose:b}=pa(),{shouldConfirmOnDelete:S,shouldDisplayGuides:w,enableImageDebugging:C,shouldUseCanvasBetaLayout:_,shouldUseSliders:k,shouldShowProgressInViewer:j,consoleLogLevel:E,shouldLogToConsole:I,shouldAntialiasProgressImage:O,shouldShowAdvancedOptions:M}=$(EK),R=f.useCallback(()=>{Object.keys(window.localStorage).forEach(N=>{(P8.includes(N)||N.startsWith(j8))&&localStorage.removeItem(N)}),h(),v()},[h,v]),A=f.useCallback(N=>{n(I8(N))},[n]),L=f.useCallback(N=>{n(rx(N.target.checked))},[n]);return a.jsxs(a.Fragment,{children:[f.cloneElement(e,{onClick:p}),a.jsxs(ou,{isOpen:d,onClose:h,size:"xl",isCentered:!0,children:[a.jsx(va,{}),a.jsxs(su,{children:[a.jsx(ga,{bg:"none",children:r("common.settingsLabel")}),a.jsx(Lv,{}),a.jsx(ya,{children:a.jsxs(F,{sx:{gap:4,flexDirection:"column"},children:[a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.general")}),a.jsx(Pn,{label:r("settings.confirmOnDelete"),isChecked:S,onChange:N=>n(z4(N.target.checked))}),u&&a.jsx(Pn,{label:r("settings.showAdvancedOptions"),isChecked:M,onChange:N=>n(E8(N.target.checked))})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.generation")}),a.jsx(IK,{})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.ui")}),a.jsx(Pn,{label:r("settings.displayHelpIcons"),isChecked:w,onChange:N=>n(O8(N.target.checked))}),o&&a.jsx(Pn,{label:r("settings.useCanvasBeta"),isChecked:_,onChange:N=>n(R8(N.target.checked))}),a.jsx(Pn,{label:r("settings.useSlidersForAll"),isChecked:k,onChange:N=>n(M8(N.target.checked))}),a.jsx(Pn,{label:r("settings.showProgressInViewer"),isChecked:j,onChange:N=>n(H4(N.target.checked))}),a.jsx(Pn,{label:r("settings.antialiasProgressImages"),isChecked:O,onChange:N=>n(D8(N.target.checked))})]}),s&&a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.developer")}),a.jsx(Pn,{label:r("settings.shouldLogToConsole"),isChecked:I,onChange:L}),a.jsx(Zo,{disabled:!I,label:r("settings.consoleLogLevel"),onChange:A,value:E,data:T8.concat()}),a.jsx(Pn,{label:r("settings.enableImageDebugging"),isChecked:C,onChange:N=>n(A8(N.target.checked))})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.resetWebUI")}),a.jsx(Zt,{colorScheme:"error",onClick:R,children:r("settings.resetWebUI")}),i&&a.jsxs(a.Fragment,{children:[a.jsx(nt,{children:r("settings.resetWebUIDesc1")}),a.jsx(nt,{children:r("settings.resetWebUIDesc2")})]})]})]})}),a.jsx(ma,{children:a.jsx(Zt,{onClick:h,children:r("common.close")})})]})]}),a.jsxs(ou,{closeOnOverlayClick:!1,isOpen:g,onClose:b,isCentered:!0,children:[a.jsx(va,{backdropFilter:"blur(40px)"}),a.jsxs(su,{children:[a.jsx(ga,{}),a.jsx(ya,{children:a.jsx(F,{justifyContent:"center",children:a.jsx(nt,{fontSize:"lg",children:a.jsx(nt,{children:r("settings.resetComplete")})})})}),a.jsx(ma,{})]})]})]})},Mc=e=>a.jsx(F,{sx:{flexDirection:"column",gap:2,p:4,borderRadius:"base",bg:"base.100",_dark:{bg:"base.900"}},children:e.children}),RK=()=>{const{t:e}=le(),t=sr("localization").isFeatureEnabled,n=sr("bugLink").isFeatureEnabled,r=sr("discordLink").isFeatureEnabled,o=sr("githubLink").isFeatureEnabled;return a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsx(X_,{}),a.jsx(Li,{}),a.jsx(tF,{}),a.jsx(uF,{children:a.jsx(je,{"aria-label":e("common.hotkeysLabel"),tooltip:e("common.hotkeysLabel"),size:"sm",variant:"link","data-variant":"link",fontSize:20,icon:a.jsx(O$,{})})}),t&&a.jsx(hF,{}),n&&a.jsx(Ka,{isExternal:!0,href:"http://github.com/invoke-ai/InvokeAI/issues",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.reportBugLabel"),tooltip:e("common.reportBugLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(p$,{})})}),o&&a.jsx(Ka,{isExternal:!0,href:"http://github.com/invoke-ai/InvokeAI",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.githubLabel"),tooltip:e("common.githubLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(a$,{})})}),r&&a.jsx(Ka,{isExternal:!0,href:"https://discord.gg/ZmtBAhwWhy",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.discordLabel"),tooltip:e("common.discordLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(s$,{})})}),a.jsx(lF,{}),a.jsx(OK,{children:a.jsx(je,{"aria-label":e("common.settingsLabel"),tooltip:e("common.settingsLabel"),variant:"link","data-variant":"link",fontSize:22,size:"sm",icon:a.jsx(rF,{})})})]})},MK=f.memo(RK),DK=ve(Mo,e=>{const{isUploading:t}=e;let n="";return t&&(n="Uploading..."),{tooltip:n,shouldShow:t}}),TK=()=>{const{shouldShow:e,tooltip:t}=$(DK);return e?a.jsx(F,{sx:{alignItems:"center",justifyContent:"center",color:"base.600"},children:a.jsx(_n,{label:t,placement:"right",hasArrow:!0,children:a.jsx(Xl,{})})}):null},AK=f.memo(TK),Vi=e=>e.config,{createElement:Bl,createContext:NK,forwardRef:Cj,useCallback:za,useContext:_j,useEffect:fa,useImperativeHandle:kj,useLayoutEffect:$K,useMemo:zK,useRef:Wo,useState:Jc}=pv,fC=pv["useId".toString()],LK=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Lp=LK?$K:()=>{},BK=typeof fC=="function"?fC:()=>null;let FK=0;function z1(e=null){const t=BK(),n=Wo(e||t||null);return n.current===null&&(n.current=""+FK++),n.current}const Dh=NK(null);Dh.displayName="PanelGroupContext";function Pj({children:e=null,className:t="",collapsedSize:n=0,collapsible:r=!1,defaultSize:o=null,forwardedRef:s,id:i=null,maxSize:u=100,minSize:d=10,onCollapse:p=null,onResize:h=null,order:g=null,style:v={},tagName:b="div"}){const S=_j(Dh);if(S===null)throw Error("Panel components must be rendered within a PanelGroup container");const w=z1(i),{collapsePanel:C,expandPanel:_,getPanelStyle:k,registerPanel:j,resizePanel:E,unregisterPanel:I}=S,O=Wo({onCollapse:p,onResize:h});if(fa(()=>{O.current.onCollapse=p,O.current.onResize=h}),d<0||d>100)throw Error(`Panel minSize must be between 0 and 100, but was ${d}`);if(u<0||u>100)throw Error(`Panel maxSize must be between 0 and 100, but was ${u}`);if(o!==null){if(o<0||o>100)throw Error(`Panel defaultSize must be between 0 and 100, but was ${o}`);d>o&&!r&&(console.error(`Panel minSize ${d} cannot be greater than defaultSize ${o}`),o=d)}const M=k(w,o),R=Wo({size:pC(M)}),A=Wo({callbacksRef:O,collapsedSize:n,collapsible:r,defaultSize:o,id:w,maxSize:u,minSize:d,order:g});return Lp(()=>{R.current.size=pC(M),A.current.callbacksRef=O,A.current.collapsedSize=n,A.current.collapsible=r,A.current.defaultSize=o,A.current.id=w,A.current.maxSize=u,A.current.minSize=d,A.current.order=g}),Lp(()=>(j(w,A),()=>{I(w)}),[g,w,j,I]),kj(s,()=>({collapse:()=>C(w),expand:()=>_(w),getCollapsed(){return R.current.size===0},getSize(){return R.current.size},resize:L=>E(w,L)}),[C,_,w,E]),Bl(b,{children:e,className:t,"data-panel":"","data-panel-collapsible":r||void 0,"data-panel-id":w,"data-panel-size":parseFloat(""+M.flexGrow).toFixed(1),id:`data-panel-id-${w}`,style:{...M,...v}})}const fu=Cj((e,t)=>Bl(Pj,{...e,forwardedRef:t}));Pj.displayName="Panel";fu.displayName="forwardRef(Panel)";function pC(e){const{flexGrow:t}=e;return typeof t=="string"?parseFloat(t):t}const Ni=10;function Bc(e,t,n,r,o,s,i,u){const{sizes:d}=u||{},p=d||s;if(o===0)return p;const h=Ho(t),g=p.concat();let v=0;{const w=o<0?r:n,C=h.findIndex(E=>E.current.id===w),_=h[C],k=p[C],j=hC(_,Math.abs(o),k,e);if(k===j)return p;j===0&&k>0&&i.set(w,k),o=o<0?k-j:j-k}let b=o<0?n:r,S=h.findIndex(w=>w.current.id===b);for(;;){const w=h[S],C=p[S],_=Math.abs(o)-Math.abs(v),k=hC(w,0-_,C,e);if(C!==k&&(k===0&&C>0&&i.set(w.current.id,C),v+=C-k,g[S]=k,v.toPrecision(Ni).localeCompare(Math.abs(o).toPrecision(Ni),void 0,{numeric:!0})>=0))break;if(o<0){if(--S<0)break}else if(++S>=h.length)break}return v===0?p:(b=o<0?r:n,S=h.findIndex(w=>w.current.id===b),g[S]=p[S]+v,g)}function hl(e,t,n){t.forEach((r,o)=>{const{callbacksRef:s,collapsedSize:i,collapsible:u,id:d}=e[o].current,p=n[d];if(p!==r){n[d]=r;const{onCollapse:h,onResize:g}=s.current;g&&g(r,p),u&&h&&((p==null||p===i)&&r!==i?h(!1):p!==i&&r===i&&h(!0))}})}function Ag(e,t){if(t.length<2)return[null,null];const n=t.findIndex(i=>i.current.id===e);if(n<0)return[null,null];const r=n===t.length-1,o=r?t[n-1].current.id:e,s=r?e:t[n+1].current.id;return[o,s]}function jj(e,t,n){if(e.size===1)return"100";const o=Ho(e).findIndex(i=>i.current.id===t),s=n[o];return s==null?"0":s.toPrecision(Ni)}function HK(e){const t=document.querySelector(`[data-panel-id="${e}"]`);return t||null}function L1(e){const t=document.querySelector(`[data-panel-group-id="${e}"]`);return t||null}function Th(e){const t=document.querySelector(`[data-panel-resize-handle-id="${e}"]`);return t||null}function WK(e){return Ij().findIndex(r=>r.getAttribute("data-panel-resize-handle-id")===e)??null}function Ij(){return Array.from(document.querySelectorAll("[data-panel-resize-handle-id]"))}function Ej(e){return Array.from(document.querySelectorAll(`[data-panel-resize-handle-id][data-panel-group-id="${e}"]`))}function B1(e,t,n){var d,p,h,g;const r=Th(t),o=Ej(e),s=r?o.indexOf(r):-1,i=((p=(d=n[s])==null?void 0:d.current)==null?void 0:p.id)??null,u=((g=(h=n[s+1])==null?void 0:h.current)==null?void 0:g.id)??null;return[i,u]}function Ho(e){return Array.from(e.values()).sort((t,n)=>{const r=t.current.order,o=n.current.order;return r==null&&o==null?0:r==null?-1:o==null?1:r-o})}function hC(e,t,n,r){var h;const o=n+t,{collapsedSize:s,collapsible:i,maxSize:u,minSize:d}=e.current;if(i){if(n>s){if(o<=d/2+s)return s}else if(!((h=r==null?void 0:r.type)==null?void 0:h.startsWith("key"))&&o{const{direction:i,panels:u}=e.current,d=L1(t),{height:p,width:h}=d.getBoundingClientRect(),v=Ej(t).map(b=>{const S=b.getAttribute("data-panel-resize-handle-id"),w=Ho(u),[C,_]=B1(t,S,w);if(C==null||_==null)return()=>{};let k=0,j=100,E=0,I=0;w.forEach(N=>{N.current.id===C?(j=N.current.maxSize,k=N.current.minSize):(E+=N.current.minSize,I+=N.current.maxSize)});const O=Math.min(j,100-E),M=Math.max(k,(w.length-1)*100-I),R=jj(u,C,o);b.setAttribute("aria-valuemax",""+Math.round(O)),b.setAttribute("aria-valuemin",""+Math.round(M)),b.setAttribute("aria-valuenow",""+Math.round(parseInt(R)));const A=N=>{if(!N.defaultPrevented)switch(N.key){case"Enter":{N.preventDefault();const Z=w.findIndex(B=>B.current.id===C);if(Z>=0){const B=w[Z],H=o[Z];if(H!=null){let G=0;H.toPrecision(Ni)<=B.current.minSize.toPrecision(Ni)?G=i==="horizontal"?h:p:G=-(i==="horizontal"?h:p);const q=Bc(N,u,C,_,G,o,s.current,null);o!==q&&r(q)}}break}}};b.addEventListener("keydown",A);const L=HK(C);return L!=null&&b.setAttribute("aria-controls",L.id),()=>{b.removeAttribute("aria-valuemax"),b.removeAttribute("aria-valuemin"),b.removeAttribute("aria-valuenow"),b.removeEventListener("keydown",A),L!=null&&b.removeAttribute("aria-controls")}});return()=>{v.forEach(b=>b())}},[e,t,n,s,r,o])}function UK({disabled:e,handleId:t,resizeHandler:n}){fa(()=>{if(e||n==null)return;const r=Th(t);if(r==null)return;const o=s=>{if(!s.defaultPrevented)switch(s.key){case"ArrowDown":case"ArrowLeft":case"ArrowRight":case"ArrowUp":case"End":case"Home":{s.preventDefault(),n(s);break}case"F6":{s.preventDefault();const i=Ij(),u=WK(t);Oj(u!==null);const d=s.shiftKey?u>0?u-1:i.length-1:u+1{r.removeEventListener("keydown",o)}},[e,t,n])}function GK(e,t){if(e.length!==t.length)return!1;for(let n=0;nM.current.id===E),O=r[I];if(O.current.collapsible){const M=h[I];(M===0||M.toPrecision(Ni)===O.current.minSize.toPrecision(Ni))&&(_=_<0?-O.current.minSize*S:O.current.minSize*S)}return _}else return Rj(e,n,o,u,d)}function KK(e){return e.type==="keydown"}function H0(e){return e.type.startsWith("mouse")}function W0(e){return e.type.startsWith("touch")}let V0=null,Si=null;function Mj(e){switch(e){case"horizontal":return"ew-resize";case"horizontal-max":return"w-resize";case"horizontal-min":return"e-resize";case"vertical":return"ns-resize";case"vertical-max":return"n-resize";case"vertical-min":return"s-resize"}}function YK(){Si!==null&&(document.head.removeChild(Si),V0=null,Si=null)}function Ng(e){if(V0===e)return;V0=e;const t=Mj(e);Si===null&&(Si=document.createElement("style"),document.head.appendChild(Si)),Si.innerHTML=`*{cursor: ${t}!important;}`}function QK(e,t=10){let n=null;return(...o)=>{n!==null&&clearTimeout(n),n=setTimeout(()=>{e(...o)},t)}}function Dj(e){return e.map(t=>{const{minSize:n,order:r}=t.current;return r?`${r}:${n}`:`${n}`}).sort((t,n)=>t.localeCompare(n)).join(",")}function Tj(e,t){try{const n=t.getItem(`PanelGroup:sizes:${e}`);if(n){const r=JSON.parse(n);if(typeof r=="object"&&r!=null)return r}}catch{}return null}function XK(e,t,n){const r=Tj(e,n);if(r){const o=Dj(t);return r[o]??null}return null}function JK(e,t,n,r){const o=Dj(t),s=Tj(e,r)||{};s[o]=n;try{r.setItem(`PanelGroup:sizes:${e}`,JSON.stringify(s))}catch(i){console.error(i)}}const $g={};function mC(e){try{if(typeof localStorage<"u")e.getItem=t=>localStorage.getItem(t),e.setItem=(t,n)=>{localStorage.setItem(t,n)};else throw new Error("localStorage not supported in this environment")}catch(t){console.error(t),e.getItem=()=>null,e.setItem=()=>{}}}const Fc={getItem:e=>(mC(Fc),Fc.getItem(e)),setItem:(e,t)=>{mC(Fc),Fc.setItem(e,t)}};function Aj({autoSaveId:e,children:t=null,className:n="",direction:r,disablePointerEventsDuringResize:o=!1,forwardedRef:s,id:i=null,onLayout:u,storage:d=Fc,style:p={},tagName:h="div"}){const g=z1(i),[v,b]=Jc(null),[S,w]=Jc(new Map),C=Wo(null),_=Wo({onLayout:u});fa(()=>{_.current.onLayout=u});const k=Wo({}),[j,E]=Jc([]),I=Wo(new Map),O=Wo(0),M=Wo({direction:r,panels:S,sizes:j});kj(s,()=>({getLayout:()=>{const{sizes:D}=M.current;return D},setLayout:D=>{const U=D.reduce((ye,he)=>ye+he,0);Oj(U===100,"Panel sizes must add up to 100%");const{panels:V}=M.current,J=k.current,ie=Ho(V);E(D),hl(ie,D,J)}}),[]),Lp(()=>{M.current.direction=r,M.current.panels=S,M.current.sizes=j}),VK({committedValuesRef:M,groupId:g,panels:S,setSizes:E,sizes:j,panelSizeBeforeCollapse:I}),fa(()=>{const{onLayout:D}=_.current,{panels:U,sizes:V}=M.current;if(V.length>0){D&&D(V);const J=k.current,ie=Ho(U);hl(ie,V,J)}},[j]),Lp(()=>{if(M.current.sizes.length===S.size)return;let U=null;if(e){const V=Ho(S);U=XK(e,V,d)}if(U!=null)E(U);else{const V=Ho(S);let J=0,ie=0,ye=0;if(V.forEach(he=>{ye+=he.current.minSize,he.current.defaultSize===null?J++:ie+=he.current.defaultSize}),ie>100)throw new Error("Default panel sizes cannot exceed 100%");if(V.length>1&&J===0&&ie!==100)throw new Error("Invalid default sizes specified for panels");if(ye>100)throw new Error("Minimum panel sizes cannot exceed 100%");E(V.map(he=>he.current.defaultSize===null?(100-ie)/J:he.current.defaultSize))}},[e,S,d]),fa(()=>{if(e){if(j.length===0||j.length!==S.size)return;const D=Ho(S);$g[e]||($g[e]=QK(JK,100)),$g[e](e,D,j,d)}},[e,S,j,d]);const R=za((D,U)=>{const{panels:V}=M.current;return V.size===0?{flexBasis:0,flexGrow:U??void 0,flexShrink:1,overflow:"hidden"}:{flexBasis:0,flexGrow:jj(V,D,j),flexShrink:1,overflow:"hidden",pointerEvents:o&&v!==null?"none":void 0}},[v,o,j]),A=za((D,U)=>{w(V=>{if(V.has(D))return V;const J=new Map(V);return J.set(D,U),J})},[]),L=za(D=>V=>{V.preventDefault();const{direction:J,panels:ie,sizes:ye}=M.current,he=Ho(ie),[ae,ee]=B1(g,D,he);if(ae==null||ee==null)return;let W=qK(V,g,D,he,J,ye,C.current);if(W===0)return;const pe=L1(g).getBoundingClientRect(),ne=J==="horizontal";document.dir==="rtl"&&ne&&(W=-W);const ge=ne?pe.width:pe.height,de=W/ge*100,Ce=Bc(V,ie,ae,ee,de,ye,I.current,C.current),Me=!GK(ye,Ce);if((H0(V)||W0(V))&&O.current!=de&&Ng(Me?ne?"horizontal":"vertical":ne?W<0?"horizontal-min":"horizontal-max":W<0?"vertical-min":"vertical-max"),Me){const me=k.current;E(Ce),hl(he,Ce,me)}O.current=de},[g]),N=za(D=>{w(U=>{if(!U.has(D))return U;const V=new Map(U);return V.delete(D),V})},[]),Z=za(D=>{const{panels:U,sizes:V}=M.current,J=U.get(D);if(J==null)return;const{collapsedSize:ie,collapsible:ye}=J.current;if(!ye)return;const he=Ho(U),ae=he.indexOf(J);if(ae<0)return;const ee=V[ae];if(ee===ie)return;I.current.set(D,ee);const[W,re]=Ag(D,he);if(W==null||re==null)return;const ne=ae===he.length-1?ee:ie-ee,ge=Bc(null,U,W,re,ne,V,I.current,null);if(V!==ge){const de=k.current;E(ge),hl(he,ge,de)}},[]),B=za(D=>{const{panels:U,sizes:V}=M.current,J=U.get(D);if(J==null)return;const{collapsedSize:ie,minSize:ye}=J.current,he=I.current.get(D)||ye;if(!he)return;const ae=Ho(U),ee=ae.indexOf(J);if(ee<0||V[ee]!==ie)return;const[re,pe]=Ag(D,ae);if(re==null||pe==null)return;const ge=ee===ae.length-1?ie-he:he,de=Bc(null,U,re,pe,ge,V,I.current,null);if(V!==de){const Ce=k.current;E(de),hl(ae,de,Ce)}},[]),H=za((D,U)=>{const{panels:V,sizes:J}=M.current,ie=V.get(D);if(ie==null)return;const{collapsedSize:ye,collapsible:he,maxSize:ae,minSize:ee}=ie.current,W=Ho(V),re=W.indexOf(ie);if(re<0)return;const pe=J[re];if(pe===U)return;he&&U===ye||(U=Math.min(ae,Math.max(ee,U)));const[ne,ge]=Ag(D,W);if(ne==null||ge==null)return;const Ce=re===W.length-1?pe-U:U-pe,Me=Bc(null,V,ne,ge,Ce,J,I.current,null);if(J!==Me){const me=k.current;E(Me),hl(W,Me,me)}},[]),G=zK(()=>({activeHandleId:v,collapsePanel:Z,direction:r,expandPanel:B,getPanelStyle:R,groupId:g,registerPanel:A,registerResizeHandle:L,resizePanel:H,startDragging:(D,U)=>{if(b(D),H0(U)||W0(U)){const V=Th(D);C.current={dragHandleRect:V.getBoundingClientRect(),dragOffset:Rj(U,D,r),sizes:M.current.sizes}}},stopDragging:()=>{YK(),b(null),C.current=null},unregisterPanel:N}),[v,Z,r,B,R,g,A,L,H,N]),q={display:"flex",flexDirection:r==="horizontal"?"row":"column",height:"100%",overflow:"hidden",width:"100%"};return Bl(Dh.Provider,{children:Bl(h,{children:t,className:n,"data-panel-group":"","data-panel-group-direction":r,"data-panel-group-id":g,style:{...q,...p}}),value:G})}const F1=Cj((e,t)=>Bl(Aj,{...e,forwardedRef:t}));Aj.displayName="PanelGroup";F1.displayName="forwardRef(PanelGroup)";function U0({children:e=null,className:t="",disabled:n=!1,id:r=null,onDragging:o,style:s={},tagName:i="div"}){const u=Wo(null),d=Wo({onDragging:o});fa(()=>{d.current.onDragging=o});const p=_j(Dh);if(p===null)throw Error("PanelResizeHandle components must be rendered within a PanelGroup container");const{activeHandleId:h,direction:g,groupId:v,registerResizeHandle:b,startDragging:S,stopDragging:w}=p,C=z1(r),_=h===C,[k,j]=Jc(!1),[E,I]=Jc(null),O=za(()=>{u.current.blur(),w();const{onDragging:A}=d.current;A&&A(!1)},[w]);fa(()=>{if(n)I(null);else{const R=b(C);I(()=>R)}},[n,C,b]),fa(()=>{if(n||E==null||!_)return;const R=Z=>{E(Z)},A=Z=>{E(Z)},N=u.current.ownerDocument;return N.body.addEventListener("contextmenu",O),N.body.addEventListener("mousemove",R),N.body.addEventListener("touchmove",R),N.body.addEventListener("mouseleave",A),window.addEventListener("mouseup",O),window.addEventListener("touchend",O),()=>{N.body.removeEventListener("contextmenu",O),N.body.removeEventListener("mousemove",R),N.body.removeEventListener("touchmove",R),N.body.removeEventListener("mouseleave",A),window.removeEventListener("mouseup",O),window.removeEventListener("touchend",O)}},[g,n,_,E,O]),UK({disabled:n,handleId:C,resizeHandler:E});const M={cursor:Mj(g),touchAction:"none",userSelect:"none"};return Bl(i,{children:e,className:t,"data-resize-handle-active":_?"pointer":k?"keyboard":void 0,"data-panel-group-direction":g,"data-panel-group-id":v,"data-panel-resize-handle-enabled":!n,"data-panel-resize-handle-id":C,onBlur:()=>j(!1),onFocus:()=>j(!0),onMouseDown:R=>{S(C,R.nativeEvent);const{onDragging:A}=d.current;A&&A(!0)},onMouseUp:O,onTouchCancel:O,onTouchEnd:O,onTouchStart:R=>{S(C,R.nativeEvent);const{onDragging:A}=d.current;A&&A(!0)},ref:u,role:"separator",style:{...M,...s},tabIndex:0})}U0.displayName="PanelResizeHandle";const ZK=(e,t,n,r="horizontal")=>{const o=f.useRef(null),[s,i]=f.useState(t),u=f.useCallback(()=>{var p,h;const d=(p=o.current)==null?void 0:p.getSize();d!==void 0&&d{const d=document.querySelector(`[data-panel-group-id="${n}"]`),p=document.querySelectorAll("[data-panel-resize-handle-id]");if(!d)return;const h=new ResizeObserver(()=>{let g=r==="horizontal"?d.getBoundingClientRect().width:d.getBoundingClientRect().height;p.forEach(v=>{g-=r==="horizontal"?v.getBoundingClientRect().width:v.getBoundingClientRect().height}),i(e/g*100)});return h.observe(d),p.forEach(g=>{h.observe(g)}),window.addEventListener("resize",u),()=>{h.disconnect(),window.removeEventListener("resize",u)}},[n,u,s,e,r]),{ref:o,minSizePct:s}},eY=ve([Rt],e=>{const{initialImage:t}=e.generation;return{initialImage:t,isResetButtonDisabled:!t}},at),tY=()=>{const{initialImage:e}=$(eY),{currentData:t,isLoading:n,isError:r,isSuccess:o}=gs((e==null?void 0:e.imageName)??Go.skipToken),s=f.useMemo(()=>{if(t)return{id:"initial-image",payloadType:"IMAGE_DTO",payload:{imageDTO:t}}},[t]),i=f.useMemo(()=>({id:"initial-image",actionType:"SET_INITIAL_IMAGE"}),[]);return a.jsx(Za,{imageDTO:t,droppableData:i,draggableData:s,isUploadDisabled:!0,fitContainer:!0,dropLabel:"Set as Initial Image",noContentFallback:a.jsx(Bi,{label:"No initial image selected"})})},nY=ve([Rt],e=>{const{initialImage:t}=e.generation;return{isResetButtonDisabled:!t}},at),rY={type:"SET_INITIAL_IMAGE"},oY=()=>{const{isResetButtonDisabled:e}=$(nY),t=te(),{openUploader:n}=ph(),{getUploadButtonProps:r,getUploadInputProps:o}=V_({postUploadAction:rY}),s=f.useCallback(()=>{t(N8())},[t]),i=f.useCallback(()=>{n()},[n]);return a.jsxs(F,{layerStyle:"first",sx:{position:"relative",flexDirection:"column",height:"full",width:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",p:4,gap:4},children:[a.jsxs(F,{sx:{w:"full",flexWrap:"wrap",justifyContent:"center",alignItems:"center",gap:2},children:[a.jsx(nt,{sx:{fontWeight:600,userSelect:"none",color:"base.700",_dark:{color:"base.200"}},children:"Initial Image"}),a.jsx(Li,{}),a.jsx(je,{tooltip:"Upload Initial Image","aria-label":"Upload Initial Image",icon:a.jsx(Au,{}),onClick:i,...r()}),a.jsx(je,{tooltip:"Reset Initial Image","aria-label":"Reset Initial Image",icon:a.jsx(Xv,{}),onClick:s,isDisabled:e})]}),a.jsx(tY,{}),a.jsx("input",{...o()})]})},H1="28rem",Nj=e=>{const{sx:t}=e,n=te(),r=$(i=>i.ui.shouldPinParametersPanel),{t:o}=le(),s=()=>{n($8(!r)),n(so())};return a.jsx(je,{...e,tooltip:o("common.pinOptionsPanel"),"aria-label":o("common.pinOptionsPanel"),onClick:s,icon:r?a.jsx(A5,{}):a.jsx(N5,{}),variant:"ghost",size:"sm",sx:{color:"base.500",_hover:{color:"base.600"},_active:{color:"base.700"},_dark:{color:"base.500",_hover:{color:"base.400"},_active:{color:"base.300"}},...t}})},sY=ve(Jr,e=>{const{shouldPinParametersPanel:t,shouldShowParametersPanel:n}=e;return{shouldPinParametersPanel:t,shouldShowParametersPanel:n}}),aY=e=>{const{shouldPinParametersPanel:t,shouldShowParametersPanel:n}=$(sY);return t&&n?a.jsxs(ze,{sx:{position:"relative",h:"full",w:H1,flexShrink:0},children:[a.jsx(F,{sx:{gap:2,flexDirection:"column",h:"full",w:"full",position:"absolute",overflowY:"auto"},children:e.children}),a.jsx(Nj,{sx:{position:"absolute",top:0,insetInlineEnd:0}})]}):null},W1=f.memo(aY),iY=e=>{const{direction:t="horizontal",...n}=e,{colorMode:r}=Do();return t==="horizontal"?a.jsx(U0,{children:a.jsx(F,{sx:{w:6,h:"full",justifyContent:"center",alignItems:"center"},...n,children:a.jsx(ze,{sx:{w:.5,h:"calc(100% - 4px)",bg:ke("base.100","base.850")(r)}})})}):a.jsx(U0,{children:a.jsx(F,{sx:{w:"full",h:6,justifyContent:"center",alignItems:"center"},...n,children:a.jsx(ze,{sx:{w:"calc(100% - 4px)",h:.5,bg:ke("base.100","base.850")(r)}})})})},$j=f.memo(iY),lY=ve([Rt],({system:e})=>{const{isProcessing:t,isConnected:n}=e;return n&&!t}),cY=e=>{const{onClick:t,isDisabled:n}=e,{t:r}=le(),o=$(lY);return a.jsx(je,{onClick:t,icon:a.jsx(yo,{}),tooltip:`${r("gallery.deleteImage")} (Del)`,"aria-label":`${r("gallery.deleteImage")} (Del)`,isDisabled:n||!o,colorScheme:"error"})},uY=e=>{const{searchable:t=!0,tooltip:n,inputRef:r,onChange:o,label:s,disabled:i,...u}=e,d=te(),[p,h]=f.useState(""),g=f.useCallback(w=>{w.shiftKey&&d(qo(!0))},[d]),v=f.useCallback(w=>{w.shiftKey||d(qo(!1))},[d]),b=f.useCallback(w=>{h(""),o&&o(w)},[o]),S=Sj();return a.jsx(_n,{label:n,placement:"top",hasArrow:!0,children:a.jsx(N1,{ref:r,label:s?a.jsx(Ss,{isDisabled:i,children:a.jsx(vs,{children:s})}):void 0,disabled:i,searchValue:p,onSearchChange:h,onChange:b,onKeyDown:g,onKeyUp:v,searchable:t,maxDropdownHeight:300,styles:S,...u})})},gr=f.memo(uY);function dY(){const e=$(o=>o.postprocessing.facetoolType),t=te(),{t:n}=le(),r=o=>t(L8(o));return a.jsx(gr,{label:n("parameters.type"),data:z8.concat(),value:e,onChange:r})}function fY(){const e=$(o=>o.system.isGFPGANAvailable),t=$(o=>o.postprocessing.facetoolStrength),{t:n}=le(),r=te();return a.jsx(ht,{isDisabled:!e,label:n("parameters.strength"),step:.05,min:0,max:1,onChange:o=>r(ox(o)),handleReset:()=>r(ox(.75)),value:t,withReset:!0,withSliderMarks:!0,withInput:!0})}function pY(){const e=$(o=>o.system.isGFPGANAvailable),t=$(o=>o.postprocessing.codeformerFidelity),{t:n}=le(),r=te();return a.jsx(ht,{isDisabled:!e,label:n("parameters.codeformerFidelity"),step:.05,min:0,max:1,onChange:o=>r(sx(o)),handleReset:()=>r(sx(1)),value:t,withReset:!0,withSliderMarks:!0,withInput:!0})}const hY=()=>{const e=$(t=>t.postprocessing.facetoolType);return a.jsxs(nh,{gap:2,alignItems:"stretch",children:[a.jsx(dY,{}),a.jsx(fY,{}),e==="codeformer"&&a.jsx(pY,{})]})};function mY(){const e=$(o=>o.system.isESRGANAvailable),t=$(o=>o.postprocessing.upscalingDenoising),{t:n}=le(),r=te();return a.jsx(ht,{label:n("parameters.denoisingStrength"),value:t,min:0,max:1,step:.01,onChange:o=>{r(ax(o))},handleReset:()=>r(ax(.75)),withSliderMarks:!0,withInput:!0,withReset:!0,isDisabled:!e})}function gY(){const e=$(o=>o.system.isESRGANAvailable),t=$(o=>o.postprocessing.upscalingStrength),{t:n}=le(),r=te();return a.jsx(ht,{label:`${n("parameters.upscale")} ${n("parameters.strength")}`,value:t,min:0,max:1,step:.05,onChange:o=>r(ix(o)),handleReset:()=>r(ix(.75)),withSliderMarks:!0,withInput:!0,withReset:!0,isDisabled:!e})}function vY(){const e=$(s=>s.system.isESRGANAvailable),t=$(s=>s.postprocessing.upscalingLevel),{t:n}=le(),r=te(),o=s=>r(F8(Number(s)));return a.jsx(gr,{disabled:!e,label:n("parameters.scale"),value:String(t),onChange:o,data:B8})}const yY=()=>a.jsxs(nh,{gap:2,alignItems:"stretch",children:[a.jsx(vY,{}),a.jsx(mY,{}),a.jsx(gY,{})]});function bY(e,t,n){var r=this,o=f.useRef(null),s=f.useRef(0),i=f.useRef(null),u=f.useRef([]),d=f.useRef(),p=f.useRef(),h=f.useRef(e),g=f.useRef(!0);f.useEffect(function(){h.current=e},[e]);var v=!t&&t!==0&&typeof window<"u";if(typeof e!="function")throw new TypeError("Expected a function");t=+t||0;var b=!!(n=n||{}).leading,S=!("trailing"in n)||!!n.trailing,w="maxWait"in n,C=w?Math.max(+n.maxWait||0,t):null;f.useEffect(function(){return g.current=!0,function(){g.current=!1}},[]);var _=f.useMemo(function(){var k=function(R){var A=u.current,L=d.current;return u.current=d.current=null,s.current=R,p.current=h.current.apply(L,A)},j=function(R,A){v&&cancelAnimationFrame(i.current),i.current=v?requestAnimationFrame(R):setTimeout(R,A)},E=function(R){if(!g.current)return!1;var A=R-o.current;return!o.current||A>=t||A<0||w&&R-s.current>=C},I=function(R){return i.current=null,S&&u.current?k(R):(u.current=d.current=null,p.current)},O=function R(){var A=Date.now();if(E(A))return I(A);if(g.current){var L=t-(A-o.current),N=w?Math.min(L,C-(A-s.current)):L;j(R,N)}},M=function(){var R=Date.now(),A=E(R);if(u.current=[].slice.call(arguments),d.current=r,o.current=R,A){if(!i.current&&g.current)return s.current=o.current,j(O,t),b?k(o.current):p.current;if(w)return j(O,t),k(o.current)}return i.current||j(O,t),p.current};return M.cancel=function(){i.current&&(v?cancelAnimationFrame(i.current):clearTimeout(i.current)),s.current=0,u.current=o.current=d.current=i.current=null},M.isPending=function(){return!!i.current},M.flush=function(){return i.current?I(Date.now()):p.current},M},[b,w,t,C,S,v]);return _}function xY(e,t){return e===t}function gC(e){return typeof e=="function"?function(){return e}:e}function zj(e,t,n){var r,o,s=n&&n.equalityFn||xY,i=(r=f.useState(gC(e)),o=r[1],[r[0],f.useCallback(function(g){return o(gC(g))},[])]),u=i[0],d=i[1],p=bY(f.useCallback(function(g){return d(g)},[d]),t,n),h=f.useRef(e);return s(h.current,e)||(p(e),h.current=e),[u,p]}const wY=ve([Rt,dr],({gallery:e,system:t,postprocessing:n,ui:r},o)=>{const{isProcessing:s,isConnected:i,isGFPGANAvailable:u,isESRGANAvailable:d,shouldConfirmOnDelete:p,progressImage:h}=t,{upscalingLevel:g,facetoolStrength:v}=n,{shouldShowImageDetails:b,shouldHidePreview:S,shouldShowProgressInViewer:w}=r,C=e.selection[e.selection.length-1];return{canDeleteImage:i&&!s,shouldConfirmOnDelete:p,isProcessing:s,isConnected:i,isGFPGANAvailable:u,isESRGANAvailable:d,upscalingLevel:g,facetoolStrength:v,shouldDisableToolbarButtons:!!h||!C,shouldShowImageDetails:b,activeTabName:o,shouldHidePreview:S,shouldShowProgressInViewer:w,lastSelectedImage:C}},{memoizeOptions:{resultEqualityCheck:Yt}}),SY=e=>{const t=te(),{isProcessing:n,isConnected:r,isGFPGANAvailable:o,isESRGANAvailable:s,upscalingLevel:i,facetoolStrength:u,shouldDisableToolbarButtons:d,shouldShowImageDetails:p,activeTabName:h,lastSelectedImage:g,shouldShowProgressInViewer:v}=$(wY);sr("unifiedCanvas").isFeatureEnabled;const b=sr("upscaling").isFeatureEnabled,S=sr("faceRestore").isFeatureEnabled,w=Yl(),{t:C}=le(),{isClipboardAPIAvailable:_,copyImageToClipboard:k}=kh(),{recallBothPrompts:j,recallSeed:E,recallAllParameters:I}=x1(),[O,M]=zj(g,500),{currentData:R,isFetching:A}=gs(g??Go.skipToken),{currentData:L}=dv(M.isPending()?Go.skipToken:O??Go.skipToken),N=L==null?void 0:L.metadata;f.useCallback(()=>{const ye=(()=>{if(R)return R.image_url.startsWith("http")?R.image_url:window.location.toString()+R.image_url})();if(!ye){w({title:C("toast.problemCopyingImageLink"),status:"error",duration:2500,isClosable:!0});return}navigator.clipboard.writeText(ye).then(()=>{w({title:C("toast.imageLinkCopied"),status:"success",duration:2500,isClosable:!0})})},[w,C,R]);const Z=f.useCallback(()=>{I(N)},[N,I]);qe("a",()=>{},[N,I]);const B=f.useCallback(()=>{E(N==null?void 0:N.seed)},[N==null?void 0:N.seed,E]);qe("s",B,[R]);const H=f.useCallback(()=>{j(N==null?void 0:N.positive_prompt,N==null?void 0:N.negative_prompt)},[N==null?void 0:N.negative_prompt,N==null?void 0:N.positive_prompt,j]);qe("p",H,[R]);const G=f.useCallback(()=>{t(R4()),t(If(R))},[t,R]);qe("shift+i",G,[R]);const q=f.useCallback(()=>{},[]),D=f.useCallback(()=>{R&&t(fv(R))},[t,R]);qe("Shift+U",()=>{q()},{enabled:()=>!!(b&&s&&!d&&r&&!n&&i)},[b,R,s,d,r,n,i]);const U=f.useCallback(()=>{},[]);qe("Shift+R",()=>{U()},{enabled:()=>!!(S&&o&&!d&&r&&!n&&u)},[S,R,o,d,r,n,u]);const V=f.useCallback(()=>t(H8(!p)),[t,p]);f.useCallback(()=>{R&&(t(M4()),t(D4(R)),t(so()),h!=="unifiedCanvas"&&t(xi("unifiedCanvas")),w({title:C("toast.sentToUnifiedCanvas"),status:"success",duration:2500,isClosable:!0}))},[R,t,h,w,C]),qe("i",()=>{R?V():w({title:C("toast.metadataLoadFailed"),status:"error",duration:2500,isClosable:!0})},[R,p,w]);const J=f.useCallback(()=>{t(H4(!v))},[t,v]);return f.useCallback(()=>{R&&k(R.image_url)},[k,R]),a.jsx(a.Fragment,{children:a.jsxs(F,{sx:{flexWrap:"wrap",justifyContent:"center",alignItems:"center",gap:2},...e,children:[a.jsx(Yn,{isAttached:!0,isDisabled:d,children:a.jsxs(Iu,{children:[a.jsx(Eu,{as:je,"aria-label":`${C("parameters.sendTo")}...`,tooltip:`${C("parameters.sendTo")}...`,isDisabled:!R,icon:a.jsx(B$,{})}),a.jsx(ec,{motionProps:O3,children:R&&a.jsx(U_,{imageDTO:R})})]})}),a.jsxs(Yn,{isAttached:!0,isDisabled:d,children:[a.jsx(je,{icon:a.jsx(G5,{}),tooltip:`${C("parameters.usePrompt")} (P)`,"aria-label":`${C("parameters.usePrompt")} (P)`,isDisabled:!(N!=null&&N.positive_prompt),onClick:H}),a.jsx(je,{icon:a.jsx(q5,{}),tooltip:`${C("parameters.useSeed")} (S)`,"aria-label":`${C("parameters.useSeed")} (S)`,isDisabled:!(N!=null&&N.seed),onClick:B}),a.jsx(je,{icon:a.jsx(z5,{}),tooltip:`${C("parameters.useAll")} (A)`,"aria-label":`${C("parameters.useAll")} (A)`,isDisabled:!N,onClick:Z})]}),(b||S)&&a.jsxs(Yn,{isAttached:!0,isDisabled:d,children:[S&&a.jsx(Ja,{triggerComponent:a.jsx(je,{icon:a.jsx(P$,{}),"aria-label":C("parameters.restoreFaces")}),children:a.jsxs(F,{sx:{flexDirection:"column",rowGap:4},children:[a.jsx(hY,{}),a.jsx(Zt,{isDisabled:!o||!R||!(r&&!n)||!u,onClick:U,children:C("parameters.restoreFaces")})]})}),b&&a.jsx(Ja,{triggerComponent:a.jsx(je,{icon:a.jsx(b$,{}),"aria-label":C("parameters.upscale")}),children:a.jsxs(F,{sx:{flexDirection:"column",gap:4},children:[a.jsx(yY,{}),a.jsx(Zt,{isDisabled:!s||!R||!(r&&!n)||!i,onClick:q,children:C("parameters.upscaleImage")})]})})]}),a.jsx(Yn,{isAttached:!0,isDisabled:d,children:a.jsx(je,{icon:a.jsx(qv,{}),tooltip:`${C("parameters.info")} (I)`,"aria-label":`${C("parameters.info")} (I)`,isChecked:p,onClick:V})}),a.jsx(Yn,{isAttached:!0,children:a.jsx(je,{"aria-label":C("settings.displayInProgress"),tooltip:C("settings.displayInProgress"),icon:a.jsx(j$,{}),isChecked:v,onClick:J})}),a.jsx(Yn,{isAttached:!0,children:a.jsx(cY,{onClick:D,isDisabled:d})})]})})},CY=ve([Rt,T4],(e,t)=>{const{total:n,isFetching:r}=e.gallery,o=e.gallery.selection[e.gallery.selection.length-1];if(!o||t.length===0)return{isOnFirstImage:!0,isOnLastImage:!0};const s=t.findIndex(b=>b.image_name===o),i=Ws(s+1,0,t.length-1),u=Ws(s-1,0,t.length-1),d=t[i].image_name,p=t[u].image_name,h=lx(e,d),g=lx(e,p),v=t.length;return{isOnFirstImage:s===0,isOnLastImage:!isNaN(s)&&s===v-1,areMoreImagesAvailable:n>v,isFetching:r,nextImage:h,prevImage:g,nextImageId:d,prevImageId:p}},{memoizeOptions:{resultEqualityCheck:Yt}}),Lj=()=>{const e=te(),{isOnFirstImage:t,isOnLastImage:n,nextImageId:r,prevImageId:o,areMoreImagesAvailable:s,isFetching:i}=$(CY),u=f.useCallback(()=>{o&&e(Ef(o))},[e,o]),d=f.useCallback(()=>{r&&e(Ef(r))},[e,r]),p=f.useCallback(()=>{e(A4({is_intermediate:!1}))},[e]);return{handlePrevImage:u,handleNextImage:d,isOnFirstImage:t,isOnLastImage:n,nextImageId:r,prevImageId:o,areMoreImagesAvailable:s,handleLoadMoreImages:p,isFetching:i}},as=({label:e,value:t,onClick:n,isLink:r,labelPosition:o,withCopy:s=!1})=>{const{t:i}=le();return t?a.jsxs(F,{gap:2,children:[n&&a.jsx(_n,{label:`Recall ${e}`,children:a.jsx(qa,{"aria-label":i("accessibility.useThisParameter"),icon:a.jsx(dF,{}),size:"xs",variant:"ghost",fontSize:20,onClick:n})}),s&&a.jsx(_n,{label:`Copy ${e}`,children:a.jsx(qa,{"aria-label":`Copy ${e}`,icon:a.jsx(nc,{}),size:"xs",variant:"ghost",fontSize:14,onClick:()=>navigator.clipboard.writeText(t.toString())})}),a.jsxs(F,{direction:o?"column":"row",children:[a.jsxs(nt,{fontWeight:"semibold",whiteSpace:"pre-wrap",pr:2,children:[e,":"]}),r?a.jsxs(Ka,{href:t.toString(),isExternal:!0,wordBreak:"break-all",children:[t.toString()," ",a.jsx(K5,{mx:"2px"})]}):a.jsx(nt,{overflowY:"scroll",wordBreak:"break-all",children:t.toString()})]})]}):null},_Y=e=>{const{metadata:t}=e,{recallBothPrompts:n,recallPositivePrompt:r,recallNegativePrompt:o,recallSeed:s,recallInitialImage:i,recallCfgScale:u,recallModel:d,recallScheduler:p,recallSteps:h,recallWidth:g,recallHeight:v,recallStrength:b,recallAllParameters:S}=x1(),w=f.useCallback(()=>{r(t==null?void 0:t.positive_prompt)},[t==null?void 0:t.positive_prompt,r]),C=f.useCallback(()=>{o(t==null?void 0:t.negative_prompt)},[t==null?void 0:t.negative_prompt,o]),_=f.useCallback(()=>{s(t==null?void 0:t.seed)},[t==null?void 0:t.seed,s]),k=f.useCallback(()=>{d(t==null?void 0:t.model)},[t==null?void 0:t.model,d]),j=f.useCallback(()=>{g(t==null?void 0:t.width)},[t==null?void 0:t.width,g]),E=f.useCallback(()=>{v(t==null?void 0:t.height)},[t==null?void 0:t.height,v]),I=f.useCallback(()=>{p(t==null?void 0:t.scheduler)},[t==null?void 0:t.scheduler,p]),O=f.useCallback(()=>{h(t==null?void 0:t.steps)},[t==null?void 0:t.steps,h]),M=f.useCallback(()=>{u(t==null?void 0:t.cfg_scale)},[t==null?void 0:t.cfg_scale,u]),R=f.useCallback(()=>{b(t==null?void 0:t.strength)},[t==null?void 0:t.strength,b]);return!t||Object.keys(t).length===0?null:a.jsxs(a.Fragment,{children:[t.generation_mode&&a.jsx(as,{label:"Generation Mode",value:t.generation_mode}),t.positive_prompt&&a.jsx(as,{label:"Positive Prompt",labelPosition:"top",value:t.positive_prompt,onClick:w}),t.negative_prompt&&a.jsx(as,{label:"Negative Prompt",labelPosition:"top",value:t.negative_prompt,onClick:C}),t.seed!==void 0&&a.jsx(as,{label:"Seed",value:t.seed,onClick:_}),t.model!==void 0&&a.jsx(as,{label:"Model",value:t.model.model_name,onClick:k}),t.width&&a.jsx(as,{label:"Width",value:t.width,onClick:j}),t.height&&a.jsx(as,{label:"Height",value:t.height,onClick:E}),t.scheduler&&a.jsx(as,{label:"Scheduler",value:t.scheduler,onClick:I}),t.steps&&a.jsx(as,{label:"Steps",value:t.steps,onClick:O}),t.cfg_scale!==void 0&&a.jsx(as,{label:"CFG scale",value:t.cfg_scale,onClick:M}),t.strength&&a.jsx(as,{label:"Image to image strength",value:t.strength,onClick:R})]})},kY=e=>{const{copyTooltip:t,jsonObject:n}=e,r=f.useMemo(()=>JSON.stringify(n,null,2),[n]);return a.jsxs(F,{sx:{borderRadius:"base",bg:"whiteAlpha.500",_dark:{bg:"blackAlpha.500"},flexGrow:1,w:"full",h:"full",position:"relative"},children:[a.jsx(ze,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"auto",p:4},children:a.jsx(C_,{defer:!0,style:{height:"100%",width:"100%"},options:{scrollbars:{visibility:"auto",autoHide:"move",autoHideDelay:1300,theme:"os-theme-dark"}},children:a.jsx("pre",{children:r})})}),a.jsx(F,{sx:{position:"absolute",top:0,insetInlineEnd:0,p:2},children:a.jsx(_n,{label:t,children:a.jsx(qa,{"aria-label":t,icon:a.jsx(nc,{}),variant:"ghost",onClick:()=>navigator.clipboard.writeText(r)})})})]})},PY=({image:e})=>{const[t,n]=zj(e.image_name,500),{currentData:r}=dv(n.isPending()?Go.skipToken:t??Go.skipToken),o=r==null?void 0:r.metadata,s=r==null?void 0:r.graph,i=f.useMemo(()=>{const u=[];return o&&u.push({label:"Core Metadata",data:o,copyTooltip:"Copy Core Metadata JSON"}),e&&u.push({label:"Image Details",data:e,copyTooltip:"Copy Image Details JSON"}),s&&u.push({label:"Graph",data:s,copyTooltip:"Copy Graph JSON"}),u},[o,s,e]);return a.jsxs(F,{sx:{padding:4,gap:1,flexDirection:"column",width:"full",height:"full",backdropFilter:"blur(20px)",bg:"baseAlpha.200",_dark:{bg:"blackAlpha.600"},borderRadius:"base",position:"absolute",overflow:"hidden"},children:[a.jsxs(F,{gap:2,children:[a.jsx(nt,{fontWeight:"semibold",children:"File:"}),a.jsxs(Ka,{href:e.image_url,isExternal:!0,maxW:"calc(100% - 3rem)",children:[e.image_name,a.jsx(K5,{mx:"2px"})]})]}),a.jsx(_Y,{metadata:o}),a.jsxs(lh,{variant:"line",sx:{display:"flex",flexDir:"column",w:"full",h:"full"},children:[a.jsx(ch,{children:i.map(u=>a.jsx(fh,{sx:{borderTopRadius:"base"},children:a.jsx(nt,{sx:{color:"base.700",_dark:{color:"base.300"}},children:u.label})},u.label))}),a.jsx(dh,{sx:{w:"full",h:"full"},children:i.map(u=>a.jsx(uh,{sx:{w:"full",h:"full",p:0,pt:4},children:a.jsx(kY,{jsonObject:u.data,copyTooltip:u.copyTooltip})},u.label))})]})]})},jY=f.memo(PY),zg={color:"base.100",pointerEvents:"auto"},IY=()=>{const{t:e}=le(),{handlePrevImage:t,handleNextImage:n,isOnFirstImage:r,isOnLastImage:o,handleLoadMoreImages:s,areMoreImagesAvailable:i,isFetching:u}=Lj();return a.jsxs(ze,{sx:{position:"relative",height:"100%",width:"100%"},children:[a.jsx(ze,{sx:{pos:"absolute",top:"50%",transform:"translate(0, -50%)",insetInlineStart:0},children:!r&&a.jsx(qa,{"aria-label":e("accessibility.previousImage"),icon:a.jsx(c$,{size:64}),variant:"unstyled",onClick:t,boxSize:16,sx:zg})}),a.jsxs(ze,{sx:{pos:"absolute",top:"50%",transform:"translate(0, -50%)",insetInlineEnd:0},children:[!o&&a.jsx(qa,{"aria-label":e("accessibility.nextImage"),icon:a.jsx(u$,{size:64}),variant:"unstyled",onClick:n,boxSize:16,sx:zg}),o&&i&&!u&&a.jsx(qa,{"aria-label":e("accessibility.loadMore"),icon:a.jsx(l$,{size:64}),variant:"unstyled",onClick:s,boxSize:16,sx:zg}),o&&i&&u&&a.jsx(F,{sx:{w:16,h:16,alignItems:"center",justifyContent:"center"},children:a.jsx(Xl,{opacity:.5,size:"xl"})})]})]})},EY=f.memo(IY),OY=ve([Rt,W8],({ui:e,system:t},n)=>{const{shouldShowImageDetails:r,shouldHidePreview:o,shouldShowProgressInViewer:s}=e,{progressImage:i,shouldAntialiasProgressImage:u}=t;return{shouldShowImageDetails:r,shouldHidePreview:o,imageName:n,progressImage:i,shouldShowProgressInViewer:s,shouldAntialiasProgressImage:u}},{memoizeOptions:{resultEqualityCheck:Yt}}),RY=()=>{const{shouldShowImageDetails:e,imageName:t,progressImage:n,shouldShowProgressInViewer:r,shouldAntialiasProgressImage:o}=$(OY),{handlePrevImage:s,handleNextImage:i,prevImageId:u,nextImageId:d,isOnLastImage:p,handleLoadMoreImages:h,areMoreImagesAvailable:g,isFetching:v}=Lj();qe("left",()=>{s()},[u]),qe("right",()=>{if(p&&g&&!v){h();return}p||i()},[d,p,g,h,v]);const{currentData:b,isLoading:S,isError:w,isSuccess:C}=gs(t??Go.skipToken),_=f.useMemo(()=>{if(b)return{id:"current-image",payloadType:"IMAGE_DTO",payload:{imageDTO:b}}},[b]),k=f.useMemo(()=>({id:"current-image",actionType:"SET_CURRENT_IMAGE"}),[]),[j,E]=f.useState(!1),I=f.useRef(0),O=f.useCallback(()=>{E(!0),window.clearTimeout(I.current)},[]),M=f.useCallback(()=>{I.current=window.setTimeout(()=>{E(!1)},500)},[]);return a.jsxs(F,{onMouseOver:O,onMouseOut:M,sx:{width:"full",height:"full",alignItems:"center",justifyContent:"center",position:"relative"},children:[n&&r?a.jsx(bu,{src:n.dataURL,width:n.width,height:n.height,draggable:!1,sx:{objectFit:"contain",maxWidth:"full",maxHeight:"full",height:"auto",position:"absolute",borderRadius:"base",imageRendering:o?"auto":"pixelated"}}):a.jsx(Za,{imageDTO:b,droppableData:k,draggableData:_,isUploadDisabled:!0,fitContainer:!0,dropLabel:"Set as Current Image"}),e&&b&&a.jsx(ze,{sx:{position:"absolute",top:"0",width:"full",height:"full",borderRadius:"base"},children:a.jsx(jY,{image:b})}),a.jsx(ws,{children:!e&&b&&j&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}},style:{position:"absolute",top:"0",width:"100%",height:"100%",pointerEvents:"none"},children:a.jsx(EY,{})},"nextPrevButtons")})]})},MY=f.memo(RY),DY=()=>a.jsxs(F,{sx:{position:"relative",flexDirection:"column",height:"100%",width:"100%",rowGap:4,alignItems:"center",justifyContent:"center"},children:[a.jsx(SY,{}),a.jsx(MY,{})]}),Bj=()=>a.jsx(ze,{layerStyle:"first",sx:{position:"relative",width:"100%",height:"100%",p:4,borderRadius:"base"},children:a.jsx(F,{sx:{width:"100%",height:"100%"},children:a.jsx(DY,{})})}),TY=e=>{const{label:t,activeLabel:n,children:r,defaultIsOpen:o=!1}=e,{isOpen:s,onToggle:i}=pa({defaultIsOpen:o}),{colorMode:u}=Do();return a.jsxs(ze,{children:[a.jsxs(F,{onClick:i,sx:{alignItems:"center",p:2,px:4,gap:2,borderTopRadius:"base",borderBottomRadius:s?0:"base",bg:s?ke("base.200","base.750")(u):ke("base.150","base.800")(u),color:ke("base.900","base.100")(u),_hover:{bg:s?ke("base.250","base.700")(u):ke("base.200","base.750")(u)},fontSize:"sm",fontWeight:600,cursor:"pointer",transitionProperty:"common",transitionDuration:"normal",userSelect:"none"},children:[t,a.jsx(ws,{children:n&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}},children:a.jsx(nt,{sx:{color:"accent.500",_dark:{color:"accent.300"}},children:n})},"statusText")}),a.jsx(Li,{}),a.jsx(Zv,{sx:{w:"1rem",h:"1rem",transform:s?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal"}})]}),a.jsx(Jp,{in:s,animateOpacity:!0,style:{overflow:"unset"},children:a.jsx(ze,{sx:{p:4,borderBottomRadius:"base",bg:ke("base.100","base.800")(u)},children:r})})]})},So=f.memo(TY),AY=ve(Rt,e=>{const{combinatorial:t,isEnabled:n}=e.dynamicPrompts;return{combinatorial:t,isDisabled:!n}},at),NY=()=>{const{combinatorial:e,isDisabled:t}=$(AY),n=te(),r=f.useCallback(()=>{n(V8())},[n]);return a.jsx(Pn,{isDisabled:t,label:"Combinatorial Generation",isChecked:e,onChange:r})},$Y=ve(Rt,e=>{const{isEnabled:t}=e.dynamicPrompts;return{isEnabled:t}},at),zY=()=>{const e=te(),{isEnabled:t}=$($Y),n=f.useCallback(()=>{e(U8())},[e]);return a.jsx(Pn,{label:"Enable Dynamic Prompts",isChecked:t,onChange:n})},LY=ve(Rt,e=>{const{maxPrompts:t,combinatorial:n,isEnabled:r}=e.dynamicPrompts,{min:o,sliderMax:s,inputMax:i}=e.config.sd.dynamicPrompts.maxPrompts;return{maxPrompts:t,min:o,sliderMax:s,inputMax:i,isDisabled:!r||!n}},at),BY=()=>{const{maxPrompts:e,min:t,sliderMax:n,inputMax:r,isDisabled:o}=$(LY),s=te(),i=f.useCallback(d=>{s(G8(d))},[s]),u=f.useCallback(()=>{s(q8())},[s]);return a.jsx(ht,{label:"Max Prompts",isDisabled:o,min:t,max:n,value:e,onChange:i,sliderNumberInputProps:{max:r},withSliderMarks:!0,withInput:!0,withReset:!0,handleReset:u})},FY=ve(Rt,e=>{const{isEnabled:t}=e.dynamicPrompts;return{activeLabel:t?"Enabled":void 0}},at),V1=()=>{const{activeLabel:e}=$(FY);return sr("dynamicPrompting").isFeatureEnabled?a.jsx(So,{label:"Dynamic Prompts",activeLabel:e,children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(zY,{}),a.jsx(NY,{}),a.jsx(BY,{})]})}):null},HY=e=>{const t=te(),{lora:n}=e,r=f.useCallback(i=>{t(K8({id:n.id,weight:i}))},[t,n.id]),o=f.useCallback(()=>{t(Y8(n.id))},[t,n.id]),s=f.useCallback(()=>{t(Q8(n.id))},[t,n.id]);return a.jsxs(F,{sx:{gap:2.5,alignItems:"flex-end"},children:[a.jsx(ht,{label:n.model_name,value:n.weight,onChange:r,min:-1,max:2,step:.01,withInput:!0,withReset:!0,handleReset:o,withSliderMarks:!0,sliderMarks:[-1,0,1,2]}),a.jsx(je,{size:"sm",onClick:s,tooltip:"Remove LoRA","aria-label":"Remove LoRA",icon:a.jsx(yo,{}),colorScheme:"error"})]})},WY=f.memo(HY),VY=ve(Rt,({lora:e})=>{const{loras:t}=e;return{loras:t}},at),UY=()=>{const{loras:e}=$(VY);return Cs(e,t=>a.jsx(WY,{lora:t},t.model_name))},Fj=f.forwardRef(({label:e,tooltip:t,description:n,disabled:r,...o},s)=>a.jsx(_n,{label:t,placement:"top",hasArrow:!0,children:a.jsx(ze,{ref:s,...o,children:a.jsxs(ze,{children:[a.jsx(Al,{children:e}),n&&a.jsx(Al,{size:"xs",color:"base.600",children:n})]})})}));Fj.displayName="IAIMantineSelectItemWithTooltip";const ic=f.memo(Fj),Rr={"sd-1":"Stable Diffusion 1.x","sd-2":"Stable Diffusion 2.x",sdxl:"Stable Diffusion XL","sdxl-refiner":"Stable Diffusion XL Refiner"},GY=ve(Rt,({lora:e})=>({loras:e.loras}),at),qY=()=>{const e=te(),{loras:t}=$(GY),{data:n}=W4(),r=$(i=>i.generation.model),o=f.useMemo(()=>{if(!n)return[];const i=[];return Yo(n.entities,(u,d)=>{if(!u||d in t)return;const p=(r==null?void 0:r.base_model)!==u.base_model;i.push({value:d,label:u.model_name,disabled:p,group:Rr[u.base_model],tooltip:p?`Incompatible base model: ${u.base_model}`:void 0})}),i.sort((u,d)=>u.disabled&&!d.disabled?1:-1)},[t,n,r==null?void 0:r.base_model]),s=f.useCallback(i=>{if(!i)return;const u=n==null?void 0:n.entities[i];u&&e(X8(u))},[e,n==null?void 0:n.entities]);return(n==null?void 0:n.ids.length)===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No LoRAs Loaded"})}):a.jsx(gr,{placeholder:o.length===0?"All LoRAs added":"Add LoRA",value:null,data:o,nothingFound:"No matching LoRAs",itemComponent:ic,disabled:o.length===0,filter:(i,u)=>{var d;return((d=u.label)==null?void 0:d.toLowerCase().includes(i.toLowerCase().trim()))||u.value.toLowerCase().includes(i.toLowerCase().trim())},onChange:s})},KY=ve(Rt,e=>{const t=J8(e.lora.loras);return{activeLabel:t>0?`${t} Active`:void 0}},at),YY=()=>{const{activeLabel:e}=$(KY);return sr("lora").isFeatureEnabled?a.jsx(So,{label:"LoRA",activeLabel:e,children:a.jsxs(F,{sx:{flexDir:"column",gap:2},children:[a.jsx(qY,{}),a.jsx(UY,{})]})}):null},U1=f.memo(YY),QY=ve(Rt,e=>({activeLabel:e.generation.clipSkip>0?"Clip Skip":void 0}),at);function G1(){const{activeLabel:e}=$(QY);return $(n=>n.ui.shouldShowAdvancedOptions)&&a.jsx(So,{label:"Advanced",activeLabel:e,children:a.jsx(F,{sx:{flexDir:"column",gap:2},children:a.jsx(Z8,{})})})}const XY=Yp.child({module:"models"}),Hj=e=>{const[t,n,r]=e.split("/"),o=e7.safeParse({base_model:t,model_name:r});if(!o.success){XY.error({controlNetModelId:e,errors:o.error.format()},"Failed to parse ControlNet model id");return}return o.data},JY=e=>{const{controlNetId:t}=e,n=te(),r=$(Vr),o=f.useMemo(()=>ve(Rt,({generation:v,controlNet:b})=>{var _,k;const{model:S}=v,w=(_=b.controlNets[t])==null?void 0:_.model,C=(k=b.controlNets[t])==null?void 0:k.isEnabled;return{mainModel:S,controlNetModel:w,isEnabled:C}},at),[t]),{mainModel:s,controlNetModel:i,isEnabled:u}=$(o),{data:d}=hv(),p=f.useMemo(()=>{if(!d)return[];const v=[];return Yo(d.entities,(b,S)=>{if(!b)return;const w=(b==null?void 0:b.base_model)!==(s==null?void 0:s.base_model);v.push({value:S,label:b.model_name,group:Rr[b.base_model],disabled:w,tooltip:w?`Incompatible base model: ${b.base_model}`:void 0})}),v},[d,s==null?void 0:s.base_model]),h=f.useMemo(()=>(d==null?void 0:d.entities[`${i==null?void 0:i.base_model}/controlnet/${i==null?void 0:i.model_name}`])??null,[i==null?void 0:i.base_model,i==null?void 0:i.model_name,d==null?void 0:d.entities]),g=f.useCallback(v=>{if(!v)return;const b=Hj(v);b&&n(V4({controlNetId:t,model:b}))},[t,n]);return a.jsx(gr,{itemComponent:ic,data:p,error:!h||(s==null?void 0:s.base_model)!==h.base_model,placeholder:"Select a model",value:(h==null?void 0:h.id)??null,onChange:g,disabled:r||!u,tooltip:h==null?void 0:h.description})},ZY=f.memo(JY),eQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:u})=>{const{weight:d,isEnabled:p}=u.controlNets[t];return{weight:d,isEnabled:p}},at),[t]),{weight:o,isEnabled:s}=$(r),i=f.useCallback(u=>{n(t7({controlNetId:t,weight:u}))},[t,n]);return a.jsx(ht,{isDisabled:!s,label:"Weight",value:o,onChange:i,min:0,max:2,step:.01,withSliderMarks:!0,sliderMarks:[0,1,2]})},tQ=f.memo(eQ),nQ=e=>{const{height:t,controlNetId:n}=e,r=te(),o=f.useMemo(()=>ve(Rt,({controlNet:N})=>{const{pendingControlImages:Z}=N,{controlImage:B,processedControlImage:H,processorType:G,isEnabled:q}=N.controlNets[n];return{controlImageName:B,processedControlImageName:H,processorType:G,isEnabled:q,pendingControlImages:Z}},at),[n]),{controlImageName:s,processedControlImageName:i,processorType:u,pendingControlImages:d,isEnabled:p}=$(o),[h,g]=f.useState(!1),{currentData:v,isLoading:b,isError:S,isSuccess:w}=gs(s??Go.skipToken),{currentData:C,isLoading:_,isError:k,isSuccess:j}=gs(i??Go.skipToken),E=f.useCallback(()=>{r(n7({controlNetId:n,controlImage:null}))},[n,r]),I=f.useCallback(()=>{g(!0)},[]),O=f.useCallback(()=>{g(!1)},[]),M=f.useMemo(()=>{if(v)return{id:n,payloadType:"IMAGE_DTO",payload:{imageDTO:v}}},[v,n]),R=f.useMemo(()=>({id:n,actionType:"SET_CONTROLNET_IMAGE",context:{controlNetId:n}}),[n]),A=f.useMemo(()=>({type:"SET_CONTROLNET_IMAGE",controlNetId:n}),[n]),L=v&&C&&!h&&!d.includes(n)&&u!=="none";return a.jsxs(F,{onMouseEnter:I,onMouseLeave:O,sx:{position:"relative",w:"full",h:t,alignItems:"center",justifyContent:"center",pointerEvents:p?"auto":"none",opacity:p?1:.5},children:[a.jsx(Za,{draggableData:M,droppableData:R,imageDTO:v,isDropDisabled:L||!p,onClickReset:E,postUploadAction:A,resetTooltip:"Reset Control Image",withResetIcon:!!v}),a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",opacity:L?1:0,transitionProperty:"common",transitionDuration:"normal",pointerEvents:"none"},children:a.jsx(Za,{draggableData:M,droppableData:R,imageDTO:C,isUploadDisabled:!0,isDropDisabled:!p,onClickReset:E,resetTooltip:"Reset Control Image",withResetIcon:!!v})}),d.includes(n)&&a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",alignItems:"center",justifyContent:"center",opacity:.8,borderRadius:"base",bg:"base.400",_dark:{bg:"base.900"}},children:a.jsx(Xl,{size:"xl",sx:{color:"base.100",_dark:{color:"base.400"}}})})]})},vC=f.memo(nQ),_s=()=>{const e=te();return f.useCallback((n,r)=>{e(r7({controlNetId:n,changes:r}))},[e])};function ks(e){return a.jsx(F,{sx:{flexDirection:"column",gap:2},children:e.children})}const yC=Qo.canny_image_processor.default,rQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{low_threshold:o,high_threshold:s}=n,i=$(Vr),u=_s(),d=f.useCallback(v=>{u(t,{low_threshold:v})},[t,u]),p=f.useCallback(()=>{u(t,{low_threshold:yC.low_threshold})},[t,u]),h=f.useCallback(v=>{u(t,{high_threshold:v})},[t,u]),g=f.useCallback(()=>{u(t,{high_threshold:yC.high_threshold})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{isDisabled:i||!r,label:"Low Threshold",value:o,onChange:d,handleReset:p,withReset:!0,min:0,max:255,withInput:!0,withSliderMarks:!0}),a.jsx(ht,{isDisabled:i||!r,label:"High Threshold",value:s,onChange:h,handleReset:g,withReset:!0,min:0,max:255,withInput:!0,withSliderMarks:!0})]})},oQ=f.memo(rQ),Dc=Qo.content_shuffle_image_processor.default,sQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,w:i,h:u,f:d}=n,p=_s(),h=$(Vr),g=f.useCallback(I=>{p(t,{detect_resolution:I})},[t,p]),v=f.useCallback(()=>{p(t,{detect_resolution:Dc.detect_resolution})},[t,p]),b=f.useCallback(I=>{p(t,{image_resolution:I})},[t,p]),S=f.useCallback(()=>{p(t,{image_resolution:Dc.image_resolution})},[t,p]),w=f.useCallback(I=>{p(t,{w:I})},[t,p]),C=f.useCallback(()=>{p(t,{w:Dc.w})},[t,p]),_=f.useCallback(I=>{p(t,{h:I})},[t,p]),k=f.useCallback(()=>{p(t,{h:Dc.h})},[t,p]),j=f.useCallback(I=>{p(t,{f:I})},[t,p]),E=f.useCallback(()=>{p(t,{f:Dc.f})},[t,p]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:g,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:b,handleReset:S,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"W",value:i,onChange:w,handleReset:C,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"H",value:u,onChange:_,handleReset:k,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"F",value:d,onChange:j,handleReset:E,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r})]})},aQ=f.memo(sQ),bC=Qo.hed_image_processor.default,iQ=e=>{const{controlNetId:t,processorNode:{detect_resolution:n,image_resolution:r,scribble:o},isEnabled:s}=e,i=$(Vr),u=_s(),d=f.useCallback(b=>{u(t,{detect_resolution:b})},[t,u]),p=f.useCallback(b=>{u(t,{image_resolution:b})},[t,u]),h=f.useCallback(b=>{u(t,{scribble:b.target.checked})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:bC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:bC.image_resolution})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:n,onChange:d,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:i||!s}),a.jsx(ht,{label:"Image Resolution",value:r,onChange:p,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:i||!s}),a.jsx(Pn,{label:"Scribble",isChecked:o,onChange:h,isDisabled:i||!s})]})},lQ=f.memo(iQ),xC=Qo.lineart_anime_image_processor.default,cQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{detect_resolution:v})},[t,i]),p=f.useCallback(v=>{i(t,{image_resolution:v})},[t,i]),h=f.useCallback(()=>{i(t,{detect_resolution:xC.detect_resolution})},[t,i]),g=f.useCallback(()=>{i(t,{image_resolution:xC.image_resolution})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:d,handleReset:h,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},uQ=f.memo(cQ),wC=Qo.lineart_image_processor.default,dQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,coarse:i}=n,u=_s(),d=$(Vr),p=f.useCallback(S=>{u(t,{detect_resolution:S})},[t,u]),h=f.useCallback(S=>{u(t,{image_resolution:S})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:wC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:wC.image_resolution})},[t,u]),b=f.useCallback(S=>{u(t,{coarse:S.target.checked})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(Pn,{label:"Coarse",isChecked:i,onChange:b,isDisabled:d||!r})]})},fQ=f.memo(dQ),SC=Qo.mediapipe_face_processor.default,pQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{max_faces:o,min_confidence:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{max_faces:v})},[t,i]),p=f.useCallback(v=>{i(t,{min_confidence:v})},[t,i]),h=f.useCallback(()=>{i(t,{max_faces:SC.max_faces})},[t,i]),g=f.useCallback(()=>{i(t,{min_confidence:SC.min_confidence})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Max Faces",value:o,onChange:d,handleReset:h,withReset:!0,min:1,max:20,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Min Confidence",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},hQ=f.memo(pQ),CC=Qo.midas_depth_image_processor.default,mQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{a_mult:o,bg_th:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{a_mult:v})},[t,i]),p=f.useCallback(v=>{i(t,{bg_th:v})},[t,i]),h=f.useCallback(()=>{i(t,{a_mult:CC.a_mult})},[t,i]),g=f.useCallback(()=>{i(t,{bg_th:CC.bg_th})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"a_mult",value:o,onChange:d,handleReset:h,withReset:!0,min:0,max:20,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"bg_th",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:20,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},gQ=f.memo(mQ),uf=Qo.mlsd_image_processor.default,vQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,thr_d:i,thr_v:u}=n,d=_s(),p=$(Vr),h=f.useCallback(k=>{d(t,{detect_resolution:k})},[t,d]),g=f.useCallback(k=>{d(t,{image_resolution:k})},[t,d]),v=f.useCallback(k=>{d(t,{thr_d:k})},[t,d]),b=f.useCallback(k=>{d(t,{thr_v:k})},[t,d]),S=f.useCallback(()=>{d(t,{detect_resolution:uf.detect_resolution})},[t,d]),w=f.useCallback(()=>{d(t,{image_resolution:uf.image_resolution})},[t,d]),C=f.useCallback(()=>{d(t,{thr_d:uf.thr_d})},[t,d]),_=f.useCallback(()=>{d(t,{thr_v:uf.thr_v})},[t,d]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:h,handleReset:S,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:g,handleReset:w,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"W",value:i,onChange:v,handleReset:C,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"H",value:u,onChange:b,handleReset:_,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:p||!r})]})},yQ=f.memo(vQ),_C=Qo.normalbae_image_processor.default,bQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{detect_resolution:v})},[t,i]),p=f.useCallback(v=>{i(t,{image_resolution:v})},[t,i]),h=f.useCallback(()=>{i(t,{detect_resolution:_C.detect_resolution})},[t,i]),g=f.useCallback(()=>{i(t,{image_resolution:_C.image_resolution})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:d,handleReset:h,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},xQ=f.memo(bQ),kC=Qo.openpose_image_processor.default,wQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,hand_and_face:i}=n,u=_s(),d=$(Vr),p=f.useCallback(S=>{u(t,{detect_resolution:S})},[t,u]),h=f.useCallback(S=>{u(t,{image_resolution:S})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:kC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:kC.image_resolution})},[t,u]),b=f.useCallback(S=>{u(t,{hand_and_face:S.target.checked})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(Pn,{label:"Hand and Face",isChecked:i,onChange:b,isDisabled:d||!r})]})},SQ=f.memo(wQ),PC=Qo.pidi_image_processor.default,CQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,scribble:i,safe:u}=n,d=_s(),p=$(Vr),h=f.useCallback(C=>{d(t,{detect_resolution:C})},[t,d]),g=f.useCallback(C=>{d(t,{image_resolution:C})},[t,d]),v=f.useCallback(()=>{d(t,{detect_resolution:PC.detect_resolution})},[t,d]),b=f.useCallback(()=>{d(t,{image_resolution:PC.image_resolution})},[t,d]),S=f.useCallback(C=>{d(t,{scribble:C.target.checked})},[t,d]),w=f.useCallback(C=>{d(t,{safe:C.target.checked})},[t,d]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:g,handleReset:b,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(Pn,{label:"Scribble",isChecked:i,onChange:S}),a.jsx(Pn,{label:"Safe",isChecked:u,onChange:w,isDisabled:p||!r})]})},_Q=f.memo(CQ),kQ=e=>null,PQ=f.memo(kQ),jQ=e=>{const{controlNetId:t}=e,n=f.useMemo(()=>ve(Rt,({controlNet:s})=>{const{isEnabled:i,processorNode:u}=s.controlNets[t];return{isEnabled:i,processorNode:u}},at),[t]),{isEnabled:r,processorNode:o}=$(n);return o.type==="canny_image_processor"?a.jsx(oQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="hed_image_processor"?a.jsx(lQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="lineart_image_processor"?a.jsx(fQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="content_shuffle_image_processor"?a.jsx(aQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="lineart_anime_image_processor"?a.jsx(uQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="mediapipe_face_processor"?a.jsx(hQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="midas_depth_image_processor"?a.jsx(gQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="mlsd_image_processor"?a.jsx(yQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="normalbae_image_processor"?a.jsx(xQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="openpose_image_processor"?a.jsx(SQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="pidi_image_processor"?a.jsx(_Q,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="zoe_depth_image_processor"?a.jsx(PQ,{controlNetId:t,processorNode:o,isEnabled:r}):null},IQ=f.memo(jQ),EQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:d})=>{const{isEnabled:p,shouldAutoConfig:h}=d.controlNets[t];return{isEnabled:p,shouldAutoConfig:h}},at),[t]),{isEnabled:o,shouldAutoConfig:s}=$(r),i=$(Vr),u=f.useCallback(()=>{n(o7({controlNetId:t}))},[t,n]);return a.jsx(Pn,{label:"Auto configure processor","aria-label":"Auto configure processor",isChecked:s,onChange:u,isDisabled:i||!o})},OQ=f.memo(EQ),jC=e=>`${Math.round(e*100)}%`,RQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:d})=>{const{beginStepPct:p,endStepPct:h,isEnabled:g}=d.controlNets[t];return{beginStepPct:p,endStepPct:h,isEnabled:g}},at),[t]),{beginStepPct:o,endStepPct:s,isEnabled:i}=$(r),u=f.useCallback(d=>{n(cx({controlNetId:t,beginStepPct:d[0]})),n(ux({controlNetId:t,endStepPct:d[1]}))},[t,n]);return f.useCallback(()=>{n(cx({controlNetId:t,beginStepPct:0})),n(ux({controlNetId:t,endStepPct:1}))},[t,n]),a.jsxs(Ss,{isDisabled:!i,children:[a.jsx(vs,{children:"Begin / End Step Percentage"}),a.jsx(Sl,{w:"100%",gap:2,alignItems:"center",children:a.jsxs(l5,{"aria-label":["Begin Step %","End Step %"],value:[o,s],onChange:u,min:0,max:1,step:.01,minStepsBetweenThumbs:5,isDisabled:!i,children:[a.jsx(c5,{children:a.jsx(u5,{})}),a.jsx(_n,{label:jC(o),placement:"top",hasArrow:!0,children:a.jsx(p0,{index:0})}),a.jsx(_n,{label:jC(s),placement:"top",hasArrow:!0,children:a.jsx(p0,{index:1})}),a.jsx(vf,{value:0,sx:{insetInlineStart:"0 !important",insetInlineEnd:"unset !important"},children:"0%"}),a.jsx(vf,{value:.5,sx:{insetInlineStart:"50% !important",transform:"translateX(-50%)"},children:"50%"}),a.jsx(vf,{value:1,sx:{insetInlineStart:"unset !important",insetInlineEnd:"0 !important"},children:"100%"})]})})]})},MQ=f.memo(RQ),DQ=[{label:"Balanced",value:"balanced"},{label:"Prompt",value:"more_prompt"},{label:"Control",value:"more_control"},{label:"Mega Control",value:"unbalanced"}];function TQ(e){const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:u})=>{const{controlMode:d,isEnabled:p}=u.controlNets[t];return{controlMode:d,isEnabled:p}},at),[t]),{controlMode:o,isEnabled:s}=$(r);le();const i=f.useCallback(u=>{n(s7({controlNetId:t,controlMode:u}))},[t,n]);return a.jsx(Zo,{disabled:!s,label:"Control Mode",data:DQ,value:String(o),onChange:i})}const AQ=ve(Vi,e=>Cs(Qo,n=>({value:n.type,label:n.label})).sort((n,r)=>n.value==="none"?-1:r.value==="none"?1:n.label.localeCompare(r.label)).filter(n=>!e.sd.disabledControlNetProcessors.includes(n.value)),at),NQ=e=>{const t=te(),{controlNetId:n}=e,r=f.useMemo(()=>ve(Rt,({controlNet:p})=>{const{isEnabled:h,processorNode:g}=p.controlNets[n];return{isEnabled:h,processorNode:g}},at),[n]),o=$(Vr),s=$(AQ),{isEnabled:i,processorNode:u}=$(r),d=f.useCallback(p=>{t(a7({controlNetId:n,processorType:p}))},[n,t]);return a.jsx(gr,{label:"Processor",value:u.type??"canny_image_processor",data:s,onChange:d,disabled:o||!i})},$Q=f.memo(NQ),zQ=e=>{const{controlNetId:t}=e,n=te(),r=ve(Rt,({controlNet:g})=>{const{isEnabled:v,shouldAutoConfig:b}=g.controlNets[t];return{isEnabled:v,shouldAutoConfig:b}},at),{isEnabled:o,shouldAutoConfig:s}=$(r),[i,u]=JB(!1),d=f.useCallback(()=>{n(i7({controlNetId:t}))},[t,n]),p=f.useCallback(()=>{n(l7({sourceControlNetId:t,newControlNetId:Ga()}))},[t,n]),h=f.useCallback(()=>{n(c7({controlNetId:t}))},[t,n]);return a.jsxs(F,{sx:{flexDir:"column",gap:2,p:3,borderRadius:"base",position:"relative",bg:"base.200",_dark:{bg:"base.850"}},children:[a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsx(Pn,{tooltip:"Toggle this ControlNet","aria-label":"Toggle this ControlNet",isChecked:o,onChange:h}),a.jsx(ze,{sx:{w:"full",minW:0,opacity:o?1:.5,pointerEvents:o?"auto":"none",transitionProperty:"common",transitionDuration:"0.1s"},children:a.jsx(ZY,{controlNetId:t})}),a.jsx(je,{size:"sm",tooltip:"Duplicate","aria-label":"Duplicate",onClick:p,icon:a.jsx(nc,{})}),a.jsx(je,{size:"sm",tooltip:"Delete","aria-label":"Delete",colorScheme:"error",onClick:d,icon:a.jsx(yo,{})}),a.jsx(je,{size:"sm",tooltip:i?"Hide Advanced":"Show Advanced","aria-label":i?"Hide Advanced":"Show Advanced",onClick:u,variant:"link",icon:a.jsx(Zv,{sx:{boxSize:4,color:"base.700",transform:i?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal",_dark:{color:"base.300"}}})}),!s&&a.jsx(ze,{sx:{position:"absolute",w:1.5,h:1.5,borderRadius:"full",top:4,insetInlineEnd:4,bg:"accent.700",_dark:{bg:"accent.400"}}})]}),a.jsxs(F,{sx:{w:"full",flexDirection:"column"},children:[a.jsxs(F,{sx:{gap:4,w:"full",alignItems:"center"},children:[a.jsxs(F,{sx:{flexDir:"column",gap:3,h:28,w:"full",paddingInlineStart:1,paddingInlineEnd:i?1:0,pb:2,justifyContent:"space-between"},children:[a.jsx(tQ,{controlNetId:t}),a.jsx(MQ,{controlNetId:t})]}),!i&&a.jsx(F,{sx:{alignItems:"center",justifyContent:"center",h:28,w:28,aspectRatio:"1/1",mt:3},children:a.jsx(vC,{controlNetId:t,height:28})})]}),a.jsx(ze,{mt:2,children:a.jsx(TQ,{controlNetId:t})}),a.jsx($Q,{controlNetId:t})]}),i&&a.jsxs(a.Fragment,{children:[a.jsx(vC,{controlNetId:t,height:"392px"}),a.jsx(OQ,{controlNetId:t}),a.jsx(IQ,{controlNetId:t})]})]})},LQ=f.memo(zQ),BQ=ve(Rt,e=>{const{isEnabled:t}=e.controlNet;return{isEnabled:t}},at),FQ=()=>{const{isEnabled:e}=$(BQ),t=te(),n=f.useCallback(()=>{t(u7())},[t]);return a.jsx(Pn,{label:"Enable ControlNet",isChecked:e,onChange:n,formControlProps:{width:"100%"}})},HQ=ve(d7,e=>{const{controlNets:t,isEnabled:n}=e,r=f7(t),o=n&&r.length>0?`${r.length} Active`:void 0;return{controlNetsArray:Cs(t),activeLabel:o}},at),WQ=()=>{le();const{controlNetsArray:e,activeLabel:t}=$(HQ),n=sr("controlNet").isFeatureDisabled,r=te(),{firstModel:o}=hv(void 0,{selectFromResult:i=>{var d,p;return{firstModel:(p=i.data)==null?void 0:p.entities[(d=i.data)==null?void 0:d.ids[0]]}}}),s=f.useCallback(()=>{if(!o)return;const i=Ga();r(p7({controlNetId:i})),r(V4({controlNetId:i,model:o}))},[r,o]);return n?null:a.jsx(So,{label:"ControlNet",activeLabel:t,children:a.jsxs(F,{sx:{flexDir:"column",gap:3},children:[a.jsxs(F,{gap:2,alignItems:"center",children:[a.jsx(F,{sx:{flexDirection:"column",w:"100%",gap:2,px:4,py:2,borderRadius:4,bg:"base.200",_dark:{bg:"base.850"}},children:a.jsx(FQ,{})}),a.jsx(je,{tooltip:"Add ControlNet","aria-label":"Add ControlNet",icon:a.jsx(Tu,{}),isDisabled:!o,flexGrow:1,size:"md",onClick:s})]}),e.map((i,u)=>a.jsxs(f.Fragment,{children:[u>0&&a.jsx(ri,{}),a.jsx(LQ,{controlNetId:i.controlNetId})]},i.controlNetId))]})})},q1=f.memo(WQ),K1=e=>{e.stopPropagation()},VQ=tt((e,t)=>{const n=te(),r=f.useCallback(s=>{s.shiftKey&&n(qo(!0))},[n]),o=f.useCallback(s=>{s.shiftKey||n(qo(!1))},[n]);return a.jsx(p5,{ref:t,onPaste:K1,onKeyDown:r,onKeyUp:o,...e})}),Wj=f.memo(VQ),UQ=e=>{const{onClick:t}=e;return a.jsx(je,{size:"sm","aria-label":"Add Embedding",tooltip:"Add Embedding",icon:a.jsx(qv,{}),sx:{p:2,color:"base.500",_hover:{color:"base.600"},_active:{color:"base.700"},_dark:{color:"base.500",_hover:{color:"base.400"},_active:{color:"base.300"}}},variant:"link",onClick:t})},Vj=f.memo(UQ),Uj=e=>{const{onSelect:t,isOpen:n,onClose:r,children:o}=e,{data:s}=h7(),i=f.useRef(null),u=$(h=>h.generation.model),d=f.useMemo(()=>{if(!s)return[];const h=[];return Yo(s.entities,(g,v)=>{if(!g)return;const b=(u==null?void 0:u.base_model)!==g.base_model;h.push({value:g.model_name,label:g.model_name,group:Rr[g.base_model],disabled:b,tooltip:b?`Incompatible base model: ${g.base_model}`:void 0})}),h.sort((g,v)=>g.disabled&&!v.disabled?1:-1)},[s,u==null?void 0:u.base_model]),p=f.useCallback(h=>{h&&t(h)},[t]);return a.jsxs(Hv,{initialFocusRef:i,isOpen:n,onClose:r,placement:"bottom",openDelay:0,closeDelay:0,closeOnBlur:!0,returnFocusOnClose:!0,children:[a.jsx(Fv,{children:o}),a.jsx(Wv,{sx:{p:0,top:-1,shadow:"dark-lg",borderColor:"accent.300",borderWidth:"2px",borderStyle:"solid",_dark:{borderColor:"accent.400"}},children:a.jsx(e5,{sx:{p:0,w:`calc(${H1} - 2rem )`},children:d.length===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No Embeddings Loaded"})}):a.jsx(gr,{inputRef:i,autoFocus:!0,placeholder:"Add Embedding",value:null,data:d,nothingFound:"No matching Embeddings",itemComponent:ic,disabled:d.length===0,onDropdownClose:r,filter:(h,g)=>{var v;return((v=g.label)==null?void 0:v.toLowerCase().includes(h.toLowerCase().trim()))||g.value.toLowerCase().includes(h.toLowerCase().trim())},onChange:p})})})]})},Y1=()=>{const e=$(g=>g.generation.negativePrompt),t=f.useRef(null),{isOpen:n,onClose:r,onOpen:o}=pa(),s=te(),{t:i}=le(),u=f.useCallback(g=>{s(Uc(g.target.value))},[s]),d=f.useCallback(g=>{g.key==="<"&&o()},[o]),p=f.useCallback(g=>{if(!t.current)return;const v=t.current.selectionStart;if(v===void 0)return;let b=e.slice(0,v);b[b.length-1]!=="<"&&(b+="<"),b+=`${g}>`;const S=b.length;b+=e.slice(v),Ql.flushSync(()=>{s(Uc(b))}),t.current.selectionEnd=S,r()},[s,r,e]),h=sr("embedding").isFeatureEnabled;return a.jsxs(Ss,{children:[a.jsx(Uj,{isOpen:n,onClose:r,onSelect:p,children:a.jsx(Wj,{id:"negativePrompt",name:"negativePrompt",ref:t,value:e,placeholder:i("parameters.negativePromptPlaceholder"),onChange:u,resize:"vertical",fontSize:"sm",minH:16,...h&&{onKeyDown:d}})}),!n&&h&&a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineEnd:0},children:a.jsx(Vj,{onClick:o})})]})},GQ=e=>{const r=e.split(",").map(o=>o.split(":")).map(o=>({seed:Number(o[0]),weight:Number(o[1])}));return Q1(r)?r:!1},Q1=e=>typeof e=="string"?!!GQ(e):!!(e.length&&!e.some(t=>{const{seed:n,weight:r}=t,o=!isNaN(parseInt(n.toString(),10)),s=!isNaN(parseInt(r.toString(),10))&&r>=0&&r<=1;return!(o&&s)})),qQ=ve([Rt,dr],(e,t)=>{const{generation:n,system:r}=e,{shouldGenerateVariations:o,seedWeights:s,initialImage:i,seed:u}=n,{isProcessing:d,isConnected:p}=r;let h=!0;const g=[];t==="img2img"&&!i&&(h=!1,g.push("No initial image selected"));const{isSuccess:v}=m7.endpoints.getMainModels.select()(e);return v||(h=!1,g.push("Models are not loaded")),d&&(h=!1,g.push("System Busy")),p||(h=!1,g.push("System Disconnected")),o&&(!(Q1(s)||s==="")||u===-1)&&(h=!1,g.push("Seed-Weights badly formatted.")),Yo(e.controlNet.controlNets,(b,S)=>{b.model||(h=!1,g.push("ControlNet ${id} has no model selected."))}),{isReady:h,reasonsWhyNotReady:g}},at),X1=()=>{const{isReady:e}=$(qQ);return e},KQ=ve([Rt,dr],({generation:e,ui:t},n)=>({shouldPinParametersPanel:t.shouldPinParametersPanel,prompt:e.positivePrompt,activeTabName:n}),{memoizeOptions:{resultEqualityCheck:Yt}}),J1=()=>{const e=te(),{prompt:t,shouldPinParametersPanel:n,activeTabName:r}=$(KQ),o=X1(),s=f.useRef(null),{isOpen:i,onClose:u,onOpen:d}=pa(),{t:p}=le(),h=f.useCallback(S=>{e(Vc(S.target.value))},[e]);qe("alt+a",()=>{var S;(S=s.current)==null||S.focus()},[]);const g=f.useCallback(S=>{if(!s.current)return;const w=s.current.selectionStart;if(w===void 0)return;let C=t.slice(0,w);C[C.length-1]!=="<"&&(C+="<"),C+=`${S}>`;const _=C.length;C+=t.slice(w),Ql.flushSync(()=>{e(Vc(C))}),s.current.selectionStart=_,s.current.selectionEnd=_,u()},[e,u,t]),v=sr("embedding").isFeatureEnabled,b=f.useCallback(S=>{S.key==="Enter"&&S.shiftKey===!1&&o&&(S.preventDefault(),e(mv()),e(gv(r))),v&&S.key==="<"&&d()},[o,e,r,d,v]);return a.jsxs(ze,{position:"relative",children:[a.jsx(Ss,{children:a.jsx(Uj,{isOpen:i,onClose:u,onSelect:g,children:a.jsx(Wj,{id:"prompt",name:"prompt",ref:s,value:t,placeholder:p("parameters.positivePromptPlaceholder"),onChange:h,onKeyDown:b,resize:"vertical",minH:32})})}),!i&&v&&a.jsx(ze,{sx:{position:"absolute",top:n?6:0,insetInlineEnd:0},children:a.jsx(Vj,{onClick:d})})]})},YQ=ve(Rt,e=>{const{shouldUseNoiseSettings:t,shouldUseCpuNoise:n}=e.generation;return{isDisabled:!t,shouldUseCpuNoise:n}},at),QQ=()=>{const e=te(),{isDisabled:t,shouldUseCpuNoise:n}=$(YQ);le();const r=o=>e(g7(o.target.checked));return a.jsx(Pn,{isDisabled:t,label:"Use CPU Noise",isChecked:n,onChange:r})},XQ=ve(Rt,e=>{const{shouldUseNoiseSettings:t,threshold:n}=e.generation;return{isDisabled:!t,threshold:n}},at);function JQ(){const e=te(),{threshold:t,isDisabled:n}=$(XQ),{t:r}=le();return a.jsx(ht,{isDisabled:n,label:r("parameters.noiseThreshold"),min:0,max:20,step:.1,onChange:o=>e(dx(o)),handleReset:()=>e(dx(0)),value:t,withInput:!0,withReset:!0,withSliderMarks:!0})}const ZQ=()=>{const e=te(),t=$(r=>r.generation.shouldUseNoiseSettings);le();const n=r=>e(v7(r.target.checked));return a.jsx(Pn,{label:"Enable Noise Settings",isChecked:t,onChange:n})},eX=ve(Rt,e=>{const{shouldUseNoiseSettings:t,perlin:n}=e.generation;return{isDisabled:!t,perlin:n}},at);function tX(){const e=te(),{perlin:t,isDisabled:n}=$(eX),{t:r}=le();return a.jsx(ht,{isDisabled:n,label:r("parameters.perlinNoise"),min:0,max:1,step:.05,onChange:o=>e(fx(o)),handleReset:()=>e(fx(0)),value:t,withInput:!0,withReset:!0,withSliderMarks:!0})}const nX=ve(Rt,e=>{const{shouldUseNoiseSettings:t}=e.generation;return{activeLabel:t?"Enabled":void 0}},at),rX=()=>{const{t:e}=le(),t=sr("noise").isFeatureEnabled,n=sr("perlinNoise").isFeatureEnabled,r=sr("noiseThreshold").isFeatureEnabled,{activeLabel:o}=$(nX);return t?a.jsx(So,{label:e("parameters.noiseSettings"),activeLabel:o,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(ZQ,{}),a.jsx(QQ,{}),n&&a.jsx(tX,{}),r&&a.jsx(JQ,{})]})}):null},Gj=f.memo(rX),oX=ve(Xo,e=>{const{seamlessXAxis:t}=e;return{seamlessXAxis:t}},at),sX=()=>{const{t:e}=le(),{seamlessXAxis:t}=$(oX),n=te(),r=f.useCallback(o=>{n(y7(o.target.checked))},[n]);return a.jsx(Pn,{label:e("parameters.seamlessXAxis"),"aria-label":e("parameters.seamlessXAxis"),isChecked:t,onChange:r})},aX=f.memo(sX),iX=ve(Xo,e=>{const{seamlessYAxis:t}=e;return{seamlessYAxis:t}},at),lX=()=>{const{t:e}=le(),{seamlessYAxis:t}=$(iX),n=te(),r=f.useCallback(o=>{n(b7(o.target.checked))},[n]);return a.jsx(Pn,{label:e("parameters.seamlessYAxis"),"aria-label":e("parameters.seamlessYAxis"),isChecked:t,onChange:r})},cX=f.memo(lX),uX=(e,t)=>{if(e&&t)return"X & Y";if(e)return"X";if(t)return"Y"},dX=ve(Xo,e=>{const{seamlessXAxis:t,seamlessYAxis:n}=e;return{activeLabel:uX(t,n)}},at),fX=()=>{const{t:e}=le(),{activeLabel:t}=$(dX);return sr("seamless").isFeatureEnabled?a.jsx(So,{label:e("parameters.seamlessTiling"),activeLabel:t,children:a.jsxs(F,{sx:{gap:5},children:[a.jsx(ze,{flexGrow:1,children:a.jsx(aX,{})}),a.jsx(ze,{flexGrow:1,children:a.jsx(cX,{})})]})}):null},qj=f.memo(fX);function pX(){const e=$(o=>o.generation.horizontalSymmetrySteps),t=$(o=>o.generation.steps),n=te(),{t:r}=le();return a.jsx(ht,{label:r("parameters.hSymmetryStep"),value:e,onChange:o=>n(px(o)),min:0,max:t,step:1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:()=>n(px(0))})}function hX(){const e=$(o=>o.generation.verticalSymmetrySteps),t=$(o=>o.generation.steps),n=te(),{t:r}=le();return a.jsx(ht,{label:r("parameters.vSymmetryStep"),value:e,onChange:o=>n(hx(o)),min:0,max:t,step:1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:()=>n(hx(0))})}function mX(){const e=$(n=>n.generation.shouldUseSymmetry),t=te();return a.jsx(Pn,{label:"Enable Symmetry",isChecked:e,onChange:n=>t(x7(n.target.checked))})}const gX=ve(Rt,e=>({activeLabel:e.generation.shouldUseSymmetry?"Enabled":void 0}),at),vX=()=>{const{t:e}=le(),{activeLabel:t}=$(gX);return sr("symmetry").isFeatureEnabled?a.jsx(So,{label:e("parameters.symmetry"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(mX,{}),a.jsx(pX,{}),a.jsx(hX,{})]})}):null},Z1=f.memo(vX);function yX(){const e=$(o=>o.generation.variationAmount),t=$(o=>o.generation.shouldGenerateVariations),{t:n}=le(),r=te();return a.jsx(ht,{label:n("parameters.variationAmount"),value:e,step:.01,min:0,max:1,isDisabled:!t,onChange:o=>r(mx(o)),handleReset:()=>r(mx(.1)),withInput:!0,withReset:!0,withSliderMarks:!0})}const bX=()=>{const e=te(),t=$(r=>r.generation.shouldGenerateVariations);le();const n=r=>e(w7(r.target.checked));return a.jsx(Pn,{label:"Enable Variations",isChecked:t,onChange:n})},xX={display:"flex",flexDirection:"row",alignItems:"center",gap:10},wX=e=>{const{label:t="",labelPos:n="top",isDisabled:r=!1,isInvalid:o,formControlProps:s,...i}=e,u=te(),d=f.useCallback(h=>{h.shiftKey&&u(qo(!0))},[u]),p=f.useCallback(h=>{h.shiftKey||u(qo(!1))},[u]);return a.jsxs(Ss,{isInvalid:o,isDisabled:r,...s,style:n==="side"?xX:void 0,children:[t!==""&&a.jsx(vs,{children:t}),a.jsx(ku,{...i,onPaste:K1,onKeyDown:d,onKeyUp:p})]})},$i=f.memo(wX);function SX(){const e=$(s=>s.generation.seedWeights),t=$(s=>s.generation.shouldGenerateVariations),{t:n}=le(),r=te(),o=s=>r(S7(s.target.value));return a.jsx($i,{label:n("parameters.seedWeights"),value:e,isInvalid:t&&!(Q1(e)||e===""),isDisabled:!t,onChange:o})}const CX=ve(Rt,e=>({activeLabel:e.generation.shouldGenerateVariations?"Enabled":void 0}),at),_X=()=>{const{t:e}=le(),{activeLabel:t}=$(CX);return sr("variation").isFeatureEnabled?a.jsx(So,{label:e("parameters.variations"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(bX,{}),a.jsx(yX,{}),a.jsx(SX,{})]})}):null},ey=f.memo(_X),kX=ve(Mo,e=>({isProcessing:e.isProcessing,isConnected:e.isConnected,isCancelable:e.isCancelable,currentIteration:e.currentIteration,totalIterations:e.totalIterations,sessionId:e.sessionId,cancelType:e.cancelType,isCancelScheduled:e.isCancelScheduled}),{memoizeOptions:{resultEqualityCheck:Yt}}),PX=e=>{const t=te(),{btnGroupWidth:n="auto",...r}=e,{isProcessing:o,isConnected:s,isCancelable:i,cancelType:u,isCancelScheduled:d,sessionId:p}=$(kX),h=f.useCallback(()=>{if(p){if(u==="scheduled"){t(C7());return}t(_7({session_id:p}))}},[t,p,u]),{t:g}=le(),v=f.useCallback(w=>{const C=Array.isArray(w)?w[0]:w;t(k7(C))},[t]);qe("shift+x",()=>{(s||o)&&i&&h()},[s,o,i]);const b=f.useMemo(()=>g(d?"parameters.cancel.isScheduled":u==="immediate"?"parameters.cancel.immediate":"parameters.cancel.schedule"),[g,u,d]),S=f.useMemo(()=>d?a.jsx(P7,{}):u==="immediate"?a.jsx(iF,{}):a.jsx(nF,{}),[u,d]);return a.jsxs(Yn,{isAttached:!0,width:n,children:[a.jsx(je,{icon:S,tooltip:b,"aria-label":b,isDisabled:!s||!o||!i,onClick:h,colorScheme:"error",id:"cancel-button",...r}),a.jsxs(Iu,{closeOnSelect:!1,children:[a.jsx(Eu,{as:je,tooltip:g("parameters.cancel.setType"),"aria-label":g("parameters.cancel.setType"),icon:a.jsx(q$,{w:"1em",h:"1em"}),paddingX:0,paddingY:0,colorScheme:"error",minWidth:5,...r}),a.jsx(ec,{minWidth:"240px",children:a.jsxs(zv,{value:u,title:"Cancel Type",type:"radio",onChange:v,children:[a.jsx(ru,{value:"immediate",children:g("parameters.cancel.immediate")}),a.jsx(ru,{value:"scheduled",children:g("parameters.cancel.schedule")})]})})]})]})},Ah=f.memo(PX),jX=ve(Mo,e=>({isProcessing:e.isProcessing,currentStep:e.currentStep,totalSteps:e.totalSteps,currentStatusHasSteps:e.currentStatusHasSteps}),{memoizeOptions:{resultEqualityCheck:Yt}}),IX=()=>{const{t:e}=le(),{isProcessing:t,currentStep:n,totalSteps:r,currentStatusHasSteps:o}=$(jX),s=n?Math.round(n*100/r):0;return a.jsx(n5,{value:s,"aria-label":e("accessibility.invokeProgressBar"),isIndeterminate:t&&!o,height:"full",colorScheme:"accent"})},Kj=f.memo(IX),IC={_disabled:{bg:"none",color:"base.600",cursor:"not-allowed",_hover:{color:"base.600",bg:"none"}}};function ty(e){const{iconButton:t=!1,...n}=e,r=te(),o=X1(),s=$(dr),i=$(p=>p.system.isProcessing),u=f.useCallback(()=>{r(mv()),r(gv(s))},[r,s]),{t:d}=le();return qe(["ctrl+enter","meta+enter"],u,{enabled:()=>o,preventDefault:!0,enableOnFormTags:["input","textarea","select"]},[o,s]),a.jsx(ze,{style:{flexGrow:4},position:"relative",children:a.jsxs(ze,{style:{position:"relative"},children:[!o&&a.jsx(ze,{borderRadius:"base",style:{position:"absolute",bottom:"0",left:"0",right:"0",height:"100%",overflow:"clip"},...n,children:a.jsx(Kj,{})}),t?a.jsx(je,{"aria-label":d("parameters.invoke"),type:"submit",icon:a.jsx(U5,{}),isDisabled:!o||i,onClick:u,tooltip:d("parameters.invoke"),tooltipProps:{placement:"top"},colorScheme:"accent",id:"invoke-button",...n,sx:{w:"full",flexGrow:1,...i?IC:{}}}):a.jsx(Zt,{"aria-label":d("parameters.invoke"),type:"submit",isDisabled:!o||i,onClick:u,colorScheme:"accent",id:"invoke-button",...n,sx:{w:"full",flexGrow:1,fontWeight:700,...i?IC:{}},children:"Invoke"})]})})}const ny=()=>a.jsxs(F,{gap:2,children:[a.jsx(ty,{}),a.jsx(Ah,{})]}),Bp=/^-?(0\.)?\.?$/,EX=e=>{const{label:t,isDisabled:n=!1,showStepper:r=!0,isInvalid:o,value:s,onChange:i,min:u,max:d,isInteger:p=!0,formControlProps:h,formLabelProps:g,numberInputFieldProps:v,numberInputStepperProps:b,tooltipProps:S,...w}=e,C=te(),[_,k]=f.useState(String(s));f.useEffect(()=>{!_.match(Bp)&&s!==Number(_)&&k(String(s))},[s,_]);const j=M=>{k(M),M.match(Bp)||i(p?Math.floor(Number(M)):Number(M))},E=M=>{const R=Ws(p?Math.floor(Number(M.target.value)):Number(M.target.value),u,d);k(String(R)),i(R)},I=f.useCallback(M=>{M.shiftKey&&C(qo(!0))},[C]),O=f.useCallback(M=>{M.shiftKey||C(qo(!1))},[C]);return a.jsx(_n,{...S,children:a.jsxs(Ss,{isDisabled:n,isInvalid:o,...h,children:[t&&a.jsx(vs,{...g,children:t}),a.jsxs(U4,{value:_,min:u,max:d,keepWithinRange:!0,clampValueOnBlur:!1,onChange:j,onBlur:E,...w,onPaste:K1,children:[a.jsx(G4,{...v,onKeyDown:I,onKeyUp:O}),r&&a.jsxs(q4,{children:[a.jsx(K4,{...b}),a.jsx(Y4,{...b})]})]})]})})},Nh=f.memo(EX),OX=ve([Xo,Vi,Jr,xu],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u}=t.sd.guidance,{cfgScale:d}=e,{shouldUseSliders:p}=n,{shift:h}=r;return{cfgScale:d,initial:o,min:s,sliderMax:i,inputMax:u,shouldUseSliders:p,shift:h}},at),RX=()=>{const{cfgScale:e,initial:t,min:n,sliderMax:r,inputMax:o,shouldUseSliders:s,shift:i}=$(OX),u=te(),{t:d}=le(),p=f.useCallback(g=>u(kf(g)),[u]),h=f.useCallback(()=>u(kf(t)),[u,t]);return s?a.jsx(ht,{label:d("parameters.cfgScale"),step:i?.1:.5,min:n,max:r,onChange:p,handleReset:h,value:e,sliderNumberInputProps:{max:o},withInput:!0,withReset:!0,withSliderMarks:!0,isInteger:!1}):a.jsx(Nh,{label:d("parameters.cfgScale"),step:.5,min:n,max:o,onChange:p,value:e,isInteger:!1,numberInputFieldProps:{textAlign:"center"}})},Fl=f.memo(RX),MX=ve([Rt],e=>{const{initial:t,min:n,sliderMax:r,inputMax:o,fineStep:s,coarseStep:i}=e.config.sd.iterations,{iterations:u}=e.generation,{shouldUseSliders:d}=e.ui,p=e.dynamicPrompts.isEnabled&&e.dynamicPrompts.combinatorial,h=e.hotkeys.shift?s:i;return{iterations:u,initial:t,min:n,sliderMax:r,inputMax:o,step:h,shouldUseSliders:d,isDisabled:p}},at),DX=()=>{const{iterations:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s,shouldUseSliders:i,isDisabled:u}=$(MX),d=te(),{t:p}=le(),h=f.useCallback(v=>{d(gx(v))},[d]),g=f.useCallback(()=>{d(gx(t))},[d,t]);return i?a.jsx(ht,{isDisabled:u,label:p("parameters.images"),step:s,min:n,max:r,onChange:h,handleReset:g,value:e,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:o}}):a.jsx(Nh,{isDisabled:u,label:p("parameters.images"),step:s,min:n,max:o,onChange:h,value:e,numberInputFieldProps:{textAlign:"center"}})},Hl=f.memo(DX),TX=Yp.child({module:"models"}),Yj=e=>{const[t,n,r]=e.split("/"),o=j7.safeParse({base_model:t,model_name:r});if(!o.success){TX.error({mainModelId:e,errors:o.error.format()},"Failed to parse main model id");return}return o.data},AX=ve(Rt,e=>({model:e.generation.model}),at),NX=()=>{const e=te(),{t}=le(),{model:n}=$(AX),{data:r,isLoading:o}=Ei(),s=f.useMemo(()=>{if(!r)return[];const d=[];return Yo(r.entities,(p,h)=>{!p||["sdxl","sdxl-refiner"].includes(p.base_model)||d.push({value:h,label:p.model_name,group:Rr[p.base_model]})}),d},[r]),i=f.useMemo(()=>(r==null?void 0:r.entities[`${n==null?void 0:n.base_model}/main/${n==null?void 0:n.model_name}`])??null,[r==null?void 0:r.entities,n]),u=f.useCallback(d=>{if(!d)return;const p=Yj(d);p&&e(Kg(p))},[e]);return o?a.jsx(gr,{label:t("modelManager.model"),placeholder:"Loading...",disabled:!0,data:[]}):a.jsx(gr,{tooltip:i==null?void 0:i.description,label:t("modelManager.model"),value:i==null?void 0:i.id,placeholder:s.length>0?"Select a model":"No models available",data:s,error:s.length===0,disabled:s.length===0,onChange:u})},$X=f.memo(NX),zX=Yp.child({module:"models"}),Qj=e=>{const[t,n,r]=e.split("/"),o=I7.safeParse({base_model:t,model_name:r});if(!o.success){zX.error({vaeModelId:e,errors:o.error.format()},"Failed to parse VAE model id");return}return o.data},LX=ve(Rt,({generation:e})=>{const{model:t,vae:n}=e;return{model:t,vae:n}},at),BX=()=>{const e=te(),{t}=le(),{model:n,vae:r}=$(LX),{data:o}=Q4(),s=f.useMemo(()=>{if(!o)return[];const d=[{value:"default",label:"Default",group:"Default"}];return Yo(o.entities,(p,h)=>{if(!p)return;const g=(n==null?void 0:n.base_model)!==p.base_model;d.push({value:h,label:p.model_name,group:Rr[p.base_model],disabled:g,tooltip:g?`Incompatible base model: ${p.base_model}`:void 0})}),d.sort((p,h)=>p.disabled&&!h.disabled?1:-1)},[o,n==null?void 0:n.base_model]),i=f.useMemo(()=>(o==null?void 0:o.entities[`${r==null?void 0:r.base_model}/vae/${r==null?void 0:r.model_name}`])??null,[o==null?void 0:o.entities,r]),u=f.useCallback(d=>{if(!d||d==="default"){e(vx(null));return}const p=Qj(d);p&&e(vx(p))},[e]);return a.jsx(gr,{itemComponent:ic,tooltip:i==null?void 0:i.description,label:t("modelManager.vae"),value:(i==null?void 0:i.id)??"default",placeholder:"Default",data:s,onChange:u,disabled:s.length===0,clearable:!0})},FX=f.memo(BX),HX=ve([Jr,Xo],(e,t)=>{const{scheduler:n}=t,{favoriteSchedulers:r}=e,o=B4.map(s=>({value:s,label:F4[s],group:r.includes(s)?"Favorites":void 0})).sort((s,i)=>s.label.localeCompare(i.label));return{scheduler:n,data:o}},at),WX=()=>{const e=te(),{t}=le(),{scheduler:n,data:r}=$(HX),o=f.useCallback(s=>{s&&e(Yg(s))},[e]);return a.jsx(gr,{label:t("parameters.scheduler"),value:n,data:r,onChange:o})},VX=f.memo(WX),UX=()=>{const e=sr("vae").isFeatureEnabled;return a.jsxs(F,{gap:3,w:"full",flexWrap:e?"wrap":"nowrap",children:[a.jsx(ze,{w:"full",children:a.jsx($X,{})}),a.jsxs(F,{gap:3,w:"full",children:[e&&a.jsx(ze,{w:"full",children:a.jsx(FX,{})}),a.jsx(ze,{w:"full",children:a.jsx(VX,{})})]})]})},Wl=f.memo(UX),GX=[{name:"Free",value:null},{name:"Portrait",value:.67/1},{name:"Wide",value:16/9},{name:"Square",value:1/1}];function Xj(){const e=$(o=>o.ui.aspectRatio),t=te(),n=$(o=>o.generation.shouldFitToWidthHeight),r=$(dr);return a.jsx(F,{gap:2,flexGrow:1,children:a.jsx(Yn,{isAttached:!0,children:GX.map(o=>a.jsx(Zt,{size:"sm",isChecked:e===o.value,isDisabled:r==="img2img"?!n:!1,onClick:()=>t(E7(o.value)),children:o.name},o.name))})})}const qX=ve([Xo,xu,Vi,Jr],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=n.sd.height,{height:h}=e,{aspectRatio:g}=r,v=t.shift?d:p;return{height:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,aspectRatio:g}},at),KX=e=>{const{height:t,initial:n,min:r,sliderMax:o,inputMax:s,step:i,aspectRatio:u}=$(qX),d=te(),{t:p}=le(),h=f.useCallback(v=>{if(d(Tl(v)),u){const b=cs(v*u,8);d(Dl(b))}},[d,u]),g=f.useCallback(()=>{if(d(Tl(n)),u){const v=cs(n*u,8);d(Dl(v))}},[d,n,u]);return a.jsx(ht,{label:p("parameters.height"),value:t,min:r,step:i,max:o,onChange:h,handleReset:g,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:s},...e})},YX=f.memo(KX),QX=ve([Xo,xu,Vi,Jr],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=n.sd.width,{width:h}=e,{aspectRatio:g}=r,v=t.shift?d:p;return{width:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,aspectRatio:g}},at),XX=e=>{const{width:t,initial:n,min:r,sliderMax:o,inputMax:s,step:i,aspectRatio:u}=$(QX),d=te(),{t:p}=le(),h=f.useCallback(v=>{if(d(Dl(v)),u){const b=cs(v/u,8);d(Tl(b))}},[d,u]),g=f.useCallback(()=>{if(d(Dl(n)),u){const v=cs(n/u,8);d(Tl(v))}},[d,n,u]);return a.jsx(ht,{label:p("parameters.width"),value:t,min:r,step:i,max:o,onChange:h,handleReset:g,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:s},...e})},JX=f.memo(XX);function Fp(){const{t:e}=le(),t=te(),n=$(o=>o.generation.shouldFitToWidthHeight),r=$(dr);return a.jsxs(F,{sx:{gap:2,p:4,borderRadius:4,flexDirection:"column",w:"full",bg:"base.150",_dark:{bg:"base.750"}},children:[a.jsxs(F,{alignItems:"center",gap:2,children:[a.jsx(nt,{sx:{fontSize:"sm",width:"full",color:"base.700",_dark:{color:"base.300"}},children:e("parameters.aspectRatio")}),a.jsx(Li,{}),a.jsx(Xj,{}),a.jsx(je,{tooltip:e("ui.swapSizes"),"aria-label":e("ui.swapSizes"),size:"sm",icon:a.jsx(Q_,{}),fontSize:20,isDisabled:r==="img2img"?!n:!1,onClick:()=>t(O7())})]}),a.jsx(F,{gap:2,alignItems:"center",children:a.jsxs(F,{gap:2,flexDirection:"column",width:"full",children:[a.jsx(JX,{isDisabled:r==="img2img"?!n:!1}),a.jsx(YX,{isDisabled:r==="img2img"?!n:!1})]})})]})}const ZX=ve([Xo,Vi,Jr,xu],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=t.sd.steps,{steps:h}=e,{shouldUseSliders:g}=n,v=r.shift?d:p;return{steps:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,shouldUseSliders:g}},at),eJ=()=>{const{steps:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s,shouldUseSliders:i}=$(ZX),u=te(),{t:d}=le(),p=f.useCallback(v=>{u(Pf(v))},[u]),h=f.useCallback(()=>{u(Pf(t))},[u,t]),g=f.useCallback(()=>{u(mv())},[u]);return i?a.jsx(ht,{label:d("parameters.steps"),min:n,max:r,step:s,onChange:p,handleReset:h,value:e,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:o}}):a.jsx(Nh,{label:d("parameters.steps"),min:n,max:o,step:s,onChange:p,value:e,numberInputFieldProps:{textAlign:"center"},onBlur:g})},Vl=f.memo(eJ);function tJ(){const e=te(),t=$(o=>o.generation.shouldFitToWidthHeight),n=o=>e(R7(o.target.checked)),{t:r}=le();return a.jsx(Pn,{label:r("parameters.imageFit"),isChecked:t,onChange:n})}const nJ=ve([Xo,xu,Vi],(e,t,n)=>{const{initial:r,min:o,sliderMax:s,inputMax:i,fineStep:u,coarseStep:d}=n.sd.img2imgStrength,{img2imgStrength:p}=e,h=t.shift?u:d;return{img2imgStrength:p,initial:r,min:o,sliderMax:s,inputMax:i,step:h}},at),rJ=()=>{const{img2imgStrength:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s}=$(nJ),i=te(),{t:u}=le(),d=f.useCallback(h=>i(jf(h)),[i]),p=f.useCallback(()=>{i(jf(t))},[i,t]);return a.jsx(ht,{label:`${u("parameters.denoisingStrength")}`,step:s,min:n,max:r,onChange:d,handleReset:p,value:e,isInteger:!1,withInput:!0,withSliderMarks:!0,withReset:!0,sliderNumberInputProps:{max:o}})},Jj=f.memo(rJ);function oJ(){const e=$(i=>i.generation.seed),t=$(i=>i.generation.shouldRandomizeSeed),n=$(i=>i.generation.shouldGenerateVariations),{t:r}=le(),o=te(),s=i=>o(_f(i));return a.jsx(Nh,{label:r("parameters.seed"),step:1,precision:0,flexGrow:1,min:X4,max:J4,isDisabled:t,isInvalid:e<0&&n,onChange:s,value:e,formControlProps:{display:"flex",alignItems:"center",gap:3}})}const sJ=(e,t)=>Math.floor(Math.random()*(t-e+1)+e);function aJ(){const e=te(),t=$(o=>o.generation.shouldRandomizeSeed),{t:n}=le(),r=()=>e(_f(sJ(X4,J4)));return a.jsx(je,{size:"sm",isDisabled:t,"aria-label":n("parameters.shuffle"),tooltip:n("parameters.shuffle"),onClick:r,icon:a.jsx(N$,{})})}const iJ=()=>{const e=te(),{t}=le(),n=$(o=>o.generation.shouldRandomizeSeed),r=o=>e(M7(o.target.checked));return a.jsx(Pn,{label:t("common.random"),isChecked:n,onChange:r})},lJ=f.memo(iJ),cJ=()=>a.jsxs(F,{sx:{gap:4,alignItems:"center"},children:[a.jsx(oJ,{}),a.jsx(aJ,{}),a.jsx(lJ,{})]}),Ul=f.memo(cJ),uJ=ve([Jr,Xo],(e,t)=>{const{shouldUseSliders:n}=e,{shouldFitToWidthHeight:r,shouldRandomizeSeed:o}=t;return{shouldUseSliders:n,shouldFitToWidthHeight:r,activeLabel:o?void 0:"Manual Seed"}},at),dJ=()=>{const{shouldUseSliders:e,shouldFitToWidthHeight:t,activeLabel:n}=$(uJ);return a.jsx(So,{label:"General",activeLabel:n,defaultIsOpen:!0,children:a.jsxs(F,{sx:{flexDirection:"column",gap:3},children:[e?a.jsxs(a.Fragment,{children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}):a.jsxs(a.Fragment,{children:[a.jsxs(F,{gap:3,children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{})]}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}),a.jsx(Jj,{}),a.jsx(tJ,{})]})})},fJ=f.memo(dJ),pJ=()=>a.jsxs(a.Fragment,{children:[a.jsx(J1,{}),a.jsx(Y1,{}),a.jsx(ny,{}),a.jsx(fJ,{}),a.jsx(q1,{}),a.jsx(U1,{}),a.jsx(V1,{}),a.jsx(ey,{}),a.jsx(Gj,{}),a.jsx(Z1,{}),a.jsx(qj,{}),a.jsx(G1,{})]}),Zj=f.memo(pJ),hJ=()=>{const e=te(),t=f.useRef(null),n=f.useCallback(()=>{t.current&&t.current.setLayout([50,50])},[]);return a.jsxs(F,{sx:{gap:4,w:"full",h:"full"},children:[a.jsx(W1,{children:a.jsx(Zj,{})}),a.jsx(ze,{sx:{w:"full",h:"full"},children:a.jsxs(F1,{ref:t,autoSaveId:"imageTab.content",direction:"horizontal",style:{height:"100%",width:"100%"},children:[a.jsx(fu,{id:"imageTab.content.initImage",order:0,defaultSize:50,minSize:25,style:{position:"relative"},children:a.jsx(oY,{})}),a.jsx($j,{onDoubleClick:n}),a.jsx(fu,{id:"imageTab.content.selectedImage",order:1,defaultSize:50,minSize:25,onResize:()=>{e(so())},children:a.jsx(Bj,{})})]})})]})},mJ=f.memo(hJ);var gJ=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,o,s;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(o=r;o--!==0;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(s=Object.keys(t),r=s.length,r!==Object.keys(n).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(n,s[o]))return!1;for(o=r;o--!==0;){var i=s[o];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n};const EC=vu(gJ);function G0(e){return e===null||typeof e!="object"?{}:Object.keys(e).reduce((t,n)=>{const r=e[n];return r!=null&&r!==!1&&(t[n]=r),t},{})}var vJ=Object.defineProperty,OC=Object.getOwnPropertySymbols,yJ=Object.prototype.hasOwnProperty,bJ=Object.prototype.propertyIsEnumerable,RC=(e,t,n)=>t in e?vJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xJ=(e,t)=>{for(var n in t||(t={}))yJ.call(t,n)&&RC(e,n,t[n]);if(OC)for(var n of OC(t))bJ.call(t,n)&&RC(e,n,t[n]);return e};function eI(e,t){if(t===null||typeof t!="object")return{};const n=xJ({},t);return Object.keys(t).forEach(r=>{r.includes(`${String(e)}.`)&&delete n[r]}),n}const wJ="__MANTINE_FORM_INDEX__";function MC(e,t){return t?typeof t=="boolean"?t:Array.isArray(t)?t.includes(e.replace(/[.][0-9]/g,`.${wJ}`)):!1:!1}function DC(e,t,n){typeof n.value=="object"&&(n.value=bl(n.value)),!n.enumerable||n.get||n.set||!n.configurable||!n.writable||t==="__proto__"?Object.defineProperty(e,t,n):e[t]=n.value}function bl(e){if(typeof e!="object")return e;var t=0,n,r,o,s=Object.prototype.toString.call(e);if(s==="[object Object]"?o=Object.create(e.__proto__||null):s==="[object Array]"?o=Array(e.length):s==="[object Set]"?(o=new Set,e.forEach(function(i){o.add(bl(i))})):s==="[object Map]"?(o=new Map,e.forEach(function(i,u){o.set(bl(u),bl(i))})):s==="[object Date]"?o=new Date(+e):s==="[object RegExp]"?o=new RegExp(e.source,e.flags):s==="[object DataView]"?o=new e.constructor(bl(e.buffer)):s==="[object ArrayBuffer]"?o=e.slice(0):s.slice(-6)==="Array]"&&(o=new e.constructor(e)),o){for(r=Object.getOwnPropertySymbols(e);t0,errors:t}}function q0(e,t,n="",r={}){return typeof e!="object"||e===null?r:Object.keys(e).reduce((o,s)=>{const i=e[s],u=`${n===""?"":`${n}.`}${s}`,d=aa(u,t);let p=!1;return typeof i=="function"&&(o[u]=i(d,t,u)),typeof i=="object"&&Array.isArray(d)&&(p=!0,d.forEach((h,g)=>q0(i,t,`${u}.${g}`,o))),typeof i=="object"&&typeof d=="object"&&d!==null&&(p||q0(i,t,u,o)),o},r)}function K0(e,t){return TC(typeof e=="function"?e(t):q0(e,t))}function df(e,t,n){if(typeof e!="string")return{hasError:!1,error:null};const r=K0(t,n),o=Object.keys(r.errors).find(s=>e.split(".").every((i,u)=>i===s.split(".")[u]));return{hasError:!!o,error:o?r.errors[o]:null}}function SJ(e,{from:t,to:n},r){const o=aa(e,r);if(!Array.isArray(o))return r;const s=[...o],i=o[t];return s.splice(t,1),s.splice(n,0,i),$h(e,s,r)}var CJ=Object.defineProperty,AC=Object.getOwnPropertySymbols,_J=Object.prototype.hasOwnProperty,kJ=Object.prototype.propertyIsEnumerable,NC=(e,t,n)=>t in e?CJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,PJ=(e,t)=>{for(var n in t||(t={}))_J.call(t,n)&&NC(e,n,t[n]);if(AC)for(var n of AC(t))kJ.call(t,n)&&NC(e,n,t[n]);return e};function jJ(e,{from:t,to:n},r){const o=`${e}.${t}`,s=`${e}.${n}`,i=PJ({},r);return Object.keys(r).every(u=>{let d,p;if(u.startsWith(o)&&(d=u,p=u.replace(o,s)),u.startsWith(s)&&(d=u.replace(s,o),p=u),d&&p){const h=i[d],g=i[p];return g===void 0?delete i[d]:i[d]=g,h===void 0?delete i[p]:i[p]=h,!1}return!0}),i}function IJ(e,t,n){const r=aa(e,n);return Array.isArray(r)?$h(e,r.filter((o,s)=>s!==t),n):n}var EJ=Object.defineProperty,$C=Object.getOwnPropertySymbols,OJ=Object.prototype.hasOwnProperty,RJ=Object.prototype.propertyIsEnumerable,zC=(e,t,n)=>t in e?EJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MJ=(e,t)=>{for(var n in t||(t={}))OJ.call(t,n)&&zC(e,n,t[n]);if($C)for(var n of $C(t))RJ.call(t,n)&&zC(e,n,t[n]);return e};function LC(e,t){const n=e.substring(t.length+1).split(".")[0];return parseInt(n,10)}function BC(e,t,n,r){if(t===void 0)return n;const o=`${String(e)}`;let s=n;r===-1&&(s=eI(`${o}.${t}`,s));const i=MJ({},s),u=new Set;return Object.entries(s).filter(([d])=>{if(!d.startsWith(`${o}.`))return!1;const p=LC(d,o);return Number.isNaN(p)?!1:p>=t}).forEach(([d,p])=>{const h=LC(d,o),g=d.replace(`${o}.${h}`,`${o}.${h+r}`);i[g]=p,u.add(g),u.has(d)||delete i[d]}),i}function DJ(e,t,n,r){const o=aa(e,r);if(!Array.isArray(o))return r;const s=[...o];return s.splice(typeof n=="number"?n:s.length,0,t),$h(e,s,r)}function FC(e,t){const n=Object.keys(e);if(typeof t=="string"){const r=n.filter(o=>o.startsWith(`${t}.`));return e[t]||r.some(o=>e[o])||!1}return n.some(r=>e[r])}function TJ(e){return t=>{if(!t)e(t);else if(typeof t=="function")e(t);else if(typeof t=="object"&&"nativeEvent"in t){const{currentTarget:n}=t;n instanceof HTMLInputElement?n.type==="checkbox"?e(n.checked):e(n.value):(n instanceof HTMLTextAreaElement||n instanceof HTMLSelectElement)&&e(n.value)}else e(t)}}var AJ=Object.defineProperty,NJ=Object.defineProperties,$J=Object.getOwnPropertyDescriptors,HC=Object.getOwnPropertySymbols,zJ=Object.prototype.hasOwnProperty,LJ=Object.prototype.propertyIsEnumerable,WC=(e,t,n)=>t in e?AJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$a=(e,t)=>{for(var n in t||(t={}))zJ.call(t,n)&&WC(e,n,t[n]);if(HC)for(var n of HC(t))LJ.call(t,n)&&WC(e,n,t[n]);return e},Lg=(e,t)=>NJ(e,$J(t));function lc({initialValues:e={},initialErrors:t={},initialDirty:n={},initialTouched:r={},clearInputErrorOnChange:o=!0,validateInputOnChange:s=!1,validateInputOnBlur:i=!1,transformValues:u=p=>p,validate:d}={}){const[p,h]=f.useState(r),[g,v]=f.useState(n),[b,S]=f.useState(e),[w,C]=f.useState(G0(t)),_=f.useRef(e),k=ee=>{_.current=ee},j=f.useCallback(()=>h({}),[]),E=ee=>{const W=ee?$a($a({},b),ee):b;k(W),v({})},I=f.useCallback(ee=>C(W=>G0(typeof ee=="function"?ee(W):ee)),[]),O=f.useCallback(()=>C({}),[]),M=f.useCallback(()=>{S(e),O(),k(e),v({}),j()},[]),R=f.useCallback((ee,W)=>I(re=>Lg($a({},re),{[ee]:W})),[]),A=f.useCallback(ee=>I(W=>{if(typeof ee!="string")return W;const re=$a({},W);return delete re[ee],re}),[]),L=f.useCallback(ee=>v(W=>{if(typeof ee!="string")return W;const re=eI(ee,W);return delete re[ee],re}),[]),N=f.useCallback((ee,W)=>{const re=MC(ee,s);L(ee),h(pe=>Lg($a({},pe),{[ee]:!0})),S(pe=>{const ne=$h(ee,W,pe);if(re){const ge=df(ee,d,ne);ge.hasError?R(ee,ge.error):A(ee)}return ne}),!re&&o&&R(ee,null)},[]),Z=f.useCallback(ee=>{S(W=>{const re=typeof ee=="function"?ee(W):ee;return $a($a({},W),re)}),o&&O()},[]),B=f.useCallback((ee,W)=>{L(ee),S(re=>SJ(ee,W,re)),C(re=>jJ(ee,W,re))},[]),H=f.useCallback((ee,W)=>{L(ee),S(re=>IJ(ee,W,re)),C(re=>BC(ee,W,re,-1))},[]),G=f.useCallback((ee,W,re)=>{L(ee),S(pe=>DJ(ee,W,re,pe)),C(pe=>BC(ee,re,pe,1))},[]),q=f.useCallback(()=>{const ee=K0(d,b);return C(ee.errors),ee},[b,d]),D=f.useCallback(ee=>{const W=df(ee,d,b);return W.hasError?R(ee,W.error):A(ee),W},[b,d]),U=(ee,{type:W="input",withError:re=!0,withFocus:pe=!0}={})=>{const ge={onChange:TJ(de=>N(ee,de))};return re&&(ge.error=w[ee]),W==="checkbox"?ge.checked=aa(ee,b):ge.value=aa(ee,b),pe&&(ge.onFocus=()=>h(de=>Lg($a({},de),{[ee]:!0})),ge.onBlur=()=>{if(MC(ee,i)){const de=df(ee,d,b);de.hasError?R(ee,de.error):A(ee)}}),ge},V=(ee,W)=>re=>{re==null||re.preventDefault();const pe=q();pe.hasErrors?W==null||W(pe.errors,b,re):ee==null||ee(u(b),re)},J=ee=>u(ee||b),ie=f.useCallback(ee=>{ee.preventDefault(),M()},[]),ye=ee=>{if(ee){const re=aa(ee,g);if(typeof re=="boolean")return re;const pe=aa(ee,b),ne=aa(ee,_.current);return!EC(pe,ne)}return Object.keys(g).length>0?FC(g):!EC(b,_.current)},he=f.useCallback(ee=>FC(p,ee),[p]),ae=f.useCallback(ee=>ee?!df(ee,d,b).hasError:!K0(d,b).hasErrors,[b,d]);return{values:b,errors:w,setValues:Z,setErrors:I,setFieldValue:N,setFieldError:R,clearFieldError:A,clearErrors:O,reset:M,validate:q,validateField:D,reorderListItem:B,removeListItem:H,insertListItem:G,getInputProps:U,onSubmit:V,onReset:ie,isDirty:ye,isTouched:he,setTouched:h,setDirty:v,resetTouched:j,resetDirty:E,isValid:ae,getTransformedValues:J}}function Or(e){const{...t}=e,{base50:n,base100:r,base200:o,base300:s,base800:i,base700:u,base900:d,accent500:p,accent300:h}=$1(),{colorMode:g}=Do();return a.jsx(bj,{styles:()=>({input:{color:ke(d,r)(g),backgroundColor:ke(n,d)(g),borderColor:ke(o,i)(g),borderWidth:2,outline:"none",":focus":{borderColor:ke(h,p)(g)}},label:{color:ke(u,s)(g),fontWeight:"normal",marginBottom:4}}),...t})}const BJ=[{value:"sd-1",label:Rr["sd-1"]},{value:"sd-2",label:Rr["sd-2"]},{value:"sdxl",label:Rr.sdxl},{value:"sdxl-refiner",label:Rr["sdxl-refiner"]}];function zh(e){const{...t}=e,{t:n}=le();return a.jsx(Zo,{label:n("modelManager.baseModel"),data:BJ,...t})}function nI(e){const{data:t}=Z4(),{...n}=e;return a.jsx(Zo,{label:"Config File",placeholder:"Select A Config File",data:t||[],...n})}const FJ=[{value:"normal",label:"Normal"},{value:"inpaint",label:"Inpaint"},{value:"depth",label:"Depth"}];function Lh(e){const{...t}=e,{t:n}=le();return a.jsx(Zo,{label:n("modelManager.variant"),data:FJ,...t})}function rI(e){const{t}=le(),n=te(),{model_path:r}=e,o=lc({initialValues:{model_name:r?r.split("\\").splice(-1)[0].split(".")[0]:"",base_model:"sd-1",model_type:"main",path:r||"",description:"",model_format:"checkpoint",error:void 0,vae:"",variant:"normal",config:"configs\\stable-diffusion\\v1-inference.yaml"}}),[s]=e3(),[i,u]=f.useState(!1),d=p=>{s({body:p}).unwrap().then(h=>{n(rr(or({title:`Model Added: ${p.model_name}`,status:"success"}))),o.reset(),r&&n(wu(null))}).catch(h=>{h&&n(rr(or({title:"Model Add Failed",status:"error"})))})};return a.jsx("form",{onSubmit:o.onSubmit(p=>d(p)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",gap:2,children:[a.jsx(Or,{label:"Model Name",required:!0,...o.getInputProps("model_name")}),a.jsx(zh,{...o.getInputProps("base_model")}),a.jsx(Or,{label:"Model Location",required:!0,...o.getInputProps("path")}),a.jsx(Or,{label:"Description",...o.getInputProps("description")}),a.jsx(Or,{label:"VAE Location",...o.getInputProps("vae")}),a.jsx(Lh,{...o.getInputProps("variant")}),a.jsxs(F,{flexDirection:"column",width:"100%",gap:2,children:[i?a.jsx(Or,{required:!0,label:"Custom Config File Location",...o.getInputProps("config")}):a.jsx(nI,{required:!0,width:"100%",...o.getInputProps("config")}),a.jsx(Bn,{isChecked:i,onChange:()=>u(!i),label:"Use Custom Config"}),a.jsx(Zt,{mt:2,type:"submit",children:t("modelManager.addModel")})]})]})})}function oI(e){const{t}=le(),n=te(),{model_path:r}=e,[o]=e3(),s=lc({initialValues:{model_name:r?r.split("\\").splice(-1)[0]:"",base_model:"sd-1",model_type:"main",path:r||"",description:"",model_format:"diffusers",error:void 0,vae:"",variant:"normal"}}),i=u=>{o({body:u}).unwrap().then(d=>{n(rr(or({title:`Model Added: ${u.model_name}`,status:"success"}))),s.reset(),r&&n(wu(null))}).catch(d=>{d&&n(rr(or({title:"Model Add Failed",status:"error"})))})};return a.jsx("form",{onSubmit:s.onSubmit(u=>i(u)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",gap:2,children:[a.jsx(Or,{required:!0,label:"Model Name",...s.getInputProps("model_name")}),a.jsx(zh,{...s.getInputProps("base_model")}),a.jsx(Or,{required:!0,label:"Model Location",placeholder:"Provide the path to a local folder where your Diffusers Model is stored",...s.getInputProps("path")}),a.jsx(Or,{label:"Description",...s.getInputProps("description")}),a.jsx(Or,{label:"VAE Location",...s.getInputProps("vae")}),a.jsx(Lh,{...s.getInputProps("variant")}),a.jsx(Zt,{mt:2,type:"submit",children:t("modelManager.addModel")})]})})}const sI=[{label:"Diffusers",value:"diffusers"},{label:"Checkpoint / Safetensors",value:"checkpoint"}];function HJ(){const[e,t]=f.useState("diffusers");return a.jsxs(F,{flexDirection:"column",gap:4,width:"100%",children:[a.jsx(Zo,{label:"Model Type",value:e,data:sI,onChange:n=>{n&&t(n)}}),a.jsxs(F,{sx:{p:4,borderRadius:4,bg:"base.300",_dark:{bg:"base.850"}},children:[e==="diffusers"&&a.jsx(oI,{}),e==="checkpoint"&&a.jsx(rI,{})]})]})}const WJ=[{label:"None",value:"none"},{label:"v_prediction",value:"v_prediction"},{label:"epsilon",value:"epsilon"},{label:"sample",value:"sample"}];function VJ(){const e=te(),{t}=le(),n=$(u=>u.system.isProcessing),[r,{isLoading:o}]=t3(),s=lc({initialValues:{location:"",prediction_type:void 0}}),i=u=>{const d={location:u.location,prediction_type:u.prediction_type==="none"?void 0:u.prediction_type};r({body:d}).unwrap().then(p=>{e(rr(or({title:"Model Added",status:"success"}))),s.reset()}).catch(p=>{p&&(console.log(p),e(rr(or({title:`${p.data.detail} `,status:"error"}))))})};return a.jsx("form",{onSubmit:s.onSubmit(u=>i(u)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",width:"100%",gap:4,children:[a.jsx(Or,{label:"Model Location",placeholder:"Provide a path to a local Diffusers model, local checkpoint / safetensors model or a HuggingFace Repo ID",w:"100%",...s.getInputProps("location")}),a.jsx(Zo,{label:"Prediction Type (for Stable Diffusion 2.x Models only)",data:WJ,defaultValue:"none",...s.getInputProps("prediction_type")}),a.jsx(Zt,{type:"submit",isLoading:o,isDisabled:o||n,children:t("modelManager.addModel")})]})})}function UJ(){const[e,t]=f.useState("simple");return a.jsxs(F,{flexDirection:"column",width:"100%",overflow:"scroll",maxHeight:window.innerHeight-250,gap:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{size:"sm",isChecked:e=="simple",onClick:()=>t("simple"),children:"Simple"}),a.jsx(Zt,{size:"sm",isChecked:e=="advanced",onClick:()=>t("advanced"),children:"Advanced"})]}),a.jsxs(F,{sx:{p:4,borderRadius:4,background:"base.200",_dark:{background:"base.800"}},children:[e==="simple"&&a.jsx(VJ,{}),e==="advanced"&&a.jsx(HJ,{})]})]})}function GJ(e){const{...t}=e;return a.jsx(fP,{w:"100%",...t,children:e.children})}function qJ(){const e=$(w=>w.modelmanager.searchFolder),[t,n]=f.useState(""),{data:r}=Ei(),{foundModels:o,alreadyInstalled:s,filteredModels:i}=n3({search_path:e||""},{selectFromResult:({data:w})=>{const C=p9(r==null?void 0:r.entities),_=Cs(C,"path"),k=u9(w,_),j=y9(w,_);return{foundModels:w,alreadyInstalled:VC(j,t),filteredModels:VC(k,t)}}}),[u,{isLoading:d}]=t3(),p=te(),{t:h}=le(),g=f.useCallback(w=>{const C=w.currentTarget.id.split("\\").splice(-1)[0];u({body:{location:w.currentTarget.id}}).unwrap().then(_=>{p(rr(or({title:`Added Model: ${C}`,status:"success"})))}).catch(_=>{_&&p(rr(or({title:"Faile To Add Model",status:"error"})))})},[p,u]),v=f.useCallback(w=>{n(w.target.value)},[]),b=({models:w,showActions:C=!0})=>w.map(_=>a.jsxs(F,{sx:{p:4,gap:4,alignItems:"center",borderRadius:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsxs(F,{w:"100%",sx:{flexDirection:"column",minW:"25%"},children:[a.jsx(nt,{sx:{fontWeight:600},children:_.split("\\").slice(-1)[0]}),a.jsx(nt,{sx:{fontSize:"sm",color:"base.600",_dark:{color:"base.400"}},children:_})]}),C?a.jsxs(F,{gap:2,children:[a.jsx(Zt,{id:_,onClick:g,isLoading:d,children:"Quick Add"}),a.jsx(Zt,{onClick:()=>p(wu(_)),isLoading:d,children:"Advanced"})]}):a.jsx(nt,{sx:{fontWeight:600,p:2,borderRadius:4,color:"accent.50",bg:"accent.400",_dark:{color:"accent.100",bg:"accent.600"}},children:"Installed"})]},_));return(()=>{if(e)return!o||o.length===0?a.jsx(F,{sx:{w:"full",h:"full",justifyContent:"center",alignItems:"center",height:96,userSelect:"none",bg:"base.200",_dark:{bg:"base.900"}},children:a.jsx(nt,{variant:"subtext",children:"No Models Found"})}):a.jsxs(F,{sx:{flexDirection:"column",gap:2,w:"100%",minW:"50%"},children:[a.jsx($i,{onChange:v,label:h("modelManager.search"),labelPos:"side"}),a.jsxs(F,{p:2,gap:2,children:[a.jsxs(nt,{sx:{fontWeight:600},children:["Models Found: ",o.length]}),a.jsxs(nt,{sx:{fontWeight:600,color:"accent.500",_dark:{color:"accent.200"}},children:["Not Installed: ",i.length]})]}),a.jsx(GJ,{offsetScrollbars:!0,children:a.jsxs(F,{gap:2,flexDirection:"column",children:[b({models:i}),b({models:s,showActions:!1})]})})]})})()}const VC=(e,t)=>{const n=[];return Yo(e,r=>{r&&r.includes(t)&&n.push(r)}),n};function KJ(){const e=$(i=>i.modelmanager.advancedAddScanModel),[t,n]=f.useState("diffusers"),[r,o]=f.useState(!0);f.useEffect(()=>{e&&[".ckpt",".safetensors",".pth",".pt"].some(i=>e.endsWith(i))?n("checkpoint"):n("diffusers")},[e,n,r]);const s=te();return e&&a.jsxs(ze,{as:lo.div,initial:{x:-100,opacity:0},animate:{x:0,opacity:1,transition:{duration:.2}},sx:{display:"flex",flexDirection:"column",minWidth:"40%",maxHeight:window.innerHeight-300,overflow:"scroll",p:4,gap:4,borderRadius:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsxs(F,{justifyContent:"space-between",alignItems:"center",children:[a.jsx(nt,{size:"xl",fontWeight:600,children:r||t==="checkpoint"?"Add Checkpoint Model":"Add Diffusers Model"}),a.jsx(je,{icon:a.jsx(V$,{}),"aria-label":"Close Advanced",onClick:()=>s(wu(null)),size:"sm"})]}),a.jsx(Zo,{label:"Model Type",value:t,data:sI,onChange:i=>{i&&(n(i),o(i==="checkpoint"))}}),r?a.jsx(rI,{model_path:e},e):a.jsx(oI,{model_path:e},e)]})}function YJ(){const e=te(),{t}=le(),n=$(u=>u.modelmanager.searchFolder),{refetch:r}=n3({search_path:n||""}),o=lc({initialValues:{folder:""}}),s=f.useCallback(u=>{e(yx(u.folder))},[e]),i=()=>{r()};return a.jsx("form",{onSubmit:o.onSubmit(u=>s(u)),style:{width:"100%"},children:a.jsxs(F,{sx:{w:"100%",gap:2,borderRadius:4,alignItems:"center"},children:[a.jsxs(F,{w:"100%",alignItems:"center",gap:4,minH:12,children:[a.jsx(nt,{sx:{fontSize:"sm",fontWeight:600,color:"base.700",minW:"max-content",_dark:{color:"base.300"}},children:"Folder"}),n?a.jsx(F,{sx:{w:"100%",p:2,px:4,bg:"base.300",borderRadius:4,fontSize:"sm",fontWeight:"bold",_dark:{bg:"base.700"}},children:n}):a.jsx($i,{w:"100%",size:"md",...o.getInputProps("folder")})]}),a.jsxs(F,{gap:2,children:[n?a.jsx(je,{"aria-label":t("modelManager.scanAgain"),tooltip:t("modelManager.scanAgain"),icon:a.jsx(W$,{}),onClick:i,fontSize:18,size:"sm"}):a.jsx(je,{"aria-label":t("modelManager.findModels"),tooltip:t("modelManager.findModels"),icon:a.jsx(z$,{}),fontSize:18,size:"sm",type:"submit"}),a.jsx(je,{"aria-label":t("modelManager.clearCheckpointFolder"),tooltip:t("modelManager.clearCheckpointFolder"),icon:a.jsx(yo,{}),size:"sm",onClick:()=>{e(yx(null)),e(wu(null))},isDisabled:!n,colorScheme:"red"})]})]})})}const QJ=f.memo(YJ);function XJ(){return a.jsxs(F,{flexDirection:"column",w:"100%",gap:4,children:[a.jsx(QJ,{}),a.jsxs(F,{gap:4,children:[a.jsx(F,{sx:{maxHeight:window.innerHeight-300,overflow:"scroll",gap:4,w:"100%"},children:a.jsx(qJ,{})}),a.jsx(KJ,{})]})]})}function JJ(){const[e,t]=f.useState("add"),{t:n}=le();return a.jsxs(F,{flexDirection:"column",gap:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{onClick:()=>t("add"),isChecked:e=="add",size:"sm",width:"100%",children:n("modelManager.addModel")}),a.jsx(Zt,{onClick:()=>t("scan"),isChecked:e=="scan",size:"sm",width:"100%",children:n("modelManager.scanForModels")})]}),e=="add"&&a.jsx(UJ,{}),e=="scan"&&a.jsx(XJ,{})]})}const ZJ=[{label:"Stable Diffusion 1",value:"sd-1"},{label:"Stable Diffusion 2",value:"sd-2"}];function eZ(){const{t:e}=le(),t=te(),{data:n}=Ei(),[r,{isLoading:o}]=D7(),[s,i]=f.useState("sd-1"),u=bx(n==null?void 0:n.entities,(D,U)=>(D==null?void 0:D.model_format)==="diffusers"&&(D==null?void 0:D.base_model)==="sd-1"),d=bx(n==null?void 0:n.entities,(D,U)=>(D==null?void 0:D.model_format)==="diffusers"&&(D==null?void 0:D.base_model)==="sd-2"),p=f.useMemo(()=>({"sd-1":u,"sd-2":d}),[u,d]),[h,g]=f.useState(Object.keys(p[s])[0]),[v,b]=f.useState(Object.keys(p[s])[1]),[S,w]=f.useState(null),[C,_]=f.useState(""),[k,j]=f.useState(.5),[E,I]=f.useState("weighted_sum"),[O,M]=f.useState("root"),[R,A]=f.useState(""),[L,N]=f.useState(!1),Z=Object.keys(p[s]).filter(D=>D!==v&&D!==S),B=Object.keys(p[s]).filter(D=>D!==h&&D!==S),H=Object.keys(p[s]).filter(D=>D!==h&&D!==v),G=D=>{i(D),g(null),b(null)},q=()=>{const D=[];let U=[h,v,S];U=U.filter(J=>J!==null),U.forEach(J=>{J&&D.push(J==null?void 0:J.split("/")[2])});const V={model_names:D,merged_model_name:C!==""?C:D.join("-"),alpha:k,interp:E,force:L,merge_dest_directory:O==="root"?void 0:R};r({base_model:s,body:V}).unwrap().then(J=>{t(rr(or({title:e("modelManager.modelsMerged"),status:"success"})))}).catch(J=>{J&&t(rr(or({title:e("modelManager.modelsMergeFailed"),status:"error"})))})};return a.jsxs(F,{flexDirection:"column",rowGap:4,children:[a.jsxs(F,{sx:{flexDirection:"column",rowGap:1},children:[a.jsx(nt,{children:e("modelManager.modelMergeHeaderHelp1")}),a.jsx(nt,{fontSize:"sm",variant:"subtext",children:e("modelManager.modelMergeHeaderHelp2")})]}),a.jsxs(F,{columnGap:4,children:[a.jsx(Zo,{label:"Model Type",w:"100%",data:ZJ,value:s,onChange:G}),a.jsx(gr,{label:e("modelManager.modelOne"),w:"100%",value:h,placeholder:e("modelManager.selectModel"),data:Z,onChange:D=>g(D)}),a.jsx(gr,{label:e("modelManager.modelTwo"),w:"100%",placeholder:e("modelManager.selectModel"),value:v,data:B,onChange:D=>b(D)}),a.jsx(gr,{label:e("modelManager.modelThree"),data:H,w:"100%",placeholder:e("modelManager.selectModel"),clearable:!0,onChange:D=>{D?(w(D),I("weighted_sum")):(w(null),I("add_difference"))}})]}),a.jsx($i,{label:e("modelManager.mergedModelName"),value:C,onChange:D=>_(D.target.value)}),a.jsxs(F,{sx:{flexDirection:"column",padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsx(ht,{label:e("modelManager.alpha"),min:.01,max:.99,step:.01,value:k,onChange:D=>j(D),withInput:!0,withReset:!0,handleReset:()=>j(.5),withSliderMarks:!0}),a.jsx(nt,{variant:"subtext",fontSize:"sm",children:e("modelManager.modelMergeAlphaHelp")})]}),a.jsxs(F,{sx:{padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsx(nt,{fontWeight:500,fontSize:"sm",variant:"subtext",children:e("modelManager.interpolationType")}),a.jsx(zf,{value:E,onChange:D=>I(D),children:a.jsx(F,{columnGap:4,children:S===null?a.jsxs(a.Fragment,{children:[a.jsx(oa,{value:"weighted_sum",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.weightedSum")})}),a.jsx(oa,{value:"sigmoid",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.sigmoid")})}),a.jsx(oa,{value:"inv_sigmoid",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.inverseSigmoid")})})]}):a.jsx(oa,{value:"add_difference",children:a.jsx(_n,{label:e("modelManager.modelMergeInterpAddDifferenceHelp"),children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.addDifference")})})})})})]}),a.jsxs(F,{sx:{flexDirection:"column",padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.900"}},children:[a.jsxs(F,{columnGap:4,children:[a.jsx(nt,{fontWeight:"500",fontSize:"sm",variant:"subtext",children:e("modelManager.mergedModelSaveLocation")}),a.jsx(zf,{value:O,onChange:D=>M(D),children:a.jsxs(F,{columnGap:4,children:[a.jsx(oa,{value:"root",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.invokeAIFolder")})}),a.jsx(oa,{value:"custom",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.custom")})})]})})]}),O==="custom"&&a.jsx($i,{label:e("modelManager.mergedModelCustomSaveLocation"),value:R,onChange:D=>A(D.target.value)})]}),a.jsx(Bn,{label:e("modelManager.ignoreMismatch"),isChecked:L,onChange:D=>N(D.target.checked),fontWeight:"500"}),a.jsx(Zt,{onClick:q,isLoading:o,isDisabled:h===null||v===null,children:e("modelManager.merge")})]})}const tZ=tt((e,t)=>{const{t:n}=le(),{acceptButtonText:r=n("common.accept"),acceptCallback:o,cancelButtonText:s=n("common.cancel"),cancelCallback:i,children:u,title:d,triggerComponent:p}=e,{isOpen:h,onOpen:g,onClose:v}=pa(),b=f.useRef(null),S=()=>{o(),v()},w=()=>{i&&i(),v()};return a.jsxs(a.Fragment,{children:[f.cloneElement(p,{onClick:g,ref:t}),a.jsx(Ou,{isOpen:h,leastDestructiveRef:b,onClose:v,isCentered:!0,children:a.jsx(va,{children:a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:d}),a.jsx(ya,{children:u}),a.jsxs(ma,{children:[a.jsx(Zt,{ref:b,onClick:w,children:s}),a.jsx(Zt,{colorScheme:"error",onClick:S,ml:3,children:r})]})]})})})]})}),ry=f.memo(tZ);function nZ(e){const{model:t}=e,n=te(),{t:r}=le(),[o,{isLoading:s}]=T7(),[i,u]=f.useState("InvokeAIRoot"),[d,p]=f.useState("");f.useEffect(()=>{u("InvokeAIRoot")},[t]);const h=()=>{u("InvokeAIRoot")},g=()=>{const v={base_model:t.base_model,model_name:t.model_name,params:{convert_dest_directory:i==="Custom"?d:void 0}};if(i==="Custom"&&d===""){n(rr(or({title:r("modelManager.noCustomLocationProvided"),status:"error"})));return}n(rr(or({title:`${r("modelManager.convertingModelBegin")}: ${t.model_name}`,status:"success"}))),o(v).unwrap().then(b=>{n(rr(or({title:`${r("modelManager.modelConverted")}: ${t.model_name}`,status:"success"})))}).catch(b=>{n(rr(or({title:`${r("modelManager.modelConversionFailed")}: ${t.model_name}`,status:"error"})))})};return a.jsxs(ry,{title:`${r("modelManager.convert")} ${t.model_name}`,acceptCallback:g,cancelCallback:h,acceptButtonText:`${r("modelManager.convert")}`,triggerComponent:a.jsxs(Zt,{size:"sm","aria-label":r("modelManager.convertToDiffusers"),className:" modal-close-btn",isLoading:s,children:["🧨 ",r("modelManager.convertToDiffusers")]}),motionPreset:"slideInBottom",children:[a.jsxs(F,{flexDirection:"column",rowGap:4,children:[a.jsx(nt,{children:r("modelManager.convertToDiffusersHelpText1")}),a.jsxs(th,{children:[a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText2")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText3")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText4")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText5")})]}),a.jsx(nt,{children:r("modelManager.convertToDiffusersHelpText6")})]}),a.jsxs(F,{flexDir:"column",gap:2,children:[a.jsxs(F,{marginTop:4,flexDir:"column",gap:2,children:[a.jsx(nt,{fontWeight:"600",children:r("modelManager.convertToDiffusersSaveLocation")}),a.jsx(zf,{value:i,onChange:v=>u(v),children:a.jsxs(F,{gap:4,children:[a.jsx(oa,{value:"InvokeAIRoot",children:a.jsx(_n,{label:"Save converted model in the InvokeAI root folder",children:r("modelManager.invokeRoot")})}),a.jsx(oa,{value:"Custom",children:a.jsx(_n,{label:"Save converted model in a custom folder",children:r("modelManager.custom")})})]})})]}),i==="Custom"&&a.jsxs(F,{flexDirection:"column",rowGap:2,children:[a.jsx(nt,{fontWeight:"500",fontSize:"sm",variant:"subtext",children:r("modelManager.customSaveLocation")}),a.jsx($i,{value:d,onChange:v=>{p(v.target.value)},width:"full"})]})]})]})}function rZ(e){const t=$(Vr),{model:n}=e,[r,{isLoading:o}]=r3(),{data:s}=Z4(),[i,u]=f.useState(!1);f.useEffect(()=>{s!=null&&s.includes(n.config)||u(!0)},[s,n.config]);const d=te(),{t:p}=le(),h=lc({initialValues:{model_name:n.model_name?n.model_name:"",base_model:n.base_model,model_type:"main",path:n.path?n.path:"",description:n.description?n.description:"",model_format:"checkpoint",vae:n.vae?n.vae:"",config:n.config?n.config:"",variant:n.variant},validate:{path:v=>v.trim().length===0?"Must provide a path":null}}),g=f.useCallback(v=>{const b={base_model:n.base_model,model_name:n.model_name,body:v};r(b).unwrap().then(S=>{h.setValues(S),d(rr(or({title:p("modelManager.modelUpdated"),status:"success"})))}).catch(S=>{h.reset(),d(rr(or({title:p("modelManager.modelUpdateFailed"),status:"error"})))})},[h,d,n.base_model,n.model_name,p,r]);return a.jsxs(F,{flexDirection:"column",rowGap:4,width:"100%",children:[a.jsxs(F,{justifyContent:"space-between",alignItems:"center",children:[a.jsxs(F,{flexDirection:"column",children:[a.jsx(nt,{fontSize:"lg",fontWeight:"bold",children:n.model_name}),a.jsxs(nt,{fontSize:"sm",color:"base.400",children:[Rr[n.base_model]," Model"]})]}),["sdxl","sdxl-refiner"].includes(n.base_model)?a.jsx(Xa,{sx:{p:2,borderRadius:4,bg:"error.200",_dark:{bg:"error.400"}},children:"Conversion Not Supported"}):a.jsx(nZ,{model:n})]}),a.jsx(ri,{}),a.jsx(F,{flexDirection:"column",maxHeight:window.innerHeight-270,overflowY:"scroll",children:a.jsx("form",{onSubmit:h.onSubmit(v=>g(v)),children:a.jsxs(F,{flexDirection:"column",overflowY:"scroll",gap:4,children:[a.jsx(Or,{label:p("modelManager.name"),...h.getInputProps("model_name")}),a.jsx(Or,{label:p("modelManager.description"),...h.getInputProps("description")}),a.jsx(zh,{required:!0,...h.getInputProps("base_model")}),a.jsx(Lh,{required:!0,...h.getInputProps("variant")}),a.jsx(Or,{required:!0,label:p("modelManager.modelLocation"),...h.getInputProps("path")}),a.jsx(Or,{label:p("modelManager.vaeLocation"),...h.getInputProps("vae")}),a.jsxs(F,{flexDirection:"column",gap:2,children:[i?a.jsx(Or,{required:!0,label:p("modelManager.config"),...h.getInputProps("config")}):a.jsx(nI,{required:!0,...h.getInputProps("config")}),a.jsx(Bn,{isChecked:i,onChange:()=>u(!i),label:"Use Custom Config"})]}),a.jsx(Zt,{type:"submit",isDisabled:t||o,isLoading:o,children:p("modelManager.updateModel")})]})})})]})}function oZ(e){const t=$(Vr),{model:n}=e,[r,{isLoading:o}]=r3(),s=te(),{t:i}=le(),u=lc({initialValues:{model_name:n.model_name?n.model_name:"",base_model:n.base_model,model_type:"main",path:n.path?n.path:"",description:n.description?n.description:"",model_format:"diffusers",vae:n.vae?n.vae:"",variant:n.variant},validate:{path:p=>p.trim().length===0?"Must provide a path":null}}),d=f.useCallback(p=>{const h={base_model:n.base_model,model_name:n.model_name,body:p};r(h).unwrap().then(g=>{u.setValues(g),s(rr(or({title:i("modelManager.modelUpdated"),status:"success"})))}).catch(g=>{u.reset(),s(rr(or({title:i("modelManager.modelUpdateFailed"),status:"error"})))})},[u,s,n.base_model,n.model_name,i,r]);return a.jsxs(F,{flexDirection:"column",rowGap:4,width:"100%",children:[a.jsxs(F,{flexDirection:"column",children:[a.jsx(nt,{fontSize:"lg",fontWeight:"bold",children:n.model_name}),a.jsxs(nt,{fontSize:"sm",color:"base.400",children:[Rr[n.base_model]," Model"]})]}),a.jsx(ri,{}),a.jsx("form",{onSubmit:u.onSubmit(p=>d(p)),children:a.jsxs(F,{flexDirection:"column",overflowY:"scroll",gap:4,children:[a.jsx(Or,{label:i("modelManager.name"),...u.getInputProps("model_name")}),a.jsx(Or,{label:i("modelManager.description"),...u.getInputProps("description")}),a.jsx(zh,{required:!0,...u.getInputProps("base_model")}),a.jsx(Lh,{required:!0,...u.getInputProps("variant")}),a.jsx(Or,{required:!0,label:i("modelManager.modelLocation"),...u.getInputProps("path")}),a.jsx(Or,{label:i("modelManager.vaeLocation"),...u.getInputProps("vae")}),a.jsx(Zt,{type:"submit",isDisabled:t||o,isLoading:o,children:i("modelManager.updateModel")})]})})]})}const sZ={"sd-1":"SD1","sd-2":"SD2",sdxl:"SDXL","sdxl-refiner":"SDXLR"};function UC(e){const t=$(Vr),{t:n}=le(),r=te(),[o]=A7(),{model:s,isSelected:i,setSelectedModelId:u}=e,d=f.useCallback(()=>{u(s.id)},[s.id,u]),p=f.useCallback(()=>{o(s).unwrap().then(h=>{r(rr(or({title:`${n("modelManager.modelDeleted")}: ${s.model_name}`,status:"success"})))}).catch(h=>{h&&r(rr(or({title:`${n("modelManager.modelDeleteFailed")}: ${s.model_name}`,status:"success"})))}),u(void 0)},[o,s,u,r,n]);return a.jsxs(F,{sx:{gap:2,alignItems:"center",w:"full"},children:[a.jsx(F,{as:Zt,isChecked:i,sx:{justifyContent:"start",p:2,borderRadius:"base",w:"full",alignItems:"center",bg:i?"accent.400":"base.100",color:i?"base.50":"base.800",_hover:{bg:i?"accent.500":"base.300",color:i?"base.50":"base.800"},_dark:{color:i?"base.50":"base.100",bg:i?"accent.600":"base.850",_hover:{color:i?"base.50":"base.100",bg:i?"accent.550":"base.700"}}},onClick:d,children:a.jsxs(F,{gap:4,alignItems:"center",children:[a.jsx(Xa,{minWidth:14,p:1,fontSize:"sm",sx:{bg:"base.350",color:"base.900",_dark:{bg:"base.500"}},children:sZ[s.base_model]}),a.jsx(_n,{label:s.description,hasArrow:!0,placement:"bottom",children:a.jsx(nt,{sx:{fontWeight:500},children:s.model_name})})]})}),a.jsx(ry,{title:n("modelManager.deleteModel"),acceptCallback:p,acceptButtonText:n("modelManager.delete"),triggerComponent:a.jsx(je,{icon:a.jsx(G$,{}),"aria-label":n("modelManager.deleteConfig"),isDisabled:t,colorScheme:"error"}),children:a.jsxs(F,{rowGap:4,flexDirection:"column",children:[a.jsx("p",{style:{fontWeight:"bold"},children:n("modelManager.deleteMsg1")}),a.jsx("p",{children:n("modelManager.deleteMsg2")})]})})]})}const aZ=e=>{const{selectedModelId:t,setSelectedModelId:n}=e,{t:r}=le(),[o,s]=f.useState(""),[i,u]=f.useState("all"),{filteredDiffusersModels:d}=Ei(void 0,{selectFromResult:({data:g})=>({filteredDiffusersModels:GC(g,"diffusers",o)})}),{filteredCheckpointModels:p}=Ei(void 0,{selectFromResult:({data:g})=>({filteredCheckpointModels:GC(g,"checkpoint",o)})}),h=f.useCallback(g=>{s(g.target.value)},[]);return a.jsx(F,{flexDirection:"column",rowGap:4,width:"50%",minWidth:"50%",children:a.jsxs(F,{flexDirection:"column",gap:4,paddingInlineEnd:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{onClick:()=>u("all"),isChecked:i==="all",size:"sm",children:r("modelManager.allModels")}),a.jsx(Zt,{size:"sm",onClick:()=>u("diffusers"),isChecked:i==="diffusers",children:r("modelManager.diffusersModels")}),a.jsx(Zt,{size:"sm",onClick:()=>u("checkpoint"),isChecked:i==="checkpoint",children:r("modelManager.checkpointModels")})]}),a.jsx($i,{onChange:h,label:r("modelManager.search"),labelPos:"side"}),["all","diffusers"].includes(i)&&d.length>0&&a.jsx(qC,{children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(nt,{variant:"subtext",fontSize:"sm",children:"Diffusers"}),d.map(g=>a.jsx(UC,{model:g,isSelected:t===g.id,setSelectedModelId:n},g.id))]})}),["all","checkpoint"].includes(i)&&p.length>0&&a.jsx(qC,{children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(nt,{variant:"subtext",fontSize:"sm",children:"Checkpoint"}),p.map(g=>a.jsx(UC,{model:g,isSelected:t===g.id,setSelectedModelId:n},g.id))]})})]})})},GC=(e,t,n)=>{const r=[];return Yo(e==null?void 0:e.entities,o=>{if(!o)return;const s=o.model_name.toLowerCase().includes(n.toLowerCase()),i=o.model_format===t;s&&i&&r.push(o)}),r},qC=e=>a.jsx(F,{flexDirection:"column",maxHeight:window.innerHeight-280,overflow:"scroll",gap:4,borderRadius:4,p:4,sx:{bg:"base.200",_dark:{bg:"base.800"}},children:e.children});function iZ(){const[e,t]=f.useState(),{model:n}=Ei(void 0,{selectFromResult:({data:r})=>({model:e?r==null?void 0:r.entities[e]:void 0})});return a.jsxs(F,{sx:{gap:8,w:"full",h:"full"},children:[a.jsx(aZ,{selectedModelId:e,setSelectedModelId:t}),a.jsx(lZ,{model:n})]})}const lZ=e=>{const{model:t}=e;return(t==null?void 0:t.model_format)==="checkpoint"?a.jsx(rZ,{model:t},t.id):(t==null?void 0:t.model_format)==="diffusers"?a.jsx(oZ,{model:t},t.id):a.jsx(F,{sx:{w:"full",h:"full",justifyContent:"center",alignItems:"center",maxH:96,userSelect:"none"},children:a.jsx(nt,{variant:"subtext",children:"No Model Selected"})})},KC=[{id:"modelManager",label:br.t("modelManager.modelManager"),content:a.jsx(iZ,{})},{id:"importModels",label:br.t("modelManager.importModels"),content:a.jsx(JJ,{})},{id:"mergeModels",label:br.t("modelManager.mergeModels"),content:a.jsx(eZ,{})}],cZ=()=>a.jsxs(lh,{isLazy:!0,variant:"line",layerStyle:"first",sx:{w:"full",h:"full",p:4,gap:4,borderRadius:"base"},children:[a.jsx(ch,{children:KC.map(e=>a.jsx(fh,{sx:{borderTopRadius:"base"},children:e.label},e.id))}),a.jsx(dh,{sx:{w:"full",h:"full"},children:KC.map(e=>a.jsx(uh,{sx:{w:"full",h:"full"},children:e.content},e.id))})]}),uZ=f.memo(cZ);const dZ=e=>ve([t=>t.nodes],t=>{const n=t.invocationTemplates[e];if(n)return n},{memoizeOptions:{resultEqualityCheck:(t,n)=>t!==void 0&&n!==void 0&&t.type===n.type}}),fZ=(e,t)=>{const n={id:e,name:t.name,type:t.type};return t.inputRequirement!=="never"&&(t.type==="string"&&(n.value=t.default??""),t.type==="integer"&&(n.value=t.default??0),t.type==="float"&&(n.value=t.default??0),t.type==="boolean"&&(n.value=t.default??!1),t.type==="enum"&&(t.enumType==="number"&&(n.value=t.default??0),t.enumType==="string"&&(n.value=t.default??"")),t.type==="array"&&(n.value=t.default??1),t.type==="image"&&(n.value=void 0),t.type==="image_collection"&&(n.value=[]),t.type==="latents"&&(n.value=void 0),t.type==="conditioning"&&(n.value=void 0),t.type==="unet"&&(n.value=void 0),t.type==="clip"&&(n.value=void 0),t.type==="vae"&&(n.value=void 0),t.type==="control"&&(n.value=void 0),t.type==="model"&&(n.value=void 0),t.type==="vae_model"&&(n.value=void 0),t.type==="lora_model"&&(n.value=void 0),t.type==="controlnet_model"&&(n.value=void 0)),n},pZ=ve([e=>e.nodes],e=>e.invocationTemplates),oy="node-drag-handle",YC={dragHandle:`.${oy}`},hZ=()=>{const e=$(pZ),t=Qp();return f.useCallback(n=>{if(n==="progress_image"){const{x:h,y:g}=t.project({x:window.innerWidth/2.5,y:window.innerHeight/8});return{...YC,id:"progress_image",type:"progress_image",position:{x:h,y:g},data:{}}}const r=e[n];if(r===void 0){console.error(`Unable to find template ${n}.`);return}const o=Ga(),s=xx(r.inputs,(h,g,v)=>{const b=Ga(),S=fZ(b,g);return h[v]=S,h},{}),i=xx(r.outputs,(h,g,v)=>{const S={id:Ga(),name:v,type:g.type};return h[v]=S,h},{}),{x:u,y:d}=t.project({x:window.innerWidth/2.5,y:window.innerHeight/8});return{...YC,id:o,type:"invocation",position:{x:u,y:d},data:{id:o,type:n,inputs:s,outputs:i}}},[e,t])},mZ=e=>{const{nodeId:t,title:n,description:r}=e;return a.jsxs(F,{className:oy,sx:{borderTopRadius:"md",alignItems:"center",justifyContent:"space-between",px:2,py:1,bg:"base.100",_dark:{bg:"base.900"}},children:[a.jsx(_n,{label:t,children:a.jsx(sa,{size:"xs",sx:{fontWeight:600,color:"base.900",_dark:{color:"base.200"}},children:n})}),a.jsx(_n,{label:r,placement:"top",hasArrow:!0,shouldWrapChildren:!0,children:a.jsx(go,{sx:{h:"min-content",color:"base.700",_dark:{color:"base.300"}},as:I$})})]})},aI=f.memo(mZ),iI=()=>{const e=Qp();return f.useCallback(({source:n,sourceHandle:r,target:o,targetHandle:s})=>(e.getEdges(),e.getNodes(),!0),[e])},gZ={position:"absolute",width:"1rem",height:"1rem",borderWidth:0},vZ={left:"-1rem"},yZ={right:"-0.5rem"},bZ=e=>{const{field:t,isValidConnection:n,handleType:r,styles:o}=e,{name:s,type:i}=t;return a.jsx(_n,{label:i,placement:r==="target"?"start":"end",hasArrow:!0,openDelay:o3,children:a.jsx(N7,{type:r,id:s,isValidConnection:n,position:r==="target"?wx.Left:wx.Right,style:{backgroundColor:s3[i].colorCssVar,...o,...gZ,...r==="target"?vZ:yZ}})})},lI=f.memo(bZ),xZ=e=>a.jsx(R$,{}),wZ=f.memo(xZ),SZ=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s.target.checked}))};return a.jsx(Vv,{onChange:o,isChecked:n.value})},CZ=f.memo(SZ),_Z=e=>null,kZ=f.memo(_Z);function Bh(){return(Bh=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function Y0(e){var t=f.useRef(e),n=f.useRef(function(r){t.current&&t.current(r)});return t.current=e,n.current}var Gl=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e0:C.buttons>0)&&o.current?s(QC(o.current,C,u.current)):w(!1)},S=function(){return w(!1)};function w(C){var _=d.current,k=Q0(o.current),j=C?k.addEventListener:k.removeEventListener;j(_?"touchmove":"mousemove",b),j(_?"touchend":"mouseup",S)}return[function(C){var _=C.nativeEvent,k=o.current;if(k&&(XC(_),!function(E,I){return I&&!Zc(E)}(_,d.current)&&k)){if(Zc(_)){d.current=!0;var j=_.changedTouches||[];j.length&&(u.current=j[0].identifier)}k.focus(),s(QC(k,_,u.current)),w(!0)}},function(C){var _=C.which||C.keyCode;_<37||_>40||(C.preventDefault(),i({left:_===39?.05:_===37?-.05:0,top:_===40?.05:_===38?-.05:0}))},w]},[i,s]),h=p[0],g=p[1],v=p[2];return f.useEffect(function(){return v},[v]),z.createElement("div",Bh({},r,{onTouchStart:h,onMouseDown:h,className:"react-colorful__interactive",ref:o,onKeyDown:g,tabIndex:0,role:"slider"}))}),Fh=function(e){return e.filter(Boolean).join(" ")},ay=function(e){var t=e.color,n=e.left,r=e.top,o=r===void 0?.5:r,s=Fh(["react-colorful__pointer",e.className]);return z.createElement("div",{className:s,style:{top:100*o+"%",left:100*n+"%"}},z.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},ao=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n},uI=function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:ao(e.h),s:ao(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:ao(o/2),a:ao(r,2)}},X0=function(e){var t=uI(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},Bg=function(e){var t=uI(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},PZ=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var s=Math.floor(t),i=r*(1-n),u=r*(1-(t-s)*n),d=r*(1-(1-t+s)*n),p=s%6;return{r:ao(255*[r,u,i,i,d,r][p]),g:ao(255*[d,r,r,u,i,i][p]),b:ao(255*[i,i,d,r,r,u][p]),a:ao(o,2)}},jZ=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,s=Math.max(t,n,r),i=s-Math.min(t,n,r),u=i?s===t?(n-r)/i:s===n?2+(r-t)/i:4+(t-n)/i:0;return{h:ao(60*(u<0?u+6:u)),s:ao(s?i/s*100:0),v:ao(s/255*100),a:o}},IZ=z.memo(function(e){var t=e.hue,n=e.onChange,r=Fh(["react-colorful__hue",e.className]);return z.createElement("div",{className:r},z.createElement(sy,{onMove:function(o){n({h:360*o.left})},onKey:function(o){n({h:Gl(t+360*o.left,0,360)})},"aria-label":"Hue","aria-valuenow":ao(t),"aria-valuemax":"360","aria-valuemin":"0"},z.createElement(ay,{className:"react-colorful__hue-pointer",left:t/360,color:X0({h:t,s:100,v:100,a:1})})))}),EZ=z.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:X0({h:t.h,s:100,v:100,a:1})};return z.createElement("div",{className:"react-colorful__saturation",style:r},z.createElement(sy,{onMove:function(o){n({s:100*o.left,v:100-100*o.top})},onKey:function(o){n({s:Gl(t.s+100*o.left,0,100),v:Gl(t.v-100*o.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+ao(t.s)+"%, Brightness "+ao(t.v)+"%"},z.createElement(ay,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:X0(t)})))}),dI=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0};function OZ(e,t,n){var r=Y0(n),o=f.useState(function(){return e.toHsva(t)}),s=o[0],i=o[1],u=f.useRef({color:t,hsva:s});f.useEffect(function(){if(!e.equal(t,u.current.color)){var p=e.toHsva(t);u.current={hsva:p,color:t},i(p)}},[t,e]),f.useEffect(function(){var p;dI(s,u.current.hsva)||e.equal(p=e.fromHsva(s),u.current.color)||(u.current={hsva:s,color:p},r(p))},[s,e,r]);var d=f.useCallback(function(p){i(function(h){return Object.assign({},h,p)})},[]);return[s,d]}var RZ=typeof window<"u"?f.useLayoutEffect:f.useEffect,MZ=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0},JC=new Map,DZ=function(e){RZ(function(){var t=e.current?e.current.ownerDocument:document;if(t!==void 0&&!JC.has(t)){var n=t.createElement("style");n.innerHTML=`.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}`,JC.set(t,n);var r=MZ();r&&n.setAttribute("nonce",r),t.head.appendChild(n)}},[])},TZ=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+Bg(Object.assign({},n,{a:0}))+", "+Bg(Object.assign({},n,{a:1}))+")"},s=Fh(["react-colorful__alpha",t]),i=ao(100*n.a);return z.createElement("div",{className:s},z.createElement("div",{className:"react-colorful__alpha-gradient",style:o}),z.createElement(sy,{onMove:function(u){r({a:u.left})},onKey:function(u){r({a:Gl(n.a+u.left)})},"aria-label":"Alpha","aria-valuetext":i+"%","aria-valuenow":i,"aria-valuemin":"0","aria-valuemax":"100"},z.createElement(ay,{className:"react-colorful__alpha-pointer",left:n.a,color:Bg(n)})))},AZ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=r===void 0?n.defaultColor:r,s=e.onChange,i=cI(e,["className","colorModel","color","onChange"]),u=f.useRef(null);DZ(u);var d=OZ(n,o,s),p=d[0],h=d[1],g=Fh(["react-colorful",t]);return z.createElement("div",Bh({},i,{ref:u,className:g}),z.createElement(EZ,{hsva:p,onChange:h}),z.createElement(IZ,{hue:p.h,onChange:h}),z.createElement(TZ,{hsva:p,onChange:h,className:"react-colorful__last-control"}))},NZ={defaultColor:{r:0,g:0,b:0,a:1},toHsva:jZ,fromHsva:PZ,equal:dI},fI=function(e){return z.createElement(AZ,Bh({},e,{colorModel:NZ}))};const $Z=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s}))};return a.jsx(fI,{className:"nodrag",color:n.value,onChange:o})},zZ=f.memo($Z),LZ=e=>null,BZ=f.memo(LZ),FZ=e=>null,HZ=f.memo(FZ),WZ=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te();le();const{data:s}=hv(),i=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/controlnet/${r==null?void 0:r.model_name}`])??null,[r==null?void 0:r.base_model,r==null?void 0:r.model_name,s==null?void 0:s.entities]),u=f.useMemo(()=>{if(!s)return[];const p=[];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p},[s]),d=f.useCallback(p=>{if(!p)return;const h=Hj(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return a.jsx(Zo,{tooltip:i==null?void 0:i.description,label:(i==null?void 0:i.base_model)&&Rr[i==null?void 0:i.base_model],value:(i==null?void 0:i.id)??null,placeholder:"Pick one",error:!i,data:u,onChange:d})},VZ=f.memo(WZ),UZ=e=>{const{nodeId:t,field:n,template:r}=e,o=te(),s=i=>{o(Ko({nodeId:t,fieldName:n.name,value:i.target.value}))};return a.jsx(s5,{onChange:s,value:n.value,children:r.options.map(i=>a.jsx("option",{children:i},i))})},GZ=f.memo(UZ),qZ=e=>{var p;const{nodeId:t,field:n}=e,r=te();f.useCallback(({image_name:h})=>{r(Ko({nodeId:t,fieldName:n.name,value:$7([...n.value??[],{image_name:h}],"image_name")}))},[r,n.name,n.value,t]);const o={id:`node-${t}-${n.name}`,actionType:"SET_MULTI_NODES_IMAGE",context:{nodeId:t,fieldName:n.name}},{isOver:s,setNodeRef:i,active:u,over:d}=iv({id:`node_${t}`,data:o});return f.useCallback(()=>{r(Ko({nodeId:t,fieldName:n.name,value:void 0}))},[r,n.name,t]),a.jsxs(F,{ref:i,sx:{w:"full",h:"full",alignItems:"center",justifyContent:"center",position:"relative",minH:"10rem"},children:[(p=n.value)==null?void 0:p.map(({image_name:h})=>a.jsx(YZ,{imageName:h},h)),Cf(o,u)&&a.jsx(Kf,{isOver:s})]})},KZ=f.memo(qZ),YZ=e=>{const{currentData:t}=gs(e.imageName);return a.jsx(Za,{imageDTO:t,isDropDisabled:!0,isDragDisabled:!0})},QZ=e=>{var v;const{nodeId:t,field:n}=e,r=te(),{currentData:o,isLoading:s,isError:i,isSuccess:u}=gs(((v=n.value)==null?void 0:v.image_name)??Go.skipToken),d=f.useCallback(()=>{r(Ko({nodeId:t,fieldName:n.name,value:void 0}))},[r,n.name,t]),p=f.useMemo(()=>{if(o)return{id:`node-${t}-${n.name}`,payloadType:"IMAGE_DTO",payload:{imageDTO:o}}},[n.name,o,t]),h=f.useMemo(()=>({id:`node-${t}-${n.name}`,actionType:"SET_NODES_IMAGE",context:{nodeId:t,fieldName:n.name}}),[n.name,t]),g=f.useMemo(()=>({type:"SET_NODES_IMAGE",nodeId:t,fieldName:n.name}),[t,n.name]);return a.jsx(F,{sx:{w:"full",h:"full",alignItems:"center",justifyContent:"center"},children:a.jsx(Za,{imageDTO:o,droppableData:h,draggableData:p,onClickReset:d,postUploadAction:g})})},XZ=f.memo(QZ),JZ=e=>a.jsx(i$,{}),ZC=f.memo(JZ),ZZ=e=>null,eee=f.memo(ZZ),tee=Yp.child({module:"models"}),nee=e=>{const[t,n,r]=e.split("/"),o=z7.safeParse({base_model:t,model_name:r});if(!o.success){tee.error({loraModelId:e,errors:o.error.format()},"Failed to parse LoRA model id");return}return o.data},ree=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te(),{data:s}=W4(),i=f.useMemo(()=>{if(!s)return[];const p=[];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p.sort((h,g)=>h.disabled&&!g.disabled?1:-1)},[s]),u=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/lora/${r==null?void 0:r.model_name}`])??null,[s==null?void 0:s.entities,r==null?void 0:r.base_model,r==null?void 0:r.model_name]),d=f.useCallback(p=>{if(!p)return;const h=nee(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return(s==null?void 0:s.ids.length)===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No LoRAs Loaded"})}):a.jsx(gr,{value:(u==null?void 0:u.id)??null,label:(u==null?void 0:u.base_model)&&Rr[u==null?void 0:u.base_model],placeholder:i.length>0?"Select a LoRA":"No LoRAs available",data:i,nothingFound:"No matching LoRAs",itemComponent:ic,disabled:i.length===0,filter:(p,h)=>{var g;return((g=h.label)==null?void 0:g.toLowerCase().includes(p.toLowerCase().trim()))||h.value.toLowerCase().includes(p.toLowerCase().trim())},onChange:d})},oee=f.memo(ree),see=e=>{var h,g;const{nodeId:t,field:n}=e,r=te(),{t:o}=le(),{data:s,isLoading:i}=Ei(),u=f.useMemo(()=>{if(!s)return[];const v=[];return Yo(s.entities,(b,S)=>{b&&v.push({value:S,label:b.model_name,group:Rr[b.base_model]})}),v},[s]),d=f.useMemo(()=>{var v,b;return(s==null?void 0:s.entities[`${(v=n.value)==null?void 0:v.base_model}/main/${(b=n.value)==null?void 0:b.model_name}`])??null},[(h=n.value)==null?void 0:h.base_model,(g=n.value)==null?void 0:g.model_name,s==null?void 0:s.entities]),p=f.useCallback(v=>{if(!v)return;const b=Yj(v);b&&r(Ko({nodeId:t,fieldName:n.name,value:b}))},[r,n.name,t]);return i?a.jsx(gr,{label:o("modelManager.model"),placeholder:"Loading...",disabled:!0,data:[]}):a.jsx(gr,{tooltip:d==null?void 0:d.description,label:(d==null?void 0:d.base_model)&&Rr[d==null?void 0:d.base_model],value:d==null?void 0:d.id,placeholder:u.length>0?"Select a model":"No models available",data:u,error:u.length===0,disabled:u.length===0,onChange:p})},aee=f.memo(see),iee=e=>{const{nodeId:t,field:n}=e,r=te(),[o,s]=f.useState(String(n.value)),i=u=>{s(u),u.match(Bp)||r(Ko({nodeId:t,fieldName:n.name,value:e.template.type==="integer"?Math.floor(Number(u)):Number(u)}))};return f.useEffect(()=>{!o.match(Bp)&&n.value!==Number(o)&&s(String(n.value))},[n.value,o]),a.jsxs(U4,{onChange:i,value:o,step:e.template.type==="integer"?1:.1,precision:e.template.type==="integer"?0:3,children:[a.jsx(G4,{}),a.jsxs(q4,{children:[a.jsx(K4,{}),a.jsx(Y4,{})]})]})},lee=f.memo(iee),cee=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s.target.value}))};return a.jsx(ku,{onChange:o,value:n.value})},uee=f.memo(cee),dee=e=>null,fee=f.memo(dee),pee=e=>null,hee=f.memo(pee),mee=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te();le();const{data:s}=Q4(),i=f.useMemo(()=>{if(!s)return[];const p=[{value:"default",label:"Default",group:"Default"}];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p.sort((h,g)=>h.disabled&&!g.disabled?1:-1)},[s]),u=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/vae/${r==null?void 0:r.model_name}`])??null,[s==null?void 0:s.entities,r]),d=f.useCallback(p=>{if(!p)return;const h=Qj(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return a.jsx(gr,{itemComponent:ic,tooltip:u==null?void 0:u.description,label:(u==null?void 0:u.base_model)&&Rr[u==null?void 0:u.base_model],value:(u==null?void 0:u.id)??"default",placeholder:"Default",data:i,onChange:d,disabled:i.length===0,clearable:!0})},gee=f.memo(mee),vee=e=>{const{nodeId:t,field:n,template:r}=e,{type:o}=n;return o==="string"&&r.type==="string"?a.jsx(uee,{nodeId:t,field:n,template:r}):o==="boolean"&&r.type==="boolean"?a.jsx(CZ,{nodeId:t,field:n,template:r}):o==="integer"&&r.type==="integer"||o==="float"&&r.type==="float"?a.jsx(lee,{nodeId:t,field:n,template:r}):o==="enum"&&r.type==="enum"?a.jsx(GZ,{nodeId:t,field:n,template:r}):o==="image"&&r.type==="image"?a.jsx(XZ,{nodeId:t,field:n,template:r}):o==="latents"&&r.type==="latents"?a.jsx(eee,{nodeId:t,field:n,template:r}):o==="conditioning"&&r.type==="conditioning"?a.jsx(BZ,{nodeId:t,field:n,template:r}):o==="unet"&&r.type==="unet"?a.jsx(fee,{nodeId:t,field:n,template:r}):o==="clip"&&r.type==="clip"?a.jsx(kZ,{nodeId:t,field:n,template:r}):o==="vae"&&r.type==="vae"?a.jsx(hee,{nodeId:t,field:n,template:r}):o==="control"&&r.type==="control"?a.jsx(HZ,{nodeId:t,field:n,template:r}):o==="model"&&r.type==="model"?a.jsx(aee,{nodeId:t,field:n,template:r}):o==="vae_model"&&r.type==="vae_model"?a.jsx(gee,{nodeId:t,field:n,template:r}):o==="lora_model"&&r.type==="lora_model"?a.jsx(oee,{nodeId:t,field:n,template:r}):o==="controlnet_model"&&r.type==="controlnet_model"?a.jsx(VZ,{nodeId:t,field:n,template:r}):o==="array"&&r.type==="array"?a.jsx(wZ,{nodeId:t,field:n,template:r}):o==="item"&&r.type==="item"?a.jsx(ZC,{nodeId:t,field:n,template:r}):o==="color"&&r.type==="color"?a.jsx(zZ,{nodeId:t,field:n,template:r}):o==="item"&&r.type==="item"?a.jsx(ZC,{nodeId:t,field:n,template:r}):o==="image_collection"&&r.type==="image_collection"?a.jsx(KZ,{nodeId:t,field:n,template:r}):a.jsxs(ze,{p:2,children:["Unknown field type: ",o]})},yee=f.memo(vee);function bee(e){const{nodeId:t,input:n,template:r,connected:o}=e,s=iI();return a.jsx(ze,{className:"nopan",position:"relative",borderColor:r?!o&&["always","connectionOnly"].includes(String(r==null?void 0:r.inputRequirement))&&n.value===void 0?"warning.400":void 0:"error.400",children:a.jsx(Ss,{isDisabled:r?o:!0,pl:2,children:r?a.jsxs(a.Fragment,{children:[a.jsxs(Sl,{justifyContent:"space-between",alignItems:"center",children:[a.jsx(Sl,{children:a.jsx(_n,{label:r==null?void 0:r.description,placement:"top",hasArrow:!0,shouldWrapChildren:!0,openDelay:o3,children:a.jsx(vs,{children:r==null?void 0:r.title})})}),a.jsx(yee,{nodeId:t,field:n,template:r})]}),!["never","directOnly"].includes((r==null?void 0:r.inputRequirement)??"")&&a.jsx(lI,{nodeId:t,field:r,isValidConnection:s,handleType:"target"})]}):a.jsx(Sl,{justifyContent:"space-between",alignItems:"center",children:a.jsxs(vs,{children:["Unknown input: ",n.name]})})})})}const xee=e=>{const{nodeId:t,template:n,inputs:r}=e,o=$(i=>i.nodes.edges);return f.useCallback(()=>{const i=[],u=Cs(r);return u.forEach((d,p)=>{const h=n.inputs[d.name],g=!!o.filter(v=>v.target===t&&v.targetHandle===d.name).length;p{const{nodeId:t,template:n,outputs:r}=e,o=$(i=>i.nodes.edges);return f.useCallback(()=>{const i=[];return Cs(r).forEach(d=>{const p=n.outputs[d.name],h=!!o.filter(g=>g.source===t&&g.sourceHandle===d.name).length;i.push(a.jsx(See,{nodeId:t,output:d,template:p,connected:h},d.id))}),a.jsx(F,{flexDir:"column",children:i})},[o,t,r,n.outputs])()},_ee=f.memo(Cee),kee=e=>{const{...t}=e;return a.jsx(RA,{style:{position:"absolute",border:"none",background:"transparent",width:15,height:15,bottom:0,right:0},minWidth:a3,...t})},J0=f.memo(kee),Z0=e=>{const[t,n]=Kl("shadows",["nodeSelectedOutline","dark-lg"]),r=$(o=>o.hotkeys.shift);return a.jsx(ze,{className:r?oy:"nopan",sx:{position:"relative",borderRadius:"md",minWidth:a3,shadow:e.selected?`${t}, ${n}`:`${n}`},children:e.children})},pI=f.memo(e=>{const{id:t,data:n,selected:r}=e,{type:o,inputs:s,outputs:i}=n,u=f.useMemo(()=>dZ(o),[o]),d=$(u);return d?a.jsxs(Z0,{selected:r,children:[a.jsx(aI,{nodeId:t,title:d.title,description:d.description}),a.jsxs(F,{className:"nopan",sx:{cursor:"auto",flexDirection:"column",borderBottomRadius:"md",py:2,bg:"base.150",_dark:{bg:"base.800"}},children:[a.jsx(_ee,{nodeId:t,outputs:i,template:d}),a.jsx(wee,{nodeId:t,inputs:s,template:d})]}),a.jsx(J0,{})]}):a.jsx(Z0,{selected:r,children:a.jsxs(F,{className:"nopan",sx:{alignItems:"center",justifyContent:"center",cursor:"auto"},children:[a.jsx(go,{as:v$,sx:{boxSize:32,color:"base.600",_dark:{color:"base.400"}}}),a.jsx(J0,{})]})})});pI.displayName="InvocationComponent";const Pee=e=>{const t=$(r=>r.system.progressImage),{selected:n}=e;return a.jsxs(Z0,{selected:n,children:[a.jsx(aI,{title:"Progress Image",description:"Displays the progress image in the Node Editor"}),a.jsx(F,{className:"nopan",sx:{flexDirection:"column",borderBottomRadius:"md",p:2,bg:"base.200",_dark:{bg:"base.800"}},children:t?a.jsx(bu,{src:t.dataURL,sx:{w:"full",h:"full",objectFit:"contain"}}):a.jsx(F,{sx:{w:"full",h:"full",minW:32,minH:32,alignItems:"center",justifyContent:"center"},children:a.jsx(Bi,{})})}),a.jsx(J0,{maxHeight:(t==null?void 0:t.height)??512,maxWidth:(t==null?void 0:t.width)??512})]})},jee=f.memo(Pee),Iee=()=>{const{t:e}=le(),{zoomIn:t,zoomOut:n,fitView:r}=Qp(),o=te(),s=$(S=>S.nodes.shouldShowGraphOverlay),i=$(S=>S.nodes.shouldShowFieldTypeLegend),u=$(S=>S.nodes.shouldShowMinimapPanel),d=f.useCallback(()=>{t()},[t]),p=f.useCallback(()=>{n()},[n]),h=f.useCallback(()=>{r()},[r]),g=f.useCallback(()=>{o(L7(!s))},[s,o]),v=f.useCallback(()=>{o(B7(!i))},[i,o]),b=f.useCallback(()=>{o(F7(!u))},[u,o]);return a.jsxs(Yn,{isAttached:!0,orientation:"vertical",children:[a.jsx(_n,{label:e("nodes.zoomInNodes"),children:a.jsx(je,{onClick:d,icon:a.jsx(Tu,{})})}),a.jsx(_n,{label:e("nodes.zoomOutNodes"),children:a.jsx(je,{onClick:p,icon:a.jsx(T$,{})})}),a.jsx(_n,{label:e("nodes.fitViewportNodes"),children:a.jsx(je,{onClick:h,icon:a.jsx(x$,{})})}),a.jsx(_n,{label:e(s?"nodes.hideGraphNodes":"nodes.showGraphNodes"),children:a.jsx(je,{isChecked:s,onClick:g,icon:a.jsx(qv,{})})}),a.jsx(_n,{label:e(i?"nodes.hideLegendNodes":"nodes.showLegendNodes"),children:a.jsx(je,{isChecked:i,onClick:v,icon:a.jsx(E$,{})})}),a.jsx(_n,{label:e(u?"nodes.hideMinimapnodes":"nodes.showMinimapnodes"),children:a.jsx(je,{isChecked:u,onClick:b,icon:a.jsx(M$,{})})})]})},Eee=f.memo(Iee),Oee=()=>a.jsx(yu,{position:"bottom-left",children:a.jsx(Eee,{})}),Ree=f.memo(Oee),Mee=()=>{const e=ff({background:"var(--invokeai-colors-base-200)"},{background:"var(--invokeai-colors-base-500)"}),t=$(o=>o.nodes.shouldShowMinimapPanel),n=ff("var(--invokeai-colors-accent-300)","var(--invokeai-colors-accent-700)"),r=ff("var(--invokeai-colors-blackAlpha-300)","var(--invokeai-colors-blackAlpha-600)");return a.jsx(a.Fragment,{children:t&&a.jsx(wA,{nodeStrokeWidth:3,pannable:!0,zoomable:!0,nodeBorderRadius:30,style:e,nodeColor:n,maskColor:r})})},Dee=f.memo(Mee),Tee=()=>{const{t:e}=le(),t=te(),{fitView:n}=Qp(),r=f.useRef(null),o=f.useCallback(s=>{var u;if(!s)return;const i=new FileReader;i.onload=async()=>{const d=i.result,p=await JSON.parse(String(d));p||t(rr(or({title:e("toast.nodesLoadedFailed"),status:"error"}))),p&&(t(H7(p.nodes)),t(W7(p.edges)),n(),t(rr(or({title:e("toast.nodesLoaded"),status:"success"})))),i.abort()},i.readAsText(s),(u=r.current)==null||u.call(r)},[n,t,e]);return a.jsx(rj,{resetRef:r,accept:"application/json",onChange:o,children:s=>a.jsx(je,{icon:a.jsx(Au,{}),tooltip:e("nodes.loadNodes"),"aria-label":e("nodes.loadNodes"),...s})})},Aee=f.memo(Tee);function Nee(e){const{iconButton:t=!1,...n}=e,r=te(),o=$(dr),s=X1(),i=f.useCallback(()=>{r(gv("nodes"))},[r]),{t:u}=le();return qe(["ctrl+enter","meta+enter"],i,{enabled:()=>s,preventDefault:!0,enableOnFormTags:["input","textarea","select"]},[s,o]),a.jsx(ze,{style:{flexGrow:4},position:"relative",children:a.jsxs(ze,{style:{position:"relative"},children:[!s&&a.jsx(ze,{borderRadius:"base",style:{position:"absolute",bottom:"0",left:"0",right:"0",height:"100%",overflow:"clip"},children:a.jsx(Kj,{})}),t?a.jsx(je,{"aria-label":u("parameters.invoke"),type:"submit",icon:a.jsx(U5,{}),isDisabled:!s,onClick:i,flexGrow:1,w:"100%",tooltip:u("parameters.invoke"),tooltipProps:{placement:"bottom"},colorScheme:"accent",id:"invoke-button",_disabled:{background:"none",_hover:{background:"none"}},...n}):a.jsx(Zt,{"aria-label":u("parameters.invoke"),type:"submit",isDisabled:!s,onClick:i,flexGrow:1,w:"100%",colorScheme:"accent",id:"invoke-button",fontWeight:700,_disabled:{background:"none",_hover:{background:"none"}},...n,children:"Invoke"})]})})}function $ee(){const{t:e}=le(),t=te(),n=f.useCallback(()=>{t(V7())},[t]);return a.jsx(je,{icon:a.jsx(H$,{}),tooltip:e("nodes.reloadSchema"),"aria-label":e("nodes.reloadSchema"),onClick:n})}const zee=()=>{const{t:e}=le(),t=$(o=>o.nodes.editorInstance),n=$(o=>o.nodes.nodes),r=f.useCallback(()=>{if(t){const o=t.toObject();o.edges=Cs(o.edges,u=>U7(u,["style"]));const s=new Blob([JSON.stringify(o)]),i=document.createElement("a");i.href=URL.createObjectURL(s),i.download="MyNodes.json",document.body.appendChild(i),i.click(),i.remove()}},[t]);return a.jsx(je,{icon:a.jsx(hh,{}),fontSize:18,tooltip:e("nodes.saveNodes"),"aria-label":e("nodes.saveNodes"),onClick:r,isDisabled:n.length===0})},Lee=f.memo(zee),Bee=()=>{const{t:e}=le(),t=te(),{isOpen:n,onOpen:r,onClose:o}=pa(),s=f.useRef(null),i=$(d=>d.nodes.nodes),u=f.useCallback(()=>{t(G7()),t(rr(or({title:e("toast.nodesCleared"),status:"success"}))),o()},[t,e,o]);return a.jsxs(a.Fragment,{children:[a.jsx(je,{icon:a.jsx(yo,{}),tooltip:e("nodes.clearNodes"),"aria-label":e("nodes.clearNodes"),onClick:r,isDisabled:i.length===0}),a.jsxs(Ou,{isOpen:n,onClose:o,leastDestructiveRef:s,isCentered:!0,children:[a.jsx(va,{}),a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:e("nodes.clearNodes")}),a.jsx(ya,{children:a.jsx(nt,{children:e("common.clearNodes")})}),a.jsxs(ma,{children:[a.jsx(Sf,{ref:s,onClick:o,children:e("common.cancel")}),a.jsx(Sf,{colorScheme:"red",ml:3,onClick:u,children:e("common.accept")})]})]})]})]})},Fee=f.memo(Bee),Hee=()=>a.jsx(yu,{position:"top-center",children:a.jsxs(Sl,{children:[a.jsx(Nee,{}),a.jsx(Ah,{}),a.jsx($ee,{}),a.jsx(Lee,{}),a.jsx(Aee,{}),a.jsx(Fee,{})]})}),Wee=f.memo(Hee),Vee=ve(q7,e=>{const t=Cs(e.invocationTemplates,n=>({label:n.title,value:n.type,description:n.description}));return t.push({label:"Progress Image",value:"progress_image",description:"Displays the progress image in the Node Editor"}),{data:t}},at),Uee=()=>{const e=te(),{data:t}=$(Vee),n=hZ(),r=Yl(),o=f.useCallback(i=>{const u=n(i);if(!u){r({status:"error",title:`Unknown Invocation type ${i}`});return}e(K7(u))},[e,n,r]),s=f.useCallback(i=>{i&&o(i)},[o]);return a.jsx(F,{sx:{gap:2,alignItems:"center"},children:a.jsx(gr,{selectOnBlur:!1,placeholder:"Add Node",value:null,data:t,maxDropdownHeight:400,nothingFound:"No matching nodes",itemComponent:hI,filter:(i,u)=>u.label.toLowerCase().includes(i.toLowerCase().trim())||u.value.toLowerCase().includes(i.toLowerCase().trim())||u.description.toLowerCase().includes(i.toLowerCase().trim()),onChange:s,sx:{width:"18rem"}})})},hI=f.forwardRef(({label:e,description:t,...n},r)=>a.jsx("div",{ref:r,...n,children:a.jsxs("div",{children:[a.jsx(nt,{fontWeight:600,children:e}),a.jsx(nt,{size:"xs",sx:{color:"base.600",_dark:{color:"base.500"}},children:t})]})}));hI.displayName="SelectItem";const Gee=()=>a.jsx(yu,{position:"top-left",children:a.jsx(Uee,{})}),qee=f.memo(Gee),Kee=()=>a.jsx(F,{sx:{gap:2,flexDir:"column"},children:Cs(s3,({title:e,description:t,color:n},r)=>a.jsx(_n,{label:t,children:a.jsx(Xa,{colorScheme:n,sx:{userSelect:"none"},textAlign:"center",children:e})},r))}),Yee=f.memo(Kee),Qee=()=>{const e=$(n=>n),t=Y7(e);return a.jsx(ze,{as:"pre",sx:{fontFamily:"monospace",position:"absolute",top:2,right:2,opacity:.7,p:2,maxHeight:500,maxWidth:500,overflowY:"scroll",borderRadius:"base",bg:"base.200",_dark:{bg:"base.800"}},children:JSON.stringify(t,null,2)})},Xee=f.memo(Qee),Jee=()=>{const e=$(n=>n.nodes.shouldShowGraphOverlay),t=$(n=>n.nodes.shouldShowFieldTypeLegend);return a.jsxs(yu,{position:"top-right",children:[t&&a.jsx(Yee,{}),e&&a.jsx(Xee,{})]})},Zee=f.memo(Jee),ete={invocation:pI,progress_image:jee},tte=()=>{const e=te(),t=$(p=>p.nodes.nodes),n=$(p=>p.nodes.edges),r=f.useCallback(p=>{e(Q7(p))},[e]),o=f.useCallback(p=>{e(X7(p))},[e]),s=f.useCallback((p,h)=>{e(J7(h))},[e]),i=f.useCallback(p=>{e(Z7(p))},[e]),u=f.useCallback(()=>{e(eO())},[e]),d=f.useCallback(p=>{e(tO(p)),p&&p.fitView()},[e]);return a.jsxs(nO,{nodeTypes:ete,nodes:t,edges:n,onNodesChange:r,onEdgesChange:o,onConnectStart:s,onConnect:i,onConnectEnd:u,onInit:d,defaultEdgeOptions:{style:{strokeWidth:2}},children:[a.jsx(qee,{}),a.jsx(Wee,{}),a.jsx(Zee,{}),a.jsx(Ree,{}),a.jsx(jA,{}),a.jsx(Dee,{})]})},nte=()=>a.jsx(ze,{layerStyle:"first",sx:{position:"relative",width:"full",height:"full",borderRadius:"base"},children:a.jsx(rO,{children:a.jsx(tte,{})})}),rte=f.memo(nte),ote=()=>a.jsx(rte,{}),ste=f.memo(ote),ate=e=>e.postprocessing,ite=ve([ate],({hiresFix:e,hiresStrength:t})=>({hiresFix:e,hiresStrength:t}),{memoizeOptions:{resultEqualityCheck:Yt}}),lte=()=>{const{hiresFix:e,hiresStrength:t}=$(ite),n=te(),{t:r}=le(),o=i=>{n(Sx(i))},s=()=>{n(Sx(.75))};return a.jsx(ht,{label:r("parameters.hiresStrength"),step:.01,min:.01,max:.99,onChange:o,value:t,isInteger:!1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:s,isDisabled:!e})},cte=()=>{const e=te(),t=$(o=>o.postprocessing.hiresFix),{t:n}=le(),r=o=>e(oO(o.target.checked));return a.jsx(Pn,{label:n("parameters.hiresOptim"),isChecked:t,onChange:r})},ute=ve(Rt,e=>({activeLabel:e.postprocessing.hiresFix?"Enabled":void 0}),at),dte=()=>{const{t:e}=le(),{activeLabel:t}=$(ute);return sr("hires").isFeatureEnabled?a.jsx(So,{label:e("parameters.hiresOptim"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(cte,{}),a.jsx(lte,{})]})}):null},fte=f.memo(dte),pte=ve(Rt,({ui:e,generation:t})=>{const{shouldUseSliders:n}=e,{shouldRandomizeSeed:r}=t;return{shouldUseSliders:n,activeLabel:r?void 0:"Manual Seed"}},at),hte=()=>{const{shouldUseSliders:e,activeLabel:t}=$(pte);return a.jsx(So,{label:"General",activeLabel:t,defaultIsOpen:!0,children:a.jsx(F,{sx:{flexDirection:"column",gap:3},children:e?a.jsxs(a.Fragment,{children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}):a.jsxs(a.Fragment,{children:[a.jsxs(F,{gap:3,children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{})]}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]})})})},mte=f.memo(hte),gte=()=>a.jsxs(a.Fragment,{children:[a.jsx(J1,{}),a.jsx(Y1,{}),a.jsx(ny,{}),a.jsx(mte,{}),a.jsx(q1,{}),a.jsx(U1,{}),a.jsx(V1,{}),a.jsx(ey,{}),a.jsx(Gj,{}),a.jsx(Z1,{}),a.jsx(fte,{}),a.jsx(qj,{}),a.jsx(G1,{})]}),mI=f.memo(gte),vte=()=>a.jsxs(F,{sx:{gap:4,w:"full",h:"full"},children:[a.jsx(W1,{children:a.jsx(mI,{})}),a.jsx(Bj,{})]}),yte=f.memo(vte);var ev={exports:{}};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Konva=void 0;var n=Cx;Object.defineProperty(t,"Konva",{enumerable:!0,get:function(){return n.Konva}});const r=Cx;e.exports=r.Konva})(ev,ev.exports);var bte=ev.exports;const pu=vu(bte);var gI={exports:{}};/** + See https://redux-toolkit.js.org/rtk-query/usage/server-side-rendering for new guidance on SSR.`)}}}({queryThunk:Fe,mutationThunk:mt,api:K,serializeQueryArgs:et,context:ce}),Cr=Xt.buildInitiateQuery,Vn=Xt.buildInitiateMutation;return Dr(K.util,{getRunningOperationPromises:Xt.getRunningOperationPromises,getRunningOperationPromise:Xt.removalWarning,getRunningMutationThunk:Xt.getRunningMutationThunk,getRunningMutationsThunk:Xt.getRunningMutationsThunk,getRunningQueryThunk:Xt.getRunningQueryThunk,getRunningQueriesThunk:Xt.getRunningQueriesThunk}),{name:ts,injectEndpoint:function(yt,wn){var kn,Un=K;(kn=Un.endpoints)[yt]!=null||(kn[yt]={}),ne(wn)?Dr(Un.endpoints[yt],{name:yt,select:zt(yt,wn),initiate:Cr(yt,wn)},Gt(Fe,yt)):wn.type===W.mutation&&Dr(Un.endpoints[yt],{name:yt,select:tn(),initiate:Vn(yt)},Gt(mt,yt))}}}}},js=Ye(Qs())})(j_);P_.exports=j_;var Go=P_.exports;const I_=f.memo(({board:e,isSelected:t})=>{const n=te(),{currentData:r}=gs(e.cover_image_name??Go.skipToken),{colorMode:o}=Do(),{board_name:s,board_id:i}=e,{onClickDeleteBoardImages:u}=f.useContext(E4),d=f.useCallback(()=>{n(lv(i))},[i,n]),[p,{isLoading:h}]=e8(),[g,{isLoading:v}]=t8(),b=k=>{p({board_id:i,changes:{board_name:k}})},S=f.useCallback(()=>{g(i)},[i,g]),w=f.useCallback(()=>{},[]),C=f.useCallback(()=>{u(e)},[e,u]),_=f.useMemo(()=>({id:i,actionType:"MOVE_BOARD",context:{boardId:i}}),[i]);return a.jsx(ze,{sx:{touchAction:"none",height:"full"},children:a.jsx(k_,{menuProps:{size:"sm",isLazy:!0},renderMenu:()=>a.jsxs(ec,{sx:{visibility:"visible !important"},children:[e.image_count>0&&a.jsxs(a.Fragment,{children:[a.jsx(jr,{isDisabled:!e.image_count,icon:a.jsx(W5,{}),onClickCapture:w,children:"Add Board to Batch"}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:C,children:"Delete Board and Images"})]}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:S,children:"Delete Board"})]}),children:k=>a.jsxs(F,{userSelect:"none",ref:k,sx:{flexDir:"column",justifyContent:"space-between",alignItems:"center",cursor:"pointer",w:"full",h:"full"},children:[a.jsxs(F,{onClick:d,sx:{position:"relative",justifyContent:"center",alignItems:"center",borderRadius:"base",w:"full",aspectRatio:"1/1",overflow:"hidden",shadow:t?"selected.light":void 0,_dark:{shadow:t?"selected.dark":void 0},flexShrink:0},children:[e.cover_image_name&&(r==null?void 0:r.image_url)&&a.jsx(bu,{src:r==null?void 0:r.image_url,draggable:!1}),!(e.cover_image_name&&(r!=null&&r.image_url))&&a.jsx(Bi,{boxSize:8,icon:qc,sx:{border:"2px solid var(--invokeai-colors-base-200)",_dark:{border:"2px solid var(--invokeai-colors-base-800)"}}}),a.jsx(F,{sx:{position:"absolute",insetInlineEnd:0,top:0,p:1},children:a.jsx(Xa,{variant:"solid",children:e.image_count})}),a.jsx(g1,{data:_})]}),a.jsx(F,{sx:{width:"full",height:"full",justifyContent:"center",alignItems:"center"},children:a.jsxs(K3,{defaultValue:s,submitOnBlur:!1,onSubmit:j=>{b(j)},children:[a.jsx(U3,{sx:{color:t?ke("base.900","base.50")(o):ke("base.700","base.200")(o),fontWeight:t?600:void 0,fontSize:"xs",textAlign:"center",p:0},noOfLines:1}),a.jsx(V3,{sx:{color:ke("base.900","base.50")(o),fontSize:"xs",borderColor:ke("base.500","base.500")(o),p:0,outline:0}})]})})]},i)})})});I_.displayName="HoverableBoard";const sr=e=>{const t=$(i=>i.config.disabledTabs),n=$(i=>i.config.disabledFeatures),r=$(i=>i.config.disabledSDFeatures),o=f.useMemo(()=>n.includes(e)||r.includes(e)||t.includes(e),[n,r,t,e]),s=f.useMemo(()=>!(n.includes(e)||r.includes(e)||t.includes(e)),[n,r,t,e]);return{isFeatureDisabled:o,isFeatureEnabled:s}},CL=ve([Rt],({boards:e,gallery:t})=>{const{searchText:n}=e,{selectedBoardId:r}=t;return{selectedBoardId:r,searchText:n}},at),_L=e=>{const{isOpen:t}=e,n=te(),{selectedBoardId:r,searchText:o}=$(CL),{data:s}=uv(),i=sr("batches").isFeatureEnabled,u=o?s==null?void 0:s.filter(v=>v.board_name.toLowerCase().includes(o.toLowerCase())):s,[d,p]=f.useState(!1),h=v=>{p(v.length>0),n(Vb(v))},g=()=>{p(!1),n(Vb(""))};return a.jsx(Jp,{in:t,animateOpacity:!0,children:a.jsxs(F,{layerStyle:"first",sx:{flexDir:"column",gap:2,p:2,mt:2,borderRadius:"base"},children:[a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsxs(M6,{children:[a.jsx(ku,{placeholder:"Search Boards...",value:o,onChange:v=>{h(v.target.value)}}),o&&o.length&&a.jsx(Tv,{children:a.jsx(qa,{onClick:g,size:"xs",variant:"ghost","aria-label":"Clear Search",icon:a.jsx(U$,{boxSize:3})})})]}),a.jsx(gL,{})]}),a.jsx(C_,{defer:!0,style:{height:"100%",width:"100%"},options:{scrollbars:{visibility:"auto",autoHide:"move",autoHideDelay:1300,theme:"os-theme-dark"}},children:a.jsxs(Ri,{className:"list-container",sx:{gridTemplateRows:"6.5rem 6.5rem",gridAutoFlow:"column dense",gridAutoColumns:"5rem"},children:[!d&&a.jsxs(a.Fragment,{children:[a.jsx(hf,{sx:{p:1.5},children:a.jsx(bL,{isSelected:r==="all"})}),i&&a.jsx(hf,{sx:{p:1.5},children:a.jsx(wL,{isSelected:r==="batch"})})]}),u&&u.map(v=>a.jsx(hf,{sx:{p:1.5},children:a.jsx(I_,{board:v,isSelected:r===v.board_id})},v.board_id))]})})]})})},kL=f.memo(_L),xh=0,si=1,oc=2,E_=4;function PL(e,t){return n=>e(t(n))}function jL(e,t){return t(e)}function O_(e,t){return n=>e(t,n)}function K2(e,t){return()=>e(t)}function v1(e,t){return t(e),e}function Fi(...e){return e}function IL(e){e()}function Y2(e){return()=>e}function EL(...e){return()=>{e.map(IL)}}function wh(){}function io(e,t){return e(si,t)}function Ir(e,t){e(xh,t)}function y1(e){e(oc)}function Sh(e){return e(E_)}function Ln(e,t){return io(e,O_(t,xh))}function Q2(e,t){const n=e(si,r=>{n(),t(r)});return n}function mr(){const e=[];return(t,n)=>{switch(t){case oc:e.splice(0,e.length);return;case si:return e.push(n),()=>{const r=e.indexOf(n);r>-1&&e.splice(r,1)};case xh:e.slice().forEach(r=>{r(n)});return;default:throw new Error(`unrecognized action ${t}`)}}}function Bt(e){let t=e;const n=mr();return(r,o)=>{switch(r){case si:o(t);break;case xh:t=o;break;case E_:return t}return n(r,o)}}function OL(e){let t,n;const r=()=>t&&t();return function(o,s){switch(o){case si:return s?n===s?void 0:(r(),n=s,t=io(e,s),t):(r(),wh);case oc:r(),n=null;return;default:throw new Error(`unrecognized action ${o}`)}}}function Yc(e){return v1(mr(),t=>Ln(e,t))}function Ol(e,t){return v1(Bt(t),n=>Ln(e,n))}function RL(...e){return t=>e.reduceRight(jL,t)}function Ht(e,...t){const n=RL(...t);return(r,o)=>{switch(r){case si:return io(e,n(o));case oc:y1(e);return}}}function R_(e,t){return e===t}function vo(e=R_){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function Wr(e){return t=>n=>{e(n)&&t(n)}}function Kn(e){return t=>PL(t,e)}function Fa(e){return t=>()=>t(e)}function Gd(e,t){return n=>r=>n(t=e(t,r))}function I0(e){return t=>n=>{e>0?e--:t(n)}}function Lc(e){let t=null,n;return r=>o=>{t=o,!n&&(n=setTimeout(()=>{n=void 0,r(t)},e))}}function X2(e){let t,n;return r=>o=>{t=o,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function $s(...e){const t=new Array(e.length);let n=0,r=null;const o=Math.pow(2,e.length)-1;return e.forEach((s,i)=>{const u=Math.pow(2,i);io(s,d=>{const p=n;n=n|u,t[i]=d,p!==o&&n===o&&r&&(r(),r=null)})}),s=>i=>{const u=()=>s([i].concat(t));n===o?u():r=u}}function J2(...e){return function(t,n){switch(t){case si:return EL(...e.map(r=>io(r,n)));case oc:return;default:throw new Error(`unrecognized action ${t}`)}}}function fn(e,t=R_){return Ht(e,vo(t))}function ia(...e){const t=mr(),n=new Array(e.length);let r=0;const o=Math.pow(2,e.length)-1;return e.forEach((s,i)=>{const u=Math.pow(2,i);io(s,d=>{n[i]=d,r=r|u,r===o&&Ir(t,n)})}),function(s,i){switch(s){case si:return r===o&&i(n),io(t,i);case oc:return y1(t);default:throw new Error(`unrecognized action ${s}`)}}}function Ys(e,t=[],{singleton:n}={singleton:!0}){return{id:ML(),constructor:e,dependencies:t,singleton:n}}const ML=()=>Symbol();function DL(e){const t=new Map,n=({id:r,constructor:o,dependencies:s,singleton:i})=>{if(i&&t.has(r))return t.get(r);const u=o(s.map(d=>n(d)));return i&&t.set(r,u),u};return n(e)}function TL(e,t){const n={},r={};let o=0;const s=e.length;for(;o(C[_]=k=>{const j=w[t.methods[_]];Ir(j,k)},C),{})}function h(w){return i.reduce((C,_)=>(C[_]=OL(w[t.events[_]]),C),{})}return{Component:z.forwardRef((w,C)=>{const{children:_,...k}=w,[j]=z.useState(()=>v1(DL(e),I=>d(I,k))),[E]=z.useState(K2(h,j));return qd(()=>{for(const I of i)I in k&&io(E[I],k[I]);return()=>{Object.values(E).map(y1)}},[k,E,j]),qd(()=>{d(j,k)}),z.useImperativeHandle(C,Y2(p(j))),z.createElement(u.Provider,{value:j},n?z.createElement(n,TL([...r,...o,...i],k),_):_)}),usePublisher:w=>z.useCallback(O_(Ir,z.useContext(u)[w]),[w]),useEmitterValue:w=>{const _=z.useContext(u)[w],[k,j]=z.useState(K2(Sh,_));return qd(()=>io(_,E=>{E!==k&&j(Y2(E))}),[_,k]),k},useEmitter:(w,C)=>{const k=z.useContext(u)[w];qd(()=>io(k,C),[C,k])}}}const NL=typeof document<"u"?z.useLayoutEffect:z.useEffect,$L=NL;var b1=(e=>(e[e.DEBUG=0]="DEBUG",e[e.INFO=1]="INFO",e[e.WARN=2]="WARN",e[e.ERROR=3]="ERROR",e))(b1||{});const zL={0:"debug",1:"log",2:"warn",3:"error"},LL=()=>typeof globalThis>"u"?window:globalThis,M_=Ys(()=>{const e=Bt(3);return{log:Bt((n,r,o=1)=>{var s;const i=(s=LL().VIRTUOSO_LOG_LEVEL)!=null?s:Sh(e);o>=i&&console[zL[o]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",n,r)}),logLevel:e}},[],{singleton:!0});function D_(e,t=!0){const n=z.useRef(null);let r=o=>{};if(typeof ResizeObserver<"u"){const o=z.useMemo(()=>new ResizeObserver(s=>{const i=s[0].target;i.offsetParent!==null&&e(i)}),[e]);r=s=>{s&&t?(o.observe(s),n.current=s):(n.current&&o.unobserve(n.current),n.current=null)}}return{ref:n,callbackRef:r}}function Ch(e,t=!0){return D_(e,t).callbackRef}function Yf(e,t){return Math.round(e.getBoundingClientRect()[t])}function T_(e,t){return Math.abs(e-t)<1.01}function A_(e,t,n,r=wh,o){const s=z.useRef(null),i=z.useRef(null),u=z.useRef(null),d=z.useCallback(g=>{const v=g.target,b=v===window||v===document,S=b?window.pageYOffset||document.documentElement.scrollTop:v.scrollTop,w=b?document.documentElement.scrollHeight:v.scrollHeight,C=b?window.innerHeight:v.offsetHeight,_=()=>{e({scrollTop:Math.max(S,0),scrollHeight:w,viewportHeight:C})};g.suppressFlushSync?_():n8.flushSync(_),i.current!==null&&(S===i.current||S<=0||S===w-C)&&(i.current=null,t(!0),u.current&&(clearTimeout(u.current),u.current=null))},[e,t]);z.useEffect(()=>{const g=o||s.current;return r(o||s.current),d({target:g,suppressFlushSync:!0}),g.addEventListener("scroll",d,{passive:!0}),()=>{r(null),g.removeEventListener("scroll",d)}},[s,d,n,r,o]);function p(g){const v=s.current;if(!v||"offsetHeight"in v&&v.offsetHeight===0)return;const b=g.behavior==="smooth";let S,w,C;v===window?(w=Math.max(Yf(document.documentElement,"height"),document.documentElement.scrollHeight),S=window.innerHeight,C=document.documentElement.scrollTop):(w=v.scrollHeight,S=Yf(v,"height"),C=v.scrollTop);const _=w-S;if(g.top=Math.ceil(Math.max(Math.min(_,g.top),0)),T_(S,w)||g.top===C){e({scrollTop:C,scrollHeight:w,viewportHeight:S}),b&&t(!0);return}b?(i.current=g.top,u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{u.current=null,i.current=null,t(!0)},1e3)):i.current=null,v.scrollTo(g)}function h(g){s.current.scrollBy(g)}return{scrollerRef:s,scrollByCallback:h,scrollToCallback:p}}const _h=Ys(()=>{const e=mr(),t=mr(),n=Bt(0),r=mr(),o=Bt(0),s=mr(),i=mr(),u=Bt(0),d=Bt(0),p=Bt(0),h=Bt(0),g=mr(),v=mr(),b=Bt(!1);return Ln(Ht(e,Kn(({scrollTop:S})=>S)),t),Ln(Ht(e,Kn(({scrollHeight:S})=>S)),i),Ln(t,o),{scrollContainerState:e,scrollTop:t,viewportHeight:s,headerHeight:u,fixedHeaderHeight:d,fixedFooterHeight:p,footerHeight:h,scrollHeight:i,smoothScrollTargetReached:r,scrollTo:g,scrollBy:v,statefulScrollTop:o,deviation:n,scrollingInProgress:b}},[],{singleton:!0}),BL=typeof document<"u"&&"scrollBehavior"in document.documentElement.style;function FL(e){const t=typeof e=="number"?{index:e}:e;return t.align||(t.align="start"),(!t.behavior||!BL)&&(t.behavior="auto"),t.offset||(t.offset=0),t}const Qf="up",Qc="down",HL="none",WL={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollTop:0,viewportHeight:0,scrollHeight:0}},VL=0,N_=Ys(([{scrollContainerState:e,scrollTop:t,viewportHeight:n,headerHeight:r,footerHeight:o,scrollBy:s}])=>{const i=Bt(!1),u=Bt(!0),d=mr(),p=mr(),h=Bt(4),g=Bt(VL),v=Ol(Ht(J2(Ht(fn(t),I0(1),Fa(!0)),Ht(fn(t),I0(1),Fa(!1),X2(100))),vo()),!1),b=Ol(Ht(J2(Ht(s,Fa(!0)),Ht(s,Fa(!1),X2(200))),vo()),!1);Ln(Ht(ia(fn(t),fn(g)),Kn(([k,j])=>k<=j),vo()),u),Ln(Ht(u,Lc(50)),p);const S=Yc(Ht(ia(e,fn(n),fn(r),fn(o),fn(h)),Gd((k,[{scrollTop:j,scrollHeight:E},I,O,M,R])=>{const A=j+I-E>-R,L={viewportHeight:I,scrollTop:j,scrollHeight:E};if(A){let Z,B;return j>k.state.scrollTop?(Z="SCROLLED_DOWN",B=k.state.scrollTop-j):(Z="SIZE_DECREASED",B=k.state.scrollTop-j||k.scrollTopDelta),{atBottom:!0,state:L,atBottomBecause:Z,scrollTopDelta:B}}let N;return L.scrollHeight>k.state.scrollHeight?N="SIZE_INCREASED":Ik&&k.atBottom===j.atBottom))),w=Ol(Ht(e,Gd((k,{scrollTop:j,scrollHeight:E,viewportHeight:I})=>{if(T_(k.scrollHeight,E))return{scrollTop:j,scrollHeight:E,jump:0,changed:!1};{const O=E-(j+I)<1;return k.scrollTop!==j&&O?{scrollHeight:E,scrollTop:j,jump:k.scrollTop-j,changed:!0}:{scrollHeight:E,scrollTop:j,jump:0,changed:!0}}},{scrollHeight:0,jump:0,scrollTop:0,changed:!1}),Wr(k=>k.changed),Kn(k=>k.jump)),0);Ln(Ht(S,Kn(k=>k.atBottom)),i),Ln(Ht(i,Lc(50)),d);const C=Bt(Qc);Ln(Ht(e,Kn(({scrollTop:k})=>k),vo(),Gd((k,j)=>Sh(b)?{direction:k.direction,prevScrollTop:j}:{direction:jk.direction)),C),Ln(Ht(e,Lc(50),Fa(HL)),C);const _=Bt(0);return Ln(Ht(v,Wr(k=>!k),Fa(0)),_),Ln(Ht(t,Lc(100),$s(v),Wr(([k,j])=>!!j),Gd(([k,j],[E])=>[j,E],[0,0]),Kn(([k,j])=>j-k)),_),{isScrolling:v,isAtTop:u,isAtBottom:i,atBottomState:S,atTopStateChange:p,atBottomStateChange:d,scrollDirection:C,atBottomThreshold:h,atTopThreshold:g,scrollVelocity:_,lastJumpDueToItemResize:w}},Fi(_h)),UL=Ys(([{log:e}])=>{const t=Bt(!1),n=Yc(Ht(t,Wr(r=>r),vo()));return io(t,r=>{r&&Sh(e)("props updated",{},b1.DEBUG)}),{propsReady:t,didMount:n}},Fi(M_),{singleton:!0});function $_(e,t){e==0?t():requestAnimationFrame(()=>$_(e-1,t))}function GL(e,t){const n=t-1;return typeof e=="number"?e:e.index==="LAST"?n:e.index}function E0(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}function qL(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}const Xf="top",Jf="bottom",Z2="none";function ew(e,t,n){return typeof e=="number"?n===Qf&&t===Xf||n===Qc&&t===Jf?e:0:n===Qf?t===Xf?e.main:e.reverse:t===Jf?e.main:e.reverse}function tw(e,t){return typeof e=="number"?e:e[t]||0}const KL=Ys(([{scrollTop:e,viewportHeight:t,deviation:n,headerHeight:r,fixedHeaderHeight:o}])=>{const s=mr(),i=Bt(0),u=Bt(0),d=Bt(0),p=Ol(Ht(ia(fn(e),fn(t),fn(r),fn(s,E0),fn(d),fn(i),fn(o),fn(n),fn(u)),Kn(([h,g,v,[b,S],w,C,_,k,j])=>{const E=h-k,I=C+_,O=Math.max(v-E,0);let M=Z2;const R=tw(j,Xf),A=tw(j,Jf);return b-=k,b+=v+_,S+=v+_,S-=k,b>h+I-R&&(M=Qf),Sh!=null),vo(E0)),[0,0]);return{listBoundary:s,overscan:d,topListHeight:i,increaseViewportBy:u,visibleRange:p}},Fi(_h),{singleton:!0}),YL=Ys(([{scrollVelocity:e}])=>{const t=Bt(!1),n=mr(),r=Bt(!1);return Ln(Ht(e,$s(r,t,n),Wr(([o,s])=>!!s),Kn(([o,s,i,u])=>{const{exit:d,enter:p}=s;if(i){if(d(o,u))return!1}else if(p(o,u))return!0;return i}),vo()),t),io(Ht(ia(t,e,n),$s(r)),([[o,s,i],u])=>o&&u&&u.change&&u.change(s,i)),{isSeeking:t,scrollSeekConfiguration:r,scrollVelocity:e,scrollSeekRangeChanged:n}},Fi(N_),{singleton:!0});function QL(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}const XL=Ys(([{scrollTo:e,scrollContainerState:t}])=>{const n=mr(),r=mr(),o=mr(),s=Bt(!1),i=Bt(void 0);return Ln(Ht(ia(n,r),Kn(([{viewportHeight:u,scrollTop:d,scrollHeight:p},{offsetTop:h}])=>({scrollTop:Math.max(0,d-h),scrollHeight:p,viewportHeight:u}))),t),Ln(Ht(e,$s(r),Kn(([u,{offsetTop:d}])=>({...u,top:u.top+d}))),o),{useWindowScroll:s,customScrollParent:i,windowScrollContainerState:n,windowViewportRect:r,windowScrollTo:o}},Fi(_h)),kg="-webkit-sticky",nw="sticky",z_=QL(()=>{if(typeof document>"u")return nw;const e=document.createElement("div");return e.style.position=kg,e.style.position===kg?kg:nw});function JL(e,t){const n=z.useRef(null),r=z.useCallback(u=>{if(u===null||!u.offsetParent)return;const d=u.getBoundingClientRect(),p=d.width;let h,g;if(t){const v=t.getBoundingClientRect(),b=d.top-v.top;h=v.height-Math.max(0,b),g=b+t.scrollTop}else h=window.innerHeight-Math.max(0,d.top),g=d.top+window.pageYOffset;n.current={offsetTop:g,visibleHeight:h,visibleWidth:p},e(n.current)},[e,t]),{callbackRef:o,ref:s}=D_(r),i=z.useCallback(()=>{r(s.current)},[r,s]);return z.useEffect(()=>{if(t){t.addEventListener("scroll",i);const u=new ResizeObserver(i);return u.observe(t),()=>{t.removeEventListener("scroll",i),u.unobserve(t)}}else return window.addEventListener("scroll",i),window.addEventListener("resize",i),()=>{window.removeEventListener("scroll",i),window.removeEventListener("resize",i)}},[i,t]),o}z.createContext(void 0);const L_=z.createContext(void 0);function ZL(e){return e}z_();const eB={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},B_={width:"100%",height:"100%",position:"absolute",top:0};z_();function Pi(e,t){if(typeof e!="string")return{context:t}}function tB({usePublisher:e,useEmitter:t,useEmitterValue:n}){return z.memo(function({style:s,children:i,...u}){const d=e("scrollContainerState"),p=n("ScrollerComponent"),h=e("smoothScrollTargetReached"),g=n("scrollerRef"),v=n("context"),{scrollerRef:b,scrollByCallback:S,scrollToCallback:w}=A_(d,h,p,g);return t("scrollTo",w),t("scrollBy",S),z.createElement(p,{ref:b,style:{...eB,...s},"data-test-id":"virtuoso-scroller","data-virtuoso-scroller":!0,tabIndex:0,...u,...Pi(p,v)},i)})}function nB({usePublisher:e,useEmitter:t,useEmitterValue:n}){return z.memo(function({style:s,children:i,...u}){const d=e("windowScrollContainerState"),p=n("ScrollerComponent"),h=e("smoothScrollTargetReached"),g=n("totalListHeight"),v=n("deviation"),b=n("customScrollParent"),S=n("context"),{scrollerRef:w,scrollByCallback:C,scrollToCallback:_}=A_(d,h,p,wh,b);return $L(()=>(w.current=b||window,()=>{w.current=null}),[w,b]),t("windowScrollTo",_),t("scrollBy",C),z.createElement(p,{style:{position:"relative",...s,...g!==0?{height:g+v}:{}},"data-virtuoso-scroller":!0,...u,...Pi(p,S)},i)})}const rw={items:[],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},rB={items:[{index:0}],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},{round:ow,ceil:sw,floor:Zf,min:Pg,max:Xc}=Math;function oB(e){return{...rB,items:e}}function aw(e,t,n){return Array.from({length:t-e+1}).map((r,o)=>{const s=n===null?null:n[o+e];return{index:o+e,data:s}})}function sB(e,t){return e&&e.column===t.column&&e.row===t.row}function Kd(e,t){return e&&e.width===t.width&&e.height===t.height}const aB=Ys(([{overscan:e,visibleRange:t,listBoundary:n},{scrollTop:r,viewportHeight:o,scrollBy:s,scrollTo:i,smoothScrollTargetReached:u,scrollContainerState:d,footerHeight:p,headerHeight:h},g,v,{propsReady:b,didMount:S},{windowViewportRect:w,useWindowScroll:C,customScrollParent:_,windowScrollContainerState:k,windowScrollTo:j},E])=>{const I=Bt(0),O=Bt(0),M=Bt(rw),R=Bt({height:0,width:0}),A=Bt({height:0,width:0}),L=mr(),N=mr(),Z=Bt(0),B=Bt(null),H=Bt({row:0,column:0}),G=mr(),q=mr(),D=Bt(!1),U=Bt(0),V=Bt(!0),J=Bt(!1);io(Ht(S,$s(U),Wr(([W,re])=>!!re)),()=>{Ir(V,!1),Ir(O,0)}),io(Ht(ia(S,V,A,R,U,J),Wr(([W,re,pe,ne,,ge])=>W&&!re&&pe.height!==0&&ne.height!==0&&!ge)),([,,,,W])=>{Ir(J,!0),$_(1,()=>{Ir(L,W)}),Q2(Ht(r),()=>{Ir(n,[0,0]),Ir(V,!0)})}),Ln(Ht(q,Wr(W=>W!=null&&W.scrollTop>0),Fa(0)),O),io(Ht(S,$s(q),Wr(([,W])=>W!=null)),([,W])=>{W&&(Ir(R,W.viewport),Ir(A,W==null?void 0:W.item),Ir(H,W.gap),W.scrollTop>0&&(Ir(D,!0),Q2(Ht(r,I0(1)),re=>{Ir(D,!1)}),Ir(i,{top:W.scrollTop})))}),Ln(Ht(R,Kn(({height:W})=>W)),o),Ln(Ht(ia(fn(R,Kd),fn(A,Kd),fn(H,(W,re)=>W&&W.column===re.column&&W.row===re.row),fn(r)),Kn(([W,re,pe,ne])=>({viewport:W,item:re,gap:pe,scrollTop:ne}))),G),Ln(Ht(ia(fn(I),t,fn(H,sB),fn(A,Kd),fn(R,Kd),fn(B),fn(O),fn(D),fn(V),fn(U)),Wr(([,,,,,,,W])=>!W),Kn(([W,[re,pe],ne,ge,de,Ce,Me,,me,_e])=>{const{row:Ve,column:Le}=ne,{height:Ue,width:kt}=ge,{width:vt}=de;if(Me===0&&(W===0||vt===0))return rw;if(kt===0){const En=GL(_e,W),ln=En===0?Math.max(Me-1,0):En;return oB(aw(En,ln,Ce))}const jn=F_(vt,kt,Le);let Pt,bt;me?re===0&&pe===0&&Me>0?(Pt=0,bt=Me-1):(Pt=jn*Zf((re+Ve)/(Ue+Ve)),bt=jn*sw((pe+Ve)/(Ue+Ve))-1,bt=Pg(W-1,Xc(bt,jn-1)),Pt=Pg(bt,Xc(0,Pt))):(Pt=0,bt=-1);const xe=aw(Pt,bt,Ce),{top:Te,bottom:It}=iw(de,ne,ge,xe),Ft=sw(W/jn),Cn=Ft*Ue+(Ft-1)*Ve-It;return{items:xe,offsetTop:Te,offsetBottom:Cn,top:Te,bottom:It,itemHeight:Ue,itemWidth:kt}})),M),Ln(Ht(B,Wr(W=>W!==null),Kn(W=>W.length)),I),Ln(Ht(ia(R,A,M,H),Wr(([W,re,{items:pe}])=>pe.length>0&&re.height!==0&&W.height!==0),Kn(([W,re,{items:pe},ne])=>{const{top:ge,bottom:de}=iw(W,ne,re,pe);return[ge,de]}),vo(E0)),n);const ie=Bt(!1);Ln(Ht(r,$s(ie),Kn(([W,re])=>re||W!==0)),ie);const ye=Yc(Ht(fn(M),Wr(({items:W})=>W.length>0),$s(I,ie),Wr(([{items:W},re,pe])=>pe&&W[W.length-1].index===re-1),Kn(([,W])=>W-1),vo())),he=Yc(Ht(fn(M),Wr(({items:W})=>W.length>0&&W[0].index===0),Fa(0),vo())),ae=Yc(Ht(fn(M),$s(D),Wr(([{items:W},re])=>W.length>0&&!re),Kn(([{items:W}])=>({startIndex:W[0].index,endIndex:W[W.length-1].index})),vo(qL),Lc(0)));Ln(ae,v.scrollSeekRangeChanged),Ln(Ht(L,$s(R,A,I,H),Kn(([W,re,pe,ne,ge])=>{const de=FL(W),{align:Ce,behavior:Me,offset:me}=de;let _e=de.index;_e==="LAST"&&(_e=ne-1),_e=Xc(0,_e,Pg(ne-1,_e));let Ve=O0(re,ge,pe,_e);return Ce==="end"?Ve=ow(Ve-re.height+pe.height):Ce==="center"&&(Ve=ow(Ve-re.height/2+pe.height/2)),me&&(Ve+=me),{top:Ve,behavior:Me}})),i);const ee=Ol(Ht(M,Kn(W=>W.offsetBottom+W.bottom)),0);return Ln(Ht(w,Kn(W=>({width:W.visibleWidth,height:W.visibleHeight}))),R),{data:B,totalCount:I,viewportDimensions:R,itemDimensions:A,scrollTop:r,scrollHeight:N,overscan:e,scrollBy:s,scrollTo:i,scrollToIndex:L,smoothScrollTargetReached:u,windowViewportRect:w,windowScrollTo:j,useWindowScroll:C,customScrollParent:_,windowScrollContainerState:k,deviation:Z,scrollContainerState:d,footerHeight:p,headerHeight:h,initialItemCount:O,gap:H,restoreStateFrom:q,...v,initialTopMostItemIndex:U,gridState:M,totalListHeight:ee,...g,startReached:he,endReached:ye,rangeChanged:ae,stateChanged:G,propsReady:b,stateRestoreInProgress:D,...E}},Fi(KL,_h,N_,YL,UL,XL,M_));function iw(e,t,n,r){const{height:o}=n;if(o===void 0||r.length===0)return{top:0,bottom:0};const s=O0(e,t,n,r[0].index),i=O0(e,t,n,r[r.length-1].index)+o;return{top:s,bottom:i}}function O0(e,t,n,r){const o=F_(e.width,n.width,t.column),s=Zf(r/o),i=s*n.height+Xc(0,s-1)*t.row;return i>0?i+t.row:i}function F_(e,t,n){return Xc(1,Zf((e+n)/(Zf(t)+n)))}const iB=Ys(()=>{const e=Bt(p=>`Item ${p}`),t=Bt({}),n=Bt(null),r=Bt("virtuoso-grid-item"),o=Bt("virtuoso-grid-list"),s=Bt(ZL),i=Bt("div"),u=Bt(wh),d=(p,h=null)=>Ol(Ht(t,Kn(g=>g[p]),vo()),h);return{context:n,itemContent:e,components:t,computeItemKey:s,itemClassName:r,listClassName:o,headerFooterTag:i,scrollerRef:u,FooterComponent:d("Footer"),HeaderComponent:d("Header"),ListComponent:d("List","div"),ItemComponent:d("Item","div"),ScrollerComponent:d("Scroller","div"),ScrollSeekPlaceholder:d("ScrollSeekPlaceholder","div")}}),lB=Ys(([e,t])=>({...e,...t}),Fi(aB,iB)),cB=z.memo(function(){const t=tr("gridState"),n=tr("listClassName"),r=tr("itemClassName"),o=tr("itemContent"),s=tr("computeItemKey"),i=tr("isSeeking"),u=ps("scrollHeight"),d=tr("ItemComponent"),p=tr("ListComponent"),h=tr("ScrollSeekPlaceholder"),g=tr("context"),v=ps("itemDimensions"),b=ps("gap"),S=tr("log"),w=tr("stateRestoreInProgress"),C=Ch(_=>{const k=_.parentElement.parentElement.scrollHeight;u(k);const j=_.firstChild;if(j){const{width:E,height:I}=j.getBoundingClientRect();v({width:E,height:I})}b({row:lw("row-gap",getComputedStyle(_).rowGap,S),column:lw("column-gap",getComputedStyle(_).columnGap,S)})});return w?null:z.createElement(p,{ref:C,className:n,...Pi(p,g),style:{paddingTop:t.offsetTop,paddingBottom:t.offsetBottom},"data-test-id":"virtuoso-item-list"},t.items.map(_=>{const k=s(_.index,_.data,g);return i?z.createElement(h,{key:k,...Pi(h,g),index:_.index,height:t.itemHeight,width:t.itemWidth}):z.createElement(d,{...Pi(d,g),className:r,"data-index":_.index,key:k},o(_.index,_.data,g))}))}),uB=z.memo(function(){const t=tr("HeaderComponent"),n=ps("headerHeight"),r=tr("headerFooterTag"),o=Ch(i=>n(Yf(i,"height"))),s=tr("context");return t?z.createElement(r,{ref:o},z.createElement(t,Pi(t,s))):null}),dB=z.memo(function(){const t=tr("FooterComponent"),n=ps("footerHeight"),r=tr("headerFooterTag"),o=Ch(i=>n(Yf(i,"height"))),s=tr("context");return t?z.createElement(r,{ref:o},z.createElement(t,Pi(t,s))):null}),fB=({children:e})=>{const t=z.useContext(L_),n=ps("itemDimensions"),r=ps("viewportDimensions"),o=Ch(s=>{r(s.getBoundingClientRect())});return z.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),z.createElement("div",{style:B_,ref:o},e)},pB=({children:e})=>{const t=z.useContext(L_),n=ps("windowViewportRect"),r=ps("itemDimensions"),o=tr("customScrollParent"),s=JL(n,o);return z.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),z.createElement("div",{ref:s,style:B_},e)},hB=z.memo(function({...t}){const n=tr("useWindowScroll"),r=tr("customScrollParent"),o=r||n?vB:gB,s=r||n?pB:fB;return z.createElement(o,{...t},z.createElement(s,null,z.createElement(uB,null),z.createElement(cB,null),z.createElement(dB,null)))}),{Component:mB,usePublisher:ps,useEmitterValue:tr,useEmitter:H_}=AL(lB,{optional:{context:"context",totalCount:"totalCount",overscan:"overscan",itemContent:"itemContent",components:"components",computeItemKey:"computeItemKey",data:"data",initialItemCount:"initialItemCount",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",listClassName:"listClassName",itemClassName:"itemClassName",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel",restoreStateFrom:"restoreStateFrom",initialTopMostItemIndex:"initialTopMostItemIndex"},methods:{scrollTo:"scrollTo",scrollBy:"scrollBy",scrollToIndex:"scrollToIndex"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",stateChanged:"stateChanged"}},hB),gB=tB({usePublisher:ps,useEmitterValue:tr,useEmitter:H_}),vB=nB({usePublisher:ps,useEmitterValue:tr,useEmitter:H_});function lw(e,t,n){return t!=="normal"&&!(t!=null&&t.endsWith("px"))&&n(`${e} was not resolved to pixel value correctly`,t,b1.WARN),t==="normal"?0:parseInt(t??"0",10)}const W_=mB,yB=({image:e})=>{const t=f.useMemo(()=>{var n,r;if(r8((n=e.metadata)==null?void 0:n.model))return(r=e.metadata)==null?void 0:r.model},[e.metadata]);return a.jsxs(F,{sx:{pointerEvents:"none",flexDirection:"column",position:"absolute",top:0,insetInlineStart:0,p:2,alignItems:"flex-start",gap:2},children:[a.jsxs(Xa,{variant:"solid",colorScheme:"base",children:[e.width," × ",e.height]}),t&&a.jsx(Xa,{variant:"solid",colorScheme:"base",children:t})]})},V_=({postUploadAction:e,isDisabled:t})=>{const n=te(),r=f.useCallback(u=>{const d=u[0];d&&n(P4({file:d,image_category:"user",is_intermediate:!1,postUploadAction:e}))},[n,e]),{getRootProps:o,getInputProps:s,open:i}=Gv({accept:{"image/png":[".png"],"image/jpeg":[".jpg",".jpeg",".png"]},onDropAccepted:r,disabled:t,noDrag:!0,multiple:!1});return{getUploadButtonProps:o,getUploadInputProps:s,openUploader:i}},bB=e=>{const{data:t,disabled:n,onClick:r}=e,o=f.useRef(Ga()),{attributes:s,listeners:i,setNodeRef:u}=o8({id:o.current,disabled:n,data:t});return a.jsx(ze,{onClick:r,ref:u,position:"absolute",w:"full",h:"full",top:0,insetInlineStart:0,...s,...i})},xB=f.memo(bB),wB=()=>{const e=f.useCallback(()=>{},[]),t=f.useCallback(()=>{},[]),n=f.useCallback(()=>{},[]);return a.jsxs(a.Fragment,{children:[a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:e,children:"Move Selection to Board"}),a.jsx(jr,{icon:a.jsx(_$,{}),onClickCapture:n,children:"Add Selection to Batch"}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:t,children:"Delete Selection"})]})},x1=()=>{const e=te(),t=Yl(),{t:n}=le(),r=f.useCallback(()=>{t({title:n("toast.parameterSet"),status:"info",duration:2500,isClosable:!0})},[n,t]),o=f.useCallback(()=>{t({title:n("toast.parameterNotSet"),status:"warning",duration:2500,isClosable:!0})},[n,t]),s=f.useCallback(()=>{t({title:n("toast.parametersSet"),status:"info",duration:2500,isClosable:!0})},[n,t]),i=f.useCallback(()=>{t({title:n("toast.parametersNotSet"),status:"warning",duration:2500,isClosable:!0})},[n,t]),u=f.useCallback((I,O)=>{if(_d(I)||kd(O)){_d(I)&&e(Vc(I)),kd(O)&&e(Uc(O)),r();return}o()},[e,r,o]),d=f.useCallback(I=>{if(!_d(I)){o();return}e(Vc(I)),r()},[e,r,o]),p=f.useCallback(I=>{if(!kd(I)){o();return}e(Uc(I)),r()},[e,r,o]),h=f.useCallback(I=>{if(!Ub(I)){o();return}e(_f(I)),r()},[e,r,o]),g=f.useCallback(I=>{if(!Gb(I)){o();return}e(kf(I)),r()},[e,r,o]),v=f.useCallback(I=>{if(!qb(I)){o();return}e(Kg(I)),r()},[e,r,o]),b=f.useCallback(I=>{if(!Kb(I)){o();return}e(Yg(I)),r()},[e,r,o]),S=f.useCallback(I=>{if(!Yb(I)){o();return}e(Pf(I)),r()},[e,r,o]),w=f.useCallback(I=>{if(!Qb(I)){o();return}e(Dl(I)),r()},[e,r,o]),C=f.useCallback(I=>{if(!Xb(I)){o();return}e(Tl(I)),r()},[e,r,o]),_=f.useCallback(I=>{if(!Jb(I)){o();return}e(jf(I)),r()},[e,r,o]),k=f.useCallback(async I=>{if(!s8(I)){o();return}e(If(I.image_name)),r()},[e,r,o]),j=f.useCallback(I=>{e(If(I))},[e]),E=f.useCallback(I=>{if(!I){i();return}const{cfg_scale:O,height:M,model:R,positive_prompt:A,negative_prompt:L,scheduler:N,seed:Z,steps:B,width:H,strength:G}=I;Gb(O)&&e(kf(O)),qb(R)&&e(Kg(R)),_d(A)&&e(Vc(A)),kd(L)&&e(Uc(L)),Kb(N)&&e(Yg(N)),Ub(Z)&&e(_f(Z)),Yb(B)&&e(Pf(B)),Qb(H)&&e(Dl(H)),Xb(M)&&e(Tl(M)),Jb(G)&&e(jf(G)),s()},[i,s,e]);return{recallBothPrompts:u,recallPositivePrompt:d,recallNegativePrompt:p,recallSeed:h,recallInitialImage:k,recallCfgScale:g,recallModel:v,recallScheduler:b,recallSteps:S,recallWidth:w,recallHeight:C,recallStrength:_,recallAllParameters:E,sendToImageToImage:j}},kh=()=>{const e=Yl(),{t}=le(),n=f.useMemo(()=>!!navigator.clipboard&&!!window.ClipboardItem,[]),r=f.useCallback(async o=>{n||e({title:t("toast.problemCopyingImage"),description:"Your browser doesn't support the Clipboard API.",status:"error",duration:2500,isClosable:!0});try{const i=await(await fetch(o)).blob();await navigator.clipboard.write([new ClipboardItem({[i.type]:i})]),e({title:t("toast.imageCopied"),status:"success",duration:2500,isClosable:!0})}catch(s){e({title:t("toast.problemCopyingImage"),description:String(s),status:"error",duration:2500,isClosable:!0})}},[n,t,e]);return{isClipboardAPIAvailable:n,copyImageToClipboard:r}},SB=e=>{const{imageDTO:t}=e,n=f.useMemo(()=>ve([Rt],({gallery:B})=>({isInBatch:B.batchImageNames.includes(t.image_name)}),at),[t.image_name]),{isInBatch:r}=$(n),o=te(),{t:s}=le(),i=Yl(),u=sr("unifiedCanvas").isFeatureEnabled,d=sr("batches").isFeatureEnabled,{onClickAddToBoard:p}=f.useContext(O4),{currentData:h}=dv(t.image_name),{isClipboardAPIAvailable:g,copyImageToClipboard:v}=kh(),b=h==null?void 0:h.metadata,S=f.useCallback(()=>{t&&o(fv(t))},[o,t]),{recallBothPrompts:w,recallSeed:C,recallAllParameters:_}=x1(),[k]=a8(),j=f.useCallback(()=>{w(b==null?void 0:b.positive_prompt,b==null?void 0:b.negative_prompt)},[b==null?void 0:b.negative_prompt,b==null?void 0:b.positive_prompt,w]),E=f.useCallback(()=>{C(b==null?void 0:b.seed)},[b==null?void 0:b.seed,C]),I=f.useCallback(()=>{o(R4()),o(If(t))},[o,t]),O=f.useCallback(()=>{o(M4()),o(D4(t)),o(Kp()),o(xi("unifiedCanvas")),i({title:s("toast.sentToUnifiedCanvas"),status:"success",duration:2500,isClosable:!0})},[o,t,s,i]),M=f.useCallback(()=>{console.log(b),_(b)},[b,_]),R=f.useCallback(()=>{p(t)},[t,p]),A=f.useCallback(()=>{t.board_id&&k({board_id:t.board_id,image_name:t.image_name})},[t.board_id,t.image_name,k]),L=f.useCallback(()=>{window.open(t.image_url,"_blank")},[t.image_url]),N=f.useCallback(()=>{o(i8([t.image_name]))},[o,t.image_name]),Z=f.useCallback(()=>{v(t.image_url)},[v,t.image_url]);return a.jsxs(a.Fragment,{children:[a.jsx(Ka,{href:t.image_url,target:"_blank",children:a.jsx(jr,{icon:a.jsx(w$,{}),onClickCapture:L,children:s("common.openInNewTab")})}),g&&a.jsx(jr,{icon:a.jsx(nc,{}),onClickCapture:Z,children:s("parameters.copyImage")}),a.jsx(jr,{icon:a.jsx(G5,{}),onClickCapture:j,isDisabled:(b==null?void 0:b.positive_prompt)===void 0&&(b==null?void 0:b.negative_prompt)===void 0,children:s("parameters.usePrompt")}),a.jsx(jr,{icon:a.jsx(q5,{}),onClickCapture:E,isDisabled:(b==null?void 0:b.seed)===void 0,children:s("parameters.useSeed")}),a.jsx(jr,{icon:a.jsx(z5,{}),onClickCapture:M,isDisabled:!b,children:s("parameters.useAll")}),a.jsx(jr,{icon:a.jsx(w2,{}),onClickCapture:I,id:"send-to-img2img",children:s("parameters.sendToImg2Img")}),u&&a.jsx(jr,{icon:a.jsx(w2,{}),onClickCapture:O,id:"send-to-canvas",children:s("parameters.sendToUnifiedCanvas")}),d&&a.jsx(jr,{icon:a.jsx(qc,{}),isDisabled:r,onClickCapture:N,children:"Add to Batch"}),a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:R,children:t.board_id?"Change Board":"Add to Board"}),t.board_id&&a.jsx(jr,{icon:a.jsx(qc,{}),onClickCapture:A,children:"Remove from Board"}),a.jsx(Ka,{download:!0,href:t.image_url,target:"_blank",children:a.jsx(jr,{icon:a.jsx(Kv,{}),w:"100%",children:s("parameters.downloadImage")})}),a.jsx(jr,{sx:{color:"error.600",_dark:{color:"error.300"}},icon:a.jsx(yo,{}),onClickCapture:S,children:s("gallery.deleteImage")})]})},U_=f.memo(SB),CB=({imageDTO:e,children:t})=>{const n=f.useMemo(()=>ve([Rt],({gallery:s})=>({selectionCount:s.selection.length}),at),[]),{selectionCount:r}=$(n),o=f.useCallback(s=>{s.preventDefault()},[]);return a.jsx(k_,{menuProps:{size:"sm",isLazy:!0},menuButtonProps:{bg:"transparent",_hover:{bg:"transparent"}},renderMenu:()=>e?a.jsx(ec,{sx:{visibility:"visible !important"},motionProps:O3,onContextMenu:o,children:r===1?a.jsx(U_,{imageDTO:e}):a.jsx(wB,{})}):null,children:t})},w1=f.memo(CB),_B=e=>{const{imageDTO:t,onClickReset:n,onError:r,onClick:o,withResetIcon:s=!1,withMetadataOverlay:i=!1,isDropDisabled:u=!1,isDragDisabled:d=!1,isUploadDisabled:p=!1,minSize:h=24,postUploadAction:g,imageSx:v,fitContainer:b=!1,droppableData:S,draggableData:w,dropLabel:C,isSelected:_=!1,thumbnail:k=!1,resetTooltip:j="Reset",resetIcon:E=a.jsx(Xv,{}),noContentFallback:I=a.jsx(Bi,{icon:rc})}=e,{colorMode:O}=Do(),{getUploadButtonProps:M,getUploadInputProps:R}=V_({postUploadAction:g,isDisabled:p}),A=ff("drop-shadow(0px 0px 0.1rem var(--invokeai-colors-base-600))","drop-shadow(0px 0px 0.1rem var(--invokeai-colors-base-800))"),L=p?{}:{cursor:"pointer",bg:ke("base.200","base.800")(O),_hover:{bg:ke("base.300","base.650")(O),color:ke("base.500","base.300")(O)}};return a.jsx(w1,{imageDTO:t,children:N=>a.jsxs(F,{ref:N,sx:{width:"full",height:"full",alignItems:"center",justifyContent:"center",position:"relative",minW:h||void 0,minH:h||void 0,userSelect:"none",cursor:d||!t?"default":"pointer"},children:[t&&a.jsxs(F,{sx:{w:"full",h:"full",position:b?"absolute":"relative",alignItems:"center",justifyContent:"center"},children:[a.jsx(bu,{src:k?t.thumbnail_url:t.image_url,fallbackStrategy:"beforeLoadOrError",fallbackSrc:t.thumbnail_url,width:t.width,height:t.height,onError:r,draggable:!1,sx:{objectFit:"contain",maxW:"full",maxH:"full",borderRadius:"base",shadow:_?"selected.light":void 0,_dark:{shadow:_?"selected.dark":void 0},...v}}),i&&a.jsx(yB,{image:t})]}),!t&&!p&&a.jsx(a.Fragment,{children:a.jsxs(F,{sx:{minH:h,w:"full",h:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",transitionProperty:"common",transitionDuration:"0.1s",color:ke("base.500","base.500")(O),...L},...M(),children:[a.jsx("input",{...R()}),a.jsx(go,{as:Au,sx:{boxSize:16}})]})}),!t&&p&&I,!u&&a.jsx(g1,{data:S,disabled:u,dropLabel:C}),t&&!d&&a.jsx(xB,{data:w,disabled:d||!t,onClick:o}),n&&s&&t&&a.jsx(je,{onClick:n,"aria-label":j,tooltip:j,icon:E,size:"sm",variant:"link",sx:{position:"absolute",top:1,insetInlineEnd:1,p:0,minW:0,svg:{transitionProperty:"common",transitionDuration:"normal",fill:"base.100",_hover:{fill:"base.50"},filter:A}}})]})})},Za=f.memo(_B),kB=()=>a.jsx(ze,{sx:{position:"relative",height:"full",width:"full","::before":{content:"''",display:"block",pt:"100%"}},children:a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,height:"full",width:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",bg:"base.100",color:"base.500",_dark:{color:"base.700",bg:"base.850"}},children:a.jsx(go,{as:y$,boxSize:16,opacity:.7})})}),PB=()=>a.jsx(i5,{sx:{position:"relative",height:"full",width:"full","::before":{content:"''",display:"block",pt:"100%"}},children:a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineStart:0,height:"full",width:"full"}})}),jB=e=>ve([Rt],t=>({selectionCount:t.gallery.selection.length,selection:t.gallery.selection,isSelected:t.gallery.selection.includes(e)}),at),IB=e=>{const t=te(),{imageName:n}=e,{currentData:r,isLoading:o,isError:s,isSuccess:i}=gs(n),u=f.useMemo(()=>jB(n),[n]),{isSelected:d,selectionCount:p,selection:h}=$(u),g=f.useCallback(()=>{t(l8([n]))},[t,n]),v=f.useCallback(S=>{S.shiftKey?t(c8(n)):S.ctrlKey||S.metaKey?t(u8(n)):t(Ef(n))},[t,n]),b=f.useMemo(()=>{if(p>1)return{id:"batch",payloadType:"IMAGE_NAMES",payload:{image_names:h}};if(r)return{id:"batch",payloadType:"IMAGE_DTO",payload:{imageDTO:r}}},[r,h,p]);return o?a.jsx(PB,{}):s||!r?a.jsx(kB,{}):a.jsx(ze,{sx:{w:"full",h:"full",touchAction:"none"},children:a.jsx(w1,{imageDTO:r,children:S=>a.jsx(ze,{position:"relative",userSelect:"none",ref:S,sx:{display:"flex",justifyContent:"center",alignItems:"center",aspectRatio:"1/1"},children:a.jsx(Za,{onClick:v,imageDTO:r,draggableData:b,isSelected:d,minSize:0,onClickReset:g,isDropDisabled:!0,imageSx:{w:"full",h:"full"},isUploadDisabled:!0,resetTooltip:"Remove from batch",withResetIcon:!0,thumbnail:!0})},n)})})},EB=f.memo(IB),G_=tt((e,t)=>a.jsx(ze,{className:"item-container",ref:t,p:1.5,children:e.children})),q_=tt((e,t)=>{const n=$(r=>r.gallery.galleryImageMinimumWidth);return a.jsx(Ri,{...e,className:"list-container",ref:t,sx:{gridTemplateColumns:`repeat(auto-fill, minmax(${n}px, 1fr));`},children:e.children})}),OB=ve([Rt],e=>({imageNames:e.gallery.batchImageNames}),at),RB=()=>{const{t:e}=le(),t=f.useRef(null),[n,r]=f.useState(null),[o,s]=m1({defer:!0,options:{scrollbars:{visibility:"auto",autoHide:"leave",autoHideDelay:1300,theme:"os-theme-dark"},overflow:{x:"hidden"}}}),{imageNames:i}=$(OB);return f.useEffect(()=>{const{current:u}=t;return n&&u&&o({target:u,elements:{viewport:n}}),()=>{var d;return(d=s())==null?void 0:d.destroy()}},[n,o,s]),i.length?a.jsx(ze,{ref:t,"data-overlayscrollbars":"",h:"100%",children:a.jsx(W_,{style:{height:"100%"},data:i,components:{Item:G_,List:q_},scrollerRef:r,itemContent:(u,d)=>a.jsx(EB,{imageName:d},d)})}):a.jsx(Bi,{label:e("gallery.noImagesInGallery"),icon:rc})},MB=f.memo(RB),DB=e=>ve([Rt],({gallery:t})=>({isSelected:t.selection.includes(e),selectionCount:t.selection.length,selection:t.selection}),at),TB=e=>{const t=te(),{imageName:n}=e,{currentData:r}=gs(n),o=f.useMemo(()=>DB(n),[n]),{isSelected:s,selectionCount:i,selection:u}=$(o),d=f.useCallback(g=>{t(Ef(n))},[t,n]),p=f.useCallback(g=>{g.stopPropagation(),r&&t(fv(r))},[t,r]),h=f.useMemo(()=>{if(i>1)return{id:"gallery-image",payloadType:"IMAGE_NAMES",payload:{image_names:u}};if(r)return{id:"gallery-image",payloadType:"IMAGE_DTO",payload:{imageDTO:r}}},[r,u,i]);return r?a.jsx(ze,{sx:{w:"full",h:"full",touchAction:"none"},children:a.jsx(w1,{imageDTO:r,children:g=>a.jsx(ze,{position:"relative",userSelect:"none",ref:g,sx:{display:"flex",justifyContent:"center",alignItems:"center",aspectRatio:"1/1"},children:a.jsx(Za,{onClick:d,imageDTO:r,draggableData:h,isSelected:s,minSize:0,onClickReset:p,imageSx:{w:"full",h:"full"},isDropDisabled:!0,isUploadDisabled:!0,thumbnail:!0})},n)})}):a.jsx(Xl,{})},AB=f.memo(TB),NB=ve([Rt,T4],(e,t)=>{const{galleryImageMinimumWidth:n,selectedBoardId:r,galleryView:o,total:s,isLoading:i}=e.gallery;return{imageNames:t.map(u=>u.image_name),total:s,selectedBoardId:r,galleryView:o,galleryImageMinimumWidth:n,isLoading:i}},at),$B=()=>{const{t:e}=le(),t=f.useRef(null),n=f.useRef(null),[r,o]=f.useState(null),[s,i]=m1({defer:!0,options:{scrollbars:{visibility:"auto",autoHide:"leave",autoHideDelay:1300,theme:"os-theme-dark"},overflow:{x:"hidden"}}});f.useState(!1);const u=te(),{galleryImageMinimumWidth:d,imageNames:p,total:h,selectedBoardId:g,galleryView:v,isLoading:b}=$(NB),{data:S,isLoading:w}=d8({board_id:g},{skip:g==="all"}),C=f.useMemo(()=>{if(g==="all")return p;{const E=v==="images"?Zb:ex;return((S==null?void 0:S.items)||[]).filter(O=>E.includes(O.image_category)).map(O=>O.image_name)}},[g,v,S,p]),_=f.useMemo(()=>g==="all"?h>p.length:!1,[g,p.length,h]),k=f.useMemo(()=>g==="all"?b:w,[g,b,w]),j=f.useCallback(()=>{u(A4({categories:v==="images"?Zb:ex,is_intermediate:!1,offset:C.length,limit:f8}))},[u,C.length,v]);if(f.useEffect(()=>{const{current:E}=t;return r&&E&&s({target:E,elements:{viewport:r}}),()=>{var I;return(I=i())==null?void 0:I.destroy()}},[r,s,i]),f.useMemo(()=>{if(_)return j},[_,j]),!k&&C.length===0)return a.jsx(ze,{ref:n,sx:{w:"full",h:"full"},children:a.jsx(Bi,{label:e("gallery.noImagesInGallery"),icon:rc})});if(status!=="rejected")return a.jsxs(a.Fragment,{children:[a.jsx(ze,{ref:t,"data-overlayscrollbars":"",h:"100%",children:a.jsx(W_,{style:{height:"100%"},data:C,components:{Item:G_,List:q_},scrollerRef:o,itemContent:(E,I)=>a.jsx(AB,{imageName:I},I)})}),a.jsx(Zt,{onClick:j,isDisabled:!_,isLoading:status==="pending",loadingText:"Loading",flexShrink:0,children:e(_?"gallery.loadMore":"gallery.allImagesLoaded")})]})},zB=f.memo($B),LB=ve([Rt],e=>{const{selectedBoardId:t,galleryImageMinimumWidth:n,galleryView:r,shouldAutoSwitch:o}=e.gallery,{shouldPinGallery:s}=e.ui;return{selectedBoardId:t,shouldPinGallery:s,galleryImageMinimumWidth:n,shouldAutoSwitch:o,galleryView:r}},at),BB=()=>{const e=te(),{t}=le(),n=f.useRef(null),r=f.useRef(null),{colorMode:o}=Do(),{selectedBoardId:s,shouldPinGallery:i,galleryImageMinimumWidth:u,shouldAutoSwitch:d,galleryView:p}=$(LB),{selectedBoard:h}=uv(void 0,{selectFromResult:({data:k})=>({selectedBoard:k==null?void 0:k.find(j=>j.board_id===s)})}),g=f.useMemo(()=>s==="batch"?"Batch":h?h.board_name:"All Images",[h,s]),{isOpen:v,onToggle:b}=pa(),S=k=>{e(Of(k))},w=()=>{e(N4()),e(so())},C=f.useCallback(()=>{e(tx("images"))},[e]),_=f.useCallback(()=>{e(tx("assets"))},[e]);return a.jsxs(nh,{sx:{flexDirection:"column",h:"full",w:"full",borderRadius:"base"},children:[a.jsxs(ze,{sx:{w:"full"},children:[a.jsxs(F,{ref:n,sx:{alignItems:"center",justifyContent:"space-between",gap:2},children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(je,{tooltip:t("gallery.images"),"aria-label":t("gallery.images"),onClick:C,isChecked:p==="images",size:"sm",icon:a.jsx(rc,{})}),a.jsx(je,{tooltip:t("gallery.assets"),"aria-label":t("gallery.assets"),onClick:_,isChecked:p==="assets",size:"sm",icon:a.jsx(L$,{})})]}),a.jsxs(F,{as:Sf,onClick:b,size:"sm",variant:"ghost",sx:{w:"full",justifyContent:"center",alignItems:"center",px:2,_hover:{bg:ke("base.100","base.800")(o)}},children:[a.jsx(nt,{noOfLines:1,sx:{w:"full",color:ke("base.800","base.200")(o),fontWeight:600},children:g}),a.jsx(Zv,{sx:{transform:v?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal"}})]}),a.jsx(Ja,{triggerComponent:a.jsx(je,{tooltip:t("gallery.gallerySettings"),"aria-label":t("gallery.gallerySettings"),size:"sm",icon:a.jsx(Jv,{})}),children:a.jsxs(F,{direction:"column",gap:2,children:[a.jsx(ht,{value:u,onChange:S,min:32,max:256,hideTooltip:!0,label:t("gallery.galleryImageSize"),withReset:!0,handleReset:()=>e(Of(64))}),a.jsx(Bn,{label:t("gallery.autoSwitchNewImages"),isChecked:d,onChange:k=>e(p8(k.target.checked))})]})}),a.jsx(je,{size:"sm","aria-label":t("gallery.pinGallery"),tooltip:`${t("gallery.pinGallery")} (Shift+G)`,onClick:w,icon:i?a.jsx(A5,{}):a.jsx(N5,{})})]}),a.jsx(ze,{children:a.jsx(kL,{isOpen:v})})]}),a.jsx(F,{ref:r,direction:"column",gap:2,h:"full",w:"full",children:s==="batch"?a.jsx(MB,{}):a.jsx(zB,{})})]})},K_=f.memo(BB),FB=ve([dr,Jr,h8,Xn],(e,t,n,r)=>{const{shouldPinGallery:o,shouldShowGallery:s}=t,{galleryImageMinimumWidth:i}=n;return{activeTabName:e,isStaging:r,shouldPinGallery:o,shouldShowGallery:s,galleryImageMinimumWidth:i,isResizable:e!=="unifiedCanvas"}},{memoizeOptions:{resultEqualityCheck:Yt}}),HB=()=>{const e=te(),{shouldPinGallery:t,shouldShowGallery:n,galleryImageMinimumWidth:r}=$(FB),o=()=>{e(Qg(!1)),t&&e(so())};qe("esc",()=>{e(Qg(!1))},{enabled:()=>!t,preventDefault:!0},[t]);const s=32;return qe("shift+up",()=>{if(r<256){const i=Ws(r+s,32,256);e(Of(i))}},[r]),qe("shift+down",()=>{if(r>32){const i=Ws(r-s,32,256);e(Of(i))}},[r]),t?null:a.jsx(T5,{direction:"right",isResizable:!0,isOpen:n,onClose:o,minWidth:337,children:a.jsx(K_,{})})},WB=f.memo(HB),VB=e=>{const{label:t,isDisabled:n=!1,width:r="auto",formControlProps:o,formLabelProps:s,tooltip:i,...u}=e;return a.jsx(_n,{label:i,hasArrow:!0,placement:"top",isDisabled:!i,children:a.jsxs(Ss,{isDisabled:n,width:r,display:"flex",alignItems:"center",...o,children:[t&&a.jsx(vs,{my:1,flexGrow:1,sx:{cursor:n?"not-allowed":"pointer",...s==null?void 0:s.sx,pe:4},...s,children:t}),a.jsx(Vv,{...u})]})})},Pn=f.memo(VB),UB=e=>{const{imageUsage:t}=e;return!t||!$4(t)?null:a.jsxs(a.Fragment,{children:[a.jsx(nt,{children:"This image is currently in use in the following features:"}),a.jsxs(th,{sx:{paddingInlineStart:6},children:[t.isInitialImage&&a.jsx(Eo,{children:"Image to Image"}),t.isCanvasImage&&a.jsx(Eo,{children:"Unified Canvas"}),t.isControlNetImage&&a.jsx(Eo,{children:"ControlNet"}),t.isNodesImage&&a.jsx(Eo,{children:"Node Editor"})]}),a.jsx(nt,{children:"If you delete this image, those features will immediately be reset."})]})},GB=f.memo(UB),qB=ve([Rt,m8],({system:e,config:t,imageDeletion:n},r)=>{const{shouldConfirmOnDelete:o}=e,{canRestoreDeletedImagesFromBin:s}=t,{imageToDelete:i,isModalOpen:u}=n;return{shouldConfirmOnDelete:o,canRestoreDeletedImagesFromBin:s,imageToDelete:i,imageUsage:r,isModalOpen:u}},at),KB=()=>{const e=te(),{t}=le(),{shouldConfirmOnDelete:n,canRestoreDeletedImagesFromBin:r,imageToDelete:o,imageUsage:s,isModalOpen:i}=$(qB),u=f.useCallback(g=>e(z4(!g.target.checked)),[e]),d=f.useCallback(()=>{e(nx()),e(g8(!1))},[e]),p=f.useCallback(()=>{!o||!s||(e(nx()),e(v8({imageDTO:o,imageUsage:s})))},[e,o,s]),h=f.useRef(null);return a.jsx(Ou,{isOpen:i,onClose:d,leastDestructiveRef:h,isCentered:!0,children:a.jsx(va,{children:a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:t("gallery.deleteImage")}),a.jsx(ya,{children:a.jsxs(F,{direction:"column",gap:3,children:[a.jsx(GB,{imageUsage:s}),a.jsx(ri,{}),a.jsx(nt,{children:t(r?"gallery.deleteImageBin":"gallery.deleteImagePermanent")}),a.jsx(nt,{children:t("common.areYouSure")}),a.jsx(Pn,{label:t("common.dontAskMeAgain"),isChecked:!n,onChange:u})]})}),a.jsxs(ma,{children:[a.jsx(Zt,{ref:h,onClick:d,children:"Cancel"}),a.jsx(Zt,{colorScheme:"error",onClick:p,ml:3,children:"Delete"})]})]})})})},YB=f.memo(KB);function cw(e){for(var t=[],n=1;n{const{isConnected:t,isProcessing:n,statusTranslationKey:r,currentIteration:o,totalIterations:s,currentStatusHasSteps:i}=e;return{isConnected:t,isProcessing:n,currentIteration:o,totalIterations:s,statusTranslationKey:r,currentStatusHasSteps:i}},at),dw={ok:"green.400",working:"yellow.400",error:"red.400"},fw={ok:"green.600",working:"yellow.500",error:"red.500"},tF=()=>{const{isConnected:e,isProcessing:t,currentIteration:n,totalIterations:r,statusTranslationKey:o}=$(eF),{t:s}=le(),i=f.useRef(null),u=f.useMemo(()=>t?"working":e?"ok":"error",[t,e]),d=f.useMemo(()=>{if(n&&r)return` (${n}/${r})`},[n,r]),p=Y_(i);return a.jsxs(F,{ref:i,h:"full",px:2,alignItems:"center",gap:5,children:[a.jsx(ws,{children:p&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.15}},exit:{opacity:0,transition:{delay:.8}},children:a.jsxs(nt,{sx:{fontSize:"sm",fontWeight:"600",pb:"1px",userSelect:"none",color:fw[u],_dark:{color:dw[u]}},children:[s(o),d]})},"statusText")}),a.jsx(go,{as:m$,sx:{boxSize:"0.5rem",color:fw[u],_dark:{color:dw[u]}}})]})};function nF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l9 2-9 2 .01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zm0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}},{tag:"path",attr:{d:"M18.27 14.03l-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"}}]})(e)}function rF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 00-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"}}]})(e)}function oF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M17 16l-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"}}]})(e)}function sF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"}}]})(e)}function aF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"}}]})(e)}function iF(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}}]})(e)}function Q_(e){return We({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"}},{tag:"path",attr:{d:"M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3L5 6.99h3V14h2V6.99h3L9 3z"}}]})(e)}const lF=()=>{const{colorMode:e,toggleColorMode:t}=Do(),{t:n}=le();return a.jsx(je,{"aria-label":n(e==="dark"?"common.lightMode":"common.darkMode"),tooltip:n(e==="dark"?"common.lightMode":"common.darkMode"),size:"sm",icon:e==="dark"?a.jsx(F$,{fontSize:19}):a.jsx(A$,{fontSize:18}),onClick:t,variant:"link"})};function cF(e){const{title:t,hotkey:n,description:r}=e;return a.jsxs(Ri,{sx:{gridTemplateColumns:"auto max-content",justifyContent:"space-between",alignItems:"center"},children:[a.jsxs(Ri,{children:[a.jsx(nt,{fontWeight:600,children:t}),r&&a.jsx(nt,{sx:{fontSize:"sm"},variant:"subtext",children:r})]}),a.jsx(ze,{sx:{fontSize:"sm",fontWeight:600,px:2,py:1},children:n})]})}function uF({children:e}){const{isOpen:t,onOpen:n,onClose:r}=pa(),{t:o}=le(),s=[{title:o("hotkeys.invoke.title"),desc:o("hotkeys.invoke.desc"),hotkey:"Ctrl+Enter"},{title:o("hotkeys.cancel.title"),desc:o("hotkeys.cancel.desc"),hotkey:"Shift+X"},{title:o("hotkeys.focusPrompt.title"),desc:o("hotkeys.focusPrompt.desc"),hotkey:"Alt+A"},{title:o("hotkeys.toggleOptions.title"),desc:o("hotkeys.toggleOptions.desc"),hotkey:"O"},{title:o("hotkeys.pinOptions.title"),desc:o("hotkeys.pinOptions.desc"),hotkey:"Shift+O"},{title:o("hotkeys.toggleGallery.title"),desc:o("hotkeys.toggleGallery.desc"),hotkey:"G"},{title:o("hotkeys.maximizeWorkSpace.title"),desc:o("hotkeys.maximizeWorkSpace.desc"),hotkey:"F"},{title:o("hotkeys.changeTabs.title"),desc:o("hotkeys.changeTabs.desc"),hotkey:"1-5"}],i=[{title:o("hotkeys.setPrompt.title"),desc:o("hotkeys.setPrompt.desc"),hotkey:"P"},{title:o("hotkeys.setSeed.title"),desc:o("hotkeys.setSeed.desc"),hotkey:"S"},{title:o("hotkeys.setParameters.title"),desc:o("hotkeys.setParameters.desc"),hotkey:"A"},{title:o("hotkeys.upscale.title"),desc:o("hotkeys.upscale.desc"),hotkey:"Shift+U"},{title:o("hotkeys.showInfo.title"),desc:o("hotkeys.showInfo.desc"),hotkey:"I"},{title:o("hotkeys.sendToImageToImage.title"),desc:o("hotkeys.sendToImageToImage.desc"),hotkey:"Shift+I"},{title:o("hotkeys.deleteImage.title"),desc:o("hotkeys.deleteImage.desc"),hotkey:"Del"},{title:o("hotkeys.closePanels.title"),desc:o("hotkeys.closePanels.desc"),hotkey:"Esc"}],u=[{title:o("hotkeys.previousImage.title"),desc:o("hotkeys.previousImage.desc"),hotkey:"Arrow Left"},{title:o("hotkeys.nextImage.title"),desc:o("hotkeys.nextImage.desc"),hotkey:"Arrow Right"},{title:o("hotkeys.toggleGalleryPin.title"),desc:o("hotkeys.toggleGalleryPin.desc"),hotkey:"Shift+G"},{title:o("hotkeys.increaseGalleryThumbSize.title"),desc:o("hotkeys.increaseGalleryThumbSize.desc"),hotkey:"Shift+Up"},{title:o("hotkeys.decreaseGalleryThumbSize.title"),desc:o("hotkeys.decreaseGalleryThumbSize.desc"),hotkey:"Shift+Down"}],d=[{title:o("hotkeys.selectBrush.title"),desc:o("hotkeys.selectBrush.desc"),hotkey:"B"},{title:o("hotkeys.selectEraser.title"),desc:o("hotkeys.selectEraser.desc"),hotkey:"E"},{title:o("hotkeys.decreaseBrushSize.title"),desc:o("hotkeys.decreaseBrushSize.desc"),hotkey:"["},{title:o("hotkeys.increaseBrushSize.title"),desc:o("hotkeys.increaseBrushSize.desc"),hotkey:"]"},{title:o("hotkeys.decreaseBrushOpacity.title"),desc:o("hotkeys.decreaseBrushOpacity.desc"),hotkey:"Shift + ["},{title:o("hotkeys.increaseBrushOpacity.title"),desc:o("hotkeys.increaseBrushOpacity.desc"),hotkey:"Shift + ]"},{title:o("hotkeys.moveTool.title"),desc:o("hotkeys.moveTool.desc"),hotkey:"V"},{title:o("hotkeys.fillBoundingBox.title"),desc:o("hotkeys.fillBoundingBox.desc"),hotkey:"Shift + F"},{title:o("hotkeys.eraseBoundingBox.title"),desc:o("hotkeys.eraseBoundingBox.desc"),hotkey:"Delete / Backspace"},{title:o("hotkeys.colorPicker.title"),desc:o("hotkeys.colorPicker.desc"),hotkey:"C"},{title:o("hotkeys.toggleSnap.title"),desc:o("hotkeys.toggleSnap.desc"),hotkey:"N"},{title:o("hotkeys.quickToggleMove.title"),desc:o("hotkeys.quickToggleMove.desc"),hotkey:"Hold Space"},{title:o("hotkeys.toggleLayer.title"),desc:o("hotkeys.toggleLayer.desc"),hotkey:"Q"},{title:o("hotkeys.clearMask.title"),desc:o("hotkeys.clearMask.desc"),hotkey:"Shift+C"},{title:o("hotkeys.hideMask.title"),desc:o("hotkeys.hideMask.desc"),hotkey:"H"},{title:o("hotkeys.showHideBoundingBox.title"),desc:o("hotkeys.showHideBoundingBox.desc"),hotkey:"Shift+H"},{title:o("hotkeys.mergeVisible.title"),desc:o("hotkeys.mergeVisible.desc"),hotkey:"Shift+M"},{title:o("hotkeys.saveToGallery.title"),desc:o("hotkeys.saveToGallery.desc"),hotkey:"Shift+S"},{title:o("hotkeys.copyToClipboard.title"),desc:o("hotkeys.copyToClipboard.desc"),hotkey:"Ctrl+C"},{title:o("hotkeys.downloadImage.title"),desc:o("hotkeys.downloadImage.desc"),hotkey:"Shift+D"},{title:o("hotkeys.undoStroke.title"),desc:o("hotkeys.undoStroke.desc"),hotkey:"Ctrl+Z"},{title:o("hotkeys.redoStroke.title"),desc:o("hotkeys.redoStroke.desc"),hotkey:"Ctrl+Shift+Z, Ctrl+Y"},{title:o("hotkeys.resetView.title"),desc:o("hotkeys.resetView.desc"),hotkey:"R"},{title:o("hotkeys.previousStagingImage.title"),desc:o("hotkeys.previousStagingImage.desc"),hotkey:"Arrow Left"},{title:o("hotkeys.nextStagingImage.title"),desc:o("hotkeys.nextStagingImage.desc"),hotkey:"Arrow Right"},{title:o("hotkeys.acceptStagingImage.title"),desc:o("hotkeys.acceptStagingImage.desc"),hotkey:"Enter"}],p=h=>a.jsx(F,{flexDir:"column",gap:4,children:h.map((g,v)=>a.jsxs(F,{flexDir:"column",px:2,gap:4,children:[a.jsx(cF,{title:g.title,description:g.desc,hotkey:g.hotkey}),v{const{data:e}=y8(),t=f.useRef(null),n=Y_(t);return a.jsxs(F,{alignItems:"center",gap:3,ps:1,ref:t,children:[a.jsx(bu,{src:b8,alt:"invoke-ai-logo",sx:{w:"32px",h:"32px",minW:"32px",minH:"32px",userSelect:"none"}}),a.jsxs(F,{sx:{gap:3,alignItems:"center"},children:[a.jsxs(nt,{sx:{fontSize:"xl",userSelect:"none"},children:["invoke ",a.jsx("strong",{children:"ai"})]}),a.jsx(ws,{children:n&&e&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.15}},exit:{opacity:0,transition:{delay:.8}},children:a.jsx(nt,{sx:{fontWeight:600,marginTop:1,color:"base.300",fontSize:14},variant:"subtext",children:e.version})},"statusText")})]})]})};function dF(e){return We({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M245.09 327.74v-37.32c57.07 0 84.51 13.47 108.58 38.68 5.4 5.65 15 1.32 14.29-6.43-5.45-61.45-34.14-117.09-122.87-117.09v-37.32a8.32 8.32 0 00-14.05-6L146.58 242a8.2 8.2 0 000 11.94L231 333.71a8.32 8.32 0 0014.09-5.97z"}},{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64z"}}]})(e)}function fF(e){return We({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M478.33 433.6l-90-218a22 22 0 00-40.67 0l-90 218a22 22 0 1040.67 16.79L316.66 406h102.67l18.33 44.39A22 22 0 00458 464a22 22 0 0020.32-30.4zM334.83 362L368 281.65 401.17 362zm-66.99-19.08a22 22 0 00-4.89-30.7c-.2-.15-15-11.13-36.49-34.73 39.65-53.68 62.11-114.75 71.27-143.49H330a22 22 0 000-44H214V70a22 22 0 00-44 0v20H54a22 22 0 000 44h197.25c-9.52 26.95-27.05 69.5-53.79 108.36-31.41-41.68-43.08-68.65-43.17-68.87a22 22 0 00-40.58 17c.58 1.38 14.55 34.23 52.86 83.93.92 1.19 1.83 2.35 2.74 3.51-39.24 44.35-77.74 71.86-93.85 80.74a22 22 0 1021.07 38.63c2.16-1.18 48.6-26.89 101.63-85.59 22.52 24.08 38 35.44 38.93 36.1a22 22 0 0030.75-4.9z"}}]})(e)}const pF={ar:br.t("common.langArabic",{lng:"ar"}),nl:br.t("common.langDutch",{lng:"nl"}),en:br.t("common.langEnglish",{lng:"en"}),fr:br.t("common.langFrench",{lng:"fr"}),de:br.t("common.langGerman",{lng:"de"}),he:br.t("common.langHebrew",{lng:"he"}),it:br.t("common.langItalian",{lng:"it"}),ja:br.t("common.langJapanese",{lng:"ja"}),ko:br.t("common.langKorean",{lng:"ko"}),pl:br.t("common.langPolish",{lng:"pl"}),pt_BR:br.t("common.langBrPortuguese",{lng:"pt_BR"}),pt:br.t("common.langPortuguese",{lng:"pt"}),ru:br.t("common.langRussian",{lng:"ru"}),zh_CN:br.t("common.langSimplifiedChinese",{lng:"zh_CN"}),es:br.t("common.langSpanish",{lng:"es"}),uk:br.t("common.langUkranian",{lng:"ua"})};function hF(){const{t:e}=le(),t=te(),n=$(L4);return a.jsxs(Iu,{closeOnSelect:!1,children:[a.jsx(_n,{label:e("common.languagePickerLabel"),hasArrow:!0,children:a.jsx(Eu,{as:qa,icon:a.jsx(fF,{}),variant:"link","aria-label":e("common.languagePickerLabel"),fontSize:22,minWidth:8})}),a.jsx(ec,{children:a.jsx(zv,{value:n,children:Cs(pF,(r,o)=>a.jsx(ru,{value:o,onClick:()=>t(x8(o)),children:r},o))})})]})}function mF(e){const t=f.createContext(null);return[({children:o,value:s})=>z.createElement(t.Provider,{value:s},o),()=>{const o=f.useContext(t);if(o===null)throw new Error(e);return o}]}function J_(e){return Array.isArray(e)?e:[e]}const gF=()=>{};function vF(e,t={active:!0}){return typeof e!="function"||!t.active?t.onKeyDown||gF:n=>{var r;n.key==="Escape"&&(e(n),(r=t.onTrigger)==null||r.call(t))}}function Z_({data:e}){const t=[],n=[],r=e.reduce((o,s,i)=>(s.group?o[s.group]?o[s.group].push(i):o[s.group]=[i]:n.push(i),o),{});return Object.keys(r).forEach(o=>{t.push(...r[o].map(s=>e[s]))}),t.push(...n.map(o=>e[o])),t}function ek(e){return Array.isArray(e)||e===null?!1:typeof e=="object"?e.type!==z.Fragment:!1}function tk(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;tr===t[o]).indexOf(!1)>=0)&&(n.current={v:e(),prevDeps:[...t]}),n.current.v}const xF=w8({key:"mantine",prepend:!0});function wF(){return R3()||xF}var SF=Object.defineProperty,pw=Object.getOwnPropertySymbols,CF=Object.prototype.hasOwnProperty,_F=Object.prototype.propertyIsEnumerable,hw=(e,t,n)=>t in e?SF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kF=(e,t)=>{for(var n in t||(t={}))CF.call(t,n)&&hw(e,n,t[n]);if(pw)for(var n of pw(t))_F.call(t,n)&&hw(e,n,t[n]);return e};const jg="ref";function PF(e){let t;if(e.length!==1)return{args:e,ref:t};const[n]=e;if(!(n instanceof Object))return{args:e,ref:t};if(!(jg in n))return{args:e,ref:t};t=n[jg];const r=kF({},n);return delete r[jg],{args:[r],ref:t}}const{cssFactory:jF}=(()=>{function e(n,r,o){const s=[],i=_8(n,s,o);return s.length<2?o:i+r(s)}function t(n){const{cache:r}=n,o=(...i)=>{const{ref:u,args:d}=PF(i),p=S8(d,r.registered);return C8(r,p,!1),`${r.key}-${p.name}${u===void 0?"":` ${u}`}`};return{css:o,cx:(...i)=>e(r.registered,o,nk(i))}}return{cssFactory:t}})();function rk(){const e=wF();return bF(()=>jF({cache:e}),[e])}function IF({cx:e,classes:t,context:n,classNames:r,name:o,cache:s}){const i=n.reduce((u,d)=>(Object.keys(d.classNames).forEach(p=>{typeof u[p]!="string"?u[p]=`${d.classNames[p]}`:u[p]=`${u[p]} ${d.classNames[p]}`}),u),{});return Object.keys(t).reduce((u,d)=>(u[d]=e(t[d],i[d],r!=null&&r[d],Array.isArray(o)?o.filter(Boolean).map(p=>`${(s==null?void 0:s.key)||"mantine"}-${p}-${d}`).join(" "):o?`${(s==null?void 0:s.key)||"mantine"}-${o}-${d}`:null),u),{})}var EF=Object.defineProperty,mw=Object.getOwnPropertySymbols,OF=Object.prototype.hasOwnProperty,RF=Object.prototype.propertyIsEnumerable,gw=(e,t,n)=>t in e?EF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ig=(e,t)=>{for(var n in t||(t={}))OF.call(t,n)&&gw(e,n,t[n]);if(mw)for(var n of mw(t))RF.call(t,n)&&gw(e,n,t[n]);return e};function R0(e,t){return t&&Object.keys(t).forEach(n=>{e[n]?e[n]=Ig(Ig({},e[n]),t[n]):e[n]=Ig({},t[n])}),e}function vw(e,t,n,r){const o=s=>typeof s=="function"?s(t,n||{},r):s||{};return Array.isArray(e)?e.map(s=>o(s.styles)).reduce((s,i)=>R0(s,i),{}):o(e)}function MF({ctx:e,theme:t,params:n,variant:r,size:o}){return e.reduce((s,i)=>(i.variants&&r in i.variants&&R0(s,i.variants[r](t,n,{variant:r,size:o})),i.sizes&&o in i.sizes&&R0(s,i.sizes[o](t,n,{variant:r,size:o})),s),{})}function Zr(e){const t=typeof e=="function"?e:()=>e;function n(r,o){const s=Ca(),i=JO(o==null?void 0:o.name),u=R3(),d={variant:o==null?void 0:o.variant,size:o==null?void 0:o.size},{css:p,cx:h}=rk(),g=t(s,r,d),v=vw(o==null?void 0:o.styles,s,r,d),b=vw(i,s,r,d),S=MF({ctx:i,theme:s,params:r,variant:o==null?void 0:o.variant,size:o==null?void 0:o.size}),w=Object.fromEntries(Object.keys(g).map(C=>{const _=h({[p(g[C])]:!(o!=null&&o.unstyled)},p(S[C]),p(b[C]),p(v[C]));return[C,_]}));return{classes:IF({cx:h,classes:w,context:i,classNames:o==null?void 0:o.classNames,name:o==null?void 0:o.name,cache:u}),cx:h,theme:s}}return n}function yw(e){return`___ref-${e||""}`}var DF=Object.defineProperty,TF=Object.defineProperties,AF=Object.getOwnPropertyDescriptors,bw=Object.getOwnPropertySymbols,NF=Object.prototype.hasOwnProperty,$F=Object.prototype.propertyIsEnumerable,xw=(e,t,n)=>t in e?DF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ic=(e,t)=>{for(var n in t||(t={}))NF.call(t,n)&&xw(e,n,t[n]);if(bw)for(var n of bw(t))$F.call(t,n)&&xw(e,n,t[n]);return e},Ec=(e,t)=>TF(e,AF(t));const Oc={in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:`scale(.9) translateY(${$e(10)})`},transitionProperty:"transform, opacity"},Yd={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(-${$e(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(${$e(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(${$e(20)}) rotate(-5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-right":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${$e(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:Ec(Ic({},Oc),{common:{transformOrigin:"center center"}}),"pop-bottom-left":Ec(Ic({},Oc),{common:{transformOrigin:"bottom left"}}),"pop-bottom-right":Ec(Ic({},Oc),{common:{transformOrigin:"bottom right"}}),"pop-top-left":Ec(Ic({},Oc),{common:{transformOrigin:"top left"}}),"pop-top-right":Ec(Ic({},Oc),{common:{transformOrigin:"top right"}})},ww=["mousedown","touchstart"];function zF(e,t,n){const r=f.useRef();return f.useEffect(()=>{const o=s=>{const{target:i}=s??{};if(Array.isArray(n)){const u=(i==null?void 0:i.hasAttribute("data-ignore-outside-clicks"))||!document.body.contains(i)&&i.tagName!=="HTML";n.every(p=>!!p&&!s.composedPath().includes(p))&&!u&&e()}else r.current&&!r.current.contains(i)&&e()};return(t||ww).forEach(s=>document.addEventListener(s,o)),()=>{(t||ww).forEach(s=>document.removeEventListener(s,o))}},[r,e,n]),r}function LF(e,t){try{return e.addEventListener("change",t),()=>e.removeEventListener("change",t)}catch{return e.addListener(t),()=>e.removeListener(t)}}function BF(e,t){return typeof t=="boolean"?t:typeof window<"u"&&"matchMedia"in window?window.matchMedia(e).matches:!1}function FF(e,t,{getInitialValueInEffect:n}={getInitialValueInEffect:!0}){const[r,o]=f.useState(n?t:BF(e,t)),s=f.useRef();return f.useEffect(()=>{if("matchMedia"in window)return s.current=window.matchMedia(e),o(s.current.matches),LF(s.current,i=>o(i.matches))},[e]),r}const ok=typeof document<"u"?f.useLayoutEffect:f.useEffect;function hs(e,t){const n=f.useRef(!1);f.useEffect(()=>()=>{n.current=!1},[]),f.useEffect(()=>{if(n.current)return e();n.current=!0},t)}function HF({opened:e,shouldReturnFocus:t=!0}){const n=f.useRef(),r=()=>{var o;n.current&&"focus"in n.current&&typeof n.current.focus=="function"&&((o=n.current)==null||o.focus({preventScroll:!0}))};return hs(()=>{let o=-1;const s=i=>{i.key==="Tab"&&window.clearTimeout(o)};return document.addEventListener("keydown",s),e?n.current=document.activeElement:t&&(o=window.setTimeout(r,10)),()=>{window.clearTimeout(o),document.removeEventListener("keydown",s)}},[e,t]),r}const WF=/input|select|textarea|button|object/,sk="a, input, select, textarea, button, object, [tabindex]";function VF(e){return e.style.display==="none"}function UF(e){if(e.getAttribute("aria-hidden")||e.getAttribute("hidden")||e.getAttribute("type")==="hidden")return!1;let n=e;for(;n&&!(n===document.body||n.nodeType===11);){if(VF(n))return!1;n=n.parentNode}return!0}function ak(e){let t=e.getAttribute("tabindex");return t===null&&(t=void 0),parseInt(t,10)}function M0(e){const t=e.nodeName.toLowerCase(),n=!Number.isNaN(ak(e));return(WF.test(t)&&!e.disabled||e instanceof HTMLAnchorElement&&e.href||n)&&UF(e)}function ik(e){const t=ak(e);return(Number.isNaN(t)||t>=0)&&M0(e)}function GF(e){return Array.from(e.querySelectorAll(sk)).filter(ik)}function qF(e,t){const n=GF(e);if(!n.length){t.preventDefault();return}const r=n[t.shiftKey?0:n.length-1],o=e.getRootNode();if(!(r===o.activeElement||e===o.activeElement))return;t.preventDefault();const i=n[t.shiftKey?n.length-1:0];i&&i.focus()}function C1(){return`mantine-${Math.random().toString(36).slice(2,11)}`}function KF(e,t="body > :not(script)"){const n=C1(),r=Array.from(document.querySelectorAll(t)).map(o=>{var s;if((s=o==null?void 0:o.shadowRoot)!=null&&s.contains(e)||o.contains(e))return;const i=o.getAttribute("aria-hidden"),u=o.getAttribute("data-hidden"),d=o.getAttribute("data-focus-id");return o.setAttribute("data-focus-id",n),i===null||i==="false"?o.setAttribute("aria-hidden","true"):!u&&!d&&o.setAttribute("data-hidden",i),{node:o,ariaHidden:u||null}});return()=>{r.forEach(o=>{!o||n!==o.node.getAttribute("data-focus-id")||(o.ariaHidden===null?o.node.removeAttribute("aria-hidden"):o.node.setAttribute("aria-hidden",o.ariaHidden),o.node.removeAttribute("data-focus-id"),o.node.removeAttribute("data-hidden"))})}}function YF(e=!0){const t=f.useRef(),n=f.useRef(null),r=s=>{let i=s.querySelector("[data-autofocus]");if(!i){const u=Array.from(s.querySelectorAll(sk));i=u.find(ik)||u.find(M0)||null,!i&&M0(s)&&(i=s)}i&&i.focus({preventScroll:!0})},o=f.useCallback(s=>{if(e){if(s===null){n.current&&(n.current(),n.current=null);return}n.current=KF(s),t.current!==s&&(s?(setTimeout(()=>{s.getRootNode()&&r(s)}),t.current=s):t.current=null)}},[e]);return f.useEffect(()=>{if(!e)return;t.current&&setTimeout(()=>r(t.current));const s=i=>{i.key==="Tab"&&t.current&&qF(t.current,i)};return document.addEventListener("keydown",s),()=>{document.removeEventListener("keydown",s),n.current&&n.current()}},[e]),o}const QF=z["useId".toString()]||(()=>{});function XF(){const e=QF();return e?`mantine-${e.replace(/:/g,"")}`:""}function _1(e){const t=XF(),[n,r]=f.useState(t);return ok(()=>{r(C1())},[]),typeof e=="string"?e:typeof window>"u"?t:n}function Sw(e,t,n){f.useEffect(()=>(window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)),[e,t])}function lk(e,t){typeof e=="function"?e(t):typeof e=="object"&&e!==null&&"current"in e&&(e.current=t)}function JF(...e){return t=>{e.forEach(n=>lk(n,t))}}function zu(...e){return f.useCallback(JF(...e),e)}function uu({value:e,defaultValue:t,finalValue:n,onChange:r=()=>{}}){const[o,s]=f.useState(t!==void 0?t:n),i=u=>{s(u),r==null||r(u)};return e!==void 0?[e,r,!0]:[o,i,!1]}function ck(e,t){return FF("(prefers-reduced-motion: reduce)",e,t)}const ZF=e=>e<.5?2*e*e:-1+(4-2*e)*e,eH=({axis:e,target:t,parent:n,alignment:r,offset:o,isList:s})=>{if(!t||!n&&typeof document>"u")return 0;const i=!!n,d=(n||document.body).getBoundingClientRect(),p=t.getBoundingClientRect(),h=g=>p[g]-d[g];if(e==="y"){const g=h("top");if(g===0)return 0;if(r==="start"){const b=g-o;return b<=p.height*(s?0:1)||!s?b:0}const v=i?d.height:window.innerHeight;if(r==="end"){const b=g+o-v+p.height;return b>=-p.height*(s?0:1)||!s?b:0}return r==="center"?g-v/2+p.height/2:0}if(e==="x"){const g=h("left");if(g===0)return 0;if(r==="start"){const b=g-o;return b<=p.width||!s?b:0}const v=i?d.width:window.innerWidth;if(r==="end"){const b=g+o-v+p.width;return b>=-p.width||!s?b:0}return r==="center"?g-v/2+p.width/2:0}return 0},tH=({axis:e,parent:t})=>{if(!t&&typeof document>"u")return 0;const n=e==="y"?"scrollTop":"scrollLeft";if(t)return t[n];const{body:r,documentElement:o}=document;return r[n]+o[n]},nH=({axis:e,parent:t,distance:n})=>{if(!t&&typeof document>"u")return;const r=e==="y"?"scrollTop":"scrollLeft";if(t)t[r]=n;else{const{body:o,documentElement:s}=document;o[r]=n,s[r]=n}};function uk({duration:e=1250,axis:t="y",onScrollFinish:n,easing:r=ZF,offset:o=0,cancelable:s=!0,isList:i=!1}={}){const u=f.useRef(0),d=f.useRef(0),p=f.useRef(!1),h=f.useRef(null),g=f.useRef(null),v=ck(),b=()=>{u.current&&cancelAnimationFrame(u.current)},S=f.useCallback(({alignment:C="start"}={})=>{var _;p.current=!1,u.current&&b();const k=(_=tH({parent:h.current,axis:t}))!=null?_:0,j=eH({parent:h.current,target:g.current,axis:t,alignment:C,offset:o,isList:i})-(h.current?0:k);function E(){d.current===0&&(d.current=performance.now());const O=performance.now()-d.current,M=v||e===0?1:O/e,R=k+j*r(M);nH({parent:h.current,axis:t,distance:R}),!p.current&&M<1?u.current=requestAnimationFrame(E):(typeof n=="function"&&n(),d.current=0,u.current=0,b())}E()},[t,e,r,i,o,n,v]),w=()=>{s&&(p.current=!0)};return Sw("wheel",w,{passive:!0}),Sw("touchmove",w,{passive:!0}),f.useEffect(()=>b,[]),{scrollableRef:h,targetRef:g,scrollIntoView:S,cancel:b}}var Cw=Object.getOwnPropertySymbols,rH=Object.prototype.hasOwnProperty,oH=Object.prototype.propertyIsEnumerable,sH=(e,t)=>{var n={};for(var r in e)rH.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Cw)for(var r of Cw(e))t.indexOf(r)<0&&oH.call(e,r)&&(n[r]=e[r]);return n};function Ph(e){const t=e,{m:n,mx:r,my:o,mt:s,mb:i,ml:u,mr:d,p,px:h,py:g,pt:v,pb:b,pl:S,pr:w,bg:C,c:_,opacity:k,ff:j,fz:E,fw:I,lts:O,ta:M,lh:R,fs:A,tt:L,td:N,w:Z,miw:B,maw:H,h:G,mih:q,mah:D,bgsz:U,bgp:V,bgr:J,bga:ie,pos:ye,top:he,left:ae,bottom:ee,right:W,inset:re,display:pe}=t,ne=sH(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:ZO({m:n,mx:r,my:o,mt:s,mb:i,ml:u,mr:d,p,px:h,py:g,pt:v,pb:b,pl:S,pr:w,bg:C,c:_,opacity:k,ff:j,fz:E,fw:I,lts:O,ta:M,lh:R,fs:A,tt:L,td:N,w:Z,miw:B,maw:H,h:G,mih:q,mah:D,bgsz:U,bgp:V,bgr:J,bga:ie,pos:ye,top:he,left:ae,bottom:ee,right:W,inset:re,display:pe}),rest:ne}}function aH(e,t){const n=Object.keys(e).filter(r=>r!=="base").sort((r,o)=>Rx(At({size:r,sizes:t.breakpoints}))-Rx(At({size:o,sizes:t.breakpoints})));return"base"in e?["base",...n]:n}function iH({value:e,theme:t,getValue:n,property:r}){if(e==null)return;if(typeof e=="object")return aH(e,t).reduce((i,u)=>{if(u==="base"&&e.base!==void 0){const p=n(e.base,t);return Array.isArray(r)?(r.forEach(h=>{i[h]=p}),i):(i[r]=p,i)}const d=n(e[u],t);return Array.isArray(r)?(i[t.fn.largerThan(u)]={},r.forEach(p=>{i[t.fn.largerThan(u)][p]=d}),i):(i[t.fn.largerThan(u)]={[r]:d},i)},{});const o=n(e,t);return Array.isArray(r)?r.reduce((s,i)=>(s[i]=o,s),{}):{[r]:o}}function lH(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 cH(e){return $e(e)}function uH(e){return e}function dH(e,t){return At({size:e,sizes:t.fontSizes})}const fH=["-xs","-sm","-md","-lg","-xl"];function pH(e,t){return fH.includes(e)?`calc(${At({size:e.replace("-",""),sizes:t.spacing})} * -1)`:At({size:e,sizes:t.spacing})}const hH={identity:uH,color:lH,size:cH,fontSize:dH,spacing:pH},mH={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 gH=Object.defineProperty,_w=Object.getOwnPropertySymbols,vH=Object.prototype.hasOwnProperty,yH=Object.prototype.propertyIsEnumerable,kw=(e,t,n)=>t in e?gH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pw=(e,t)=>{for(var n in t||(t={}))vH.call(t,n)&&kw(e,n,t[n]);if(_w)for(var n of _w(t))yH.call(t,n)&&kw(e,n,t[n]);return e};function jw(e,t,n=mH){return Object.keys(n).reduce((o,s)=>(s in e&&e[s]!==void 0&&o.push(iH({value:e[s],getValue:hH[n[s].type],property:n[s].property,theme:t})),o),[]).reduce((o,s)=>(Object.keys(s).forEach(i=>{typeof s[i]=="object"&&s[i]!==null&&i in o?o[i]=Pw(Pw({},o[i]),s[i]):o[i]=s[i]}),o),{})}function Iw(e,t){return typeof e=="function"?e(t):e}function bH(e,t,n){const r=Ca(),{css:o,cx:s}=rk();return Array.isArray(e)?s(n,o(jw(t,r)),e.map(i=>o(Iw(i,r)))):s(n,o(Iw(e,r)),o(jw(t,r)))}var xH=Object.defineProperty,ep=Object.getOwnPropertySymbols,dk=Object.prototype.hasOwnProperty,fk=Object.prototype.propertyIsEnumerable,Ew=(e,t,n)=>t in e?xH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wH=(e,t)=>{for(var n in t||(t={}))dk.call(t,n)&&Ew(e,n,t[n]);if(ep)for(var n of ep(t))fk.call(t,n)&&Ew(e,n,t[n]);return e},SH=(e,t)=>{var n={};for(var r in e)dk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ep)for(var r of ep(e))t.indexOf(r)<0&&fk.call(e,r)&&(n[r]=e[r]);return n};const pk=f.forwardRef((e,t)=>{var n=e,{className:r,component:o,style:s,sx:i}=n,u=SH(n,["className","component","style","sx"]);const{systemStyles:d,rest:p}=Ph(u),h=o||"div";return z.createElement(h,wH({ref:t,className:bH(i,d,r),style:s},p))});pk.displayName="@mantine/core/Box";const bo=pk;var CH=Object.defineProperty,_H=Object.defineProperties,kH=Object.getOwnPropertyDescriptors,Ow=Object.getOwnPropertySymbols,PH=Object.prototype.hasOwnProperty,jH=Object.prototype.propertyIsEnumerable,Rw=(e,t,n)=>t in e?CH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mw=(e,t)=>{for(var n in t||(t={}))PH.call(t,n)&&Rw(e,n,t[n]);if(Ow)for(var n of Ow(t))jH.call(t,n)&&Rw(e,n,t[n]);return e},IH=(e,t)=>_H(e,kH(t)),EH=Zr(e=>({root:IH(Mw(Mw({},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 OH=EH;var RH=Object.defineProperty,tp=Object.getOwnPropertySymbols,hk=Object.prototype.hasOwnProperty,mk=Object.prototype.propertyIsEnumerable,Dw=(e,t,n)=>t in e?RH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MH=(e,t)=>{for(var n in t||(t={}))hk.call(t,n)&&Dw(e,n,t[n]);if(tp)for(var n of tp(t))mk.call(t,n)&&Dw(e,n,t[n]);return e},DH=(e,t)=>{var n={};for(var r in e)hk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&tp)for(var r of tp(e))t.indexOf(r)<0&&mk.call(e,r)&&(n[r]=e[r]);return n};const gk=f.forwardRef((e,t)=>{const n=vr("UnstyledButton",{},e),{className:r,component:o="button",unstyled:s,variant:i}=n,u=DH(n,["className","component","unstyled","variant"]),{classes:d,cx:p}=OH(null,{name:"UnstyledButton",unstyled:s,variant:i});return z.createElement(bo,MH({component:o,ref:t,className:p(d.root,r),type:o==="button"?"button":void 0},u))});gk.displayName="@mantine/core/UnstyledButton";const TH=gk;var AH=Object.defineProperty,NH=Object.defineProperties,$H=Object.getOwnPropertyDescriptors,Tw=Object.getOwnPropertySymbols,zH=Object.prototype.hasOwnProperty,LH=Object.prototype.propertyIsEnumerable,Aw=(e,t,n)=>t in e?AH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,D0=(e,t)=>{for(var n in t||(t={}))zH.call(t,n)&&Aw(e,n,t[n]);if(Tw)for(var n of Tw(t))LH.call(t,n)&&Aw(e,n,t[n]);return e},Nw=(e,t)=>NH(e,$H(t));const BH=["subtle","filled","outline","light","default","transparent","gradient"],Qd={xs:$e(18),sm:$e(22),md:$e(28),lg:$e(34),xl:$e(44)};function FH({variant:e,theme:t,color:n,gradient:r}){const o=t.fn.variant({color:n,variant:e,gradient:r});return e==="gradient"?{border:0,backgroundImage:o.background,color:o.color,"&:hover":t.fn.hover({backgroundSize:"200%"})}:BH.includes(e)?D0({border:`${$e(1)} solid ${o.border}`,backgroundColor:o.background,color:o.color},t.fn.hover({backgroundColor:o.hover})):null}var HH=Zr((e,{radius:t,color:n,gradient:r},{variant:o,size:s})=>({root:Nw(D0({position:"relative",borderRadius:e.fn.radius(t),padding:0,lineHeight:1,display:"flex",alignItems:"center",justifyContent:"center",height:At({size:s,sizes:Qd}),minHeight:At({size:s,sizes:Qd}),width:At({size:s,sizes:Qd}),minWidth:At({size:s,sizes:Qd})},FH({variant:o,theme:e,color:n,gradient:r})),{"&:active":e.activeStyles,"& [data-action-icon-loader]":{maxWidth:"70%"},"&:disabled, &[data-disabled]":{color:e.colors.gray[e.colorScheme==="dark"?6:4],cursor:"not-allowed",backgroundColor:o==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),borderColor:o==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),backgroundImage:"none",pointerEvents:"none","&:active":{transform:"none"}},"&[data-loading]":{pointerEvents:"none","&::before":Nw(D0({content:'""'},e.fn.cover($e(-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"})}})}));const WH=HH;var VH=Object.defineProperty,np=Object.getOwnPropertySymbols,vk=Object.prototype.hasOwnProperty,yk=Object.prototype.propertyIsEnumerable,$w=(e,t,n)=>t in e?VH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zw=(e,t)=>{for(var n in t||(t={}))vk.call(t,n)&&$w(e,n,t[n]);if(np)for(var n of np(t))yk.call(t,n)&&$w(e,n,t[n]);return e},Lw=(e,t)=>{var n={};for(var r in e)vk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&np)for(var r of np(e))t.indexOf(r)<0&&yk.call(e,r)&&(n[r]=e[r]);return n};function UH(e){var t=e,{size:n,color:r}=t,o=Lw(t,["size","color"]);const s=o,{style:i}=s,u=Lw(s,["style"]);return z.createElement("svg",zw({viewBox:"0 0 135 140",xmlns:"http://www.w3.org/2000/svg",fill:r,style:zw({width:n},i)},u),z.createElement("rect",{y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"30",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"60",width:"15",height:"140",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"90",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("rect",{x:"120",y:"10",width:"15",height:"120",rx:"6"},z.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("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 GH=Object.defineProperty,rp=Object.getOwnPropertySymbols,bk=Object.prototype.hasOwnProperty,xk=Object.prototype.propertyIsEnumerable,Bw=(e,t,n)=>t in e?GH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fw=(e,t)=>{for(var n in t||(t={}))bk.call(t,n)&&Bw(e,n,t[n]);if(rp)for(var n of rp(t))xk.call(t,n)&&Bw(e,n,t[n]);return e},Hw=(e,t)=>{var n={};for(var r in e)bk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&rp)for(var r of rp(e))t.indexOf(r)<0&&xk.call(e,r)&&(n[r]=e[r]);return n};function qH(e){var t=e,{size:n,color:r}=t,o=Hw(t,["size","color"]);const s=o,{style:i}=s,u=Hw(s,["style"]);return z.createElement("svg",Fw({viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",stroke:r,style:Fw({width:n,height:n},i)},u),z.createElement("g",{fill:"none",fillRule:"evenodd"},z.createElement("g",{transform:"translate(2.5 2.5)",strokeWidth:"5"},z.createElement("circle",{strokeOpacity:".5",cx:"16",cy:"16",r:"16"}),z.createElement("path",{d:"M32 16c0-9.94-8.06-16-16-16"},z.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 16 16",to:"360 16 16",dur:"1s",repeatCount:"indefinite"})))))}var KH=Object.defineProperty,op=Object.getOwnPropertySymbols,wk=Object.prototype.hasOwnProperty,Sk=Object.prototype.propertyIsEnumerable,Ww=(e,t,n)=>t in e?KH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vw=(e,t)=>{for(var n in t||(t={}))wk.call(t,n)&&Ww(e,n,t[n]);if(op)for(var n of op(t))Sk.call(t,n)&&Ww(e,n,t[n]);return e},Uw=(e,t)=>{var n={};for(var r in e)wk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&op)for(var r of op(e))t.indexOf(r)<0&&Sk.call(e,r)&&(n[r]=e[r]);return n};function YH(e){var t=e,{size:n,color:r}=t,o=Uw(t,["size","color"]);const s=o,{style:i}=s,u=Uw(s,["style"]);return z.createElement("svg",Vw({viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:r,style:Vw({width:n},i)},u),z.createElement("circle",{cx:"15",cy:"15",r:"15"},z.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("circle",{cx:"60",cy:"15",r:"9",fillOpacity:"0.3"},z.createElement("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})),z.createElement("circle",{cx:"105",cy:"15",r:"15"},z.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),z.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})))}var QH=Object.defineProperty,sp=Object.getOwnPropertySymbols,Ck=Object.prototype.hasOwnProperty,_k=Object.prototype.propertyIsEnumerable,Gw=(e,t,n)=>t in e?QH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XH=(e,t)=>{for(var n in t||(t={}))Ck.call(t,n)&&Gw(e,n,t[n]);if(sp)for(var n of sp(t))_k.call(t,n)&&Gw(e,n,t[n]);return e},JH=(e,t)=>{var n={};for(var r in e)Ck.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&sp)for(var r of sp(e))t.indexOf(r)<0&&_k.call(e,r)&&(n[r]=e[r]);return n};const Eg={bars:UH,oval:qH,dots:YH},ZH={xs:$e(18),sm:$e(22),md:$e(36),lg:$e(44),xl:$e(58)},eW={size:"md"};function kk(e){const t=vr("Loader",eW,e),{size:n,color:r,variant:o}=t,s=JH(t,["size","color","variant"]),i=Ca(),u=o in Eg?o:i.loader;return z.createElement(bo,XH({role:"presentation",component:Eg[u]||Eg.bars,size:At({size:n,sizes:ZH}),color:i.fn.variant({variant:"filled",primaryFallback:!1,color:r||i.primaryColor}).background},s))}kk.displayName="@mantine/core/Loader";var tW=Object.defineProperty,ap=Object.getOwnPropertySymbols,Pk=Object.prototype.hasOwnProperty,jk=Object.prototype.propertyIsEnumerable,qw=(e,t,n)=>t in e?tW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Kw=(e,t)=>{for(var n in t||(t={}))Pk.call(t,n)&&qw(e,n,t[n]);if(ap)for(var n of ap(t))jk.call(t,n)&&qw(e,n,t[n]);return e},nW=(e,t)=>{var n={};for(var r in e)Pk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ap)for(var r of ap(e))t.indexOf(r)<0&&jk.call(e,r)&&(n[r]=e[r]);return n};const rW={color:"gray",size:"md",variant:"subtle"},Ik=f.forwardRef((e,t)=>{const n=vr("ActionIcon",rW,e),{className:r,color:o,children:s,radius:i,size:u,variant:d,gradient:p,disabled:h,loaderProps:g,loading:v,unstyled:b,__staticSelector:S}=n,w=nW(n,["className","color","children","radius","size","variant","gradient","disabled","loaderProps","loading","unstyled","__staticSelector"]),{classes:C,cx:_,theme:k}=WH({radius:i,color:o,gradient:p},{name:["ActionIcon",S],unstyled:b,size:u,variant:d}),j=z.createElement(kk,Kw({color:k.fn.variant({color:o,variant:d}).color,size:"100%","data-action-icon-loader":!0},g));return z.createElement(TH,Kw({className:_(C.root,r),ref:t,disabled:h,"data-disabled":h||void 0,"data-loading":v||void 0,unstyled:b},w),v?j:s)});Ik.displayName="@mantine/core/ActionIcon";const oW=Ik;var sW=Object.defineProperty,aW=Object.defineProperties,iW=Object.getOwnPropertyDescriptors,ip=Object.getOwnPropertySymbols,Ek=Object.prototype.hasOwnProperty,Ok=Object.prototype.propertyIsEnumerable,Yw=(e,t,n)=>t in e?sW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lW=(e,t)=>{for(var n in t||(t={}))Ek.call(t,n)&&Yw(e,n,t[n]);if(ip)for(var n of ip(t))Ok.call(t,n)&&Yw(e,n,t[n]);return e},cW=(e,t)=>aW(e,iW(t)),uW=(e,t)=>{var n={};for(var r in e)Ek.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ip)for(var r of ip(e))t.indexOf(r)<0&&Ok.call(e,r)&&(n[r]=e[r]);return n};function Rk(e){const t=vr("Portal",{},e),{children:n,target:r,className:o,innerRef:s}=t,i=uW(t,["children","target","className","innerRef"]),u=Ca(),[d,p]=f.useState(!1),h=f.useRef();return ok(()=>(p(!0),h.current=r?typeof r=="string"?document.querySelector(r):r:document.createElement("div"),r||document.body.appendChild(h.current),()=>{!r&&document.body.removeChild(h.current)}),[r]),d?Ql.createPortal(z.createElement("div",cW(lW({className:o,dir:u.dir},i),{ref:s}),n),h.current):null}Rk.displayName="@mantine/core/Portal";var dW=Object.defineProperty,lp=Object.getOwnPropertySymbols,Mk=Object.prototype.hasOwnProperty,Dk=Object.prototype.propertyIsEnumerable,Qw=(e,t,n)=>t in e?dW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fW=(e,t)=>{for(var n in t||(t={}))Mk.call(t,n)&&Qw(e,n,t[n]);if(lp)for(var n of lp(t))Dk.call(t,n)&&Qw(e,n,t[n]);return e},pW=(e,t)=>{var n={};for(var r in e)Mk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lp)for(var r of lp(e))t.indexOf(r)<0&&Dk.call(e,r)&&(n[r]=e[r]);return n};function Tk(e){var t=e,{withinPortal:n=!0,children:r}=t,o=pW(t,["withinPortal","children"]);return n?z.createElement(Rk,fW({},o),r):z.createElement(z.Fragment,null,r)}Tk.displayName="@mantine/core/OptionalPortal";var hW=Object.defineProperty,cp=Object.getOwnPropertySymbols,Ak=Object.prototype.hasOwnProperty,Nk=Object.prototype.propertyIsEnumerable,Xw=(e,t,n)=>t in e?hW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jw=(e,t)=>{for(var n in t||(t={}))Ak.call(t,n)&&Xw(e,n,t[n]);if(cp)for(var n of cp(t))Nk.call(t,n)&&Xw(e,n,t[n]);return e},mW=(e,t)=>{var n={};for(var r in e)Ak.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cp)for(var r of cp(e))t.indexOf(r)<0&&Nk.call(e,r)&&(n[r]=e[r]);return n};function $k(e){const t=e,{width:n,height:r,style:o}=t,s=mW(t,["width","height","style"]);return z.createElement("svg",Jw({viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:Jw({width:n,height:r},o)},s),z.createElement("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}$k.displayName="@mantine/core/CloseIcon";var gW=Object.defineProperty,up=Object.getOwnPropertySymbols,zk=Object.prototype.hasOwnProperty,Lk=Object.prototype.propertyIsEnumerable,Zw=(e,t,n)=>t in e?gW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vW=(e,t)=>{for(var n in t||(t={}))zk.call(t,n)&&Zw(e,n,t[n]);if(up)for(var n of up(t))Lk.call(t,n)&&Zw(e,n,t[n]);return e},yW=(e,t)=>{var n={};for(var r in e)zk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&up)for(var r of up(e))t.indexOf(r)<0&&Lk.call(e,r)&&(n[r]=e[r]);return n};const bW={xs:$e(12),sm:$e(16),md:$e(20),lg:$e(28),xl:$e(34)},xW={size:"sm"},Bk=f.forwardRef((e,t)=>{const n=vr("CloseButton",xW,e),{iconSize:r,size:o,children:s}=n,i=yW(n,["iconSize","size","children"]),u=$e(r||bW[o]);return z.createElement(oW,vW({ref:t,__staticSelector:"CloseButton",size:o},i),s||z.createElement($k,{width:u,height:u}))});Bk.displayName="@mantine/core/CloseButton";const Fk=Bk;var wW=Object.defineProperty,SW=Object.defineProperties,CW=Object.getOwnPropertyDescriptors,eS=Object.getOwnPropertySymbols,_W=Object.prototype.hasOwnProperty,kW=Object.prototype.propertyIsEnumerable,tS=(e,t,n)=>t in e?wW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Xd=(e,t)=>{for(var n in t||(t={}))_W.call(t,n)&&tS(e,n,t[n]);if(eS)for(var n of eS(t))kW.call(t,n)&&tS(e,n,t[n]);return e},PW=(e,t)=>SW(e,CW(t));function jW({underline:e,strikethrough:t}){const n=[];return e&&n.push("underline"),t&&n.push("line-through"),n.length>0?n.join(" "):"none"}function IW({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 EW(e){return typeof e=="number"?{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:e,WebkitBoxOrient:"vertical"}:null}function OW({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 RW=Zr((e,{color:t,lineClamp:n,truncate:r,inline:o,inherit:s,underline:i,gradient:u,weight:d,transform:p,align:h,strikethrough:g,italic:v},{size:b})=>{const S=e.fn.variant({variant:"gradient",gradient:u});return{root:PW(Xd(Xd(Xd(Xd({},e.fn.fontStyles()),e.fn.focusStyles()),EW(n)),OW({theme:e,truncate:r})),{color:IW({color:t,theme:e}),fontFamily:s?"inherit":e.fontFamily,fontSize:s||b===void 0?"inherit":At({size:b,sizes:e.fontSizes}),lineHeight:s?"inherit":o?1:e.lineHeight,textDecoration:jW({underline:i,strikethrough:g}),WebkitTapHighlightColor:"transparent",fontWeight:s?"inherit":d,textTransform:p,textAlign:h,fontStyle:v?"italic":void 0}),gradient:{backgroundImage:S.background,WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}}});const MW=RW;var DW=Object.defineProperty,dp=Object.getOwnPropertySymbols,Hk=Object.prototype.hasOwnProperty,Wk=Object.prototype.propertyIsEnumerable,nS=(e,t,n)=>t in e?DW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,TW=(e,t)=>{for(var n in t||(t={}))Hk.call(t,n)&&nS(e,n,t[n]);if(dp)for(var n of dp(t))Wk.call(t,n)&&nS(e,n,t[n]);return e},AW=(e,t)=>{var n={};for(var r in e)Hk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&dp)for(var r of dp(e))t.indexOf(r)<0&&Wk.call(e,r)&&(n[r]=e[r]);return n};const NW={variant:"text"},Vk=f.forwardRef((e,t)=>{const n=vr("Text",NW,e),{className:r,size:o,weight:s,transform:i,color:u,align:d,variant:p,lineClamp:h,truncate:g,gradient:v,inline:b,inherit:S,underline:w,strikethrough:C,italic:_,classNames:k,styles:j,unstyled:E,span:I,__staticSelector:O}=n,M=AW(n,["className","size","weight","transform","color","align","variant","lineClamp","truncate","gradient","inline","inherit","underline","strikethrough","italic","classNames","styles","unstyled","span","__staticSelector"]),{classes:R,cx:A}=MW({color:u,lineClamp:h,truncate:g,inline:b,inherit:S,underline:w,strikethrough:C,italic:_,weight:s,transform:i,align:d,gradient:v},{unstyled:E,name:O||"Text",variant:p,size:o});return z.createElement(bo,TW({ref:t,className:A(R.root,{[R.gradient]:p==="gradient"},r),component:I?"span":"div"},M))});Vk.displayName="@mantine/core/Text";const Al=Vk,Jd={xs:$e(1),sm:$e(2),md:$e(3),lg:$e(4),xl:$e(5)};function Zd(e,t){const n=e.fn.variant({variant:"outline",color:t}).border;return typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?n:t===void 0?e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]:t}var $W=Zr((e,{color:t},{size:n,variant:r})=>({root:{},withLabel:{borderTop:"0 !important"},left:{"&::before":{display:"none"}},right:{"&::after":{display:"none"}},label:{display:"flex",alignItems:"center","&::before":{content:'""',flex:1,height:$e(1),borderTop:`${At({size:n,sizes:Jd})} ${r} ${Zd(e,t)}`,marginRight:e.spacing.xs},"&::after":{content:'""',flex:1,borderTop:`${At({size:n,sizes:Jd})} ${r} ${Zd(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:$e(At({size:n,sizes:Jd})),borderTopColor:Zd(e,t),borderTopStyle:r,margin:0},vertical:{border:0,alignSelf:"stretch",height:"auto",borderLeftWidth:$e(At({size:n,sizes:Jd})),borderLeftColor:Zd(e,t),borderLeftStyle:r}}));const zW=$W;var LW=Object.defineProperty,BW=Object.defineProperties,FW=Object.getOwnPropertyDescriptors,fp=Object.getOwnPropertySymbols,Uk=Object.prototype.hasOwnProperty,Gk=Object.prototype.propertyIsEnumerable,rS=(e,t,n)=>t in e?LW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oS=(e,t)=>{for(var n in t||(t={}))Uk.call(t,n)&&rS(e,n,t[n]);if(fp)for(var n of fp(t))Gk.call(t,n)&&rS(e,n,t[n]);return e},HW=(e,t)=>BW(e,FW(t)),WW=(e,t)=>{var n={};for(var r in e)Uk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fp)for(var r of fp(e))t.indexOf(r)<0&&Gk.call(e,r)&&(n[r]=e[r]);return n};const VW={orientation:"horizontal",size:"xs",labelPosition:"left",variant:"solid"},T0=f.forwardRef((e,t)=>{const n=vr("Divider",VW,e),{className:r,color:o,orientation:s,size:i,label:u,labelPosition:d,labelProps:p,variant:h,styles:g,classNames:v,unstyled:b}=n,S=WW(n,["className","color","orientation","size","label","labelPosition","labelProps","variant","styles","classNames","unstyled"]),{classes:w,cx:C}=zW({color:o},{classNames:v,styles:g,unstyled:b,name:"Divider",variant:h,size:i}),_=s==="vertical",k=s==="horizontal",j=!!u&&k,E=!(p!=null&&p.color);return z.createElement(bo,oS({ref:t,className:C(w.root,{[w.vertical]:_,[w.horizontal]:k,[w.withLabel]:j},r),role:"separator"},S),j&&z.createElement(Al,HW(oS({},p),{size:(p==null?void 0:p.size)||"xs",mt:$e(2),className:C(w.label,w[d],{[w.labelDefaultStyles]:E})}),u))});T0.displayName="@mantine/core/Divider";var UW=Object.defineProperty,GW=Object.defineProperties,qW=Object.getOwnPropertyDescriptors,sS=Object.getOwnPropertySymbols,KW=Object.prototype.hasOwnProperty,YW=Object.prototype.propertyIsEnumerable,aS=(e,t,n)=>t in e?UW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,iS=(e,t)=>{for(var n in t||(t={}))KW.call(t,n)&&aS(e,n,t[n]);if(sS)for(var n of sS(t))YW.call(t,n)&&aS(e,n,t[n]);return e},QW=(e,t)=>GW(e,qW(t)),XW=Zr((e,t,{size:n})=>({item:QW(iS({},e.fn.fontStyles()),{boxSizing:"border-box",wordBreak:"break-all",textAlign:"left",width:"100%",padding:`calc(${At({size:n,sizes:e.spacing})} / 1.5) ${At({size:n,sizes:e.spacing})}`,cursor:"pointer",fontSize:At({size:n,sizes:e.fontSizes}),color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,borderRadius:e.fn.radius(),"&[data-hovered]":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[1]},"&[data-selected]":iS({backgroundColor:e.fn.variant({variant:"filled"}).background,color:e.fn.variant({variant:"filled"}).color},e.fn.hover({backgroundColor:e.fn.variant({variant:"filled"}).hover})),"&[data-disabled]":{cursor:"default",color:e.colors.dark[2]}}),nothingFound:{boxSizing:"border-box",color:e.colors.gray[6],paddingTop:`calc(${At({size:n,sizes:e.spacing})} / 2)`,paddingBottom:`calc(${At({size:n,sizes:e.spacing})} / 2)`,textAlign:"center"},separator:{boxSizing:"border-box",textAlign:"left",width:"100%",padding:`calc(${At({size:n,sizes:e.spacing})} / 1.5) ${At({size:n,sizes:e.spacing})}`},separatorLabel:{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]}}));const JW=XW;var ZW=Object.defineProperty,lS=Object.getOwnPropertySymbols,eV=Object.prototype.hasOwnProperty,tV=Object.prototype.propertyIsEnumerable,cS=(e,t,n)=>t in e?ZW(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nV=(e,t)=>{for(var n in t||(t={}))eV.call(t,n)&&cS(e,n,t[n]);if(lS)for(var n of lS(t))tV.call(t,n)&&cS(e,n,t[n]);return e};function k1({data:e,hovered:t,classNames:n,styles:r,isItemSelected:o,uuid:s,__staticSelector:i,onItemHover:u,onItemSelect:d,itemsRefs:p,itemComponent:h,size:g,nothingFound:v,creatable:b,createLabel:S,unstyled:w,variant:C}){const{classes:_}=JW(null,{classNames:n,styles:r,unstyled:w,name:i,variant:C,size:g}),k=[],j=[];let E=null;const I=(M,R)=>{const A=typeof o=="function"?o(M.value):!1;return z.createElement(h,nV({key:M.value,className:_.item,"data-disabled":M.disabled||void 0,"data-hovered":!M.disabled&&t===R||void 0,"data-selected":!M.disabled&&A||void 0,selected:A,onMouseEnter:()=>u(R),id:`${s}-${R}`,role:"option",tabIndex:-1,"aria-selected":t===R,ref:L=>{p&&p.current&&(p.current[M.value]=L)},onMouseDown:M.disabled?null:L=>{L.preventDefault(),d(M)},disabled:M.disabled,variant:C},M))};let O=null;if(e.forEach((M,R)=>{M.creatable?E=R:M.group?(O!==M.group&&(O=M.group,j.push(z.createElement("div",{className:_.separator,key:`__mantine-divider-${R}`},z.createElement(T0,{classNames:{label:_.separatorLabel},label:M.group})))),j.push(I(M,R))):k.push(I(M,R))}),b){const M=e[E];k.push(z.createElement("div",{key:C1(),className:_.item,"data-hovered":t===E||void 0,onMouseEnter:()=>u(E),onMouseDown:R=>{R.preventDefault(),d(M)},tabIndex:-1,ref:R=>{p&&p.current&&(p.current[M.value]=R)}},S))}return j.length>0&&k.length>0&&k.unshift(z.createElement("div",{className:_.separator,key:"empty-group-separator"},z.createElement(T0,null))),j.length>0||k.length>0?z.createElement(z.Fragment,null,j,k):z.createElement(Al,{size:g,unstyled:w,className:_.nothingFound},v)}k1.displayName="@mantine/core/SelectItems";var rV=Object.defineProperty,pp=Object.getOwnPropertySymbols,qk=Object.prototype.hasOwnProperty,Kk=Object.prototype.propertyIsEnumerable,uS=(e,t,n)=>t in e?rV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oV=(e,t)=>{for(var n in t||(t={}))qk.call(t,n)&&uS(e,n,t[n]);if(pp)for(var n of pp(t))Kk.call(t,n)&&uS(e,n,t[n]);return e},sV=(e,t)=>{var n={};for(var r in e)qk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&pp)for(var r of pp(e))t.indexOf(r)<0&&Kk.call(e,r)&&(n[r]=e[r]);return n};const P1=f.forwardRef((e,t)=>{var n=e,{label:r,value:o}=n,s=sV(n,["label","value"]);return z.createElement("div",oV({ref:t},s),r||o)});P1.displayName="@mantine/core/DefaultItem";function aV(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Yk(...e){return t=>e.forEach(n=>aV(n,t))}function Hi(...e){return f.useCallback(Yk(...e),e)}const Qk=f.forwardRef((e,t)=>{const{children:n,...r}=e,o=f.Children.toArray(n),s=o.find(lV);if(s){const i=s.props.children,u=o.map(d=>d===s?f.Children.count(i)>1?f.Children.only(null):f.isValidElement(i)?i.props.children:null:d);return f.createElement(A0,Qn({},r,{ref:t}),f.isValidElement(i)?f.cloneElement(i,void 0,u):null)}return f.createElement(A0,Qn({},r,{ref:t}),n)});Qk.displayName="Slot";const A0=f.forwardRef((e,t)=>{const{children:n,...r}=e;return f.isValidElement(n)?f.cloneElement(n,{...cV(r,n.props),ref:Yk(t,n.ref)}):f.Children.count(n)>1?f.Children.only(null):null});A0.displayName="SlotClone";const iV=({children:e})=>f.createElement(f.Fragment,null,e);function lV(e){return f.isValidElement(e)&&e.type===iV}function cV(e,t){const n={...t};for(const r in t){const o=e[r],s=t[r];/^on[A-Z]/.test(r)?o&&s?n[r]=(...u)=>{s(...u),o(...u)}:o&&(n[r]=o):r==="style"?n[r]={...o,...s}:r==="className"&&(n[r]=[o,s].filter(Boolean).join(" "))}return{...e,...n}}const uV=["a","button","div","h2","h3","img","label","li","nav","ol","p","span","svg","ul"],Lu=uV.reduce((e,t)=>{const n=f.forwardRef((r,o)=>{const{asChild:s,...i}=r,u=s?Qk:t;return f.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),f.createElement(u,Qn({},i,{ref:o}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),N0=globalThis!=null&&globalThis.document?f.useLayoutEffect:()=>{};function dV(e,t){return f.useReducer((n,r)=>{const o=t[n][r];return o??n},e)}const Bu=e=>{const{present:t,children:n}=e,r=fV(t),o=typeof n=="function"?n({present:r.isPresent}):f.Children.only(n),s=Hi(r.ref,o.ref);return typeof n=="function"||r.isPresent?f.cloneElement(o,{ref:s}):null};Bu.displayName="Presence";function fV(e){const[t,n]=f.useState(),r=f.useRef({}),o=f.useRef(e),s=f.useRef("none"),i=e?"mounted":"unmounted",[u,d]=dV(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return f.useEffect(()=>{const p=ef(r.current);s.current=u==="mounted"?p:"none"},[u]),N0(()=>{const p=r.current,h=o.current;if(h!==e){const v=s.current,b=ef(p);e?d("MOUNT"):b==="none"||(p==null?void 0:p.display)==="none"?d("UNMOUNT"):d(h&&v!==b?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,d]),N0(()=>{if(t){const p=g=>{const b=ef(r.current).includes(g.animationName);g.target===t&&b&&Ql.flushSync(()=>d("ANIMATION_END"))},h=g=>{g.target===t&&(s.current=ef(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",p),t.addEventListener("animationend",p),()=>{t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",p),t.removeEventListener("animationend",p)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:f.useCallback(p=>{p&&(r.current=getComputedStyle(p)),n(p)},[])}}function ef(e){return(e==null?void 0:e.animationName)||"none"}function pV(e,t=[]){let n=[];function r(s,i){const u=f.createContext(i),d=n.length;n=[...n,i];function p(g){const{scope:v,children:b,...S}=g,w=(v==null?void 0:v[e][d])||u,C=f.useMemo(()=>S,Object.values(S));return f.createElement(w.Provider,{value:C},b)}function h(g,v){const b=(v==null?void 0:v[e][d])||u,S=f.useContext(b);if(S)return S;if(i!==void 0)return i;throw new Error(`\`${g}\` must be used within \`${s}\``)}return p.displayName=s+"Provider",[p,h]}const o=()=>{const s=n.map(i=>f.createContext(i));return function(u){const d=(u==null?void 0:u[e])||s;return f.useMemo(()=>({[`__scope${e}`]:{...u,[e]:d}}),[u,d])}};return o.scopeName=e,[r,hV(o,...t)]}function hV(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const i=r.reduce((u,{useScope:d,scopeName:p})=>{const g=d(s)[`__scope${p}`];return{...u,...g}},{});return f.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}function bi(e){const t=f.useRef(e);return f.useEffect(()=>{t.current=e}),f.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}const mV=f.createContext(void 0);function gV(e){const t=f.useContext(mV);return e||t||"ltr"}function vV(e,[t,n]){return Math.min(n,Math.max(t,e))}function ji(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function yV(e,t){return f.useReducer((n,r)=>{const o=t[n][r];return o??n},e)}const Xk="ScrollArea",[Jk,dse]=pV(Xk),[bV,Jo]=Jk(Xk),xV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:s=600,...i}=e,[u,d]=f.useState(null),[p,h]=f.useState(null),[g,v]=f.useState(null),[b,S]=f.useState(null),[w,C]=f.useState(null),[_,k]=f.useState(0),[j,E]=f.useState(0),[I,O]=f.useState(!1),[M,R]=f.useState(!1),A=Hi(t,N=>d(N)),L=gV(o);return f.createElement(bV,{scope:n,type:r,dir:L,scrollHideDelay:s,scrollArea:u,viewport:p,onViewportChange:h,content:g,onContentChange:v,scrollbarX:b,onScrollbarXChange:S,scrollbarXEnabled:I,onScrollbarXEnabledChange:O,scrollbarY:w,onScrollbarYChange:C,scrollbarYEnabled:M,onScrollbarYEnabledChange:R,onCornerWidthChange:k,onCornerHeightChange:E},f.createElement(Lu.div,Qn({dir:L},i,{ref:A,style:{position:"relative","--radix-scroll-area-corner-width":_+"px","--radix-scroll-area-corner-height":j+"px",...e.style}})))}),wV="ScrollAreaViewport",SV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,...o}=e,s=Jo(wV,n),i=f.useRef(null),u=Hi(t,i,s.onViewportChange);return f.createElement(f.Fragment,null,f.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),f.createElement(Lu.div,Qn({"data-radix-scroll-area-viewport":""},o,{ref:u,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style}}),f.createElement("div",{ref:s.onContentChange,style:{minWidth:"100%",display:"table"}},r)))}),ka="ScrollAreaScrollbar",CV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:i}=o,u=e.orientation==="horizontal";return f.useEffect(()=>(u?s(!0):i(!0),()=>{u?s(!1):i(!1)}),[u,s,i]),o.type==="hover"?f.createElement(_V,Qn({},r,{ref:t,forceMount:n})):o.type==="scroll"?f.createElement(kV,Qn({},r,{ref:t,forceMount:n})):o.type==="auto"?f.createElement(Zk,Qn({},r,{ref:t,forceMount:n})):o.type==="always"?f.createElement(j1,Qn({},r,{ref:t})):null}),_V=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),[s,i]=f.useState(!1);return f.useEffect(()=>{const u=o.scrollArea;let d=0;if(u){const p=()=>{window.clearTimeout(d),i(!0)},h=()=>{d=window.setTimeout(()=>i(!1),o.scrollHideDelay)};return u.addEventListener("pointerenter",p),u.addEventListener("pointerleave",h),()=>{window.clearTimeout(d),u.removeEventListener("pointerenter",p),u.removeEventListener("pointerleave",h)}}},[o.scrollArea,o.scrollHideDelay]),f.createElement(Bu,{present:n||s},f.createElement(Zk,Qn({"data-state":s?"visible":"hidden"},r,{ref:t})))}),kV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Jo(ka,e.__scopeScrollArea),s=e.orientation==="horizontal",i=Ih(()=>d("SCROLL_END"),100),[u,d]=yV("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return f.useEffect(()=>{if(u==="idle"){const p=window.setTimeout(()=>d("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(p)}},[u,o.scrollHideDelay,d]),f.useEffect(()=>{const p=o.viewport,h=s?"scrollLeft":"scrollTop";if(p){let g=p[h];const v=()=>{const b=p[h];g!==b&&(d("SCROLL"),i()),g=b};return p.addEventListener("scroll",v),()=>p.removeEventListener("scroll",v)}},[o.viewport,s,d,i]),f.createElement(Bu,{present:n||u!=="hidden"},f.createElement(j1,Qn({"data-state":u==="hidden"?"hidden":"visible"},r,{ref:t,onPointerEnter:ji(e.onPointerEnter,()=>d("POINTER_ENTER")),onPointerLeave:ji(e.onPointerLeave,()=>d("POINTER_LEAVE"))})))}),Zk=f.forwardRef((e,t)=>{const n=Jo(ka,e.__scopeScrollArea),{forceMount:r,...o}=e,[s,i]=f.useState(!1),u=e.orientation==="horizontal",d=Ih(()=>{if(n.viewport){const p=n.viewport.offsetWidth{const{orientation:n="vertical",...r}=e,o=Jo(ka,e.__scopeScrollArea),s=f.useRef(null),i=f.useRef(0),[u,d]=f.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),p=rP(u.viewport,u.content),h={...r,sizes:u,onSizesChange:d,hasThumb:p>0&&p<1,onThumbChange:v=>s.current=v,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:v=>i.current=v};function g(v,b){return DV(v,i.current,u,b)}return n==="horizontal"?f.createElement(PV,Qn({},h,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const v=o.viewport.scrollLeft,b=dS(v,u,o.dir);s.current.style.transform=`translate3d(${b}px, 0, 0)`}},onWheelScroll:v=>{o.viewport&&(o.viewport.scrollLeft=v)},onDragScroll:v=>{o.viewport&&(o.viewport.scrollLeft=g(v,o.dir))}})):n==="vertical"?f.createElement(jV,Qn({},h,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const v=o.viewport.scrollTop,b=dS(v,u);s.current.style.transform=`translate3d(0, ${b}px, 0)`}},onWheelScroll:v=>{o.viewport&&(o.viewport.scrollTop=v)},onDragScroll:v=>{o.viewport&&(o.viewport.scrollTop=g(v))}})):null}),PV=f.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=Jo(ka,e.__scopeScrollArea),[i,u]=f.useState(),d=f.useRef(null),p=Hi(t,d,s.onScrollbarXChange);return f.useEffect(()=>{d.current&&u(getComputedStyle(d.current))},[d]),f.createElement(tP,Qn({"data-orientation":"horizontal"},o,{ref:p,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":jh(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.x),onDragScroll:h=>e.onDragScroll(h.x),onWheelScroll:(h,g)=>{if(s.viewport){const v=s.viewport.scrollLeft+h.deltaX;e.onWheelScroll(v),sP(v,g)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&i&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:d.current.clientWidth,paddingStart:hp(i.paddingLeft),paddingEnd:hp(i.paddingRight)}})}}))}),jV=f.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=Jo(ka,e.__scopeScrollArea),[i,u]=f.useState(),d=f.useRef(null),p=Hi(t,d,s.onScrollbarYChange);return f.useEffect(()=>{d.current&&u(getComputedStyle(d.current))},[d]),f.createElement(tP,Qn({"data-orientation":"vertical"},o,{ref:p,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":jh(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.y),onDragScroll:h=>e.onDragScroll(h.y),onWheelScroll:(h,g)=>{if(s.viewport){const v=s.viewport.scrollTop+h.deltaY;e.onWheelScroll(v),sP(v,g)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&i&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:d.current.clientHeight,paddingStart:hp(i.paddingTop),paddingEnd:hp(i.paddingBottom)}})}}))}),[IV,eP]=Jk(ka),tP=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:s,onThumbPointerUp:i,onThumbPointerDown:u,onThumbPositionChange:d,onDragScroll:p,onWheelScroll:h,onResize:g,...v}=e,b=Jo(ka,n),[S,w]=f.useState(null),C=Hi(t,A=>w(A)),_=f.useRef(null),k=f.useRef(""),j=b.viewport,E=r.content-r.viewport,I=bi(h),O=bi(d),M=Ih(g,10);function R(A){if(_.current){const L=A.clientX-_.current.left,N=A.clientY-_.current.top;p({x:L,y:N})}}return f.useEffect(()=>{const A=L=>{const N=L.target;(S==null?void 0:S.contains(N))&&I(L,E)};return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[j,S,E,I]),f.useEffect(O,[r,O]),Nl(S,M),Nl(b.content,M),f.createElement(IV,{scope:n,scrollbar:S,hasThumb:o,onThumbChange:bi(s),onThumbPointerUp:bi(i),onThumbPositionChange:O,onThumbPointerDown:bi(u)},f.createElement(Lu.div,Qn({},v,{ref:C,style:{position:"absolute",...v.style},onPointerDown:ji(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),_.current=S.getBoundingClientRect(),k.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",R(A))}),onPointerMove:ji(e.onPointerMove,R),onPointerUp:ji(e.onPointerUp,A=>{const L=A.target;L.hasPointerCapture(A.pointerId)&&L.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=k.current,_.current=null})})))}),$0="ScrollAreaThumb",EV=f.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=eP($0,e.__scopeScrollArea);return f.createElement(Bu,{present:n||o.hasThumb},f.createElement(OV,Qn({ref:t},r)))}),OV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,s=Jo($0,n),i=eP($0,n),{onThumbPositionChange:u}=i,d=Hi(t,g=>i.onThumbChange(g)),p=f.useRef(),h=Ih(()=>{p.current&&(p.current(),p.current=void 0)},100);return f.useEffect(()=>{const g=s.viewport;if(g){const v=()=>{if(h(),!p.current){const b=TV(g,u);p.current=b,u()}};return u(),g.addEventListener("scroll",v),()=>g.removeEventListener("scroll",v)}},[s.viewport,h,u]),f.createElement(Lu.div,Qn({"data-state":i.hasThumb?"visible":"hidden"},o,{ref:d,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:ji(e.onPointerDownCapture,g=>{const b=g.target.getBoundingClientRect(),S=g.clientX-b.left,w=g.clientY-b.top;i.onThumbPointerDown({x:S,y:w})}),onPointerUp:ji(e.onPointerUp,i.onThumbPointerUp)}))}),nP="ScrollAreaCorner",RV=f.forwardRef((e,t)=>{const n=Jo(nP,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?f.createElement(MV,Qn({},e,{ref:t})):null}),MV=f.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=Jo(nP,n),[s,i]=f.useState(0),[u,d]=f.useState(0),p=!!(s&&u);return Nl(o.scrollbarX,()=>{var h;const g=((h=o.scrollbarX)===null||h===void 0?void 0:h.offsetHeight)||0;o.onCornerHeightChange(g),d(g)}),Nl(o.scrollbarY,()=>{var h;const g=((h=o.scrollbarY)===null||h===void 0?void 0:h.offsetWidth)||0;o.onCornerWidthChange(g),i(g)}),p?f.createElement(Lu.div,Qn({},r,{ref:t,style:{width:s,height:u,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null});function hp(e){return e?parseInt(e,10):0}function rP(e,t){const n=e/t;return isNaN(n)?0:n}function jh(e){const t=rP(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function DV(e,t,n,r="ltr"){const o=jh(n),s=o/2,i=t||s,u=o-i,d=n.scrollbar.paddingStart+i,p=n.scrollbar.size-n.scrollbar.paddingEnd-u,h=n.content-n.viewport,g=r==="ltr"?[0,h]:[h*-1,0];return oP([d,p],g)(e)}function dS(e,t,n="ltr"){const r=jh(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-o,i=t.content-t.viewport,u=s-r,d=n==="ltr"?[0,i]:[i*-1,0],p=vV(e,d);return oP([0,i],[0,u])(p)}function oP(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function sP(e,t){return e>0&&e{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){const s={left:e.scrollLeft,top:e.scrollTop},i=n.left!==s.left,u=n.top!==s.top;(i||u)&&t(),n=s,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)};function Ih(e,t){const n=bi(e),r=f.useRef(0);return f.useEffect(()=>()=>window.clearTimeout(r.current),[]),f.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function Nl(e,t){const n=bi(t);N0(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}const AV=xV,NV=SV,fS=CV,pS=EV,$V=RV;var zV=Zr((e,{scrollbarSize:t,offsetScrollbars:n,scrollbarHovered:r,hidden:o})=>({root:{overflow:"hidden"},viewport:{width:"100%",height:"100%",paddingRight:n?$e(t):void 0,paddingBottom:n?$e(t):void 0},scrollbar:{display:o?"none":"flex",userSelect:"none",touchAction:"none",boxSizing:"border-box",padding:`calc(${$e(t)} / 5)`,transition:"background-color 150ms ease, opacity 150ms ease","&:hover":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[8]:e.colors.gray[0],[`& .${yw("thumb")}`]:{backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.5):e.fn.rgba(e.black,.5)}},'&[data-orientation="vertical"]':{width:$e(t)},'&[data-orientation="horizontal"]':{flexDirection:"column",height:$e(t)},'&[data-state="hidden"]':{display:"none",opacity:0}},thumb:{ref:yw("thumb"),flex:1,backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.4):e.fn.rgba(e.black,.4),borderRadius:$e(t),position:"relative",transition:"background-color 150ms ease",display:o?"none":void 0,overflow:"hidden","&::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"100%",height:"100%",minWidth:$e(44),minHeight:$e(44)}},corner:{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0],transition:"opacity 150ms ease",opacity:r?1:0,display:o?"none":void 0}}));const LV=zV;var BV=Object.defineProperty,FV=Object.defineProperties,HV=Object.getOwnPropertyDescriptors,mp=Object.getOwnPropertySymbols,aP=Object.prototype.hasOwnProperty,iP=Object.prototype.propertyIsEnumerable,hS=(e,t,n)=>t in e?BV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,z0=(e,t)=>{for(var n in t||(t={}))aP.call(t,n)&&hS(e,n,t[n]);if(mp)for(var n of mp(t))iP.call(t,n)&&hS(e,n,t[n]);return e},lP=(e,t)=>FV(e,HV(t)),cP=(e,t)=>{var n={};for(var r in e)aP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&mp)for(var r of mp(e))t.indexOf(r)<0&&iP.call(e,r)&&(n[r]=e[r]);return n};const uP={scrollbarSize:12,scrollHideDelay:1e3,type:"hover",offsetScrollbars:!1},Eh=f.forwardRef((e,t)=>{const n=vr("ScrollArea",uP,e),{children:r,className:o,classNames:s,styles:i,scrollbarSize:u,scrollHideDelay:d,type:p,dir:h,offsetScrollbars:g,viewportRef:v,onScrollPositionChange:b,unstyled:S,variant:w,viewportProps:C}=n,_=cP(n,["children","className","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled","variant","viewportProps"]),[k,j]=f.useState(!1),E=Ca(),{classes:I,cx:O}=LV({scrollbarSize:u,offsetScrollbars:g,scrollbarHovered:k,hidden:p==="never"},{name:"ScrollArea",classNames:s,styles:i,unstyled:S,variant:w});return z.createElement(AV,{type:p==="never"?"always":p,scrollHideDelay:d,dir:h||E.dir,ref:t,asChild:!0},z.createElement(bo,z0({className:O(I.root,o)},_),z.createElement(NV,lP(z0({},C),{className:I.viewport,ref:v,onScroll:typeof b=="function"?({currentTarget:M})=>b({x:M.scrollLeft,y:M.scrollTop}):void 0}),r),z.createElement(fS,{orientation:"horizontal",className:I.scrollbar,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1)},z.createElement(pS,{className:I.thumb})),z.createElement(fS,{orientation:"vertical",className:I.scrollbar,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1)},z.createElement(pS,{className:I.thumb})),z.createElement($V,{className:I.corner})))}),dP=f.forwardRef((e,t)=>{const n=vr("ScrollAreaAutosize",uP,e),{children:r,classNames:o,styles:s,scrollbarSize:i,scrollHideDelay:u,type:d,dir:p,offsetScrollbars:h,viewportRef:g,onScrollPositionChange:v,unstyled:b,sx:S,variant:w,viewportProps:C}=n,_=cP(n,["children","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled","sx","variant","viewportProps"]);return z.createElement(bo,lP(z0({},_),{ref:t,sx:[{display:"flex"},...J_(S)]}),z.createElement(bo,{sx:{display:"flex",flexDirection:"column",flex:1}},z.createElement(Eh,{classNames:o,styles:s,scrollHideDelay:u,scrollbarSize:i,type:d,dir:p,offsetScrollbars:h,viewportRef:g,onScrollPositionChange:v,unstyled:b,variant:w,viewportProps:C},r)))});dP.displayName="@mantine/core/ScrollAreaAutosize";Eh.displayName="@mantine/core/ScrollArea";Eh.Autosize=dP;const fP=Eh;var WV=Object.defineProperty,VV=Object.defineProperties,UV=Object.getOwnPropertyDescriptors,gp=Object.getOwnPropertySymbols,pP=Object.prototype.hasOwnProperty,hP=Object.prototype.propertyIsEnumerable,mS=(e,t,n)=>t in e?WV(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gS=(e,t)=>{for(var n in t||(t={}))pP.call(t,n)&&mS(e,n,t[n]);if(gp)for(var n of gp(t))hP.call(t,n)&&mS(e,n,t[n]);return e},GV=(e,t)=>VV(e,UV(t)),qV=(e,t)=>{var n={};for(var r in e)pP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gp)for(var r of gp(e))t.indexOf(r)<0&&hP.call(e,r)&&(n[r]=e[r]);return n};const Oh=f.forwardRef((e,t)=>{var n=e,{style:r}=n,o=qV(n,["style"]);return z.createElement(fP,GV(gS({},o),{style:gS({width:"100%"},r),viewportProps:{tabIndex:-1},viewportRef:t}),o.children)});Oh.displayName="@mantine/core/SelectScrollArea";var KV=Zr(()=>({dropdown:{},itemsWrapper:{padding:$e(4),display:"flex",width:"100%",boxSizing:"border-box"}}));const YV=KV;function sc(e){return e.split("-")[1]}function I1(e){return e==="y"?"height":"width"}function ms(e){return e.split("-")[0]}function ai(e){return["top","bottom"].includes(ms(e))?"x":"y"}function vS(e,t,n){let{reference:r,floating:o}=e;const s=r.x+r.width/2-o.width/2,i=r.y+r.height/2-o.height/2,u=ai(t),d=I1(u),p=r[d]/2-o[d]/2,h=u==="x";let g;switch(ms(t)){case"top":g={x:s,y:r.y-o.height};break;case"bottom":g={x:s,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:i};break;case"left":g={x:r.x-o.width,y:i};break;default:g={x:r.x,y:r.y}}switch(sc(t)){case"start":g[u]-=p*(n&&h?-1:1);break;case"end":g[u]+=p*(n&&h?-1:1)}return g}const QV=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n,u=s.filter(Boolean),d=await(i.isRTL==null?void 0:i.isRTL(t));let p=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:h,y:g}=vS(p,r,d),v=r,b={},S=0;for(let w=0;w({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:s,platform:i,elements:u}=t,{element:d,padding:p=0}=xa(e,t)||{};if(d==null)return{};const h=E1(p),g={x:n,y:r},v=ai(o),b=I1(v),S=await i.getDimensions(d),w=v==="y",C=w?"top":"left",_=w?"bottom":"right",k=w?"clientHeight":"clientWidth",j=s.reference[b]+s.reference[v]-g[v]-s.floating[b],E=g[v]-s.reference[v],I=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d));let O=I?I[k]:0;O&&await(i.isElement==null?void 0:i.isElement(I))||(O=u.floating[k]||s.floating[b]);const M=j/2-E/2,R=O/2-S[b]/2-1,A=ei(h[C],R),L=ei(h[_],R),N=A,Z=O-S[b]-L,B=O/2-S[b]/2+M,H=L0(N,B,Z),G=sc(o)!=null&&B!=H&&s.reference[b]/2-(Be.concat(t,t+"-start",t+"-end"),[]);const JV={left:"right",right:"left",bottom:"top",top:"bottom"};function vp(e){return e.replace(/left|right|bottom|top/g,t=>JV[t])}function ZV(e,t,n){n===void 0&&(n=!1);const r=sc(e),o=ai(e),s=I1(o);let i=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=vp(i)),{main:i,cross:vp(i)}}const eU={start:"end",end:"start"};function Og(e){return e.replace(/start|end/g,t=>eU[t])}const tU=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:o,rects:s,initialPlacement:i,platform:u,elements:d}=t,{mainAxis:p=!0,crossAxis:h=!0,fallbackPlacements:g,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:S=!0,...w}=xa(e,t),C=ms(r),_=ms(i)===i,k=await(u.isRTL==null?void 0:u.isRTL(d.floating)),j=g||(_||!S?[vp(i)]:function(N){const Z=vp(N);return[Og(N),Z,Og(Z)]}(i));g||b==="none"||j.push(...function(N,Z,B,H){const G=sc(N);let q=function(D,U,V){const J=["left","right"],ie=["right","left"],ye=["top","bottom"],he=["bottom","top"];switch(D){case"top":case"bottom":return V?U?ie:J:U?J:ie;case"left":case"right":return U?ye:he;default:return[]}}(ms(N),B==="start",H);return G&&(q=q.map(D=>D+"-"+G),Z&&(q=q.concat(q.map(Og)))),q}(i,S,b,k));const E=[i,...j],I=await O1(t,w),O=[];let M=((n=o.flip)==null?void 0:n.overflows)||[];if(p&&O.push(I[C]),h){const{main:N,cross:Z}=ZV(r,s,k);O.push(I[N],I[Z])}if(M=[...M,{placement:r,overflows:O}],!O.every(N=>N<=0)){var R,A;const N=(((R=o.flip)==null?void 0:R.index)||0)+1,Z=E[N];if(Z)return{data:{index:N,overflows:M},reset:{placement:Z}};let B=(A=M.filter(H=>H.overflows[0]<=0).sort((H,G)=>H.overflows[1]-G.overflows[1])[0])==null?void 0:A.placement;if(!B)switch(v){case"bestFit":{var L;const H=(L=M.map(G=>[G.placement,G.overflows.filter(q=>q>0).reduce((q,D)=>q+D,0)]).sort((G,q)=>G[1]-q[1])[0])==null?void 0:L[0];H&&(B=H);break}case"initialPlacement":B=i}if(r!==B)return{reset:{placement:B}}}return{}}}};function bS(e){const t=ei(...e.map(r=>r.left)),n=ei(...e.map(r=>r.top));return{x:t,y:n,width:zs(...e.map(r=>r.right))-t,height:zs(...e.map(r=>r.bottom))-n}}const nU=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:n,elements:r,rects:o,platform:s,strategy:i}=t,{padding:u=2,x:d,y:p}=xa(e,t),h=Array.from(await(s.getClientRects==null?void 0:s.getClientRects(r.reference))||[]),g=function(w){const C=w.slice().sort((j,E)=>j.y-E.y),_=[];let k=null;for(let j=0;jk.height/2?_.push([E]):_[_.length-1].push(E),k=E}return _.map(j=>$l(bS(j)))}(h),v=$l(bS(h)),b=E1(u),S=await s.getElementRects({reference:{getBoundingClientRect:function(){if(g.length===2&&g[0].left>g[1].right&&d!=null&&p!=null)return g.find(w=>d>w.left-b.left&&dw.top-b.top&&p=2){if(ai(n)==="x"){const I=g[0],O=g[g.length-1],M=ms(n)==="top",R=I.top,A=O.bottom,L=M?I.left:O.left,N=M?I.right:O.right;return{top:R,bottom:A,left:L,right:N,width:N-L,height:A-R,x:L,y:R}}const w=ms(n)==="left",C=zs(...g.map(I=>I.right)),_=ei(...g.map(I=>I.left)),k=g.filter(I=>w?I.left===_:I.right===C),j=k[0].top,E=k[k.length-1].bottom;return{top:j,bottom:E,left:_,right:C,width:C-_,height:E-j,x:_,y:j}}return v}},floating:r.floating,strategy:i});return o.reference.x!==S.reference.x||o.reference.y!==S.reference.y||o.reference.width!==S.reference.width||o.reference.height!==S.reference.height?{reset:{rects:S}}:{}}}},rU=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,o=await async function(s,i){const{placement:u,platform:d,elements:p}=s,h=await(d.isRTL==null?void 0:d.isRTL(p.floating)),g=ms(u),v=sc(u),b=ai(u)==="x",S=["left","top"].includes(g)?-1:1,w=h&&b?-1:1,C=xa(i,s);let{mainAxis:_,crossAxis:k,alignmentAxis:j}=typeof C=="number"?{mainAxis:C,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...C};return v&&typeof j=="number"&&(k=v==="end"?-1*j:j),b?{x:k*w,y:_*S}:{x:_*S,y:k*w}}(t,e);return{x:n+o.x,y:r+o.y,data:o}}}};function mP(e){return e==="x"?"y":"x"}const oU=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:u={fn:C=>{let{x:_,y:k}=C;return{x:_,y:k}}},...d}=xa(e,t),p={x:n,y:r},h=await O1(t,d),g=ai(ms(o)),v=mP(g);let b=p[g],S=p[v];if(s){const C=g==="y"?"bottom":"right";b=L0(b+h[g==="y"?"top":"left"],b,b-h[C])}if(i){const C=v==="y"?"bottom":"right";S=L0(S+h[v==="y"?"top":"left"],S,S-h[C])}const w=u.fn({...t,[g]:b,[v]:S});return{...w,data:{x:w.x-n,y:w.y-r}}}}},sU=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:s,middlewareData:i}=t,{offset:u=0,mainAxis:d=!0,crossAxis:p=!0}=xa(e,t),h={x:n,y:r},g=ai(o),v=mP(g);let b=h[g],S=h[v];const w=xa(u,t),C=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(d){const j=g==="y"?"height":"width",E=s.reference[g]-s.floating[j]+C.mainAxis,I=s.reference[g]+s.reference[j]-C.mainAxis;bI&&(b=I)}if(p){var _,k;const j=g==="y"?"width":"height",E=["top","left"].includes(ms(o)),I=s.reference[v]-s.floating[j]+(E&&((_=i.offset)==null?void 0:_[v])||0)+(E?0:C.crossAxis),O=s.reference[v]+s.reference[j]+(E?0:((k=i.offset)==null?void 0:k[v])||0)-(E?C.crossAxis:0);SO&&(S=O)}return{[g]:b,[v]:S}}}},aU=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:o,elements:s}=t,{apply:i=()=>{},...u}=xa(e,t),d=await O1(t,u),p=ms(n),h=sc(n),g=ai(n)==="x",{width:v,height:b}=r.floating;let S,w;p==="top"||p==="bottom"?(S=p,w=h===(await(o.isRTL==null?void 0:o.isRTL(s.floating))?"start":"end")?"left":"right"):(w=p,S=h==="end"?"top":"bottom");const C=b-d[S],_=v-d[w],k=!t.middlewareData.shift;let j=C,E=_;if(g){const O=v-d.left-d.right;E=h||k?ei(_,O):O}else{const O=b-d.top-d.bottom;j=h||k?ei(C,O):O}if(k&&!h){const O=zs(d.left,0),M=zs(d.right,0),R=zs(d.top,0),A=zs(d.bottom,0);g?E=v-2*(O!==0||M!==0?O+M:zs(d.left,d.right)):j=b-2*(R!==0||A!==0?R+A:zs(d.top,d.bottom))}await i({...t,availableWidth:E,availableHeight:j});const I=await o.getDimensions(s.floating);return v!==I.width||b!==I.height?{reset:{rects:!0}}:{}}}};function Oo(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Us(e){return Oo(e).getComputedStyle(e)}function gP(e){return e instanceof Oo(e).Node}function ti(e){return gP(e)?(e.nodeName||"").toLowerCase():"#document"}function xs(e){return e instanceof HTMLElement||e instanceof Oo(e).HTMLElement}function xS(e){return typeof ShadowRoot<"u"&&(e instanceof Oo(e).ShadowRoot||e instanceof ShadowRoot)}function du(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Us(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function iU(e){return["table","td","th"].includes(ti(e))}function B0(e){const t=R1(),n=Us(e);return n.transform!=="none"||n.perspective!=="none"||!!n.containerType&&n.containerType!=="normal"||!t&&!!n.backdropFilter&&n.backdropFilter!=="none"||!t&&!!n.filter&&n.filter!=="none"||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function R1(){return!(typeof CSS>"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Rh(e){return["html","body","#document"].includes(ti(e))}const F0=Math.min,Rl=Math.max,yp=Math.round,tf=Math.floor,ni=e=>({x:e,y:e});function vP(e){const t=Us(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=xs(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,u=yp(n)!==s||yp(r)!==i;return u&&(n=s,r=i),{width:n,height:r,$:u}}function ua(e){return e instanceof Element||e instanceof Oo(e).Element}function M1(e){return ua(e)?e:e.contextElement}function Ml(e){const t=M1(e);if(!xs(t))return ni(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=vP(t);let i=(s?yp(n.width):n.width)/r,u=(s?yp(n.height):n.height)/o;return i&&Number.isFinite(i)||(i=1),u&&Number.isFinite(u)||(u=1),{x:i,y:u}}const lU=ni(0);function yP(e){const t=Oo(e);return R1()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:lU}function Ai(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=M1(e);let i=ni(1);t&&(r?ua(r)&&(i=Ml(r)):i=Ml(e));const u=function(v,b,S){return b===void 0&&(b=!1),!(!S||b&&S!==Oo(v))&&b}(s,n,r)?yP(s):ni(0);let d=(o.left+u.x)/i.x,p=(o.top+u.y)/i.y,h=o.width/i.x,g=o.height/i.y;if(s){const v=Oo(s),b=r&&ua(r)?Oo(r):r;let S=v.frameElement;for(;S&&r&&b!==v;){const w=Ml(S),C=S.getBoundingClientRect(),_=getComputedStyle(S),k=C.left+(S.clientLeft+parseFloat(_.paddingLeft))*w.x,j=C.top+(S.clientTop+parseFloat(_.paddingTop))*w.y;d*=w.x,p*=w.y,h*=w.x,g*=w.y,d+=k,p+=j,S=Oo(S).frameElement}}return $l({width:h,height:g,x:d,y:p})}function Mh(e){return ua(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function da(e){var t;return(t=(gP(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function bP(e){return Ai(da(e)).left+Mh(e).scrollLeft}function zl(e){if(ti(e)==="html")return e;const t=e.assignedSlot||e.parentNode||xS(e)&&e.host||da(e);return xS(t)?t.host:t}function xP(e){const t=zl(e);return Rh(t)?e.ownerDocument?e.ownerDocument.body:e.body:xs(t)&&du(t)?t:xP(t)}function bp(e,t){var n;t===void 0&&(t=[]);const r=xP(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=Oo(r);return o?t.concat(s,s.visualViewport||[],du(r)?r:[]):t.concat(r,bp(r))}function wS(e,t,n){let r;if(t==="viewport")r=function(o,s){const i=Oo(o),u=da(o),d=i.visualViewport;let p=u.clientWidth,h=u.clientHeight,g=0,v=0;if(d){p=d.width,h=d.height;const b=R1();(!b||b&&s==="fixed")&&(g=d.offsetLeft,v=d.offsetTop)}return{width:p,height:h,x:g,y:v}}(e,n);else if(t==="document")r=function(o){const s=da(o),i=Mh(o),u=o.ownerDocument.body,d=Rl(s.scrollWidth,s.clientWidth,u.scrollWidth,u.clientWidth),p=Rl(s.scrollHeight,s.clientHeight,u.scrollHeight,u.clientHeight);let h=-i.scrollLeft+bP(o);const g=-i.scrollTop;return Us(u).direction==="rtl"&&(h+=Rl(s.clientWidth,u.clientWidth)-d),{width:d,height:p,x:h,y:g}}(da(e));else if(ua(t))r=function(o,s){const i=Ai(o,!0,s==="fixed"),u=i.top+o.clientTop,d=i.left+o.clientLeft,p=xs(o)?Ml(o):ni(1);return{width:o.clientWidth*p.x,height:o.clientHeight*p.y,x:d*p.x,y:u*p.y}}(t,n);else{const o=yP(e);r={...t,x:t.x-o.x,y:t.y-o.y}}return $l(r)}function wP(e,t){const n=zl(e);return!(n===t||!ua(n)||Rh(n))&&(Us(n).position==="fixed"||wP(n,t))}function cU(e,t,n){const r=xs(t),o=da(t),s=n==="fixed",i=Ai(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const d=ni(0);if(r||!r&&!s)if((ti(t)!=="body"||du(o))&&(u=Mh(t)),xs(t)){const p=Ai(t,!0,s,t);d.x=p.x+t.clientLeft,d.y=p.y+t.clientTop}else o&&(d.x=bP(o));return{x:i.left+u.scrollLeft-d.x,y:i.top+u.scrollTop-d.y,width:i.width,height:i.height}}function SS(e,t){return xs(e)&&Us(e).position!=="fixed"?t?t(e):e.offsetParent:null}function CS(e,t){const n=Oo(e);if(!xs(e))return n;let r=SS(e,t);for(;r&&iU(r)&&Us(r).position==="static";)r=SS(r,t);return r&&(ti(r)==="html"||ti(r)==="body"&&Us(r).position==="static"&&!B0(r))?n:r||function(o){let s=zl(o);for(;xs(s)&&!Rh(s);){if(B0(s))return s;s=zl(s)}return null}(e)||n}const uU={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=xs(n),s=da(n);if(n===s)return t;let i={scrollLeft:0,scrollTop:0},u=ni(1);const d=ni(0);if((o||!o&&r!=="fixed")&&((ti(n)!=="body"||du(s))&&(i=Mh(n)),xs(n))){const p=Ai(n);u=Ml(n),d.x=p.x+n.clientLeft,d.y=p.y+n.clientTop}return{width:t.width*u.x,height:t.height*u.y,x:t.x*u.x-i.scrollLeft*u.x+d.x,y:t.y*u.y-i.scrollTop*u.y+d.y}},getDocumentElement:da,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const s=[...n==="clippingAncestors"?function(d,p){const h=p.get(d);if(h)return h;let g=bp(d).filter(w=>ua(w)&&ti(w)!=="body"),v=null;const b=Us(d).position==="fixed";let S=b?zl(d):d;for(;ua(S)&&!Rh(S);){const w=Us(S),C=B0(S);C||w.position!=="fixed"||(v=null),(b?!C&&!v:!C&&w.position==="static"&&v&&["absolute","fixed"].includes(v.position)||du(S)&&!C&&wP(d,S))?g=g.filter(_=>_!==S):v=w,S=zl(S)}return p.set(d,g),g}(t,this._c):[].concat(n),r],i=s[0],u=s.reduce((d,p)=>{const h=wS(t,p,o);return d.top=Rl(h.top,d.top),d.right=F0(h.right,d.right),d.bottom=F0(h.bottom,d.bottom),d.left=Rl(h.left,d.left),d},wS(t,i,o));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}},getOffsetParent:CS,getElementRects:async function(e){let{reference:t,floating:n,strategy:r}=e;const o=this.getOffsetParent||CS,s=this.getDimensions;return{reference:cU(t,await o(n),r),floating:{x:0,y:0,...await s(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return vP(e)},getScale:Ml,isElement:ua,isRTL:function(e){return getComputedStyle(e).direction==="rtl"}};function dU(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,p=M1(e),h=o||s?[...p?bp(p):[],...bp(t)]:[];h.forEach(C=>{o&&C.addEventListener("scroll",n,{passive:!0}),s&&C.addEventListener("resize",n)});const g=p&&u?function(C,_){let k,j=null;const E=da(C);function I(){clearTimeout(k),j&&j.disconnect(),j=null}return function O(M,R){M===void 0&&(M=!1),R===void 0&&(R=1),I();const{left:A,top:L,width:N,height:Z}=C.getBoundingClientRect();if(M||_(),!N||!Z)return;const B={rootMargin:-tf(L)+"px "+-tf(E.clientWidth-(A+N))+"px "+-tf(E.clientHeight-(L+Z))+"px "+-tf(A)+"px",threshold:Rl(0,F0(1,R))||1};let H=!0;function G(q){const D=q[0].intersectionRatio;if(D!==R){if(!H)return O();D?O(!1,D):k=setTimeout(()=>{O(!1,1e-7)},100)}H=!1}try{j=new IntersectionObserver(G,{...B,root:E.ownerDocument})}catch{j=new IntersectionObserver(G,B)}j.observe(C)}(!0),I}(p,n):null;let v,b=-1,S=null;i&&(S=new ResizeObserver(C=>{let[_]=C;_&&_.target===p&&S&&(S.unobserve(t),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{S&&S.observe(t)})),n()}),p&&!d&&S.observe(p),S.observe(t));let w=d?Ai(e):null;return d&&function C(){const _=Ai(e);!w||_.x===w.x&&_.y===w.y&&_.width===w.width&&_.height===w.height||n(),w=_,v=requestAnimationFrame(C)}(),n(),()=>{h.forEach(C=>{o&&C.removeEventListener("scroll",n),s&&C.removeEventListener("resize",n)}),g&&g(),S&&S.disconnect(),S=null,d&&cancelAnimationFrame(v)}}const fU=(e,t,n)=>{const r=new Map,o={platform:uU,...n},s={...o.platform,_c:r};return QV(e,t,{...o,platform:s})},pU=e=>{const{element:t,padding:n}=e;function r(o){return Object.prototype.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){return r(t)?t.current!=null?yS({element:t.current,padding:n}).fn(o):{}:t?yS({element:t,padding:n}).fn(o):{}}}};var bf=typeof document<"u"?f.useLayoutEffect:f.useEffect;function xp(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!xp(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!xp(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function _S(e){const t=f.useRef(e);return bf(()=>{t.current=e}),t}function hU(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,whileElementsMounted:s,open:i}=e,[u,d]=f.useState({x:null,y:null,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,h]=f.useState(r);xp(p,r)||h(r);const g=f.useRef(null),v=f.useRef(null),b=f.useRef(u),S=_S(s),w=_S(o),[C,_]=f.useState(null),[k,j]=f.useState(null),E=f.useCallback(L=>{g.current!==L&&(g.current=L,_(L))},[]),I=f.useCallback(L=>{v.current!==L&&(v.current=L,j(L))},[]),O=f.useCallback(()=>{if(!g.current||!v.current)return;const L={placement:t,strategy:n,middleware:p};w.current&&(L.platform=w.current),fU(g.current,v.current,L).then(N=>{const Z={...N,isPositioned:!0};M.current&&!xp(b.current,Z)&&(b.current=Z,Ql.flushSync(()=>{d(Z)}))})},[p,t,n,w]);bf(()=>{i===!1&&b.current.isPositioned&&(b.current.isPositioned=!1,d(L=>({...L,isPositioned:!1})))},[i]);const M=f.useRef(!1);bf(()=>(M.current=!0,()=>{M.current=!1}),[]),bf(()=>{if(C&&k){if(S.current)return S.current(C,k,O);O()}},[C,k,O,S]);const R=f.useMemo(()=>({reference:g,floating:v,setReference:E,setFloating:I}),[E,I]),A=f.useMemo(()=>({reference:C,floating:k}),[C,k]);return f.useMemo(()=>({...u,update:O,refs:R,elements:A,reference:E,floating:I}),[u,O,R,A,E,I])}var mU=typeof document<"u"?f.useLayoutEffect:f.useEffect;function gU(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){e.set(t,(e.get(t)||[]).filter(r=>r!==n))}}}const vU=f.createContext(null),yU=()=>f.useContext(vU);function bU(e){return(e==null?void 0:e.ownerDocument)||document}function xU(e){return bU(e).defaultView||window}function nf(e){return e?e instanceof xU(e).Element:!1}const wU=pv["useInsertionEffect".toString()],SU=wU||(e=>e());function CU(e){const t=f.useRef(()=>{});return SU(()=>{t.current=e}),f.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;ogU())[0],[p,h]=f.useState(null),g=f.useCallback(_=>{const k=nf(_)?{getBoundingClientRect:()=>_.getBoundingClientRect(),contextElement:_}:_;o.refs.setReference(k)},[o.refs]),v=f.useCallback(_=>{(nf(_)||_===null)&&(i.current=_,h(_)),(nf(o.refs.reference.current)||o.refs.reference.current===null||_!==null&&!nf(_))&&o.refs.setReference(_)},[o.refs]),b=f.useMemo(()=>({...o.refs,setReference:v,setPositionReference:g,domReference:i}),[o.refs,v,g]),S=f.useMemo(()=>({...o.elements,domReference:p}),[o.elements,p]),w=CU(n),C=f.useMemo(()=>({...o,refs:b,elements:S,dataRef:u,nodeId:r,events:d,open:t,onOpenChange:w}),[o,r,d,t,w,b,S]);return mU(()=>{const _=s==null?void 0:s.nodesRef.current.find(k=>k.id===r);_&&(_.context=C)}),f.useMemo(()=>({...o,context:C,refs:b,reference:v,positionReference:g}),[o,b,C,v,g])}function kU({opened:e,floating:t,position:n,positionDependencies:r}){const[o,s]=f.useState(0);f.useEffect(()=>{if(t.refs.reference.current&&t.refs.floating.current)return dU(t.refs.reference.current,t.refs.floating.current,t.update)},[t.refs.reference.current,t.refs.floating.current,e,o,n]),hs(()=>{t.update()},r),hs(()=>{s(i=>i+1)},[e])}function PU(e){const t=[rU(e.offset)];return e.middlewares.shift&&t.push(oU({limiter:sU()})),e.middlewares.flip&&t.push(tU()),e.middlewares.inline&&t.push(nU()),t.push(pU({element:e.arrowRef,padding:e.arrowOffset})),t}function jU(e){const[t,n]=uu({value:e.opened,defaultValue:e.defaultOpened,finalValue:!1,onChange:e.onChange}),r=()=>{var i;(i=e.onClose)==null||i.call(e),n(!1)},o=()=>{var i,u;t?((i=e.onClose)==null||i.call(e),n(!1)):((u=e.onOpen)==null||u.call(e),n(!0))},s=_U({placement:e.position,middleware:[...PU(e),...e.width==="target"?[aU({apply({rects:i}){var u,d;Object.assign((d=(u=s.refs.floating.current)==null?void 0:u.style)!=null?d:{},{width:`${i.reference.width}px`})}})]:[]]});return kU({opened:e.opened,position:e.position,positionDependencies:e.positionDependencies,floating:s}),hs(()=>{var i;(i=e.onPositionChange)==null||i.call(e,s.placement)},[s.placement]),hs(()=>{var i,u;e.opened?(u=e.onOpen)==null||u.call(e):(i=e.onClose)==null||i.call(e)},[e.opened]),{floating:s,controlled:typeof e.opened=="boolean",opened:t,onClose:r,onToggle:o}}const SP={context:"Popover component was not found in the tree",children:"Popover.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported"},[IU,CP]=mF(SP.context);var EU=Object.defineProperty,OU=Object.defineProperties,RU=Object.getOwnPropertyDescriptors,wp=Object.getOwnPropertySymbols,_P=Object.prototype.hasOwnProperty,kP=Object.prototype.propertyIsEnumerable,kS=(e,t,n)=>t in e?EU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rf=(e,t)=>{for(var n in t||(t={}))_P.call(t,n)&&kS(e,n,t[n]);if(wp)for(var n of wp(t))kP.call(t,n)&&kS(e,n,t[n]);return e},MU=(e,t)=>OU(e,RU(t)),DU=(e,t)=>{var n={};for(var r in e)_P.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&wp)for(var r of wp(e))t.indexOf(r)<0&&kP.call(e,r)&&(n[r]=e[r]);return n};const TU={refProp:"ref",popupType:"dialog"},PP=f.forwardRef((e,t)=>{const n=vr("PopoverTarget",TU,e),{children:r,refProp:o,popupType:s}=n,i=DU(n,["children","refProp","popupType"]);if(!ek(r))throw new Error(SP.children);const u=i,d=CP(),p=zu(d.reference,r.ref,t),h=d.withRoles?{"aria-haspopup":s,"aria-expanded":d.opened,"aria-controls":d.getDropdownId(),id:d.getTargetId()}:{};return f.cloneElement(r,rf(MU(rf(rf(rf({},u),h),d.targetProps),{className:nk(d.targetProps.className,u.className,r.props.className),[o]:p}),d.controlled?null:{onClick:d.onToggle}))});PP.displayName="@mantine/core/PopoverTarget";var AU=Zr((e,{radius:t,shadow:n})=>({dropdown:{position:"absolute",backgroundColor:e.white,background:e.colorScheme==="dark"?e.colors.dark[6]:e.white,border:`${$e(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,padding:`${e.spacing.sm} ${e.spacing.md}`,boxShadow:e.shadows[n]||n||"none",borderRadius:e.fn.radius(t),"&:focus":{outline:0}},arrow:{backgroundColor:"inherit",border:`${$e(1)} solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,zIndex:1}}));const NU=AU;var $U=Object.defineProperty,PS=Object.getOwnPropertySymbols,zU=Object.prototype.hasOwnProperty,LU=Object.prototype.propertyIsEnumerable,jS=(e,t,n)=>t in e?$U(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,dl=(e,t)=>{for(var n in t||(t={}))zU.call(t,n)&&jS(e,n,t[n]);if(PS)for(var n of PS(t))LU.call(t,n)&&jS(e,n,t[n]);return e};const IS={entering:"in",entered:"in",exiting:"out",exited:"out","pre-exiting":"out","pre-entering":"out"};function BU({transition:e,state:t,duration:n,timingFunction:r}){const o={transitionDuration:`${n}ms`,transitionTimingFunction:r};return typeof e=="string"?e in Yd?dl(dl(dl({transitionProperty:Yd[e].transitionProperty},o),Yd[e].common),Yd[e][IS[t]]):null:dl(dl(dl({transitionProperty:e.transitionProperty},o),e.common),e[IS[t]])}function FU({duration:e,exitDuration:t,timingFunction:n,mounted:r,onEnter:o,onExit:s,onEntered:i,onExited:u}){const d=Ca(),p=ck(),h=d.respectReducedMotion?p:!1,[g,v]=f.useState(h?0:e),[b,S]=f.useState(r?"entered":"exited"),w=f.useRef(-1),C=_=>{const k=_?o:s,j=_?i:u;S(_?"pre-entering":"pre-exiting"),window.clearTimeout(w.current);const E=h?0:_?e:t;if(v(E),E===0)typeof k=="function"&&k(),typeof j=="function"&&j(),S(_?"entered":"exited");else{const I=window.setTimeout(()=>{typeof k=="function"&&k(),S(_?"entering":"exiting")},10);w.current=window.setTimeout(()=>{window.clearTimeout(I),typeof j=="function"&&j(),S(_?"entered":"exited")},E)}};return hs(()=>{C(r)},[r]),f.useEffect(()=>()=>window.clearTimeout(w.current),[]),{transitionDuration:g,transitionStatus:b,transitionTimingFunction:n||d.transitionTimingFunction}}function jP({keepMounted:e,transition:t,duration:n=250,exitDuration:r=n,mounted:o,children:s,timingFunction:i,onExit:u,onEntered:d,onEnter:p,onExited:h}){const{transitionDuration:g,transitionStatus:v,transitionTimingFunction:b}=FU({mounted:o,exitDuration:r,duration:n,timingFunction:i,onExit:u,onEntered:d,onEnter:p,onExited:h});return g===0?o?z.createElement(z.Fragment,null,s({})):e?s({display:"none"}):null:v==="exited"?e?s({display:"none"}):null:z.createElement(z.Fragment,null,s(BU({transition:t,duration:g,state:v,timingFunction:b})))}jP.displayName="@mantine/core/Transition";function IP({children:e,active:t=!0,refProp:n="ref"}){const r=YF(t),o=zu(r,e==null?void 0:e.ref);return ek(e)?f.cloneElement(e,{[n]:o}):e}IP.displayName="@mantine/core/FocusTrap";var HU=Object.defineProperty,WU=Object.defineProperties,VU=Object.getOwnPropertyDescriptors,ES=Object.getOwnPropertySymbols,UU=Object.prototype.hasOwnProperty,GU=Object.prototype.propertyIsEnumerable,OS=(e,t,n)=>t in e?HU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Aa=(e,t)=>{for(var n in t||(t={}))UU.call(t,n)&&OS(e,n,t[n]);if(ES)for(var n of ES(t))GU.call(t,n)&&OS(e,n,t[n]);return e},of=(e,t)=>WU(e,VU(t));function RS(e,t,n,r){return e==="center"||r==="center"?{top:t}:e==="end"?{bottom:n}:e==="start"?{top:n}:{}}function MS(e,t,n,r,o){return e==="center"||r==="center"?{left:t}:e==="end"?{[o==="ltr"?"right":"left"]:n}:e==="start"?{[o==="ltr"?"left":"right"]:n}:{}}const qU={bottom:"borderTopLeftRadius",left:"borderTopRightRadius",right:"borderBottomLeftRadius",top:"borderBottomRightRadius"};function KU({position:e,arrowSize:t,arrowOffset:n,arrowRadius:r,arrowPosition:o,arrowX:s,arrowY:i,dir:u}){const[d,p="center"]=e.split("-"),h={width:$e(t),height:$e(t),transform:"rotate(45deg)",position:"absolute",[qU[d]]:$e(r)},g=$e(-t/2);return d==="left"?of(Aa(Aa({},h),RS(p,i,n,o)),{right:g,borderLeftColor:"transparent",borderBottomColor:"transparent"}):d==="right"?of(Aa(Aa({},h),RS(p,i,n,o)),{left:g,borderRightColor:"transparent",borderTopColor:"transparent"}):d==="top"?of(Aa(Aa({},h),MS(p,s,n,o,u)),{bottom:g,borderTopColor:"transparent",borderLeftColor:"transparent"}):d==="bottom"?of(Aa(Aa({},h),MS(p,s,n,o,u)),{top:g,borderBottomColor:"transparent",borderRightColor:"transparent"}):{}}var YU=Object.defineProperty,QU=Object.defineProperties,XU=Object.getOwnPropertyDescriptors,Sp=Object.getOwnPropertySymbols,EP=Object.prototype.hasOwnProperty,OP=Object.prototype.propertyIsEnumerable,DS=(e,t,n)=>t in e?YU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,JU=(e,t)=>{for(var n in t||(t={}))EP.call(t,n)&&DS(e,n,t[n]);if(Sp)for(var n of Sp(t))OP.call(t,n)&&DS(e,n,t[n]);return e},ZU=(e,t)=>QU(e,XU(t)),eG=(e,t)=>{var n={};for(var r in e)EP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Sp)for(var r of Sp(e))t.indexOf(r)<0&&OP.call(e,r)&&(n[r]=e[r]);return n};const RP=f.forwardRef((e,t)=>{var n=e,{position:r,arrowSize:o,arrowOffset:s,arrowRadius:i,arrowPosition:u,visible:d,arrowX:p,arrowY:h}=n,g=eG(n,["position","arrowSize","arrowOffset","arrowRadius","arrowPosition","visible","arrowX","arrowY"]);const v=Ca();return d?z.createElement("div",ZU(JU({},g),{ref:t,style:KU({position:r,arrowSize:o,arrowOffset:s,arrowRadius:i,arrowPosition:u,dir:v.dir,arrowX:p,arrowY:h})})):null});RP.displayName="@mantine/core/FloatingArrow";var tG=Object.defineProperty,nG=Object.defineProperties,rG=Object.getOwnPropertyDescriptors,Cp=Object.getOwnPropertySymbols,MP=Object.prototype.hasOwnProperty,DP=Object.prototype.propertyIsEnumerable,TS=(e,t,n)=>t in e?tG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fl=(e,t)=>{for(var n in t||(t={}))MP.call(t,n)&&TS(e,n,t[n]);if(Cp)for(var n of Cp(t))DP.call(t,n)&&TS(e,n,t[n]);return e},sf=(e,t)=>nG(e,rG(t)),oG=(e,t)=>{var n={};for(var r in e)MP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Cp)for(var r of Cp(e))t.indexOf(r)<0&&DP.call(e,r)&&(n[r]=e[r]);return n};const sG={};function TP(e){var t;const n=vr("PopoverDropdown",sG,e),{style:r,className:o,children:s,onKeyDownCapture:i}=n,u=oG(n,["style","className","children","onKeyDownCapture"]),d=CP(),{classes:p,cx:h}=NU({radius:d.radius,shadow:d.shadow},{name:d.__staticSelector,classNames:d.classNames,styles:d.styles,unstyled:d.unstyled,variant:d.variant}),g=HF({opened:d.opened,shouldReturnFocus:d.returnFocus}),v=d.withRoles?{"aria-labelledby":d.getTargetId(),id:d.getDropdownId(),role:"dialog"}:{};return d.disabled?null:z.createElement(Tk,sf(fl({},d.portalProps),{withinPortal:d.withinPortal}),z.createElement(jP,sf(fl({mounted:d.opened},d.transitionProps),{transition:d.transitionProps.transition||"fade",duration:(t=d.transitionProps.duration)!=null?t:150,keepMounted:d.keepMounted,exitDuration:typeof d.transitionProps.exitDuration=="number"?d.transitionProps.exitDuration:d.transitionProps.duration}),b=>{var S,w;return z.createElement(IP,{active:d.trapFocus},z.createElement(bo,fl(sf(fl({},v),{tabIndex:-1,ref:d.floating,style:sf(fl(fl({},r),b),{zIndex:d.zIndex,top:(S=d.y)!=null?S:0,left:(w=d.x)!=null?w:0,width:d.width==="target"?void 0:$e(d.width)}),className:h(p.dropdown,o),onKeyDownCapture:vF(d.onClose,{active:d.closeOnEscape,onTrigger:g,onKeyDown:i}),"data-position":d.placement}),u),s,z.createElement(RP,{ref:d.arrowRef,arrowX:d.arrowX,arrowY:d.arrowY,visible:d.withArrow,position:d.placement,arrowSize:d.arrowSize,arrowRadius:d.arrowRadius,arrowOffset:d.arrowOffset,arrowPosition:d.arrowPosition,className:p.arrow})))}))}TP.displayName="@mantine/core/PopoverDropdown";function aG(e,t){if(e==="rtl"&&(t.includes("right")||t.includes("left"))){const[n,r]=t.split("-"),o=n==="right"?"left":"right";return r===void 0?o:`${o}-${r}`}return t}var AS=Object.getOwnPropertySymbols,iG=Object.prototype.hasOwnProperty,lG=Object.prototype.propertyIsEnumerable,cG=(e,t)=>{var n={};for(var r in e)iG.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&AS)for(var r of AS(e))t.indexOf(r)<0&&lG.call(e,r)&&(n[r]=e[r]);return n};const uG={position:"bottom",offset:8,positionDependencies:[],transitionProps:{transition:"fade",duration:150},middlewares:{flip:!0,shift:!0,inline:!1},arrowSize:7,arrowOffset:5,arrowRadius:0,arrowPosition:"side",closeOnClickOutside:!0,withinPortal:!1,closeOnEscape:!0,trapFocus:!1,withRoles:!0,returnFocus:!1,clickOutsideEvents:["mousedown","touchstart"],zIndex:S1("popover"),__staticSelector:"Popover",width:"max-content"};function ac(e){var t,n,r,o,s,i;const u=f.useRef(null),d=vr("Popover",uG,e),{children:p,position:h,offset:g,onPositionChange:v,positionDependencies:b,opened:S,transitionProps:w,width:C,middlewares:_,withArrow:k,arrowSize:j,arrowOffset:E,arrowRadius:I,arrowPosition:O,unstyled:M,classNames:R,styles:A,closeOnClickOutside:L,withinPortal:N,portalProps:Z,closeOnEscape:B,clickOutsideEvents:H,trapFocus:G,onClose:q,onOpen:D,onChange:U,zIndex:V,radius:J,shadow:ie,id:ye,defaultOpened:he,__staticSelector:ae,withRoles:ee,disabled:W,returnFocus:re,variant:pe,keepMounted:ne}=d,ge=cG(d,["children","position","offset","onPositionChange","positionDependencies","opened","transitionProps","width","middlewares","withArrow","arrowSize","arrowOffset","arrowRadius","arrowPosition","unstyled","classNames","styles","closeOnClickOutside","withinPortal","portalProps","closeOnEscape","clickOutsideEvents","trapFocus","onClose","onOpen","onChange","zIndex","radius","shadow","id","defaultOpened","__staticSelector","withRoles","disabled","returnFocus","variant","keepMounted"]),[de,Ce]=f.useState(null),[Me,me]=f.useState(null),_e=_1(ye),Ve=Ca(),Le=jU({middlewares:_,width:C,position:aG(Ve.dir,h),offset:typeof g=="number"?g+(k?j/2:0):g,arrowRef:u,arrowOffset:E,onPositionChange:v,positionDependencies:b,opened:S,defaultOpened:he,onChange:U,onOpen:D,onClose:q});zF(()=>Le.opened&&L&&Le.onClose(),H,[de,Me]);const Ue=f.useCallback(vt=>{Ce(vt),Le.floating.reference(vt)},[Le.floating.reference]),kt=f.useCallback(vt=>{me(vt),Le.floating.floating(vt)},[Le.floating.floating]);return z.createElement(IU,{value:{returnFocus:re,disabled:W,controlled:Le.controlled,reference:Ue,floating:kt,x:Le.floating.x,y:Le.floating.y,arrowX:(r=(n=(t=Le.floating)==null?void 0:t.middlewareData)==null?void 0:n.arrow)==null?void 0:r.x,arrowY:(i=(s=(o=Le.floating)==null?void 0:o.middlewareData)==null?void 0:s.arrow)==null?void 0:i.y,opened:Le.opened,arrowRef:u,transitionProps:w,width:C,withArrow:k,arrowSize:j,arrowOffset:E,arrowRadius:I,arrowPosition:O,placement:Le.floating.placement,trapFocus:G,withinPortal:N,portalProps:Z,zIndex:V,radius:J,shadow:ie,closeOnEscape:B,onClose:Le.onClose,onToggle:Le.onToggle,getTargetId:()=>`${_e}-target`,getDropdownId:()=>`${_e}-dropdown`,withRoles:ee,targetProps:ge,__staticSelector:ae,classNames:R,styles:A,unstyled:M,variant:pe,keepMounted:ne}},p)}ac.Target=PP;ac.Dropdown=TP;ac.displayName="@mantine/core/Popover";var dG=Object.defineProperty,_p=Object.getOwnPropertySymbols,AP=Object.prototype.hasOwnProperty,NP=Object.prototype.propertyIsEnumerable,NS=(e,t,n)=>t in e?dG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fG=(e,t)=>{for(var n in t||(t={}))AP.call(t,n)&&NS(e,n,t[n]);if(_p)for(var n of _p(t))NP.call(t,n)&&NS(e,n,t[n]);return e},pG=(e,t)=>{var n={};for(var r in e)AP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&_p)for(var r of _p(e))t.indexOf(r)<0&&NP.call(e,r)&&(n[r]=e[r]);return n};function hG(e){var t=e,{children:n,component:r="div",maxHeight:o=220,direction:s="column",id:i,innerRef:u,__staticSelector:d,styles:p,classNames:h,unstyled:g}=t,v=pG(t,["children","component","maxHeight","direction","id","innerRef","__staticSelector","styles","classNames","unstyled"]);const{classes:b}=YV(null,{name:d,styles:p,classNames:h,unstyled:g});return z.createElement(ac.Dropdown,fG({p:0,onMouseDown:S=>S.preventDefault()},v),z.createElement("div",{style:{maxHeight:$e(o),display:"flex"}},z.createElement(bo,{component:r||"div",id:`${i}-items`,"aria-labelledby":`${i}-label`,role:"listbox",onMouseDown:S=>S.preventDefault(),style:{flex:1,overflowY:r!==Oh?"auto":void 0},"data-combobox-popover":!0,tabIndex:-1,ref:u},z.createElement("div",{className:b.itemsWrapper,style:{flexDirection:s}},n))))}function Qa({opened:e,transitionProps:t={transition:"fade",duration:0},shadow:n,withinPortal:r,portalProps:o,children:s,__staticSelector:i,onDirectionChange:u,switchDirectionOnFlip:d,zIndex:p,dropdownPosition:h,positionDependencies:g=[],classNames:v,styles:b,unstyled:S,readOnly:w,variant:C}){return z.createElement(ac,{unstyled:S,classNames:v,styles:b,width:"target",withRoles:!1,opened:e,middlewares:{flip:h==="flip",shift:!1},position:h==="flip"?"bottom":h,positionDependencies:g,zIndex:p,__staticSelector:i,withinPortal:r,portalProps:o,transitionProps:t,shadow:n,disabled:w,onPositionChange:_=>d&&(u==null?void 0:u(_==="top"?"column-reverse":"column")),variant:C},s)}Qa.Target=ac.Target;Qa.Dropdown=hG;var mG=Object.defineProperty,gG=Object.defineProperties,vG=Object.getOwnPropertyDescriptors,kp=Object.getOwnPropertySymbols,$P=Object.prototype.hasOwnProperty,zP=Object.prototype.propertyIsEnumerable,$S=(e,t,n)=>t in e?mG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,af=(e,t)=>{for(var n in t||(t={}))$P.call(t,n)&&$S(e,n,t[n]);if(kp)for(var n of kp(t))zP.call(t,n)&&$S(e,n,t[n]);return e},yG=(e,t)=>gG(e,vG(t)),bG=(e,t)=>{var n={};for(var r in e)$P.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&kp)for(var r of kp(e))t.indexOf(r)<0&&zP.call(e,r)&&(n[r]=e[r]);return n};function LP(e,t,n){const r=vr(e,t,n),{label:o,description:s,error:i,required:u,classNames:d,styles:p,className:h,unstyled:g,__staticSelector:v,sx:b,errorProps:S,labelProps:w,descriptionProps:C,wrapperProps:_,id:k,size:j,style:E,inputContainer:I,inputWrapperOrder:O,withAsterisk:M,variant:R}=r,A=bG(r,["label","description","error","required","classNames","styles","className","unstyled","__staticSelector","sx","errorProps","labelProps","descriptionProps","wrapperProps","id","size","style","inputContainer","inputWrapperOrder","withAsterisk","variant"]),L=_1(k),{systemStyles:N,rest:Z}=Ph(A),B=af({label:o,description:s,error:i,required:u,classNames:d,className:h,__staticSelector:v,sx:b,errorProps:S,labelProps:w,descriptionProps:C,unstyled:g,styles:p,id:L,size:j,style:E,inputContainer:I,inputWrapperOrder:O,withAsterisk:M,variant:R},_);return yG(af({},Z),{classNames:d,styles:p,unstyled:g,wrapperProps:af(af({},B),N),inputProps:{required:u,classNames:d,styles:p,unstyled:g,id:L,size:j,__staticSelector:v,error:i,variant:R}})}var xG=Zr((e,t,{size:n})=>({label:{display:"inline-block",fontSize:At({size:n,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 wG=xG;var SG=Object.defineProperty,Pp=Object.getOwnPropertySymbols,BP=Object.prototype.hasOwnProperty,FP=Object.prototype.propertyIsEnumerable,zS=(e,t,n)=>t in e?SG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CG=(e,t)=>{for(var n in t||(t={}))BP.call(t,n)&&zS(e,n,t[n]);if(Pp)for(var n of Pp(t))FP.call(t,n)&&zS(e,n,t[n]);return e},_G=(e,t)=>{var n={};for(var r in e)BP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Pp)for(var r of Pp(e))t.indexOf(r)<0&&FP.call(e,r)&&(n[r]=e[r]);return n};const kG={labelElement:"label",size:"sm"},D1=f.forwardRef((e,t)=>{const n=vr("InputLabel",kG,e),{labelElement:r,children:o,required:s,size:i,classNames:u,styles:d,unstyled:p,className:h,htmlFor:g,__staticSelector:v,variant:b,onMouseDown:S}=n,w=_G(n,["labelElement","children","required","size","classNames","styles","unstyled","className","htmlFor","__staticSelector","variant","onMouseDown"]),{classes:C,cx:_}=wG(null,{name:["InputWrapper",v],classNames:u,styles:d,unstyled:p,variant:b,size:i});return z.createElement(bo,CG({component:r,ref:t,className:_(C.label,h),htmlFor:r==="label"?g:void 0,onMouseDown:k=>{S==null||S(k),!k.defaultPrevented&&k.detail>1&&k.preventDefault()}},w),o,s&&z.createElement("span",{className:C.required,"aria-hidden":!0}," *"))});D1.displayName="@mantine/core/InputLabel";var PG=Zr((e,t,{size:n})=>({error:{wordBreak:"break-word",color:e.fn.variant({variant:"filled",color:"red"}).background,fontSize:`calc(${At({size:n,sizes:e.fontSizes})} - ${$e(2)})`,lineHeight:1.2,display:"block"}}));const jG=PG;var IG=Object.defineProperty,jp=Object.getOwnPropertySymbols,HP=Object.prototype.hasOwnProperty,WP=Object.prototype.propertyIsEnumerable,LS=(e,t,n)=>t in e?IG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,EG=(e,t)=>{for(var n in t||(t={}))HP.call(t,n)&&LS(e,n,t[n]);if(jp)for(var n of jp(t))WP.call(t,n)&&LS(e,n,t[n]);return e},OG=(e,t)=>{var n={};for(var r in e)HP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&jp)for(var r of jp(e))t.indexOf(r)<0&&WP.call(e,r)&&(n[r]=e[r]);return n};const RG={size:"sm"},T1=f.forwardRef((e,t)=>{const n=vr("InputError",RG,e),{children:r,className:o,classNames:s,styles:i,unstyled:u,size:d,__staticSelector:p,variant:h}=n,g=OG(n,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:v,cx:b}=jG(null,{name:["InputWrapper",p],classNames:s,styles:i,unstyled:u,variant:h,size:d});return z.createElement(Al,EG({className:b(v.error,o),ref:t},g),r)});T1.displayName="@mantine/core/InputError";var MG=Zr((e,t,{size:n})=>({description:{wordBreak:"break-word",color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],fontSize:`calc(${At({size:n,sizes:e.fontSizes})} - ${$e(2)})`,lineHeight:1.2,display:"block"}}));const DG=MG;var TG=Object.defineProperty,Ip=Object.getOwnPropertySymbols,VP=Object.prototype.hasOwnProperty,UP=Object.prototype.propertyIsEnumerable,BS=(e,t,n)=>t in e?TG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,AG=(e,t)=>{for(var n in t||(t={}))VP.call(t,n)&&BS(e,n,t[n]);if(Ip)for(var n of Ip(t))UP.call(t,n)&&BS(e,n,t[n]);return e},NG=(e,t)=>{var n={};for(var r in e)VP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ip)for(var r of Ip(e))t.indexOf(r)<0&&UP.call(e,r)&&(n[r]=e[r]);return n};const $G={size:"sm"},A1=f.forwardRef((e,t)=>{const n=vr("InputDescription",$G,e),{children:r,className:o,classNames:s,styles:i,unstyled:u,size:d,__staticSelector:p,variant:h}=n,g=NG(n,["children","className","classNames","styles","unstyled","size","__staticSelector","variant"]),{classes:v,cx:b}=DG(null,{name:["InputWrapper",p],classNames:s,styles:i,unstyled:u,variant:h,size:d});return z.createElement(Al,AG({color:"dimmed",className:b(v.description,o),ref:t,unstyled:u},g),r)});A1.displayName="@mantine/core/InputDescription";const GP=f.createContext({offsetBottom:!1,offsetTop:!1,describedBy:void 0}),zG=GP.Provider,LG=()=>f.useContext(GP);function BG(e,{hasDescription:t,hasError:n}){const r=e.findIndex(d=>d==="input"),o=e[r-1],s=e[r+1];return{offsetBottom:t&&s==="description"||n&&s==="error",offsetTop:t&&o==="description"||n&&o==="error"}}var FG=Object.defineProperty,HG=Object.defineProperties,WG=Object.getOwnPropertyDescriptors,FS=Object.getOwnPropertySymbols,VG=Object.prototype.hasOwnProperty,UG=Object.prototype.propertyIsEnumerable,HS=(e,t,n)=>t in e?FG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,GG=(e,t)=>{for(var n in t||(t={}))VG.call(t,n)&&HS(e,n,t[n]);if(FS)for(var n of FS(t))UG.call(t,n)&&HS(e,n,t[n]);return e},qG=(e,t)=>HG(e,WG(t)),KG=Zr(e=>({root:qG(GG({},e.fn.fontStyles()),{lineHeight:e.lineHeight})}));const YG=KG;var QG=Object.defineProperty,XG=Object.defineProperties,JG=Object.getOwnPropertyDescriptors,Ep=Object.getOwnPropertySymbols,qP=Object.prototype.hasOwnProperty,KP=Object.prototype.propertyIsEnumerable,WS=(e,t,n)=>t in e?QG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Na=(e,t)=>{for(var n in t||(t={}))qP.call(t,n)&&WS(e,n,t[n]);if(Ep)for(var n of Ep(t))KP.call(t,n)&&WS(e,n,t[n]);return e},VS=(e,t)=>XG(e,JG(t)),ZG=(e,t)=>{var n={};for(var r in e)qP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ep)for(var r of Ep(e))t.indexOf(r)<0&&KP.call(e,r)&&(n[r]=e[r]);return n};const eq={labelElement:"label",size:"sm",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},YP=f.forwardRef((e,t)=>{const n=vr("InputWrapper",eq,e),{className:r,label:o,children:s,required:i,id:u,error:d,description:p,labelElement:h,labelProps:g,descriptionProps:v,errorProps:b,classNames:S,styles:w,size:C,inputContainer:_,__staticSelector:k,unstyled:j,inputWrapperOrder:E,withAsterisk:I,variant:O}=n,M=ZG(n,["className","label","children","required","id","error","description","labelElement","labelProps","descriptionProps","errorProps","classNames","styles","size","inputContainer","__staticSelector","unstyled","inputWrapperOrder","withAsterisk","variant"]),{classes:R,cx:A}=YG(null,{classNames:S,styles:w,name:["InputWrapper",k],unstyled:j,variant:O,size:C}),L={classNames:S,styles:w,unstyled:j,size:C,variant:O,__staticSelector:k},N=typeof I=="boolean"?I:i,Z=u?`${u}-error`:b==null?void 0:b.id,B=u?`${u}-description`:v==null?void 0:v.id,G=`${!!d&&typeof d!="boolean"?Z:""} ${p?B:""}`,q=G.trim().length>0?G.trim():void 0,D=o&&z.createElement(D1,Na(Na({key:"label",labelElement:h,id:u?`${u}-label`:void 0,htmlFor:u,required:N},L),g),o),U=p&&z.createElement(A1,VS(Na(Na({key:"description"},v),L),{size:(v==null?void 0:v.size)||L.size,id:(v==null?void 0:v.id)||B}),p),V=z.createElement(f.Fragment,{key:"input"},_(s)),J=typeof d!="boolean"&&d&&z.createElement(T1,VS(Na(Na({},b),L),{size:(b==null?void 0:b.size)||L.size,key:"error",id:(b==null?void 0:b.id)||Z}),d),ie=E.map(ye=>{switch(ye){case"label":return D;case"input":return V;case"description":return U;case"error":return J;default:return null}});return z.createElement(zG,{value:Na({describedBy:q},BG(E,{hasDescription:!!U,hasError:!!J}))},z.createElement(bo,Na({className:A(R.root,r),ref:t},M),ie))});YP.displayName="@mantine/core/InputWrapper";var tq=Object.defineProperty,Op=Object.getOwnPropertySymbols,QP=Object.prototype.hasOwnProperty,XP=Object.prototype.propertyIsEnumerable,US=(e,t,n)=>t in e?tq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nq=(e,t)=>{for(var n in t||(t={}))QP.call(t,n)&&US(e,n,t[n]);if(Op)for(var n of Op(t))XP.call(t,n)&&US(e,n,t[n]);return e},rq=(e,t)=>{var n={};for(var r in e)QP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Op)for(var r of Op(e))t.indexOf(r)<0&&XP.call(e,r)&&(n[r]=e[r]);return n};const oq={},JP=f.forwardRef((e,t)=>{const n=vr("InputPlaceholder",oq,e),{sx:r}=n,o=rq(n,["sx"]);return z.createElement(bo,nq({component:"span",sx:[s=>s.fn.placeholderStyles(),...J_(r)],ref:t},o))});JP.displayName="@mantine/core/InputPlaceholder";var sq=Object.defineProperty,aq=Object.defineProperties,iq=Object.getOwnPropertyDescriptors,GS=Object.getOwnPropertySymbols,lq=Object.prototype.hasOwnProperty,cq=Object.prototype.propertyIsEnumerable,qS=(e,t,n)=>t in e?sq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lf=(e,t)=>{for(var n in t||(t={}))lq.call(t,n)&&qS(e,n,t[n]);if(GS)for(var n of GS(t))cq.call(t,n)&&qS(e,n,t[n]);return e},Rg=(e,t)=>aq(e,iq(t));const Fo={xs:$e(30),sm:$e(36),md:$e(42),lg:$e(50),xl:$e(60)},uq=["default","filled","unstyled"];function dq({theme:e,variant:t}){return uq.includes(t)?t==="default"?{border:`${$e(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:`${$e(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:$e(28),outline:0,"&:focus, &:focus-within":{outline:"none",borderColor:"transparent"},"&:disabled":{backgroundColor:"transparent","&:focus, &:focus-within":{outline:"none",borderColor:"transparent"}}}:null}var fq=Zr((e,{multiline:t,radius:n,invalid:r,rightSectionWidth:o,withRightSection:s,iconWidth:i,offsetBottom:u,offsetTop:d,pointer:p},{variant:h,size:g})=>{const v=e.fn.variant({variant:"filled",color:"red"}).background,b=h==="default"||h==="filled"?{minHeight:At({size:g,sizes:Fo}),paddingLeft:`calc(${At({size:g,sizes:Fo})} / 3)`,paddingRight:s?o||At({size:g,sizes:Fo}):`calc(${At({size:g,sizes:Fo})} / 3)`,borderRadius:e.fn.radius(n)}:h==="unstyled"&&s?{paddingRight:o||At({size:g,sizes:Fo})}:null;return{wrapper:{position:"relative",marginTop:d?`calc(${e.spacing.xs} / 2)`:void 0,marginBottom:u?`calc(${e.spacing.xs} / 2)`:void 0,"&:has(input:disabled)":{"& .mantine-Input-rightSection":{display:"none"}}},input:Rg(lf(lf(Rg(lf({},e.fn.fontStyles()),{height:t?h==="unstyled"?void 0:"auto":At({size:g,sizes:Fo}),WebkitTapHighlightColor:"transparent",lineHeight:t?e.lineHeight:`calc(${At({size:g,sizes:Fo})} - ${$e(2)})`,appearance:"none",resize:"none",boxSizing:"border-box",fontSize:At({size:g,sizes:e.fontSizes}),width:"100%",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,display:"block",textAlign:"left",cursor:p?"pointer":void 0}),dq({theme:e,variant:h})),b),{"&: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",pointerEvents:"none","&::placeholder":{color:e.colors.dark[2]}},"&[data-invalid]":{color:v,borderColor:v,"&::placeholder":{opacity:1,color:v}},"&[data-with-icon]":{paddingLeft:typeof i=="number"?$e(i):At({size:g,sizes:Fo})},"&::placeholder":Rg(lf({},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:i?$e(i):At({size:g,sizes:Fo}),color:r?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||At({size:g,sizes:Fo})}}});const pq=fq;var hq=Object.defineProperty,mq=Object.defineProperties,gq=Object.getOwnPropertyDescriptors,Rp=Object.getOwnPropertySymbols,ZP=Object.prototype.hasOwnProperty,ej=Object.prototype.propertyIsEnumerable,KS=(e,t,n)=>t in e?hq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cf=(e,t)=>{for(var n in t||(t={}))ZP.call(t,n)&&KS(e,n,t[n]);if(Rp)for(var n of Rp(t))ej.call(t,n)&&KS(e,n,t[n]);return e},YS=(e,t)=>mq(e,gq(t)),vq=(e,t)=>{var n={};for(var r in e)ZP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Rp)for(var r of Rp(e))t.indexOf(r)<0&&ej.call(e,r)&&(n[r]=e[r]);return n};const yq={size:"sm",variant:"default"},Wi=f.forwardRef((e,t)=>{const n=vr("Input",yq,e),{className:r,error:o,required:s,disabled:i,variant:u,icon:d,style:p,rightSectionWidth:h,iconWidth:g,rightSection:v,rightSectionProps:b,radius:S,size:w,wrapperProps:C,classNames:_,styles:k,__staticSelector:j,multiline:E,sx:I,unstyled:O,pointer:M}=n,R=vq(n,["className","error","required","disabled","variant","icon","style","rightSectionWidth","iconWidth","rightSection","rightSectionProps","radius","size","wrapperProps","classNames","styles","__staticSelector","multiline","sx","unstyled","pointer"]),{offsetBottom:A,offsetTop:L,describedBy:N}=LG(),{classes:Z,cx:B}=pq({radius:S,multiline:E,invalid:!!o,rightSectionWidth:h?$e(h):void 0,iconWidth:g,withRightSection:!!v,offsetBottom:A,offsetTop:L,pointer:M},{classNames:_,styles:k,name:["Input",j],unstyled:O,variant:u,size:w}),{systemStyles:H,rest:G}=Ph(R);return z.createElement(bo,cf(cf({className:B(Z.wrapper,r),sx:I,style:p},H),C),d&&z.createElement("div",{className:Z.icon},d),z.createElement(bo,YS(cf({component:"input"},G),{ref:t,required:s,"aria-invalid":!!o,"aria-describedby":N,disabled:i,"data-disabled":i||void 0,"data-with-icon":!!d||void 0,"data-invalid":!!o||void 0,className:Z.input})),v&&z.createElement("div",YS(cf({},b),{className:Z.rightSection}),v))});Wi.displayName="@mantine/core/Input";Wi.Wrapper=YP;Wi.Label=D1;Wi.Description=A1;Wi.Error=T1;Wi.Placeholder=JP;const Ll=Wi;var bq=Object.defineProperty,Mp=Object.getOwnPropertySymbols,tj=Object.prototype.hasOwnProperty,nj=Object.prototype.propertyIsEnumerable,QS=(e,t,n)=>t in e?bq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XS=(e,t)=>{for(var n in t||(t={}))tj.call(t,n)&&QS(e,n,t[n]);if(Mp)for(var n of Mp(t))nj.call(t,n)&&QS(e,n,t[n]);return e},xq=(e,t)=>{var n={};for(var r in e)tj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Mp)for(var r of Mp(e))t.indexOf(r)<0&&nj.call(e,r)&&(n[r]=e[r]);return n};const wq={multiple:!1},rj=f.forwardRef((e,t)=>{const n=vr("FileButton",wq,e),{onChange:r,children:o,multiple:s,accept:i,name:u,form:d,resetRef:p,disabled:h,capture:g,inputProps:v}=n,b=xq(n,["onChange","children","multiple","accept","name","form","resetRef","disabled","capture","inputProps"]),S=f.useRef(),w=()=>{!h&&S.current.click()},C=k=>{r(s?Array.from(k.currentTarget.files):k.currentTarget.files[0]||null)};return lk(p,()=>{S.current.value=""}),z.createElement(z.Fragment,null,o(XS({onClick:w},b)),z.createElement("input",XS({style:{display:"none"},type:"file",accept:i,multiple:s,onChange:C,ref:zu(t,S),name:u,form:d,capture:g},v)))});rj.displayName="@mantine/core/FileButton";const oj={xs:$e(16),sm:$e(22),md:$e(26),lg:$e(30),xl:$e(36)},Sq={xs:$e(10),sm:$e(12),md:$e(14),lg:$e(16),xl:$e(18)};var Cq=Zr((e,{disabled:t,radius:n,readOnly:r},{size:o,variant:s})=>({defaultValue:{display:"flex",alignItems:"center",backgroundColor:t?e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[3]:e.colorScheme==="dark"?e.colors.dark[7]:s==="filled"?e.white:e.colors.gray[1],color:t?e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[7]:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],height:At({size:o,sizes:oj}),paddingLeft:`calc(${At({size:o,sizes:e.spacing})} / 1.5)`,paddingRight:t||r?At({size:o,sizes:e.spacing}):0,fontWeight:500,fontSize:At({size:o,sizes:Sq}),borderRadius:At({size:n,sizes:e.radius}),cursor:t?"not-allowed":"default",userSelect:"none",maxWidth:`calc(100% - ${$e(10)})`},defaultValueRemove:{color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],marginLeft:`calc(${At({size:o,sizes:e.spacing})} / 6)`},defaultValueLabel:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}));const _q=Cq;var kq=Object.defineProperty,Dp=Object.getOwnPropertySymbols,sj=Object.prototype.hasOwnProperty,aj=Object.prototype.propertyIsEnumerable,JS=(e,t,n)=>t in e?kq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pq=(e,t)=>{for(var n in t||(t={}))sj.call(t,n)&&JS(e,n,t[n]);if(Dp)for(var n of Dp(t))aj.call(t,n)&&JS(e,n,t[n]);return e},jq=(e,t)=>{var n={};for(var r in e)sj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Dp)for(var r of Dp(e))t.indexOf(r)<0&&aj.call(e,r)&&(n[r]=e[r]);return n};const Iq={xs:16,sm:22,md:24,lg:26,xl:30};function ij(e){var t=e,{label:n,classNames:r,styles:o,className:s,onRemove:i,disabled:u,readOnly:d,size:p,radius:h="sm",variant:g,unstyled:v}=t,b=jq(t,["label","classNames","styles","className","onRemove","disabled","readOnly","size","radius","variant","unstyled"]);const{classes:S,cx:w}=_q({disabled:u,readOnly:d,radius:h},{name:"MultiSelect",classNames:r,styles:o,unstyled:v,size:p,variant:g});return z.createElement("div",Pq({className:w(S.defaultValue,s)},b),z.createElement("span",{className:S.defaultValueLabel},n),!u&&!d&&z.createElement(Fk,{"aria-hidden":!0,onMouseDown:i,size:Iq[p],radius:2,color:"blue",variant:"transparent",iconSize:"70%",className:S.defaultValueRemove,tabIndex:-1,unstyled:v}))}ij.displayName="@mantine/core/MultiSelect/DefaultValue";function Eq({data:e,searchable:t,limit:n,searchValue:r,filter:o,value:s,disableSelectedItemFiltering:i}){if(!t&&s.length===0)return e;if(!t){const d=[];for(let p=0;ph===e[p].value&&!e[p].disabled))&&d.push(e[p]);return d}const u=[];for(let d=0;dp===e[d].value&&!e[d].disabled),e[d])&&u.push(e[d]),!(u.length>=n));d+=1);return u}var Oq=Object.defineProperty,Tp=Object.getOwnPropertySymbols,lj=Object.prototype.hasOwnProperty,cj=Object.prototype.propertyIsEnumerable,ZS=(e,t,n)=>t in e?Oq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eC=(e,t)=>{for(var n in t||(t={}))lj.call(t,n)&&ZS(e,n,t[n]);if(Tp)for(var n of Tp(t))cj.call(t,n)&&ZS(e,n,t[n]);return e},Rq=(e,t)=>{var n={};for(var r in e)lj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Tp)for(var r of Tp(e))t.indexOf(r)<0&&cj.call(e,r)&&(n[r]=e[r]);return n};const Mq={xs:$e(14),sm:$e(18),md:$e(20),lg:$e(24),xl:$e(28)};function Dq(e){var t=e,{size:n,error:r,style:o}=t,s=Rq(t,["size","error","style"]);const i=Ca(),u=At({size:n,sizes:Mq});return z.createElement("svg",eC({viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:eC({color:r?i.colors.red[6]:i.colors.gray[6],width:u,height:u},o),"data-chevron":!0},s),z.createElement("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}var Tq=Object.defineProperty,Aq=Object.defineProperties,Nq=Object.getOwnPropertyDescriptors,tC=Object.getOwnPropertySymbols,$q=Object.prototype.hasOwnProperty,zq=Object.prototype.propertyIsEnumerable,nC=(e,t,n)=>t in e?Tq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Lq=(e,t)=>{for(var n in t||(t={}))$q.call(t,n)&&nC(e,n,t[n]);if(tC)for(var n of tC(t))zq.call(t,n)&&nC(e,n,t[n]);return e},Bq=(e,t)=>Aq(e,Nq(t));function uj({shouldClear:e,clearButtonProps:t,onClear:n,size:r,error:o}){return e?z.createElement(Fk,Bq(Lq({},t),{variant:"transparent",onClick:n,size:r,onMouseDown:s=>s.preventDefault()})):z.createElement(Dq,{error:o,size:r})}uj.displayName="@mantine/core/SelectRightSection";var Fq=Object.defineProperty,Hq=Object.defineProperties,Wq=Object.getOwnPropertyDescriptors,Ap=Object.getOwnPropertySymbols,dj=Object.prototype.hasOwnProperty,fj=Object.prototype.propertyIsEnumerable,rC=(e,t,n)=>t in e?Fq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mg=(e,t)=>{for(var n in t||(t={}))dj.call(t,n)&&rC(e,n,t[n]);if(Ap)for(var n of Ap(t))fj.call(t,n)&&rC(e,n,t[n]);return e},oC=(e,t)=>Hq(e,Wq(t)),Vq=(e,t)=>{var n={};for(var r in e)dj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ap)for(var r of Ap(e))t.indexOf(r)<0&&fj.call(e,r)&&(n[r]=e[r]);return n};function pj(e){var t=e,{styles:n,rightSection:r,rightSectionWidth:o,theme:s}=t,i=Vq(t,["styles","rightSection","rightSectionWidth","theme"]);if(r)return{rightSection:r,rightSectionWidth:o,styles:n};const u=typeof n=="function"?n(s):n;return{rightSection:!i.readOnly&&!(i.disabled&&i.shouldClear)&&z.createElement(uj,Mg({},i)),styles:oC(Mg({},u),{rightSection:oC(Mg({},u==null?void 0:u.rightSection),{pointerEvents:i.shouldClear?void 0:"none"})})}}var Uq=Object.defineProperty,Gq=Object.defineProperties,qq=Object.getOwnPropertyDescriptors,sC=Object.getOwnPropertySymbols,Kq=Object.prototype.hasOwnProperty,Yq=Object.prototype.propertyIsEnumerable,aC=(e,t,n)=>t in e?Uq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qq=(e,t)=>{for(var n in t||(t={}))Kq.call(t,n)&&aC(e,n,t[n]);if(sC)for(var n of sC(t))Yq.call(t,n)&&aC(e,n,t[n]);return e},Xq=(e,t)=>Gq(e,qq(t)),Jq=Zr((e,{invalid:t},{size:n})=>({wrapper:{position:"relative","&:has(input:disabled)":{cursor:"not-allowed",pointerEvents:"none","& .mantine-MultiSelect-input":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[1],color:e.colors.dark[2],opacity:.6,"&::placeholder":{color:e.colors.dark[2]}},"& .mantine-MultiSelect-defaultValue":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[3],color:e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[7]}}},values:{minHeight:`calc(${At({size:n,sizes:Fo})} - ${$e(2)})`,display:"flex",alignItems:"center",flexWrap:"wrap",marginLeft:`calc(-${e.spacing.xs} / 2)`,boxSizing:"border-box","&[data-clearable]":{marginRight:At({size:n,sizes:Fo})}},value:{margin:`calc(${e.spacing.xs} / 2 - ${$e(2)}) calc(${e.spacing.xs} / 2)`},searchInput:Xq(Qq({},e.fn.fontStyles()),{flex:1,minWidth:$e(60),backgroundColor:"transparent",border:0,outline:0,fontSize:At({size:n,sizes:e.fontSizes}),padding:0,marginLeft:`calc(${e.spacing.xs} / 2)`,appearance:"none",color:"inherit",maxHeight:At({size:n,sizes:oj}),"&::placeholder":{opacity:1,color:t?e.colors.red[e.fn.primaryShade()]:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]},"&:disabled":{cursor:"not-allowed",pointerEvents:"none"}}),searchInputEmpty:{width:"100%"},searchInputInputHidden:{flex:0,width:0,minWidth:0,margin:0,overflow:"hidden"},searchInputPointer:{cursor:"pointer","&:disabled":{cursor:"not-allowed",pointerEvents:"none"}},input:{cursor:"pointer","&:disabled":{cursor:"not-allowed",pointerEvents:"none"}}}));const Zq=Jq;var eK=Object.defineProperty,tK=Object.defineProperties,nK=Object.getOwnPropertyDescriptors,Np=Object.getOwnPropertySymbols,hj=Object.prototype.hasOwnProperty,mj=Object.prototype.propertyIsEnumerable,iC=(e,t,n)=>t in e?eK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pl=(e,t)=>{for(var n in t||(t={}))hj.call(t,n)&&iC(e,n,t[n]);if(Np)for(var n of Np(t))mj.call(t,n)&&iC(e,n,t[n]);return e},lC=(e,t)=>tK(e,nK(t)),rK=(e,t)=>{var n={};for(var r in e)hj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Np)for(var r of Np(e))t.indexOf(r)<0&&mj.call(e,r)&&(n[r]=e[r]);return n};function oK(e,t,n){return t?!1:n.label.toLowerCase().trim().includes(e.toLowerCase().trim())}function sK(e,t){return!!e&&!t.some(n=>n.value.toLowerCase()===e.toLowerCase())}function cC(e,t){if(!Array.isArray(e))return;if(t.length===0)return[];const n=t.map(r=>typeof r=="object"?r.value:r);return e.filter(r=>n.includes(r))}const aK={size:"sm",valueComponent:ij,itemComponent:P1,transitionProps:{transition:"fade",duration:0},maxDropdownHeight:220,shadow:"sm",searchable:!1,filter:oK,limit:1/0,clearSearchOnChange:!0,clearable:!1,clearSearchOnBlur:!1,disabled:!1,initiallyOpened:!1,creatable:!1,shouldCreate:sK,switchDirectionOnFlip:!1,zIndex:S1("popover"),selectOnBlur:!1,positionDependencies:[],dropdownPosition:"flip"},gj=f.forwardRef((e,t)=>{const n=vr("MultiSelect",aK,e),{className:r,style:o,required:s,label:i,description:u,size:d,error:p,classNames:h,styles:g,wrapperProps:v,value:b,defaultValue:S,data:w,onChange:C,valueComponent:_,itemComponent:k,id:j,transitionProps:E,maxDropdownHeight:I,shadow:O,nothingFound:M,onFocus:R,onBlur:A,searchable:L,placeholder:N,filter:Z,limit:B,clearSearchOnChange:H,clearable:G,clearSearchOnBlur:q,variant:D,onSearchChange:U,searchValue:V,disabled:J,initiallyOpened:ie,radius:ye,icon:he,rightSection:ae,rightSectionWidth:ee,creatable:W,getCreateLabel:re,shouldCreate:pe,onCreate:ne,sx:ge,dropdownComponent:de,onDropdownClose:Ce,onDropdownOpen:Me,maxSelectedValues:me,withinPortal:_e,portalProps:Ve,switchDirectionOnFlip:Le,zIndex:Ue,selectOnBlur:kt,name:vt,dropdownPosition:jn,errorProps:Pt,labelProps:bt,descriptionProps:xe,form:Te,positionDependencies:It,onKeyDown:Ft,unstyled:Wt,inputContainer:Cn,inputWrapperOrder:En,readOnly:ln,withAsterisk:Sr,clearButtonProps:vn,hoverOnSearchChange:ar,disableSelectedItemFiltering:Ee}=n,it=rK(n,["className","style","required","label","description","size","error","classNames","styles","wrapperProps","value","defaultValue","data","onChange","valueComponent","itemComponent","id","transitionProps","maxDropdownHeight","shadow","nothingFound","onFocus","onBlur","searchable","placeholder","filter","limit","clearSearchOnChange","clearable","clearSearchOnBlur","variant","onSearchChange","searchValue","disabled","initiallyOpened","radius","icon","rightSection","rightSectionWidth","creatable","getCreateLabel","shouldCreate","onCreate","sx","dropdownComponent","onDropdownClose","onDropdownOpen","maxSelectedValues","withinPortal","portalProps","switchDirectionOnFlip","zIndex","selectOnBlur","name","dropdownPosition","errorProps","labelProps","descriptionProps","form","positionDependencies","onKeyDown","unstyled","inputContainer","inputWrapperOrder","readOnly","withAsterisk","clearButtonProps","hoverOnSearchChange","disableSelectedItemFiltering"]),{classes:Ye,cx:rt,theme:Nt}=Zq({invalid:!!p},{name:"MultiSelect",classNames:h,styles:g,unstyled:Wt,size:d,variant:D}),{systemStyles:fr,rest:yn}=Ph(it),bn=f.useRef(),$r=f.useRef({}),pr=_1(j),[An,Nn]=f.useState(ie),[$n,Mr]=f.useState(-1),[Co,zr]=f.useState("column"),[Lr,es]=uu({value:V,defaultValue:"",finalValue:void 0,onChange:U}),[Dr,Ps]=f.useState(!1),{scrollIntoView:ts,targetRef:Qs,scrollableRef:js}=uk({duration:0,offset:5,cancelable:!1,isList:!0}),K=W&&typeof re=="function";let Q=null;const ce=w.map(Re=>typeof Re=="string"?{label:Re,value:Re}:Re),we=Z_({data:ce}),[ue,et]=uu({value:cC(b,w),defaultValue:cC(S,w),finalValue:[],onChange:C}),Qe=f.useRef(!!me&&me{if(!ln){const ut=ue.filter(Ct=>Ct!==Re);et(ut),me&&ut.length{es(Re.currentTarget.value),!J&&!Qe.current&&L&&Nn(!0)},dt=Re=>{typeof R=="function"&&R(Re),!J&&!Qe.current&&L&&Nn(!0)},De=Eq({data:we,searchable:L,searchValue:Lr,limit:B,filter:Z,value:ue,disableSelectedItemFiltering:Ee});K&&pe(Lr,we)&&(Q=re(Lr),De.push({label:Lr,value:Lr,creatable:!0}));const be=Math.min($n,De.length-1),Fe=(Re,ut,Ct)=>{let Tt=Re;for(;Ct(Tt);)if(Tt=ut(Tt),!De[Tt].disabled)return Tt;return Re};hs(()=>{Mr(ar&&Lr?0:-1)},[Lr,ar]),hs(()=>{!J&&ue.length>w.length&&Nn(!1),me&&ue.length=me&&(Qe.current=!0,Nn(!1))},[ue]);const mt=Re=>{if(!ln)if(H&&es(""),ue.includes(Re.value))Dt(Re.value);else{if(Re.creatable&&typeof ne=="function"){const ut=ne(Re.value);typeof ut<"u"&&ut!==null&&et(typeof ut=="string"?[...ue,ut]:[...ue,ut.value])}else et([...ue,Re.value]);ue.length===me-1&&(Qe.current=!0,Nn(!1)),De.length===1&&Nn(!1)}},xt=Re=>{typeof A=="function"&&A(Re),kt&&De[be]&&An&&mt(De[be]),q&&es(""),Nn(!1)},Et=Re=>{if(Dr||(Ft==null||Ft(Re),ln)||Re.key!=="Backspace"&&me&&Qe.current)return;const ut=Co==="column",Ct=()=>{Mr(xn=>{var zt;const tn=Fe(xn,Xt=>Xt+1,Xt=>Xt{Mr(xn=>{var zt;const tn=Fe(xn,Xt=>Xt-1,Xt=>Xt>0);return An&&(Qs.current=$r.current[(zt=De[tn])==null?void 0:zt.value],ts({alignment:ut?"start":"end"})),tn})};switch(Re.key){case"ArrowUp":{Re.preventDefault(),Nn(!0),ut?Tt():Ct();break}case"ArrowDown":{Re.preventDefault(),Nn(!0),ut?Ct():Tt();break}case"Enter":{Re.preventDefault(),De[be]&&An?mt(De[be]):Nn(!0);break}case" ":{L||(Re.preventDefault(),De[be]&&An?mt(De[be]):Nn(!0));break}case"Backspace":{ue.length>0&&Lr.length===0&&(et(ue.slice(0,-1)),Nn(!0),me&&(Qe.current=!1));break}case"Home":{if(!L){Re.preventDefault(),An||Nn(!0);const xn=De.findIndex(zt=>!zt.disabled);Mr(xn),ts({alignment:ut?"end":"start"})}break}case"End":{if(!L){Re.preventDefault(),An||Nn(!0);const xn=De.map(zt=>!!zt.disabled).lastIndexOf(!1);Mr(xn),ts({alignment:ut?"end":"start"})}break}case"Escape":Nn(!1)}},Lt=ue.map(Re=>{let ut=we.find(Ct=>Ct.value===Re&&!Ct.disabled);return!ut&&K&&(ut={value:Re,label:Re}),ut}).filter(Re=>!!Re).map((Re,ut)=>z.createElement(_,lC(pl({},Re),{variant:D,disabled:J,className:Ye.value,readOnly:ln,onRemove:Ct=>{Ct.preventDefault(),Ct.stopPropagation(),Dt(Re.value)},key:Re.value,size:d,styles:g,classNames:h,radius:ye,index:ut}))),qt=Re=>ue.includes(Re),Gt=()=>{var Re;es(""),et([]),(Re=bn.current)==null||Re.focus(),me&&(Qe.current=!1)},$t=!ln&&(De.length>0?An:An&&!!M);return hs(()=>{const Re=$t?Me:Ce;typeof Re=="function"&&Re()},[$t]),z.createElement(Ll.Wrapper,pl(pl({required:s,id:pr,label:i,error:p,description:u,size:d,className:r,style:o,classNames:h,styles:g,__staticSelector:"MultiSelect",sx:ge,errorProps:Pt,descriptionProps:xe,labelProps:bt,inputContainer:Cn,inputWrapperOrder:En,unstyled:Wt,withAsterisk:Sr,variant:D},fr),v),z.createElement(Qa,{opened:$t,transitionProps:E,shadow:"sm",withinPortal:_e,portalProps:Ve,__staticSelector:"MultiSelect",onDirectionChange:zr,switchDirectionOnFlip:Le,zIndex:Ue,dropdownPosition:jn,positionDependencies:[...It,Lr],classNames:h,styles:g,unstyled:Wt,variant:D},z.createElement(Qa.Target,null,z.createElement("div",{className:Ye.wrapper,role:"combobox","aria-haspopup":"listbox","aria-owns":An&&$t?`${pr}-items`:null,"aria-controls":pr,"aria-expanded":An,onMouseLeave:()=>Mr(-1),tabIndex:-1},z.createElement("input",{type:"hidden",name:vt,value:ue.join(","),form:Te,disabled:J}),z.createElement(Ll,pl({__staticSelector:"MultiSelect",style:{overflow:"hidden"},component:"div",multiline:!0,size:d,variant:D,disabled:J,error:p,required:s,radius:ye,icon:he,unstyled:Wt,onMouseDown:Re=>{var ut;Re.preventDefault(),!J&&!Qe.current&&Nn(!An),(ut=bn.current)==null||ut.focus()},classNames:lC(pl({},h),{input:rt({[Ye.input]:!L},h==null?void 0:h.input)})},pj({theme:Nt,rightSection:ae,rightSectionWidth:ee,styles:g,size:d,shouldClear:G&&ue.length>0,onClear:Gt,error:p,disabled:J,clearButtonProps:vn,readOnly:ln})),z.createElement("div",{className:Ye.values,"data-clearable":G||void 0},Lt,z.createElement("input",pl({ref:zu(t,bn),type:"search",id:pr,className:rt(Ye.searchInput,{[Ye.searchInputPointer]:!L,[Ye.searchInputInputHidden]:!An&&ue.length>0||!L&&ue.length>0,[Ye.searchInputEmpty]:ue.length===0}),onKeyDown:Et,value:Lr,onChange:ot,onFocus:dt,onBlur:xt,readOnly:!L||Qe.current||ln,placeholder:ue.length===0?N:void 0,disabled:J,"data-mantine-stop-propagation":An,autoComplete:"off",onCompositionStart:()=>Ps(!0),onCompositionEnd:()=>Ps(!1)},yn)))))),z.createElement(Qa.Dropdown,{component:de||Oh,maxHeight:I,direction:Co,id:pr,innerRef:js,__staticSelector:"MultiSelect",classNames:h,styles:g},z.createElement(k1,{data:De,hovered:be,classNames:h,styles:g,uuid:pr,__staticSelector:"MultiSelect",onItemHover:Mr,onItemSelect:mt,itemsRefs:$r,itemComponent:k,size:d,nothingFound:M,isItemSelected:qt,creatable:W&&!!Q,createLabel:Q,unstyled:Wt,variant:D}))))});gj.displayName="@mantine/core/MultiSelect";var iK=Object.defineProperty,lK=Object.defineProperties,cK=Object.getOwnPropertyDescriptors,$p=Object.getOwnPropertySymbols,vj=Object.prototype.hasOwnProperty,yj=Object.prototype.propertyIsEnumerable,uC=(e,t,n)=>t in e?iK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dg=(e,t)=>{for(var n in t||(t={}))vj.call(t,n)&&uC(e,n,t[n]);if($p)for(var n of $p(t))yj.call(t,n)&&uC(e,n,t[n]);return e},uK=(e,t)=>lK(e,cK(t)),dK=(e,t)=>{var n={};for(var r in e)vj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&$p)for(var r of $p(e))t.indexOf(r)<0&&yj.call(e,r)&&(n[r]=e[r]);return n};const fK={type:"text",size:"sm",__staticSelector:"TextInput"},bj=f.forwardRef((e,t)=>{const n=LP("TextInput",fK,e),{inputProps:r,wrapperProps:o}=n,s=dK(n,["inputProps","wrapperProps"]);return z.createElement(Ll.Wrapper,Dg({},o),z.createElement(Ll,uK(Dg(Dg({},r),s),{ref:t})))});bj.displayName="@mantine/core/TextInput";function pK({data:e,searchable:t,limit:n,searchValue:r,filter:o,value:s,filterDataOnExactSearchMatch:i}){if(!t)return e;const u=s!=null&&e.find(p=>p.value===s)||null;if(u&&!i&&(u==null?void 0:u.label)===r){if(n){if(n>=e.length)return e;const p=e.indexOf(u),h=p+n,g=h-e.length;return g>0?e.slice(p-g):e.slice(p,h)}return e}const d=[];for(let p=0;p=n));p+=1);return d}var hK=Zr(()=>({input:{"&:not(:disabled)":{cursor:"pointer","&::selection":{backgroundColor:"transparent"}}}}));const mK=hK;var gK=Object.defineProperty,vK=Object.defineProperties,yK=Object.getOwnPropertyDescriptors,zp=Object.getOwnPropertySymbols,xj=Object.prototype.hasOwnProperty,wj=Object.prototype.propertyIsEnumerable,dC=(e,t,n)=>t in e?gK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Rc=(e,t)=>{for(var n in t||(t={}))xj.call(t,n)&&dC(e,n,t[n]);if(zp)for(var n of zp(t))wj.call(t,n)&&dC(e,n,t[n]);return e},Tg=(e,t)=>vK(e,yK(t)),bK=(e,t)=>{var n={};for(var r in e)xj.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&zp)for(var r of zp(e))t.indexOf(r)<0&&wj.call(e,r)&&(n[r]=e[r]);return n};function xK(e,t){return t.label.toLowerCase().trim().includes(e.toLowerCase().trim())}function wK(e,t){return!!e&&!t.some(n=>n.label.toLowerCase()===e.toLowerCase())}const SK={required:!1,size:"sm",shadow:"sm",itemComponent:P1,transitionProps:{transition:"fade",duration:0},initiallyOpened:!1,filter:xK,maxDropdownHeight:220,searchable:!1,clearable:!1,limit:1/0,disabled:!1,creatable:!1,shouldCreate:wK,selectOnBlur:!1,switchDirectionOnFlip:!1,filterDataOnExactSearchMatch:!1,zIndex:S1("popover"),positionDependencies:[],dropdownPosition:"flip"},N1=f.forwardRef((e,t)=>{const n=LP("Select",SK,e),{inputProps:r,wrapperProps:o,shadow:s,data:i,value:u,defaultValue:d,onChange:p,itemComponent:h,onKeyDown:g,onBlur:v,onFocus:b,transitionProps:S,initiallyOpened:w,unstyled:C,classNames:_,styles:k,filter:j,maxDropdownHeight:E,searchable:I,clearable:O,nothingFound:M,limit:R,disabled:A,onSearchChange:L,searchValue:N,rightSection:Z,rightSectionWidth:B,creatable:H,getCreateLabel:G,shouldCreate:q,selectOnBlur:D,onCreate:U,dropdownComponent:V,onDropdownClose:J,onDropdownOpen:ie,withinPortal:ye,portalProps:he,switchDirectionOnFlip:ae,zIndex:ee,name:W,dropdownPosition:re,allowDeselect:pe,placeholder:ne,filterDataOnExactSearchMatch:ge,form:de,positionDependencies:Ce,readOnly:Me,clearButtonProps:me,hoverOnSearchChange:_e}=n,Ve=bK(n,["inputProps","wrapperProps","shadow","data","value","defaultValue","onChange","itemComponent","onKeyDown","onBlur","onFocus","transitionProps","initiallyOpened","unstyled","classNames","styles","filter","maxDropdownHeight","searchable","clearable","nothingFound","limit","disabled","onSearchChange","searchValue","rightSection","rightSectionWidth","creatable","getCreateLabel","shouldCreate","selectOnBlur","onCreate","dropdownComponent","onDropdownClose","onDropdownOpen","withinPortal","portalProps","switchDirectionOnFlip","zIndex","name","dropdownPosition","allowDeselect","placeholder","filterDataOnExactSearchMatch","form","positionDependencies","readOnly","clearButtonProps","hoverOnSearchChange"]),{classes:Le,cx:Ue,theme:kt}=mK(),[vt,jn]=f.useState(w),[Pt,bt]=f.useState(-1),xe=f.useRef(),Te=f.useRef({}),[It,Ft]=f.useState("column"),Wt=It==="column",{scrollIntoView:Cn,targetRef:En,scrollableRef:ln}=uk({duration:0,offset:5,cancelable:!1,isList:!0}),Sr=pe===void 0?O:pe,vn=Q=>{if(vt!==Q){jn(Q);const ce=Q?ie:J;typeof ce=="function"&&ce()}},ar=H&&typeof G=="function";let Ee=null;const it=i.map(Q=>typeof Q=="string"?{label:Q,value:Q}:Q),Ye=Z_({data:it}),[rt,Nt,fr]=uu({value:u,defaultValue:d,finalValue:null,onChange:p}),yn=Ye.find(Q=>Q.value===rt),[bn,$r]=uu({value:N,defaultValue:(yn==null?void 0:yn.label)||"",finalValue:void 0,onChange:L}),pr=Q=>{$r(Q),I&&typeof L=="function"&&L(Q)},An=()=>{var Q;Me||(Nt(null),fr||pr(""),(Q=xe.current)==null||Q.focus())};f.useEffect(()=>{const Q=Ye.find(ce=>ce.value===rt);Q?pr(Q.label):(!ar||!rt)&&pr("")},[rt]),f.useEffect(()=>{yn&&(!I||!vt)&&pr(yn.label)},[yn==null?void 0:yn.label]);const Nn=Q=>{if(!Me)if(Sr&&(yn==null?void 0:yn.value)===Q.value)Nt(null),vn(!1);else{if(Q.creatable&&typeof U=="function"){const ce=U(Q.value);typeof ce<"u"&&ce!==null&&Nt(typeof ce=="string"?ce:ce.value)}else Nt(Q.value);fr||pr(Q.label),bt(-1),vn(!1),xe.current.focus()}},$n=pK({data:Ye,searchable:I,limit:R,searchValue:bn,filter:j,filterDataOnExactSearchMatch:ge,value:rt});ar&&q(bn,$n)&&(Ee=G(bn),$n.push({label:bn,value:bn,creatable:!0}));const Mr=(Q,ce,we)=>{let ue=Q;for(;we(ue);)if(ue=ce(ue),!$n[ue].disabled)return ue;return Q};hs(()=>{bt(_e&&bn?0:-1)},[bn,_e]);const Co=rt?$n.findIndex(Q=>Q.value===rt):0,zr=!Me&&($n.length>0?vt:vt&&!!M),Lr=()=>{bt(Q=>{var ce;const we=Mr(Q,ue=>ue-1,ue=>ue>0);return En.current=Te.current[(ce=$n[we])==null?void 0:ce.value],zr&&Cn({alignment:Wt?"start":"end"}),we})},es=()=>{bt(Q=>{var ce;const we=Mr(Q,ue=>ue+1,ue=>ue<$n.length-1);return En.current=Te.current[(ce=$n[we])==null?void 0:ce.value],zr&&Cn({alignment:Wt?"end":"start"}),we})},Dr=()=>window.setTimeout(()=>{var Q;En.current=Te.current[(Q=$n[Co])==null?void 0:Q.value],Cn({alignment:Wt?"end":"start"})},50);hs(()=>{zr&&Dr()},[zr]);const Ps=Q=>{switch(typeof g=="function"&&g(Q),Q.key){case"ArrowUp":{Q.preventDefault(),vt?Wt?Lr():es():(bt(Co),vn(!0),Dr());break}case"ArrowDown":{Q.preventDefault(),vt?Wt?es():Lr():(bt(Co),vn(!0),Dr());break}case"Home":{if(!I){Q.preventDefault(),vt||vn(!0);const ce=$n.findIndex(we=>!we.disabled);bt(ce),zr&&Cn({alignment:Wt?"end":"start"})}break}case"End":{if(!I){Q.preventDefault(),vt||vn(!0);const ce=$n.map(we=>!!we.disabled).lastIndexOf(!1);bt(ce),zr&&Cn({alignment:Wt?"end":"start"})}break}case"Escape":{Q.preventDefault(),vn(!1),bt(-1);break}case" ":{I||(Q.preventDefault(),$n[Pt]&&vt?Nn($n[Pt]):(vn(!0),bt(Co),Dr()));break}case"Enter":I||Q.preventDefault(),$n[Pt]&&vt&&(Q.preventDefault(),Nn($n[Pt]))}},ts=Q=>{typeof v=="function"&&v(Q);const ce=Ye.find(we=>we.value===rt);D&&$n[Pt]&&vt&&Nn($n[Pt]),pr((ce==null?void 0:ce.label)||""),vn(!1)},Qs=Q=>{typeof b=="function"&&b(Q),I&&vn(!0)},js=Q=>{Me||(pr(Q.currentTarget.value),O&&Q.currentTarget.value===""&&Nt(null),bt(-1),vn(!0))},K=()=>{Me||(vn(!vt),rt&&!vt&&bt(Co))};return z.createElement(Ll.Wrapper,Tg(Rc({},o),{__staticSelector:"Select"}),z.createElement(Qa,{opened:zr,transitionProps:S,shadow:s,withinPortal:ye,portalProps:he,__staticSelector:"Select",onDirectionChange:Ft,switchDirectionOnFlip:ae,zIndex:ee,dropdownPosition:re,positionDependencies:[...Ce,bn],classNames:_,styles:k,unstyled:C,variant:r.variant},z.createElement(Qa.Target,null,z.createElement("div",{role:"combobox","aria-haspopup":"listbox","aria-owns":zr?`${r.id}-items`:null,"aria-controls":r.id,"aria-expanded":zr,onMouseLeave:()=>bt(-1),tabIndex:-1},z.createElement("input",{type:"hidden",name:W,value:rt||"",form:de,disabled:A}),z.createElement(Ll,Rc(Tg(Rc(Rc({autoComplete:"off",type:"search"},r),Ve),{ref:zu(t,xe),onKeyDown:Ps,__staticSelector:"Select",value:bn,placeholder:ne,onChange:js,"aria-autocomplete":"list","aria-controls":zr?`${r.id}-items`:null,"aria-activedescendant":Pt>=0?`${r.id}-${Pt}`:null,onMouseDown:K,onBlur:ts,onFocus:Qs,readOnly:!I||Me,disabled:A,"data-mantine-stop-propagation":zr,name:null,classNames:Tg(Rc({},_),{input:Ue({[Le.input]:!I},_==null?void 0:_.input)})}),pj({theme:kt,rightSection:Z,rightSectionWidth:B,styles:k,size:r.size,shouldClear:O&&!!yn,onClear:An,error:o.error,clearButtonProps:me,disabled:A,readOnly:Me}))))),z.createElement(Qa.Dropdown,{component:V||Oh,maxHeight:E,direction:It,id:r.id,innerRef:ln,__staticSelector:"Select",classNames:_,styles:k},z.createElement(k1,{data:$n,hovered:Pt,classNames:_,styles:k,isItemSelected:Q=>Q===rt,uuid:r.id,__staticSelector:"Select",onItemHover:bt,onItemSelect:Nn,itemsRefs:Te,itemComponent:h,size:r.size,nothingFound:M,creatable:ar&&!!Ee,createLabel:Ee,"aria-label":o.label,unstyled:C,variant:r.variant}))))});N1.displayName="@mantine/core/Select";const $1=()=>{const[e,t,n,r,o,s,i,u,d,p,h,g,v,b,S,w,C,_,k,j,E,I,O,M,R,A,L,N,Z,B,H,G,q,D,U,V,J,ie]=Kl("colors",["base.50","base.100","base.150","base.200","base.250","base.300","base.350","base.400","base.450","base.500","base.550","base.600","base.650","base.700","base.750","base.800","base.850","base.900","base.950","accent.50","accent.100","accent.150","accent.200","accent.250","accent.300","accent.350","accent.400","accent.450","accent.500","accent.550","accent.600","accent.650","accent.700","accent.750","accent.800","accent.850","accent.900","accent.950"]);return{base50:e,base100:t,base150:n,base200:r,base250:o,base300:s,base350:i,base400:u,base450:d,base500:p,base550:h,base600:g,base650:v,base700:b,base750:S,base800:w,base850:C,base900:_,base950:k,accent50:j,accent100:E,accent150:I,accent200:O,accent250:M,accent300:R,accent350:A,accent400:L,accent450:N,accent500:Z,accent550:B,accent600:H,accent650:G,accent700:q,accent750:D,accent800:U,accent850:V,accent900:J,accent950:ie}},Sj=()=>{const{base50:e,base100:t,base200:n,base300:r,base400:o,base500:s,base600:i,base700:u,base800:d,base900:p,accent200:h,accent300:g,accent400:v,accent500:b,accent600:S}=$1(),{colorMode:w}=Do(),[C]=Kl("shadows",["dark-lg"]);return f.useCallback(()=>({label:{color:ke(u,r)(w)},separatorLabel:{color:ke(s,s)(w),"::after":{borderTopColor:ke(r,u)(w)}},input:{backgroundColor:ke(e,p)(w),borderWidth:"2px",borderColor:ke(n,d)(w),color:ke(p,t)(w),paddingRight:24,fontWeight:600,"&:hover":{borderColor:ke(r,i)(w)},"&:focus":{borderColor:ke(g,S)(w)},"&:is(:focus, :hover)":{borderColor:ke(o,s)(w)},"&:focus-within":{borderColor:ke(h,S)(w)},"&[data-disabled]":{backgroundColor:ke(r,u)(w),color:ke(i,o)(w),cursor:"not-allowed"}},value:{backgroundColor:ke(t,p)(w),color:ke(p,t)(w),button:{color:ke(p,t)(w)},"&:hover":{backgroundColor:ke(r,u)(w),cursor:"pointer"}},dropdown:{backgroundColor:ke(n,d)(w),borderColor:ke(n,d)(w),boxShadow:C},item:{backgroundColor:ke(n,d)(w),color:ke(d,n)(w),padding:6,"&[data-hovered]":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)},"&[data-active]":{backgroundColor:ke(r,u)(w),"&:hover":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)}},"&[data-selected]":{backgroundColor:ke(v,S)(w),color:ke(e,t)(w),fontWeight:600,"&:hover":{backgroundColor:ke(b,b)(w),color:ke("white",e)(w)}},"&[data-disabled]":{color:ke(s,i)(w),cursor:"not-allowed"}},rightSection:{width:32,button:{color:ke(p,t)(w)}}}),[h,g,v,b,S,t,n,r,o,e,s,i,u,d,p,C,w])},CK=e=>{const{tooltip:t,inputRef:n,label:r,disabled:o,required:s,...i}=e,u=Sj();return a.jsx(_n,{label:t,placement:"top",hasArrow:!0,children:a.jsx(N1,{label:r?a.jsx(Ss,{isRequired:s,isDisabled:o,children:a.jsx(vs,{children:r})}):void 0,disabled:o,ref:n,styles:u,...i})})},Zo=f.memo(CK),_K=()=>{const{base50:e,base100:t,base200:n,base300:r,base400:o,base500:s,base600:i,base700:u,base800:d,base900:p,accent200:h,accent300:g,accent400:v,accent500:b,accent600:S}=$1(),{colorMode:w}=Do(),[C]=Kl("shadows",["dark-lg"]);return f.useCallback(()=>({label:{color:ke(u,r)(w)},separatorLabel:{color:ke(s,s)(w),"::after":{borderTopColor:ke(r,u)(w)}},searchInput:{":placeholder":{color:ke(r,u)(w)}},input:{backgroundColor:ke(e,p)(w),borderWidth:"2px",borderColor:ke(n,d)(w),color:ke(p,t)(w),paddingRight:24,fontWeight:600,"&:hover":{borderColor:ke(r,i)(w)},"&:focus":{borderColor:ke(g,S)(w)},"&:is(:focus, :hover)":{borderColor:ke(o,s)(w)},"&:focus-within":{borderColor:ke(h,S)(w)},"&[data-disabled]":{backgroundColor:ke(r,u)(w),color:ke(i,o)(w),cursor:"not-allowed"}},value:{backgroundColor:ke(n,d)(w),color:ke(p,t)(w),button:{color:ke(p,t)(w)},"&:hover":{backgroundColor:ke(r,u)(w),cursor:"pointer"}},dropdown:{backgroundColor:ke(n,d)(w),borderColor:ke(n,d)(w),boxShadow:C},item:{backgroundColor:ke(n,d)(w),color:ke(d,n)(w),padding:6,"&[data-hovered]":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)},"&[data-active]":{backgroundColor:ke(r,u)(w),"&:hover":{color:ke(p,t)(w),backgroundColor:ke(r,u)(w)}},"&[data-selected]":{backgroundColor:ke(v,S)(w),color:ke(e,t)(w),fontWeight:600,"&:hover":{backgroundColor:ke(b,b)(w),color:ke("white",e)(w)}},"&[data-disabled]":{color:ke(s,i)(w),cursor:"not-allowed"}},rightSection:{width:24,padding:20,button:{color:ke(p,t)(w)}}}),[h,g,v,b,S,t,n,r,o,e,s,i,u,d,p,C,w])},kK=e=>{const{searchable:t=!0,tooltip:n,inputRef:r,label:o,disabled:s,...i}=e,u=te(),d=f.useCallback(g=>{g.shiftKey&&u(qo(!0))},[u]),p=f.useCallback(g=>{g.shiftKey||u(qo(!1))},[u]),h=_K();return a.jsx(_n,{label:n,placement:"top",hasArrow:!0,isOpen:!0,children:a.jsx(gj,{label:o?a.jsx(Ss,{isDisabled:s,children:a.jsx(vs,{children:o})}):void 0,ref:r,disabled:s,onKeyDown:d,onKeyUp:p,searchable:t,maxDropdownHeight:300,styles:h,...i})})},PK=f.memo(kK),jK=Cs(B4,e=>({value:e,label:F4[e]})).sort((e,t)=>e.label.localeCompare(t.label));function IK(){const e=te(),{t}=le(),n=$(o=>o.ui.favoriteSchedulers),r=f.useCallback(o=>{e(k8(o))},[e]);return a.jsx(PK,{label:t("settings.favoriteSchedulers"),value:n,data:jK,onChange:r,clearable:!0,searchable:!0,maxSelectedValues:99,placeholder:t("settings.favoriteSchedulersPlaceholder")})}const EK=ve([Mo,Jr],(e,t)=>{const{shouldConfirmOnDelete:n,shouldDisplayGuides:r,enableImageDebugging:o,consoleLogLevel:s,shouldLogToConsole:i,shouldAntialiasProgressImage:u}=e,{shouldUseCanvasBetaLayout:d,shouldUseSliders:p,shouldShowProgressInViewer:h,shouldShowAdvancedOptions:g}=t;return{shouldConfirmOnDelete:n,shouldDisplayGuides:r,enableImageDebugging:o,shouldUseCanvasBetaLayout:d,shouldUseSliders:p,shouldShowProgressInViewer:h,consoleLogLevel:s,shouldLogToConsole:i,shouldAntialiasProgressImage:u,shouldShowAdvancedOptions:g}},{memoizeOptions:{resultEqualityCheck:Yt}}),OK=({children:e,config:t})=>{const n=te(),{t:r}=le(),o=(t==null?void 0:t.shouldShowBetaLayout)??!0,s=(t==null?void 0:t.shouldShowDeveloperSettings)??!0,i=(t==null?void 0:t.shouldShowResetWebUiText)??!0,u=(t==null?void 0:t.shouldShowAdvancedOptionsSettings)??!0;f.useEffect(()=>{s||n(rx(!1))},[s,n]);const{isOpen:d,onOpen:p,onClose:h}=pa(),{isOpen:g,onOpen:v,onClose:b}=pa(),{shouldConfirmOnDelete:S,shouldDisplayGuides:w,enableImageDebugging:C,shouldUseCanvasBetaLayout:_,shouldUseSliders:k,shouldShowProgressInViewer:j,consoleLogLevel:E,shouldLogToConsole:I,shouldAntialiasProgressImage:O,shouldShowAdvancedOptions:M}=$(EK),R=f.useCallback(()=>{Object.keys(window.localStorage).forEach(N=>{(P8.includes(N)||N.startsWith(j8))&&localStorage.removeItem(N)}),h(),v()},[h,v]),A=f.useCallback(N=>{n(I8(N))},[n]),L=f.useCallback(N=>{n(rx(N.target.checked))},[n]);return a.jsxs(a.Fragment,{children:[f.cloneElement(e,{onClick:p}),a.jsxs(ou,{isOpen:d,onClose:h,size:"xl",isCentered:!0,children:[a.jsx(va,{}),a.jsxs(su,{children:[a.jsx(ga,{bg:"none",children:r("common.settingsLabel")}),a.jsx(Lv,{}),a.jsx(ya,{children:a.jsxs(F,{sx:{gap:4,flexDirection:"column"},children:[a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.general")}),a.jsx(Pn,{label:r("settings.confirmOnDelete"),isChecked:S,onChange:N=>n(z4(N.target.checked))}),u&&a.jsx(Pn,{label:r("settings.showAdvancedOptions"),isChecked:M,onChange:N=>n(E8(N.target.checked))})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.generation")}),a.jsx(IK,{})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.ui")}),a.jsx(Pn,{label:r("settings.displayHelpIcons"),isChecked:w,onChange:N=>n(O8(N.target.checked))}),o&&a.jsx(Pn,{label:r("settings.useCanvasBeta"),isChecked:_,onChange:N=>n(R8(N.target.checked))}),a.jsx(Pn,{label:r("settings.useSlidersForAll"),isChecked:k,onChange:N=>n(M8(N.target.checked))}),a.jsx(Pn,{label:r("settings.showProgressInViewer"),isChecked:j,onChange:N=>n(H4(N.target.checked))}),a.jsx(Pn,{label:r("settings.antialiasProgressImages"),isChecked:O,onChange:N=>n(D8(N.target.checked))})]}),s&&a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.developer")}),a.jsx(Pn,{label:r("settings.shouldLogToConsole"),isChecked:I,onChange:L}),a.jsx(Zo,{disabled:!I,label:r("settings.consoleLogLevel"),onChange:A,value:E,data:T8.concat()}),a.jsx(Pn,{label:r("settings.enableImageDebugging"),isChecked:C,onChange:N=>n(A8(N.target.checked))})]}),a.jsxs(Mc,{children:[a.jsx(sa,{size:"sm",children:r("settings.resetWebUI")}),a.jsx(Zt,{colorScheme:"error",onClick:R,children:r("settings.resetWebUI")}),i&&a.jsxs(a.Fragment,{children:[a.jsx(nt,{children:r("settings.resetWebUIDesc1")}),a.jsx(nt,{children:r("settings.resetWebUIDesc2")})]})]})]})}),a.jsx(ma,{children:a.jsx(Zt,{onClick:h,children:r("common.close")})})]})]}),a.jsxs(ou,{closeOnOverlayClick:!1,isOpen:g,onClose:b,isCentered:!0,children:[a.jsx(va,{backdropFilter:"blur(40px)"}),a.jsxs(su,{children:[a.jsx(ga,{}),a.jsx(ya,{children:a.jsx(F,{justifyContent:"center",children:a.jsx(nt,{fontSize:"lg",children:a.jsx(nt,{children:r("settings.resetComplete")})})})}),a.jsx(ma,{})]})]})]})},Mc=e=>a.jsx(F,{sx:{flexDirection:"column",gap:2,p:4,borderRadius:"base",bg:"base.100",_dark:{bg:"base.900"}},children:e.children}),RK=()=>{const{t:e}=le(),t=sr("localization").isFeatureEnabled,n=sr("bugLink").isFeatureEnabled,r=sr("discordLink").isFeatureEnabled,o=sr("githubLink").isFeatureEnabled;return a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsx(X_,{}),a.jsx(Li,{}),a.jsx(tF,{}),a.jsx(uF,{children:a.jsx(je,{"aria-label":e("common.hotkeysLabel"),tooltip:e("common.hotkeysLabel"),size:"sm",variant:"link","data-variant":"link",fontSize:20,icon:a.jsx(O$,{})})}),t&&a.jsx(hF,{}),n&&a.jsx(Ka,{isExternal:!0,href:"http://github.com/invoke-ai/InvokeAI/issues",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.reportBugLabel"),tooltip:e("common.reportBugLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(p$,{})})}),o&&a.jsx(Ka,{isExternal:!0,href:"http://github.com/invoke-ai/InvokeAI",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.githubLabel"),tooltip:e("common.githubLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(a$,{})})}),r&&a.jsx(Ka,{isExternal:!0,href:"https://discord.gg/ZmtBAhwWhy",marginBottom:"-0.25rem",children:a.jsx(je,{"aria-label":e("common.discordLabel"),tooltip:e("common.discordLabel"),variant:"link","data-variant":"link",fontSize:20,size:"sm",icon:a.jsx(s$,{})})}),a.jsx(lF,{}),a.jsx(OK,{children:a.jsx(je,{"aria-label":e("common.settingsLabel"),tooltip:e("common.settingsLabel"),variant:"link","data-variant":"link",fontSize:22,size:"sm",icon:a.jsx(rF,{})})})]})},MK=f.memo(RK),DK=ve(Mo,e=>{const{isUploading:t}=e;let n="";return t&&(n="Uploading..."),{tooltip:n,shouldShow:t}}),TK=()=>{const{shouldShow:e,tooltip:t}=$(DK);return e?a.jsx(F,{sx:{alignItems:"center",justifyContent:"center",color:"base.600"},children:a.jsx(_n,{label:t,placement:"right",hasArrow:!0,children:a.jsx(Xl,{})})}):null},AK=f.memo(TK),Vi=e=>e.config,{createElement:Bl,createContext:NK,forwardRef:Cj,useCallback:za,useContext:_j,useEffect:fa,useImperativeHandle:kj,useLayoutEffect:$K,useMemo:zK,useRef:Wo,useState:Jc}=pv,fC=pv["useId".toString()],LK=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Lp=LK?$K:()=>{},BK=typeof fC=="function"?fC:()=>null;let FK=0;function z1(e=null){const t=BK(),n=Wo(e||t||null);return n.current===null&&(n.current=""+FK++),n.current}const Dh=NK(null);Dh.displayName="PanelGroupContext";function Pj({children:e=null,className:t="",collapsedSize:n=0,collapsible:r=!1,defaultSize:o=null,forwardedRef:s,id:i=null,maxSize:u=100,minSize:d=10,onCollapse:p=null,onResize:h=null,order:g=null,style:v={},tagName:b="div"}){const S=_j(Dh);if(S===null)throw Error("Panel components must be rendered within a PanelGroup container");const w=z1(i),{collapsePanel:C,expandPanel:_,getPanelStyle:k,registerPanel:j,resizePanel:E,unregisterPanel:I}=S,O=Wo({onCollapse:p,onResize:h});if(fa(()=>{O.current.onCollapse=p,O.current.onResize=h}),d<0||d>100)throw Error(`Panel minSize must be between 0 and 100, but was ${d}`);if(u<0||u>100)throw Error(`Panel maxSize must be between 0 and 100, but was ${u}`);if(o!==null){if(o<0||o>100)throw Error(`Panel defaultSize must be between 0 and 100, but was ${o}`);d>o&&!r&&(console.error(`Panel minSize ${d} cannot be greater than defaultSize ${o}`),o=d)}const M=k(w,o),R=Wo({size:pC(M)}),A=Wo({callbacksRef:O,collapsedSize:n,collapsible:r,defaultSize:o,id:w,maxSize:u,minSize:d,order:g});return Lp(()=>{R.current.size=pC(M),A.current.callbacksRef=O,A.current.collapsedSize=n,A.current.collapsible=r,A.current.defaultSize=o,A.current.id=w,A.current.maxSize=u,A.current.minSize=d,A.current.order=g}),Lp(()=>(j(w,A),()=>{I(w)}),[g,w,j,I]),kj(s,()=>({collapse:()=>C(w),expand:()=>_(w),getCollapsed(){return R.current.size===0},getSize(){return R.current.size},resize:L=>E(w,L)}),[C,_,w,E]),Bl(b,{children:e,className:t,"data-panel":"","data-panel-collapsible":r||void 0,"data-panel-id":w,"data-panel-size":parseFloat(""+M.flexGrow).toFixed(1),id:`data-panel-id-${w}`,style:{...M,...v}})}const fu=Cj((e,t)=>Bl(Pj,{...e,forwardedRef:t}));Pj.displayName="Panel";fu.displayName="forwardRef(Panel)";function pC(e){const{flexGrow:t}=e;return typeof t=="string"?parseFloat(t):t}const Ni=10;function Bc(e,t,n,r,o,s,i,u){const{sizes:d}=u||{},p=d||s;if(o===0)return p;const h=Ho(t),g=p.concat();let v=0;{const w=o<0?r:n,C=h.findIndex(E=>E.current.id===w),_=h[C],k=p[C],j=hC(_,Math.abs(o),k,e);if(k===j)return p;j===0&&k>0&&i.set(w,k),o=o<0?k-j:j-k}let b=o<0?n:r,S=h.findIndex(w=>w.current.id===b);for(;;){const w=h[S],C=p[S],_=Math.abs(o)-Math.abs(v),k=hC(w,0-_,C,e);if(C!==k&&(k===0&&C>0&&i.set(w.current.id,C),v+=C-k,g[S]=k,v.toPrecision(Ni).localeCompare(Math.abs(o).toPrecision(Ni),void 0,{numeric:!0})>=0))break;if(o<0){if(--S<0)break}else if(++S>=h.length)break}return v===0?p:(b=o<0?r:n,S=h.findIndex(w=>w.current.id===b),g[S]=p[S]+v,g)}function hl(e,t,n){t.forEach((r,o)=>{const{callbacksRef:s,collapsedSize:i,collapsible:u,id:d}=e[o].current,p=n[d];if(p!==r){n[d]=r;const{onCollapse:h,onResize:g}=s.current;g&&g(r,p),u&&h&&((p==null||p===i)&&r!==i?h(!1):p!==i&&r===i&&h(!0))}})}function Ag(e,t){if(t.length<2)return[null,null];const n=t.findIndex(i=>i.current.id===e);if(n<0)return[null,null];const r=n===t.length-1,o=r?t[n-1].current.id:e,s=r?e:t[n+1].current.id;return[o,s]}function jj(e,t,n){if(e.size===1)return"100";const o=Ho(e).findIndex(i=>i.current.id===t),s=n[o];return s==null?"0":s.toPrecision(Ni)}function HK(e){const t=document.querySelector(`[data-panel-id="${e}"]`);return t||null}function L1(e){const t=document.querySelector(`[data-panel-group-id="${e}"]`);return t||null}function Th(e){const t=document.querySelector(`[data-panel-resize-handle-id="${e}"]`);return t||null}function WK(e){return Ij().findIndex(r=>r.getAttribute("data-panel-resize-handle-id")===e)??null}function Ij(){return Array.from(document.querySelectorAll("[data-panel-resize-handle-id]"))}function Ej(e){return Array.from(document.querySelectorAll(`[data-panel-resize-handle-id][data-panel-group-id="${e}"]`))}function B1(e,t,n){var d,p,h,g;const r=Th(t),o=Ej(e),s=r?o.indexOf(r):-1,i=((p=(d=n[s])==null?void 0:d.current)==null?void 0:p.id)??null,u=((g=(h=n[s+1])==null?void 0:h.current)==null?void 0:g.id)??null;return[i,u]}function Ho(e){return Array.from(e.values()).sort((t,n)=>{const r=t.current.order,o=n.current.order;return r==null&&o==null?0:r==null?-1:o==null?1:r-o})}function hC(e,t,n,r){var h;const o=n+t,{collapsedSize:s,collapsible:i,maxSize:u,minSize:d}=e.current;if(i){if(n>s){if(o<=d/2+s)return s}else if(!((h=r==null?void 0:r.type)==null?void 0:h.startsWith("key"))&&o{const{direction:i,panels:u}=e.current,d=L1(t),{height:p,width:h}=d.getBoundingClientRect(),v=Ej(t).map(b=>{const S=b.getAttribute("data-panel-resize-handle-id"),w=Ho(u),[C,_]=B1(t,S,w);if(C==null||_==null)return()=>{};let k=0,j=100,E=0,I=0;w.forEach(N=>{N.current.id===C?(j=N.current.maxSize,k=N.current.minSize):(E+=N.current.minSize,I+=N.current.maxSize)});const O=Math.min(j,100-E),M=Math.max(k,(w.length-1)*100-I),R=jj(u,C,o);b.setAttribute("aria-valuemax",""+Math.round(O)),b.setAttribute("aria-valuemin",""+Math.round(M)),b.setAttribute("aria-valuenow",""+Math.round(parseInt(R)));const A=N=>{if(!N.defaultPrevented)switch(N.key){case"Enter":{N.preventDefault();const Z=w.findIndex(B=>B.current.id===C);if(Z>=0){const B=w[Z],H=o[Z];if(H!=null){let G=0;H.toPrecision(Ni)<=B.current.minSize.toPrecision(Ni)?G=i==="horizontal"?h:p:G=-(i==="horizontal"?h:p);const q=Bc(N,u,C,_,G,o,s.current,null);o!==q&&r(q)}}break}}};b.addEventListener("keydown",A);const L=HK(C);return L!=null&&b.setAttribute("aria-controls",L.id),()=>{b.removeAttribute("aria-valuemax"),b.removeAttribute("aria-valuemin"),b.removeAttribute("aria-valuenow"),b.removeEventListener("keydown",A),L!=null&&b.removeAttribute("aria-controls")}});return()=>{v.forEach(b=>b())}},[e,t,n,s,r,o])}function UK({disabled:e,handleId:t,resizeHandler:n}){fa(()=>{if(e||n==null)return;const r=Th(t);if(r==null)return;const o=s=>{if(!s.defaultPrevented)switch(s.key){case"ArrowDown":case"ArrowLeft":case"ArrowRight":case"ArrowUp":case"End":case"Home":{s.preventDefault(),n(s);break}case"F6":{s.preventDefault();const i=Ij(),u=WK(t);Oj(u!==null);const d=s.shiftKey?u>0?u-1:i.length-1:u+1{r.removeEventListener("keydown",o)}},[e,t,n])}function GK(e,t){if(e.length!==t.length)return!1;for(let n=0;nM.current.id===E),O=r[I];if(O.current.collapsible){const M=h[I];(M===0||M.toPrecision(Ni)===O.current.minSize.toPrecision(Ni))&&(_=_<0?-O.current.minSize*S:O.current.minSize*S)}return _}else return Rj(e,n,o,u,d)}function KK(e){return e.type==="keydown"}function H0(e){return e.type.startsWith("mouse")}function W0(e){return e.type.startsWith("touch")}let V0=null,Si=null;function Mj(e){switch(e){case"horizontal":return"ew-resize";case"horizontal-max":return"w-resize";case"horizontal-min":return"e-resize";case"vertical":return"ns-resize";case"vertical-max":return"n-resize";case"vertical-min":return"s-resize"}}function YK(){Si!==null&&(document.head.removeChild(Si),V0=null,Si=null)}function Ng(e){if(V0===e)return;V0=e;const t=Mj(e);Si===null&&(Si=document.createElement("style"),document.head.appendChild(Si)),Si.innerHTML=`*{cursor: ${t}!important;}`}function QK(e,t=10){let n=null;return(...o)=>{n!==null&&clearTimeout(n),n=setTimeout(()=>{e(...o)},t)}}function Dj(e){return e.map(t=>{const{minSize:n,order:r}=t.current;return r?`${r}:${n}`:`${n}`}).sort((t,n)=>t.localeCompare(n)).join(",")}function Tj(e,t){try{const n=t.getItem(`PanelGroup:sizes:${e}`);if(n){const r=JSON.parse(n);if(typeof r=="object"&&r!=null)return r}}catch{}return null}function XK(e,t,n){const r=Tj(e,n);if(r){const o=Dj(t);return r[o]??null}return null}function JK(e,t,n,r){const o=Dj(t),s=Tj(e,r)||{};s[o]=n;try{r.setItem(`PanelGroup:sizes:${e}`,JSON.stringify(s))}catch(i){console.error(i)}}const $g={};function mC(e){try{if(typeof localStorage<"u")e.getItem=t=>localStorage.getItem(t),e.setItem=(t,n)=>{localStorage.setItem(t,n)};else throw new Error("localStorage not supported in this environment")}catch(t){console.error(t),e.getItem=()=>null,e.setItem=()=>{}}}const Fc={getItem:e=>(mC(Fc),Fc.getItem(e)),setItem:(e,t)=>{mC(Fc),Fc.setItem(e,t)}};function Aj({autoSaveId:e,children:t=null,className:n="",direction:r,disablePointerEventsDuringResize:o=!1,forwardedRef:s,id:i=null,onLayout:u,storage:d=Fc,style:p={},tagName:h="div"}){const g=z1(i),[v,b]=Jc(null),[S,w]=Jc(new Map),C=Wo(null),_=Wo({onLayout:u});fa(()=>{_.current.onLayout=u});const k=Wo({}),[j,E]=Jc([]),I=Wo(new Map),O=Wo(0),M=Wo({direction:r,panels:S,sizes:j});kj(s,()=>({getLayout:()=>{const{sizes:D}=M.current;return D},setLayout:D=>{const U=D.reduce((ye,he)=>ye+he,0);Oj(U===100,"Panel sizes must add up to 100%");const{panels:V}=M.current,J=k.current,ie=Ho(V);E(D),hl(ie,D,J)}}),[]),Lp(()=>{M.current.direction=r,M.current.panels=S,M.current.sizes=j}),VK({committedValuesRef:M,groupId:g,panels:S,setSizes:E,sizes:j,panelSizeBeforeCollapse:I}),fa(()=>{const{onLayout:D}=_.current,{panels:U,sizes:V}=M.current;if(V.length>0){D&&D(V);const J=k.current,ie=Ho(U);hl(ie,V,J)}},[j]),Lp(()=>{if(M.current.sizes.length===S.size)return;let U=null;if(e){const V=Ho(S);U=XK(e,V,d)}if(U!=null)E(U);else{const V=Ho(S);let J=0,ie=0,ye=0;if(V.forEach(he=>{ye+=he.current.minSize,he.current.defaultSize===null?J++:ie+=he.current.defaultSize}),ie>100)throw new Error("Default panel sizes cannot exceed 100%");if(V.length>1&&J===0&&ie!==100)throw new Error("Invalid default sizes specified for panels");if(ye>100)throw new Error("Minimum panel sizes cannot exceed 100%");E(V.map(he=>he.current.defaultSize===null?(100-ie)/J:he.current.defaultSize))}},[e,S,d]),fa(()=>{if(e){if(j.length===0||j.length!==S.size)return;const D=Ho(S);$g[e]||($g[e]=QK(JK,100)),$g[e](e,D,j,d)}},[e,S,j,d]);const R=za((D,U)=>{const{panels:V}=M.current;return V.size===0?{flexBasis:0,flexGrow:U??void 0,flexShrink:1,overflow:"hidden"}:{flexBasis:0,flexGrow:jj(V,D,j),flexShrink:1,overflow:"hidden",pointerEvents:o&&v!==null?"none":void 0}},[v,o,j]),A=za((D,U)=>{w(V=>{if(V.has(D))return V;const J=new Map(V);return J.set(D,U),J})},[]),L=za(D=>V=>{V.preventDefault();const{direction:J,panels:ie,sizes:ye}=M.current,he=Ho(ie),[ae,ee]=B1(g,D,he);if(ae==null||ee==null)return;let W=qK(V,g,D,he,J,ye,C.current);if(W===0)return;const pe=L1(g).getBoundingClientRect(),ne=J==="horizontal";document.dir==="rtl"&&ne&&(W=-W);const ge=ne?pe.width:pe.height,de=W/ge*100,Ce=Bc(V,ie,ae,ee,de,ye,I.current,C.current),Me=!GK(ye,Ce);if((H0(V)||W0(V))&&O.current!=de&&Ng(Me?ne?"horizontal":"vertical":ne?W<0?"horizontal-min":"horizontal-max":W<0?"vertical-min":"vertical-max"),Me){const me=k.current;E(Ce),hl(he,Ce,me)}O.current=de},[g]),N=za(D=>{w(U=>{if(!U.has(D))return U;const V=new Map(U);return V.delete(D),V})},[]),Z=za(D=>{const{panels:U,sizes:V}=M.current,J=U.get(D);if(J==null)return;const{collapsedSize:ie,collapsible:ye}=J.current;if(!ye)return;const he=Ho(U),ae=he.indexOf(J);if(ae<0)return;const ee=V[ae];if(ee===ie)return;I.current.set(D,ee);const[W,re]=Ag(D,he);if(W==null||re==null)return;const ne=ae===he.length-1?ee:ie-ee,ge=Bc(null,U,W,re,ne,V,I.current,null);if(V!==ge){const de=k.current;E(ge),hl(he,ge,de)}},[]),B=za(D=>{const{panels:U,sizes:V}=M.current,J=U.get(D);if(J==null)return;const{collapsedSize:ie,minSize:ye}=J.current,he=I.current.get(D)||ye;if(!he)return;const ae=Ho(U),ee=ae.indexOf(J);if(ee<0||V[ee]!==ie)return;const[re,pe]=Ag(D,ae);if(re==null||pe==null)return;const ge=ee===ae.length-1?ie-he:he,de=Bc(null,U,re,pe,ge,V,I.current,null);if(V!==de){const Ce=k.current;E(de),hl(ae,de,Ce)}},[]),H=za((D,U)=>{const{panels:V,sizes:J}=M.current,ie=V.get(D);if(ie==null)return;const{collapsedSize:ye,collapsible:he,maxSize:ae,minSize:ee}=ie.current,W=Ho(V),re=W.indexOf(ie);if(re<0)return;const pe=J[re];if(pe===U)return;he&&U===ye||(U=Math.min(ae,Math.max(ee,U)));const[ne,ge]=Ag(D,W);if(ne==null||ge==null)return;const Ce=re===W.length-1?pe-U:U-pe,Me=Bc(null,V,ne,ge,Ce,J,I.current,null);if(J!==Me){const me=k.current;E(Me),hl(W,Me,me)}},[]),G=zK(()=>({activeHandleId:v,collapsePanel:Z,direction:r,expandPanel:B,getPanelStyle:R,groupId:g,registerPanel:A,registerResizeHandle:L,resizePanel:H,startDragging:(D,U)=>{if(b(D),H0(U)||W0(U)){const V=Th(D);C.current={dragHandleRect:V.getBoundingClientRect(),dragOffset:Rj(U,D,r),sizes:M.current.sizes}}},stopDragging:()=>{YK(),b(null),C.current=null},unregisterPanel:N}),[v,Z,r,B,R,g,A,L,H,N]),q={display:"flex",flexDirection:r==="horizontal"?"row":"column",height:"100%",overflow:"hidden",width:"100%"};return Bl(Dh.Provider,{children:Bl(h,{children:t,className:n,"data-panel-group":"","data-panel-group-direction":r,"data-panel-group-id":g,style:{...q,...p}}),value:G})}const F1=Cj((e,t)=>Bl(Aj,{...e,forwardedRef:t}));Aj.displayName="PanelGroup";F1.displayName="forwardRef(PanelGroup)";function U0({children:e=null,className:t="",disabled:n=!1,id:r=null,onDragging:o,style:s={},tagName:i="div"}){const u=Wo(null),d=Wo({onDragging:o});fa(()=>{d.current.onDragging=o});const p=_j(Dh);if(p===null)throw Error("PanelResizeHandle components must be rendered within a PanelGroup container");const{activeHandleId:h,direction:g,groupId:v,registerResizeHandle:b,startDragging:S,stopDragging:w}=p,C=z1(r),_=h===C,[k,j]=Jc(!1),[E,I]=Jc(null),O=za(()=>{u.current.blur(),w();const{onDragging:A}=d.current;A&&A(!1)},[w]);fa(()=>{if(n)I(null);else{const R=b(C);I(()=>R)}},[n,C,b]),fa(()=>{if(n||E==null||!_)return;const R=Z=>{E(Z)},A=Z=>{E(Z)},N=u.current.ownerDocument;return N.body.addEventListener("contextmenu",O),N.body.addEventListener("mousemove",R),N.body.addEventListener("touchmove",R),N.body.addEventListener("mouseleave",A),window.addEventListener("mouseup",O),window.addEventListener("touchend",O),()=>{N.body.removeEventListener("contextmenu",O),N.body.removeEventListener("mousemove",R),N.body.removeEventListener("touchmove",R),N.body.removeEventListener("mouseleave",A),window.removeEventListener("mouseup",O),window.removeEventListener("touchend",O)}},[g,n,_,E,O]),UK({disabled:n,handleId:C,resizeHandler:E});const M={cursor:Mj(g),touchAction:"none",userSelect:"none"};return Bl(i,{children:e,className:t,"data-resize-handle-active":_?"pointer":k?"keyboard":void 0,"data-panel-group-direction":g,"data-panel-group-id":v,"data-panel-resize-handle-enabled":!n,"data-panel-resize-handle-id":C,onBlur:()=>j(!1),onFocus:()=>j(!0),onMouseDown:R=>{S(C,R.nativeEvent);const{onDragging:A}=d.current;A&&A(!0)},onMouseUp:O,onTouchCancel:O,onTouchEnd:O,onTouchStart:R=>{S(C,R.nativeEvent);const{onDragging:A}=d.current;A&&A(!0)},ref:u,role:"separator",style:{...M,...s},tabIndex:0})}U0.displayName="PanelResizeHandle";const ZK=(e,t,n,r="horizontal")=>{const o=f.useRef(null),[s,i]=f.useState(t),u=f.useCallback(()=>{var p,h;const d=(p=o.current)==null?void 0:p.getSize();d!==void 0&&d{const d=document.querySelector(`[data-panel-group-id="${n}"]`),p=document.querySelectorAll("[data-panel-resize-handle-id]");if(!d)return;const h=new ResizeObserver(()=>{let g=r==="horizontal"?d.getBoundingClientRect().width:d.getBoundingClientRect().height;p.forEach(v=>{g-=r==="horizontal"?v.getBoundingClientRect().width:v.getBoundingClientRect().height}),i(e/g*100)});return h.observe(d),p.forEach(g=>{h.observe(g)}),window.addEventListener("resize",u),()=>{h.disconnect(),window.removeEventListener("resize",u)}},[n,u,s,e,r]),{ref:o,minSizePct:s}},eY=ve([Rt],e=>{const{initialImage:t}=e.generation;return{initialImage:t,isResetButtonDisabled:!t}},at),tY=()=>{const{initialImage:e}=$(eY),{currentData:t,isLoading:n,isError:r,isSuccess:o}=gs((e==null?void 0:e.imageName)??Go.skipToken),s=f.useMemo(()=>{if(t)return{id:"initial-image",payloadType:"IMAGE_DTO",payload:{imageDTO:t}}},[t]),i=f.useMemo(()=>({id:"initial-image",actionType:"SET_INITIAL_IMAGE"}),[]);return a.jsx(Za,{imageDTO:t,droppableData:i,draggableData:s,isUploadDisabled:!0,fitContainer:!0,dropLabel:"Set as Initial Image",noContentFallback:a.jsx(Bi,{label:"No initial image selected"})})},nY=ve([Rt],e=>{const{initialImage:t}=e.generation;return{isResetButtonDisabled:!t}},at),rY={type:"SET_INITIAL_IMAGE"},oY=()=>{const{isResetButtonDisabled:e}=$(nY),t=te(),{openUploader:n}=ph(),{getUploadButtonProps:r,getUploadInputProps:o}=V_({postUploadAction:rY}),s=f.useCallback(()=>{t(N8())},[t]),i=f.useCallback(()=>{n()},[n]);return a.jsxs(F,{layerStyle:"first",sx:{position:"relative",flexDirection:"column",height:"full",width:"full",alignItems:"center",justifyContent:"center",borderRadius:"base",p:4,gap:4},children:[a.jsxs(F,{sx:{w:"full",flexWrap:"wrap",justifyContent:"center",alignItems:"center",gap:2},children:[a.jsx(nt,{sx:{fontWeight:600,userSelect:"none",color:"base.700",_dark:{color:"base.200"}},children:"Initial Image"}),a.jsx(Li,{}),a.jsx(je,{tooltip:"Upload Initial Image","aria-label":"Upload Initial Image",icon:a.jsx(Au,{}),onClick:i,...r()}),a.jsx(je,{tooltip:"Reset Initial Image","aria-label":"Reset Initial Image",icon:a.jsx(Xv,{}),onClick:s,isDisabled:e})]}),a.jsx(tY,{}),a.jsx("input",{...o()})]})},H1="28rem",Nj=e=>{const{sx:t}=e,n=te(),r=$(i=>i.ui.shouldPinParametersPanel),{t:o}=le(),s=()=>{n($8(!r)),n(so())};return a.jsx(je,{...e,tooltip:o("common.pinOptionsPanel"),"aria-label":o("common.pinOptionsPanel"),onClick:s,icon:r?a.jsx(A5,{}):a.jsx(N5,{}),variant:"ghost",size:"sm",sx:{color:"base.500",_hover:{color:"base.600"},_active:{color:"base.700"},_dark:{color:"base.500",_hover:{color:"base.400"},_active:{color:"base.300"}},...t}})},sY=ve(Jr,e=>{const{shouldPinParametersPanel:t,shouldShowParametersPanel:n}=e;return{shouldPinParametersPanel:t,shouldShowParametersPanel:n}}),aY=e=>{const{shouldPinParametersPanel:t,shouldShowParametersPanel:n}=$(sY);return t&&n?a.jsxs(ze,{sx:{position:"relative",h:"full",w:H1,flexShrink:0},children:[a.jsx(F,{sx:{gap:2,flexDirection:"column",h:"full",w:"full",position:"absolute",overflowY:"auto"},children:e.children}),a.jsx(Nj,{sx:{position:"absolute",top:0,insetInlineEnd:0}})]}):null},W1=f.memo(aY),iY=e=>{const{direction:t="horizontal",...n}=e,{colorMode:r}=Do();return t==="horizontal"?a.jsx(U0,{children:a.jsx(F,{sx:{w:6,h:"full",justifyContent:"center",alignItems:"center"},...n,children:a.jsx(ze,{sx:{w:.5,h:"calc(100% - 4px)",bg:ke("base.100","base.850")(r)}})})}):a.jsx(U0,{children:a.jsx(F,{sx:{w:"full",h:6,justifyContent:"center",alignItems:"center"},...n,children:a.jsx(ze,{sx:{w:"calc(100% - 4px)",h:.5,bg:ke("base.100","base.850")(r)}})})})},$j=f.memo(iY),lY=ve([Rt],({system:e})=>{const{isProcessing:t,isConnected:n}=e;return n&&!t}),cY=e=>{const{onClick:t,isDisabled:n}=e,{t:r}=le(),o=$(lY);return a.jsx(je,{onClick:t,icon:a.jsx(yo,{}),tooltip:`${r("gallery.deleteImage")} (Del)`,"aria-label":`${r("gallery.deleteImage")} (Del)`,isDisabled:n||!o,colorScheme:"error"})},uY=e=>{const{searchable:t=!0,tooltip:n,inputRef:r,onChange:o,label:s,disabled:i,...u}=e,d=te(),[p,h]=f.useState(""),g=f.useCallback(w=>{w.shiftKey&&d(qo(!0))},[d]),v=f.useCallback(w=>{w.shiftKey||d(qo(!1))},[d]),b=f.useCallback(w=>{h(""),o&&o(w)},[o]),S=Sj();return a.jsx(_n,{label:n,placement:"top",hasArrow:!0,children:a.jsx(N1,{ref:r,label:s?a.jsx(Ss,{isDisabled:i,children:a.jsx(vs,{children:s})}):void 0,disabled:i,searchValue:p,onSearchChange:h,onChange:b,onKeyDown:g,onKeyUp:v,searchable:t,maxDropdownHeight:300,styles:S,...u})})},gr=f.memo(uY);function dY(){const e=$(o=>o.postprocessing.facetoolType),t=te(),{t:n}=le(),r=o=>t(L8(o));return a.jsx(gr,{label:n("parameters.type"),data:z8.concat(),value:e,onChange:r})}function fY(){const e=$(o=>o.system.isGFPGANAvailable),t=$(o=>o.postprocessing.facetoolStrength),{t:n}=le(),r=te();return a.jsx(ht,{isDisabled:!e,label:n("parameters.strength"),step:.05,min:0,max:1,onChange:o=>r(ox(o)),handleReset:()=>r(ox(.75)),value:t,withReset:!0,withSliderMarks:!0,withInput:!0})}function pY(){const e=$(o=>o.system.isGFPGANAvailable),t=$(o=>o.postprocessing.codeformerFidelity),{t:n}=le(),r=te();return a.jsx(ht,{isDisabled:!e,label:n("parameters.codeformerFidelity"),step:.05,min:0,max:1,onChange:o=>r(sx(o)),handleReset:()=>r(sx(1)),value:t,withReset:!0,withSliderMarks:!0,withInput:!0})}const hY=()=>{const e=$(t=>t.postprocessing.facetoolType);return a.jsxs(nh,{gap:2,alignItems:"stretch",children:[a.jsx(dY,{}),a.jsx(fY,{}),e==="codeformer"&&a.jsx(pY,{})]})};function mY(){const e=$(o=>o.system.isESRGANAvailable),t=$(o=>o.postprocessing.upscalingDenoising),{t:n}=le(),r=te();return a.jsx(ht,{label:n("parameters.denoisingStrength"),value:t,min:0,max:1,step:.01,onChange:o=>{r(ax(o))},handleReset:()=>r(ax(.75)),withSliderMarks:!0,withInput:!0,withReset:!0,isDisabled:!e})}function gY(){const e=$(o=>o.system.isESRGANAvailable),t=$(o=>o.postprocessing.upscalingStrength),{t:n}=le(),r=te();return a.jsx(ht,{label:`${n("parameters.upscale")} ${n("parameters.strength")}`,value:t,min:0,max:1,step:.05,onChange:o=>r(ix(o)),handleReset:()=>r(ix(.75)),withSliderMarks:!0,withInput:!0,withReset:!0,isDisabled:!e})}function vY(){const e=$(s=>s.system.isESRGANAvailable),t=$(s=>s.postprocessing.upscalingLevel),{t:n}=le(),r=te(),o=s=>r(F8(Number(s)));return a.jsx(gr,{disabled:!e,label:n("parameters.scale"),value:String(t),onChange:o,data:B8})}const yY=()=>a.jsxs(nh,{gap:2,alignItems:"stretch",children:[a.jsx(vY,{}),a.jsx(mY,{}),a.jsx(gY,{})]});function bY(e,t,n){var r=this,o=f.useRef(null),s=f.useRef(0),i=f.useRef(null),u=f.useRef([]),d=f.useRef(),p=f.useRef(),h=f.useRef(e),g=f.useRef(!0);f.useEffect(function(){h.current=e},[e]);var v=!t&&t!==0&&typeof window<"u";if(typeof e!="function")throw new TypeError("Expected a function");t=+t||0;var b=!!(n=n||{}).leading,S=!("trailing"in n)||!!n.trailing,w="maxWait"in n,C=w?Math.max(+n.maxWait||0,t):null;f.useEffect(function(){return g.current=!0,function(){g.current=!1}},[]);var _=f.useMemo(function(){var k=function(R){var A=u.current,L=d.current;return u.current=d.current=null,s.current=R,p.current=h.current.apply(L,A)},j=function(R,A){v&&cancelAnimationFrame(i.current),i.current=v?requestAnimationFrame(R):setTimeout(R,A)},E=function(R){if(!g.current)return!1;var A=R-o.current;return!o.current||A>=t||A<0||w&&R-s.current>=C},I=function(R){return i.current=null,S&&u.current?k(R):(u.current=d.current=null,p.current)},O=function R(){var A=Date.now();if(E(A))return I(A);if(g.current){var L=t-(A-o.current),N=w?Math.min(L,C-(A-s.current)):L;j(R,N)}},M=function(){var R=Date.now(),A=E(R);if(u.current=[].slice.call(arguments),d.current=r,o.current=R,A){if(!i.current&&g.current)return s.current=o.current,j(O,t),b?k(o.current):p.current;if(w)return j(O,t),k(o.current)}return i.current||j(O,t),p.current};return M.cancel=function(){i.current&&(v?cancelAnimationFrame(i.current):clearTimeout(i.current)),s.current=0,u.current=o.current=d.current=i.current=null},M.isPending=function(){return!!i.current},M.flush=function(){return i.current?I(Date.now()):p.current},M},[b,w,t,C,S,v]);return _}function xY(e,t){return e===t}function gC(e){return typeof e=="function"?function(){return e}:e}function zj(e,t,n){var r,o,s=n&&n.equalityFn||xY,i=(r=f.useState(gC(e)),o=r[1],[r[0],f.useCallback(function(g){return o(gC(g))},[])]),u=i[0],d=i[1],p=bY(f.useCallback(function(g){return d(g)},[d]),t,n),h=f.useRef(e);return s(h.current,e)||(p(e),h.current=e),[u,p]}const wY=ve([Rt,dr],({gallery:e,system:t,postprocessing:n,ui:r},o)=>{const{isProcessing:s,isConnected:i,isGFPGANAvailable:u,isESRGANAvailable:d,shouldConfirmOnDelete:p,progressImage:h}=t,{upscalingLevel:g,facetoolStrength:v}=n,{shouldShowImageDetails:b,shouldHidePreview:S,shouldShowProgressInViewer:w}=r,C=e.selection[e.selection.length-1];return{canDeleteImage:i&&!s,shouldConfirmOnDelete:p,isProcessing:s,isConnected:i,isGFPGANAvailable:u,isESRGANAvailable:d,upscalingLevel:g,facetoolStrength:v,shouldDisableToolbarButtons:!!h||!C,shouldShowImageDetails:b,activeTabName:o,shouldHidePreview:S,shouldShowProgressInViewer:w,lastSelectedImage:C}},{memoizeOptions:{resultEqualityCheck:Yt}}),SY=e=>{const t=te(),{isProcessing:n,isConnected:r,isGFPGANAvailable:o,isESRGANAvailable:s,upscalingLevel:i,facetoolStrength:u,shouldDisableToolbarButtons:d,shouldShowImageDetails:p,activeTabName:h,lastSelectedImage:g,shouldShowProgressInViewer:v}=$(wY);sr("unifiedCanvas").isFeatureEnabled;const b=sr("upscaling").isFeatureEnabled,S=sr("faceRestore").isFeatureEnabled,w=Yl(),{t:C}=le(),{isClipboardAPIAvailable:_,copyImageToClipboard:k}=kh(),{recallBothPrompts:j,recallSeed:E,recallAllParameters:I}=x1(),[O,M]=zj(g,500),{currentData:R,isFetching:A}=gs(g??Go.skipToken),{currentData:L}=dv(M.isPending()?Go.skipToken:O??Go.skipToken),N=L==null?void 0:L.metadata;f.useCallback(()=>{const ye=(()=>{if(R)return R.image_url.startsWith("http")?R.image_url:window.location.toString()+R.image_url})();if(!ye){w({title:C("toast.problemCopyingImageLink"),status:"error",duration:2500,isClosable:!0});return}navigator.clipboard.writeText(ye).then(()=>{w({title:C("toast.imageLinkCopied"),status:"success",duration:2500,isClosable:!0})})},[w,C,R]);const Z=f.useCallback(()=>{I(N)},[N,I]);qe("a",()=>{},[N,I]);const B=f.useCallback(()=>{E(N==null?void 0:N.seed)},[N==null?void 0:N.seed,E]);qe("s",B,[R]);const H=f.useCallback(()=>{j(N==null?void 0:N.positive_prompt,N==null?void 0:N.negative_prompt)},[N==null?void 0:N.negative_prompt,N==null?void 0:N.positive_prompt,j]);qe("p",H,[R]);const G=f.useCallback(()=>{t(R4()),t(If(R))},[t,R]);qe("shift+i",G,[R]);const q=f.useCallback(()=>{},[]),D=f.useCallback(()=>{R&&t(fv(R))},[t,R]);qe("Shift+U",()=>{q()},{enabled:()=>!!(b&&s&&!d&&r&&!n&&i)},[b,R,s,d,r,n,i]);const U=f.useCallback(()=>{},[]);qe("Shift+R",()=>{U()},{enabled:()=>!!(S&&o&&!d&&r&&!n&&u)},[S,R,o,d,r,n,u]);const V=f.useCallback(()=>t(H8(!p)),[t,p]);f.useCallback(()=>{R&&(t(M4()),t(D4(R)),t(so()),h!=="unifiedCanvas"&&t(xi("unifiedCanvas")),w({title:C("toast.sentToUnifiedCanvas"),status:"success",duration:2500,isClosable:!0}))},[R,t,h,w,C]),qe("i",()=>{R?V():w({title:C("toast.metadataLoadFailed"),status:"error",duration:2500,isClosable:!0})},[R,p,w]);const J=f.useCallback(()=>{t(H4(!v))},[t,v]);return f.useCallback(()=>{R&&k(R.image_url)},[k,R]),a.jsx(a.Fragment,{children:a.jsxs(F,{sx:{flexWrap:"wrap",justifyContent:"center",alignItems:"center",gap:2},...e,children:[a.jsx(Yn,{isAttached:!0,isDisabled:d,children:a.jsxs(Iu,{children:[a.jsx(Eu,{as:je,"aria-label":`${C("parameters.sendTo")}...`,tooltip:`${C("parameters.sendTo")}...`,isDisabled:!R,icon:a.jsx(B$,{})}),a.jsx(ec,{motionProps:O3,children:R&&a.jsx(U_,{imageDTO:R})})]})}),a.jsxs(Yn,{isAttached:!0,isDisabled:d,children:[a.jsx(je,{icon:a.jsx(G5,{}),tooltip:`${C("parameters.usePrompt")} (P)`,"aria-label":`${C("parameters.usePrompt")} (P)`,isDisabled:!(N!=null&&N.positive_prompt),onClick:H}),a.jsx(je,{icon:a.jsx(q5,{}),tooltip:`${C("parameters.useSeed")} (S)`,"aria-label":`${C("parameters.useSeed")} (S)`,isDisabled:!(N!=null&&N.seed),onClick:B}),a.jsx(je,{icon:a.jsx(z5,{}),tooltip:`${C("parameters.useAll")} (A)`,"aria-label":`${C("parameters.useAll")} (A)`,isDisabled:!N,onClick:Z})]}),(b||S)&&a.jsxs(Yn,{isAttached:!0,isDisabled:d,children:[S&&a.jsx(Ja,{triggerComponent:a.jsx(je,{icon:a.jsx(P$,{}),"aria-label":C("parameters.restoreFaces")}),children:a.jsxs(F,{sx:{flexDirection:"column",rowGap:4},children:[a.jsx(hY,{}),a.jsx(Zt,{isDisabled:!o||!R||!(r&&!n)||!u,onClick:U,children:C("parameters.restoreFaces")})]})}),b&&a.jsx(Ja,{triggerComponent:a.jsx(je,{icon:a.jsx(b$,{}),"aria-label":C("parameters.upscale")}),children:a.jsxs(F,{sx:{flexDirection:"column",gap:4},children:[a.jsx(yY,{}),a.jsx(Zt,{isDisabled:!s||!R||!(r&&!n)||!i,onClick:q,children:C("parameters.upscaleImage")})]})})]}),a.jsx(Yn,{isAttached:!0,isDisabled:d,children:a.jsx(je,{icon:a.jsx(qv,{}),tooltip:`${C("parameters.info")} (I)`,"aria-label":`${C("parameters.info")} (I)`,isChecked:p,onClick:V})}),a.jsx(Yn,{isAttached:!0,children:a.jsx(je,{"aria-label":C("settings.displayInProgress"),tooltip:C("settings.displayInProgress"),icon:a.jsx(j$,{}),isChecked:v,onClick:J})}),a.jsx(Yn,{isAttached:!0,children:a.jsx(cY,{onClick:D,isDisabled:d})})]})})},CY=ve([Rt,T4],(e,t)=>{const{total:n,isFetching:r}=e.gallery,o=e.gallery.selection[e.gallery.selection.length-1];if(!o||t.length===0)return{isOnFirstImage:!0,isOnLastImage:!0};const s=t.findIndex(b=>b.image_name===o),i=Ws(s+1,0,t.length-1),u=Ws(s-1,0,t.length-1),d=t[i].image_name,p=t[u].image_name,h=lx(e,d),g=lx(e,p),v=t.length;return{isOnFirstImage:s===0,isOnLastImage:!isNaN(s)&&s===v-1,areMoreImagesAvailable:n>v,isFetching:r,nextImage:h,prevImage:g,nextImageId:d,prevImageId:p}},{memoizeOptions:{resultEqualityCheck:Yt}}),Lj=()=>{const e=te(),{isOnFirstImage:t,isOnLastImage:n,nextImageId:r,prevImageId:o,areMoreImagesAvailable:s,isFetching:i}=$(CY),u=f.useCallback(()=>{o&&e(Ef(o))},[e,o]),d=f.useCallback(()=>{r&&e(Ef(r))},[e,r]),p=f.useCallback(()=>{e(A4({is_intermediate:!1}))},[e]);return{handlePrevImage:u,handleNextImage:d,isOnFirstImage:t,isOnLastImage:n,nextImageId:r,prevImageId:o,areMoreImagesAvailable:s,handleLoadMoreImages:p,isFetching:i}},as=({label:e,value:t,onClick:n,isLink:r,labelPosition:o,withCopy:s=!1})=>{const{t:i}=le();return t?a.jsxs(F,{gap:2,children:[n&&a.jsx(_n,{label:`Recall ${e}`,children:a.jsx(qa,{"aria-label":i("accessibility.useThisParameter"),icon:a.jsx(dF,{}),size:"xs",variant:"ghost",fontSize:20,onClick:n})}),s&&a.jsx(_n,{label:`Copy ${e}`,children:a.jsx(qa,{"aria-label":`Copy ${e}`,icon:a.jsx(nc,{}),size:"xs",variant:"ghost",fontSize:14,onClick:()=>navigator.clipboard.writeText(t.toString())})}),a.jsxs(F,{direction:o?"column":"row",children:[a.jsxs(nt,{fontWeight:"semibold",whiteSpace:"pre-wrap",pr:2,children:[e,":"]}),r?a.jsxs(Ka,{href:t.toString(),isExternal:!0,wordBreak:"break-all",children:[t.toString()," ",a.jsx(K5,{mx:"2px"})]}):a.jsx(nt,{overflowY:"scroll",wordBreak:"break-all",children:t.toString()})]})]}):null},_Y=e=>{const{metadata:t}=e,{recallBothPrompts:n,recallPositivePrompt:r,recallNegativePrompt:o,recallSeed:s,recallInitialImage:i,recallCfgScale:u,recallModel:d,recallScheduler:p,recallSteps:h,recallWidth:g,recallHeight:v,recallStrength:b,recallAllParameters:S}=x1(),w=f.useCallback(()=>{r(t==null?void 0:t.positive_prompt)},[t==null?void 0:t.positive_prompt,r]),C=f.useCallback(()=>{o(t==null?void 0:t.negative_prompt)},[t==null?void 0:t.negative_prompt,o]),_=f.useCallback(()=>{s(t==null?void 0:t.seed)},[t==null?void 0:t.seed,s]),k=f.useCallback(()=>{d(t==null?void 0:t.model)},[t==null?void 0:t.model,d]),j=f.useCallback(()=>{g(t==null?void 0:t.width)},[t==null?void 0:t.width,g]),E=f.useCallback(()=>{v(t==null?void 0:t.height)},[t==null?void 0:t.height,v]),I=f.useCallback(()=>{p(t==null?void 0:t.scheduler)},[t==null?void 0:t.scheduler,p]),O=f.useCallback(()=>{h(t==null?void 0:t.steps)},[t==null?void 0:t.steps,h]),M=f.useCallback(()=>{u(t==null?void 0:t.cfg_scale)},[t==null?void 0:t.cfg_scale,u]),R=f.useCallback(()=>{b(t==null?void 0:t.strength)},[t==null?void 0:t.strength,b]);return!t||Object.keys(t).length===0?null:a.jsxs(a.Fragment,{children:[t.generation_mode&&a.jsx(as,{label:"Generation Mode",value:t.generation_mode}),t.positive_prompt&&a.jsx(as,{label:"Positive Prompt",labelPosition:"top",value:t.positive_prompt,onClick:w}),t.negative_prompt&&a.jsx(as,{label:"Negative Prompt",labelPosition:"top",value:t.negative_prompt,onClick:C}),t.seed!==void 0&&a.jsx(as,{label:"Seed",value:t.seed,onClick:_}),t.model!==void 0&&a.jsx(as,{label:"Model",value:t.model.model_name,onClick:k}),t.width&&a.jsx(as,{label:"Width",value:t.width,onClick:j}),t.height&&a.jsx(as,{label:"Height",value:t.height,onClick:E}),t.scheduler&&a.jsx(as,{label:"Scheduler",value:t.scheduler,onClick:I}),t.steps&&a.jsx(as,{label:"Steps",value:t.steps,onClick:O}),t.cfg_scale!==void 0&&a.jsx(as,{label:"CFG scale",value:t.cfg_scale,onClick:M}),t.strength&&a.jsx(as,{label:"Image to image strength",value:t.strength,onClick:R})]})},kY=e=>{const{copyTooltip:t,jsonObject:n}=e,r=f.useMemo(()=>JSON.stringify(n,null,2),[n]);return a.jsxs(F,{sx:{borderRadius:"base",bg:"whiteAlpha.500",_dark:{bg:"blackAlpha.500"},flexGrow:1,w:"full",h:"full",position:"relative"},children:[a.jsx(ze,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"auto",p:4},children:a.jsx(C_,{defer:!0,style:{height:"100%",width:"100%"},options:{scrollbars:{visibility:"auto",autoHide:"move",autoHideDelay:1300,theme:"os-theme-dark"}},children:a.jsx("pre",{children:r})})}),a.jsx(F,{sx:{position:"absolute",top:0,insetInlineEnd:0,p:2},children:a.jsx(_n,{label:t,children:a.jsx(qa,{"aria-label":t,icon:a.jsx(nc,{}),variant:"ghost",onClick:()=>navigator.clipboard.writeText(r)})})})]})},PY=({image:e})=>{const[t,n]=zj(e.image_name,500),{currentData:r}=dv(n.isPending()?Go.skipToken:t??Go.skipToken),o=r==null?void 0:r.metadata,s=r==null?void 0:r.graph,i=f.useMemo(()=>{const u=[];return o&&u.push({label:"Core Metadata",data:o,copyTooltip:"Copy Core Metadata JSON"}),e&&u.push({label:"Image Details",data:e,copyTooltip:"Copy Image Details JSON"}),s&&u.push({label:"Graph",data:s,copyTooltip:"Copy Graph JSON"}),u},[o,s,e]);return a.jsxs(F,{sx:{padding:4,gap:1,flexDirection:"column",width:"full",height:"full",backdropFilter:"blur(20px)",bg:"baseAlpha.200",_dark:{bg:"blackAlpha.600"},borderRadius:"base",position:"absolute",overflow:"hidden"},children:[a.jsxs(F,{gap:2,children:[a.jsx(nt,{fontWeight:"semibold",children:"File:"}),a.jsxs(Ka,{href:e.image_url,isExternal:!0,maxW:"calc(100% - 3rem)",children:[e.image_name,a.jsx(K5,{mx:"2px"})]})]}),a.jsx(_Y,{metadata:o}),a.jsxs(lh,{variant:"line",sx:{display:"flex",flexDir:"column",w:"full",h:"full"},children:[a.jsx(ch,{children:i.map(u=>a.jsx(fh,{sx:{borderTopRadius:"base"},children:a.jsx(nt,{sx:{color:"base.700",_dark:{color:"base.300"}},children:u.label})},u.label))}),a.jsx(dh,{sx:{w:"full",h:"full"},children:i.map(u=>a.jsx(uh,{sx:{w:"full",h:"full",p:0,pt:4},children:a.jsx(kY,{jsonObject:u.data,copyTooltip:u.copyTooltip})},u.label))})]})]})},jY=f.memo(PY),zg={color:"base.100",pointerEvents:"auto"},IY=()=>{const{t:e}=le(),{handlePrevImage:t,handleNextImage:n,isOnFirstImage:r,isOnLastImage:o,handleLoadMoreImages:s,areMoreImagesAvailable:i,isFetching:u}=Lj();return a.jsxs(ze,{sx:{position:"relative",height:"100%",width:"100%"},children:[a.jsx(ze,{sx:{pos:"absolute",top:"50%",transform:"translate(0, -50%)",insetInlineStart:0},children:!r&&a.jsx(qa,{"aria-label":e("accessibility.previousImage"),icon:a.jsx(c$,{size:64}),variant:"unstyled",onClick:t,boxSize:16,sx:zg})}),a.jsxs(ze,{sx:{pos:"absolute",top:"50%",transform:"translate(0, -50%)",insetInlineEnd:0},children:[!o&&a.jsx(qa,{"aria-label":e("accessibility.nextImage"),icon:a.jsx(u$,{size:64}),variant:"unstyled",onClick:n,boxSize:16,sx:zg}),o&&i&&!u&&a.jsx(qa,{"aria-label":e("accessibility.loadMore"),icon:a.jsx(l$,{size:64}),variant:"unstyled",onClick:s,boxSize:16,sx:zg}),o&&i&&u&&a.jsx(F,{sx:{w:16,h:16,alignItems:"center",justifyContent:"center"},children:a.jsx(Xl,{opacity:.5,size:"xl"})})]})]})},EY=f.memo(IY),OY=ve([Rt,W8],({ui:e,system:t},n)=>{const{shouldShowImageDetails:r,shouldHidePreview:o,shouldShowProgressInViewer:s}=e,{progressImage:i,shouldAntialiasProgressImage:u}=t;return{shouldShowImageDetails:r,shouldHidePreview:o,imageName:n,progressImage:i,shouldShowProgressInViewer:s,shouldAntialiasProgressImage:u}},{memoizeOptions:{resultEqualityCheck:Yt}}),RY=()=>{const{shouldShowImageDetails:e,imageName:t,progressImage:n,shouldShowProgressInViewer:r,shouldAntialiasProgressImage:o}=$(OY),{handlePrevImage:s,handleNextImage:i,prevImageId:u,nextImageId:d,isOnLastImage:p,handleLoadMoreImages:h,areMoreImagesAvailable:g,isFetching:v}=Lj();qe("left",()=>{s()},[u]),qe("right",()=>{if(p&&g&&!v){h();return}p||i()},[d,p,g,h,v]);const{currentData:b,isLoading:S,isError:w,isSuccess:C}=gs(t??Go.skipToken),_=f.useMemo(()=>{if(b)return{id:"current-image",payloadType:"IMAGE_DTO",payload:{imageDTO:b}}},[b]),k=f.useMemo(()=>({id:"current-image",actionType:"SET_CURRENT_IMAGE"}),[]),[j,E]=f.useState(!1),I=f.useRef(0),O=f.useCallback(()=>{E(!0),window.clearTimeout(I.current)},[]),M=f.useCallback(()=>{I.current=window.setTimeout(()=>{E(!1)},500)},[]);return a.jsxs(F,{onMouseOver:O,onMouseOut:M,sx:{width:"full",height:"full",alignItems:"center",justifyContent:"center",position:"relative"},children:[n&&r?a.jsx(bu,{src:n.dataURL,width:n.width,height:n.height,draggable:!1,sx:{objectFit:"contain",maxWidth:"full",maxHeight:"full",height:"auto",position:"absolute",borderRadius:"base",imageRendering:o?"auto":"pixelated"}}):a.jsx(Za,{imageDTO:b,droppableData:k,draggableData:_,isUploadDisabled:!0,fitContainer:!0,dropLabel:"Set as Current Image"}),e&&b&&a.jsx(ze,{sx:{position:"absolute",top:"0",width:"full",height:"full",borderRadius:"base"},children:a.jsx(jY,{image:b})}),a.jsx(ws,{children:!e&&b&&j&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}},style:{position:"absolute",top:"0",width:"100%",height:"100%",pointerEvents:"none"},children:a.jsx(EY,{})},"nextPrevButtons")})]})},MY=f.memo(RY),DY=()=>a.jsxs(F,{sx:{position:"relative",flexDirection:"column",height:"100%",width:"100%",rowGap:4,alignItems:"center",justifyContent:"center"},children:[a.jsx(SY,{}),a.jsx(MY,{})]}),Bj=()=>a.jsx(ze,{layerStyle:"first",sx:{position:"relative",width:"100%",height:"100%",p:4,borderRadius:"base"},children:a.jsx(F,{sx:{width:"100%",height:"100%"},children:a.jsx(DY,{})})}),TY=e=>{const{label:t,activeLabel:n,children:r,defaultIsOpen:o=!1}=e,{isOpen:s,onToggle:i}=pa({defaultIsOpen:o}),{colorMode:u}=Do();return a.jsxs(ze,{children:[a.jsxs(F,{onClick:i,sx:{alignItems:"center",p:2,px:4,gap:2,borderTopRadius:"base",borderBottomRadius:s?0:"base",bg:s?ke("base.200","base.750")(u):ke("base.150","base.800")(u),color:ke("base.900","base.100")(u),_hover:{bg:s?ke("base.250","base.700")(u):ke("base.200","base.750")(u)},fontSize:"sm",fontWeight:600,cursor:"pointer",transitionProperty:"common",transitionDuration:"normal",userSelect:"none"},children:[t,a.jsx(ws,{children:n&&a.jsx(lo.div,{initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}},children:a.jsx(nt,{sx:{color:"accent.500",_dark:{color:"accent.300"}},children:n})},"statusText")}),a.jsx(Li,{}),a.jsx(Zv,{sx:{w:"1rem",h:"1rem",transform:s?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal"}})]}),a.jsx(Jp,{in:s,animateOpacity:!0,style:{overflow:"unset"},children:a.jsx(ze,{sx:{p:4,borderBottomRadius:"base",bg:ke("base.100","base.800")(u)},children:r})})]})},So=f.memo(TY),AY=ve(Rt,e=>{const{combinatorial:t,isEnabled:n}=e.dynamicPrompts;return{combinatorial:t,isDisabled:!n}},at),NY=()=>{const{combinatorial:e,isDisabled:t}=$(AY),n=te(),r=f.useCallback(()=>{n(V8())},[n]);return a.jsx(Pn,{isDisabled:t,label:"Combinatorial Generation",isChecked:e,onChange:r})},$Y=ve(Rt,e=>{const{isEnabled:t}=e.dynamicPrompts;return{isEnabled:t}},at),zY=()=>{const e=te(),{isEnabled:t}=$($Y),n=f.useCallback(()=>{e(U8())},[e]);return a.jsx(Pn,{label:"Enable Dynamic Prompts",isChecked:t,onChange:n})},LY=ve(Rt,e=>{const{maxPrompts:t,combinatorial:n,isEnabled:r}=e.dynamicPrompts,{min:o,sliderMax:s,inputMax:i}=e.config.sd.dynamicPrompts.maxPrompts;return{maxPrompts:t,min:o,sliderMax:s,inputMax:i,isDisabled:!r||!n}},at),BY=()=>{const{maxPrompts:e,min:t,sliderMax:n,inputMax:r,isDisabled:o}=$(LY),s=te(),i=f.useCallback(d=>{s(G8(d))},[s]),u=f.useCallback(()=>{s(q8())},[s]);return a.jsx(ht,{label:"Max Prompts",isDisabled:o,min:t,max:n,value:e,onChange:i,sliderNumberInputProps:{max:r},withSliderMarks:!0,withInput:!0,withReset:!0,handleReset:u})},FY=ve(Rt,e=>{const{isEnabled:t}=e.dynamicPrompts;return{activeLabel:t?"Enabled":void 0}},at),V1=()=>{const{activeLabel:e}=$(FY);return sr("dynamicPrompting").isFeatureEnabled?a.jsx(So,{label:"Dynamic Prompts",activeLabel:e,children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(zY,{}),a.jsx(NY,{}),a.jsx(BY,{})]})}):null},HY=e=>{const t=te(),{lora:n}=e,r=f.useCallback(i=>{t(K8({id:n.id,weight:i}))},[t,n.id]),o=f.useCallback(()=>{t(Y8(n.id))},[t,n.id]),s=f.useCallback(()=>{t(Q8(n.id))},[t,n.id]);return a.jsxs(F,{sx:{gap:2.5,alignItems:"flex-end"},children:[a.jsx(ht,{label:n.model_name,value:n.weight,onChange:r,min:-1,max:2,step:.01,withInput:!0,withReset:!0,handleReset:o,withSliderMarks:!0,sliderMarks:[-1,0,1,2]}),a.jsx(je,{size:"sm",onClick:s,tooltip:"Remove LoRA","aria-label":"Remove LoRA",icon:a.jsx(yo,{}),colorScheme:"error"})]})},WY=f.memo(HY),VY=ve(Rt,({lora:e})=>{const{loras:t}=e;return{loras:t}},at),UY=()=>{const{loras:e}=$(VY);return Cs(e,t=>a.jsx(WY,{lora:t},t.model_name))},Fj=f.forwardRef(({label:e,tooltip:t,description:n,disabled:r,...o},s)=>a.jsx(_n,{label:t,placement:"top",hasArrow:!0,children:a.jsx(ze,{ref:s,...o,children:a.jsxs(ze,{children:[a.jsx(Al,{children:e}),n&&a.jsx(Al,{size:"xs",color:"base.600",children:n})]})})}));Fj.displayName="IAIMantineSelectItemWithTooltip";const ic=f.memo(Fj),Rr={"sd-1":"Stable Diffusion 1.x","sd-2":"Stable Diffusion 2.x",sdxl:"Stable Diffusion XL","sdxl-refiner":"Stable Diffusion XL Refiner"},GY=ve(Rt,({lora:e})=>({loras:e.loras}),at),qY=()=>{const e=te(),{loras:t}=$(GY),{data:n}=W4(),r=$(i=>i.generation.model),o=f.useMemo(()=>{if(!n)return[];const i=[];return Yo(n.entities,(u,d)=>{if(!u||d in t)return;const p=(r==null?void 0:r.base_model)!==u.base_model;i.push({value:d,label:u.model_name,disabled:p,group:Rr[u.base_model],tooltip:p?`Incompatible base model: ${u.base_model}`:void 0})}),i.sort((u,d)=>u.disabled&&!d.disabled?1:-1)},[t,n,r==null?void 0:r.base_model]),s=f.useCallback(i=>{if(!i)return;const u=n==null?void 0:n.entities[i];u&&e(X8(u))},[e,n==null?void 0:n.entities]);return(n==null?void 0:n.ids.length)===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No LoRAs Loaded"})}):a.jsx(gr,{placeholder:o.length===0?"All LoRAs added":"Add LoRA",value:null,data:o,nothingFound:"No matching LoRAs",itemComponent:ic,disabled:o.length===0,filter:(i,u)=>{var d;return((d=u.label)==null?void 0:d.toLowerCase().includes(i.toLowerCase().trim()))||u.value.toLowerCase().includes(i.toLowerCase().trim())},onChange:s})},KY=ve(Rt,e=>{const t=J8(e.lora.loras);return{activeLabel:t>0?`${t} Active`:void 0}},at),YY=()=>{const{activeLabel:e}=$(KY);return sr("lora").isFeatureEnabled?a.jsx(So,{label:"LoRA",activeLabel:e,children:a.jsxs(F,{sx:{flexDir:"column",gap:2},children:[a.jsx(qY,{}),a.jsx(UY,{})]})}):null},U1=f.memo(YY),QY=ve(Rt,e=>({activeLabel:e.generation.clipSkip>0?"Clip Skip":void 0}),at);function G1(){const{activeLabel:e}=$(QY);return $(n=>n.ui.shouldShowAdvancedOptions)&&a.jsx(So,{label:"Advanced",activeLabel:e,children:a.jsx(F,{sx:{flexDir:"column",gap:2},children:a.jsx(Z8,{})})})}const XY=Yp.child({module:"models"}),Hj=e=>{const[t,n,r]=e.split("/"),o=e7.safeParse({base_model:t,model_name:r});if(!o.success){XY.error({controlNetModelId:e,errors:o.error.format()},"Failed to parse ControlNet model id");return}return o.data},JY=e=>{const{controlNetId:t}=e,n=te(),r=$(Vr),o=f.useMemo(()=>ve(Rt,({generation:v,controlNet:b})=>{var _,k;const{model:S}=v,w=(_=b.controlNets[t])==null?void 0:_.model,C=(k=b.controlNets[t])==null?void 0:k.isEnabled;return{mainModel:S,controlNetModel:w,isEnabled:C}},at),[t]),{mainModel:s,controlNetModel:i,isEnabled:u}=$(o),{data:d}=hv(),p=f.useMemo(()=>{if(!d)return[];const v=[];return Yo(d.entities,(b,S)=>{if(!b)return;const w=(b==null?void 0:b.base_model)!==(s==null?void 0:s.base_model);v.push({value:S,label:b.model_name,group:Rr[b.base_model],disabled:w,tooltip:w?`Incompatible base model: ${b.base_model}`:void 0})}),v},[d,s==null?void 0:s.base_model]),h=f.useMemo(()=>(d==null?void 0:d.entities[`${i==null?void 0:i.base_model}/controlnet/${i==null?void 0:i.model_name}`])??null,[i==null?void 0:i.base_model,i==null?void 0:i.model_name,d==null?void 0:d.entities]),g=f.useCallback(v=>{if(!v)return;const b=Hj(v);b&&n(V4({controlNetId:t,model:b}))},[t,n]);return a.jsx(gr,{itemComponent:ic,data:p,error:!h||(s==null?void 0:s.base_model)!==h.base_model,placeholder:"Select a model",value:(h==null?void 0:h.id)??null,onChange:g,disabled:r||!u,tooltip:h==null?void 0:h.description})},ZY=f.memo(JY),eQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:u})=>{const{weight:d,isEnabled:p}=u.controlNets[t];return{weight:d,isEnabled:p}},at),[t]),{weight:o,isEnabled:s}=$(r),i=f.useCallback(u=>{n(t7({controlNetId:t,weight:u}))},[t,n]);return a.jsx(ht,{isDisabled:!s,label:"Weight",value:o,onChange:i,min:0,max:2,step:.01,withSliderMarks:!0,sliderMarks:[0,1,2]})},tQ=f.memo(eQ),nQ=e=>{const{height:t,controlNetId:n}=e,r=te(),o=f.useMemo(()=>ve(Rt,({controlNet:N})=>{const{pendingControlImages:Z}=N,{controlImage:B,processedControlImage:H,processorType:G,isEnabled:q}=N.controlNets[n];return{controlImageName:B,processedControlImageName:H,processorType:G,isEnabled:q,pendingControlImages:Z}},at),[n]),{controlImageName:s,processedControlImageName:i,processorType:u,pendingControlImages:d,isEnabled:p}=$(o),[h,g]=f.useState(!1),{currentData:v,isLoading:b,isError:S,isSuccess:w}=gs(s??Go.skipToken),{currentData:C,isLoading:_,isError:k,isSuccess:j}=gs(i??Go.skipToken),E=f.useCallback(()=>{r(n7({controlNetId:n,controlImage:null}))},[n,r]),I=f.useCallback(()=>{g(!0)},[]),O=f.useCallback(()=>{g(!1)},[]),M=f.useMemo(()=>{if(v)return{id:n,payloadType:"IMAGE_DTO",payload:{imageDTO:v}}},[v,n]),R=f.useMemo(()=>({id:n,actionType:"SET_CONTROLNET_IMAGE",context:{controlNetId:n}}),[n]),A=f.useMemo(()=>({type:"SET_CONTROLNET_IMAGE",controlNetId:n}),[n]),L=v&&C&&!h&&!d.includes(n)&&u!=="none";return a.jsxs(F,{onMouseEnter:I,onMouseLeave:O,sx:{position:"relative",w:"full",h:t,alignItems:"center",justifyContent:"center",pointerEvents:p?"auto":"none",opacity:p?1:.5},children:[a.jsx(Za,{draggableData:M,droppableData:R,imageDTO:v,isDropDisabled:L||!p,onClickReset:E,postUploadAction:A,resetTooltip:"Reset Control Image",withResetIcon:!!v}),a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",opacity:L?1:0,transitionProperty:"common",transitionDuration:"normal",pointerEvents:"none"},children:a.jsx(Za,{draggableData:M,droppableData:R,imageDTO:C,isUploadDisabled:!0,isDropDisabled:!p,onClickReset:E,resetTooltip:"Reset Control Image",withResetIcon:!!v})}),d.includes(n)&&a.jsx(F,{sx:{position:"absolute",top:0,insetInlineStart:0,w:"full",h:"full",alignItems:"center",justifyContent:"center",opacity:.8,borderRadius:"base",bg:"base.400",_dark:{bg:"base.900"}},children:a.jsx(Xl,{size:"xl",sx:{color:"base.100",_dark:{color:"base.400"}}})})]})},vC=f.memo(nQ),_s=()=>{const e=te();return f.useCallback((n,r)=>{e(r7({controlNetId:n,changes:r}))},[e])};function ks(e){return a.jsx(F,{sx:{flexDirection:"column",gap:2},children:e.children})}const yC=Qo.canny_image_processor.default,rQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{low_threshold:o,high_threshold:s}=n,i=$(Vr),u=_s(),d=f.useCallback(v=>{u(t,{low_threshold:v})},[t,u]),p=f.useCallback(()=>{u(t,{low_threshold:yC.low_threshold})},[t,u]),h=f.useCallback(v=>{u(t,{high_threshold:v})},[t,u]),g=f.useCallback(()=>{u(t,{high_threshold:yC.high_threshold})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{isDisabled:i||!r,label:"Low Threshold",value:o,onChange:d,handleReset:p,withReset:!0,min:0,max:255,withInput:!0,withSliderMarks:!0}),a.jsx(ht,{isDisabled:i||!r,label:"High Threshold",value:s,onChange:h,handleReset:g,withReset:!0,min:0,max:255,withInput:!0,withSliderMarks:!0})]})},oQ=f.memo(rQ),Dc=Qo.content_shuffle_image_processor.default,sQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,w:i,h:u,f:d}=n,p=_s(),h=$(Vr),g=f.useCallback(I=>{p(t,{detect_resolution:I})},[t,p]),v=f.useCallback(()=>{p(t,{detect_resolution:Dc.detect_resolution})},[t,p]),b=f.useCallback(I=>{p(t,{image_resolution:I})},[t,p]),S=f.useCallback(()=>{p(t,{image_resolution:Dc.image_resolution})},[t,p]),w=f.useCallback(I=>{p(t,{w:I})},[t,p]),C=f.useCallback(()=>{p(t,{w:Dc.w})},[t,p]),_=f.useCallback(I=>{p(t,{h:I})},[t,p]),k=f.useCallback(()=>{p(t,{h:Dc.h})},[t,p]),j=f.useCallback(I=>{p(t,{f:I})},[t,p]),E=f.useCallback(()=>{p(t,{f:Dc.f})},[t,p]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:g,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:b,handleReset:S,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"W",value:i,onChange:w,handleReset:C,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"H",value:u,onChange:_,handleReset:k,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r}),a.jsx(ht,{label:"F",value:d,onChange:j,handleReset:E,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:h||!r})]})},aQ=f.memo(sQ),bC=Qo.hed_image_processor.default,iQ=e=>{const{controlNetId:t,processorNode:{detect_resolution:n,image_resolution:r,scribble:o},isEnabled:s}=e,i=$(Vr),u=_s(),d=f.useCallback(b=>{u(t,{detect_resolution:b})},[t,u]),p=f.useCallback(b=>{u(t,{image_resolution:b})},[t,u]),h=f.useCallback(b=>{u(t,{scribble:b.target.checked})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:bC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:bC.image_resolution})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:n,onChange:d,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:i||!s}),a.jsx(ht,{label:"Image Resolution",value:r,onChange:p,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:i||!s}),a.jsx(Pn,{label:"Scribble",isChecked:o,onChange:h,isDisabled:i||!s})]})},lQ=f.memo(iQ),xC=Qo.lineart_anime_image_processor.default,cQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{detect_resolution:v})},[t,i]),p=f.useCallback(v=>{i(t,{image_resolution:v})},[t,i]),h=f.useCallback(()=>{i(t,{detect_resolution:xC.detect_resolution})},[t,i]),g=f.useCallback(()=>{i(t,{image_resolution:xC.image_resolution})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:d,handleReset:h,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},uQ=f.memo(cQ),wC=Qo.lineart_image_processor.default,dQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,coarse:i}=n,u=_s(),d=$(Vr),p=f.useCallback(S=>{u(t,{detect_resolution:S})},[t,u]),h=f.useCallback(S=>{u(t,{image_resolution:S})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:wC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:wC.image_resolution})},[t,u]),b=f.useCallback(S=>{u(t,{coarse:S.target.checked})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(Pn,{label:"Coarse",isChecked:i,onChange:b,isDisabled:d||!r})]})},fQ=f.memo(dQ),SC=Qo.mediapipe_face_processor.default,pQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{max_faces:o,min_confidence:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{max_faces:v})},[t,i]),p=f.useCallback(v=>{i(t,{min_confidence:v})},[t,i]),h=f.useCallback(()=>{i(t,{max_faces:SC.max_faces})},[t,i]),g=f.useCallback(()=>{i(t,{min_confidence:SC.min_confidence})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Max Faces",value:o,onChange:d,handleReset:h,withReset:!0,min:1,max:20,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Min Confidence",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},hQ=f.memo(pQ),CC=Qo.midas_depth_image_processor.default,mQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{a_mult:o,bg_th:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{a_mult:v})},[t,i]),p=f.useCallback(v=>{i(t,{bg_th:v})},[t,i]),h=f.useCallback(()=>{i(t,{a_mult:CC.a_mult})},[t,i]),g=f.useCallback(()=>{i(t,{bg_th:CC.bg_th})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"a_mult",value:o,onChange:d,handleReset:h,withReset:!0,min:0,max:20,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"bg_th",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:20,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},gQ=f.memo(mQ),uf=Qo.mlsd_image_processor.default,vQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,thr_d:i,thr_v:u}=n,d=_s(),p=$(Vr),h=f.useCallback(k=>{d(t,{detect_resolution:k})},[t,d]),g=f.useCallback(k=>{d(t,{image_resolution:k})},[t,d]),v=f.useCallback(k=>{d(t,{thr_d:k})},[t,d]),b=f.useCallback(k=>{d(t,{thr_v:k})},[t,d]),S=f.useCallback(()=>{d(t,{detect_resolution:uf.detect_resolution})},[t,d]),w=f.useCallback(()=>{d(t,{image_resolution:uf.image_resolution})},[t,d]),C=f.useCallback(()=>{d(t,{thr_d:uf.thr_d})},[t,d]),_=f.useCallback(()=>{d(t,{thr_v:uf.thr_v})},[t,d]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:h,handleReset:S,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:g,handleReset:w,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"W",value:i,onChange:v,handleReset:C,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"H",value:u,onChange:b,handleReset:_,withReset:!0,min:0,max:1,step:.01,withInput:!0,withSliderMarks:!0,isDisabled:p||!r})]})},yQ=f.memo(vQ),_C=Qo.normalbae_image_processor.default,bQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s}=n,i=_s(),u=$(Vr),d=f.useCallback(v=>{i(t,{detect_resolution:v})},[t,i]),p=f.useCallback(v=>{i(t,{image_resolution:v})},[t,i]),h=f.useCallback(()=>{i(t,{detect_resolution:_C.detect_resolution})},[t,i]),g=f.useCallback(()=>{i(t,{image_resolution:_C.image_resolution})},[t,i]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:d,handleReset:h,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:u||!r})]})},xQ=f.memo(bQ),kC=Qo.openpose_image_processor.default,wQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,hand_and_face:i}=n,u=_s(),d=$(Vr),p=f.useCallback(S=>{u(t,{detect_resolution:S})},[t,u]),h=f.useCallback(S=>{u(t,{image_resolution:S})},[t,u]),g=f.useCallback(()=>{u(t,{detect_resolution:kC.detect_resolution})},[t,u]),v=f.useCallback(()=>{u(t,{image_resolution:kC.image_resolution})},[t,u]),b=f.useCallback(S=>{u(t,{hand_and_face:S.target.checked})},[t,u]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:p,handleReset:g,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:d||!r}),a.jsx(Pn,{label:"Hand and Face",isChecked:i,onChange:b,isDisabled:d||!r})]})},SQ=f.memo(wQ),PC=Qo.pidi_image_processor.default,CQ=e=>{const{controlNetId:t,processorNode:n,isEnabled:r}=e,{image_resolution:o,detect_resolution:s,scribble:i,safe:u}=n,d=_s(),p=$(Vr),h=f.useCallback(C=>{d(t,{detect_resolution:C})},[t,d]),g=f.useCallback(C=>{d(t,{image_resolution:C})},[t,d]),v=f.useCallback(()=>{d(t,{detect_resolution:PC.detect_resolution})},[t,d]),b=f.useCallback(()=>{d(t,{image_resolution:PC.image_resolution})},[t,d]),S=f.useCallback(C=>{d(t,{scribble:C.target.checked})},[t,d]),w=f.useCallback(C=>{d(t,{safe:C.target.checked})},[t,d]);return a.jsxs(ks,{children:[a.jsx(ht,{label:"Detect Resolution",value:s,onChange:h,handleReset:v,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(ht,{label:"Image Resolution",value:o,onChange:g,handleReset:b,withReset:!0,min:0,max:4096,withInput:!0,withSliderMarks:!0,isDisabled:p||!r}),a.jsx(Pn,{label:"Scribble",isChecked:i,onChange:S}),a.jsx(Pn,{label:"Safe",isChecked:u,onChange:w,isDisabled:p||!r})]})},_Q=f.memo(CQ),kQ=e=>null,PQ=f.memo(kQ),jQ=e=>{const{controlNetId:t}=e,n=f.useMemo(()=>ve(Rt,({controlNet:s})=>{const{isEnabled:i,processorNode:u}=s.controlNets[t];return{isEnabled:i,processorNode:u}},at),[t]),{isEnabled:r,processorNode:o}=$(n);return o.type==="canny_image_processor"?a.jsx(oQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="hed_image_processor"?a.jsx(lQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="lineart_image_processor"?a.jsx(fQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="content_shuffle_image_processor"?a.jsx(aQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="lineart_anime_image_processor"?a.jsx(uQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="mediapipe_face_processor"?a.jsx(hQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="midas_depth_image_processor"?a.jsx(gQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="mlsd_image_processor"?a.jsx(yQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="normalbae_image_processor"?a.jsx(xQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="openpose_image_processor"?a.jsx(SQ,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="pidi_image_processor"?a.jsx(_Q,{controlNetId:t,processorNode:o,isEnabled:r}):o.type==="zoe_depth_image_processor"?a.jsx(PQ,{controlNetId:t,processorNode:o,isEnabled:r}):null},IQ=f.memo(jQ),EQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:d})=>{const{isEnabled:p,shouldAutoConfig:h}=d.controlNets[t];return{isEnabled:p,shouldAutoConfig:h}},at),[t]),{isEnabled:o,shouldAutoConfig:s}=$(r),i=$(Vr),u=f.useCallback(()=>{n(o7({controlNetId:t}))},[t,n]);return a.jsx(Pn,{label:"Auto configure processor","aria-label":"Auto configure processor",isChecked:s,onChange:u,isDisabled:i||!o})},OQ=f.memo(EQ),jC=e=>`${Math.round(e*100)}%`,RQ=e=>{const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:d})=>{const{beginStepPct:p,endStepPct:h,isEnabled:g}=d.controlNets[t];return{beginStepPct:p,endStepPct:h,isEnabled:g}},at),[t]),{beginStepPct:o,endStepPct:s,isEnabled:i}=$(r),u=f.useCallback(d=>{n(cx({controlNetId:t,beginStepPct:d[0]})),n(ux({controlNetId:t,endStepPct:d[1]}))},[t,n]);return f.useCallback(()=>{n(cx({controlNetId:t,beginStepPct:0})),n(ux({controlNetId:t,endStepPct:1}))},[t,n]),a.jsxs(Ss,{isDisabled:!i,children:[a.jsx(vs,{children:"Begin / End Step Percentage"}),a.jsx(Sl,{w:"100%",gap:2,alignItems:"center",children:a.jsxs(l5,{"aria-label":["Begin Step %","End Step %"],value:[o,s],onChange:u,min:0,max:1,step:.01,minStepsBetweenThumbs:5,isDisabled:!i,children:[a.jsx(c5,{children:a.jsx(u5,{})}),a.jsx(_n,{label:jC(o),placement:"top",hasArrow:!0,children:a.jsx(p0,{index:0})}),a.jsx(_n,{label:jC(s),placement:"top",hasArrow:!0,children:a.jsx(p0,{index:1})}),a.jsx(vf,{value:0,sx:{insetInlineStart:"0 !important",insetInlineEnd:"unset !important"},children:"0%"}),a.jsx(vf,{value:.5,sx:{insetInlineStart:"50% !important",transform:"translateX(-50%)"},children:"50%"}),a.jsx(vf,{value:1,sx:{insetInlineStart:"unset !important",insetInlineEnd:"0 !important"},children:"100%"})]})})]})},MQ=f.memo(RQ),DQ=[{label:"Balanced",value:"balanced"},{label:"Prompt",value:"more_prompt"},{label:"Control",value:"more_control"},{label:"Mega Control",value:"unbalanced"}];function TQ(e){const{controlNetId:t}=e,n=te(),r=f.useMemo(()=>ve(Rt,({controlNet:u})=>{const{controlMode:d,isEnabled:p}=u.controlNets[t];return{controlMode:d,isEnabled:p}},at),[t]),{controlMode:o,isEnabled:s}=$(r);le();const i=f.useCallback(u=>{n(s7({controlNetId:t,controlMode:u}))},[t,n]);return a.jsx(Zo,{disabled:!s,label:"Control Mode",data:DQ,value:String(o),onChange:i})}const AQ=ve(Vi,e=>Cs(Qo,n=>({value:n.type,label:n.label})).sort((n,r)=>n.value==="none"?-1:r.value==="none"?1:n.label.localeCompare(r.label)).filter(n=>!e.sd.disabledControlNetProcessors.includes(n.value)),at),NQ=e=>{const t=te(),{controlNetId:n}=e,r=f.useMemo(()=>ve(Rt,({controlNet:p})=>{const{isEnabled:h,processorNode:g}=p.controlNets[n];return{isEnabled:h,processorNode:g}},at),[n]),o=$(Vr),s=$(AQ),{isEnabled:i,processorNode:u}=$(r),d=f.useCallback(p=>{t(a7({controlNetId:n,processorType:p}))},[n,t]);return a.jsx(gr,{label:"Processor",value:u.type??"canny_image_processor",data:s,onChange:d,disabled:o||!i})},$Q=f.memo(NQ),zQ=e=>{const{controlNetId:t}=e,n=te(),r=ve(Rt,({controlNet:g})=>{const{isEnabled:v,shouldAutoConfig:b}=g.controlNets[t];return{isEnabled:v,shouldAutoConfig:b}},at),{isEnabled:o,shouldAutoConfig:s}=$(r),[i,u]=JB(!1),d=f.useCallback(()=>{n(i7({controlNetId:t}))},[t,n]),p=f.useCallback(()=>{n(l7({sourceControlNetId:t,newControlNetId:Ga()}))},[t,n]),h=f.useCallback(()=>{n(c7({controlNetId:t}))},[t,n]);return a.jsxs(F,{sx:{flexDir:"column",gap:2,p:3,borderRadius:"base",position:"relative",bg:"base.200",_dark:{bg:"base.850"}},children:[a.jsxs(F,{sx:{gap:2,alignItems:"center"},children:[a.jsx(Pn,{tooltip:"Toggle this ControlNet","aria-label":"Toggle this ControlNet",isChecked:o,onChange:h}),a.jsx(ze,{sx:{w:"full",minW:0,opacity:o?1:.5,pointerEvents:o?"auto":"none",transitionProperty:"common",transitionDuration:"0.1s"},children:a.jsx(ZY,{controlNetId:t})}),a.jsx(je,{size:"sm",tooltip:"Duplicate","aria-label":"Duplicate",onClick:p,icon:a.jsx(nc,{})}),a.jsx(je,{size:"sm",tooltip:"Delete","aria-label":"Delete",colorScheme:"error",onClick:d,icon:a.jsx(yo,{})}),a.jsx(je,{size:"sm",tooltip:i?"Hide Advanced":"Show Advanced","aria-label":i?"Hide Advanced":"Show Advanced",onClick:u,variant:"link",icon:a.jsx(Zv,{sx:{boxSize:4,color:"base.700",transform:i?"rotate(0deg)":"rotate(180deg)",transitionProperty:"common",transitionDuration:"normal",_dark:{color:"base.300"}}})}),!s&&a.jsx(ze,{sx:{position:"absolute",w:1.5,h:1.5,borderRadius:"full",top:4,insetInlineEnd:4,bg:"accent.700",_dark:{bg:"accent.400"}}})]}),a.jsxs(F,{sx:{w:"full",flexDirection:"column"},children:[a.jsxs(F,{sx:{gap:4,w:"full",alignItems:"center"},children:[a.jsxs(F,{sx:{flexDir:"column",gap:3,h:28,w:"full",paddingInlineStart:1,paddingInlineEnd:i?1:0,pb:2,justifyContent:"space-between"},children:[a.jsx(tQ,{controlNetId:t}),a.jsx(MQ,{controlNetId:t})]}),!i&&a.jsx(F,{sx:{alignItems:"center",justifyContent:"center",h:28,w:28,aspectRatio:"1/1",mt:3},children:a.jsx(vC,{controlNetId:t,height:28})})]}),a.jsx(ze,{mt:2,children:a.jsx(TQ,{controlNetId:t})}),a.jsx($Q,{controlNetId:t})]}),i&&a.jsxs(a.Fragment,{children:[a.jsx(vC,{controlNetId:t,height:"392px"}),a.jsx(OQ,{controlNetId:t}),a.jsx(IQ,{controlNetId:t})]})]})},LQ=f.memo(zQ),BQ=ve(Rt,e=>{const{isEnabled:t}=e.controlNet;return{isEnabled:t}},at),FQ=()=>{const{isEnabled:e}=$(BQ),t=te(),n=f.useCallback(()=>{t(u7())},[t]);return a.jsx(Pn,{label:"Enable ControlNet",isChecked:e,onChange:n,formControlProps:{width:"100%"}})},HQ=ve(d7,e=>{const{controlNets:t,isEnabled:n}=e,r=f7(t),o=n&&r.length>0?`${r.length} Active`:void 0;return{controlNetsArray:Cs(t),activeLabel:o}},at),WQ=()=>{le();const{controlNetsArray:e,activeLabel:t}=$(HQ),n=sr("controlNet").isFeatureDisabled,r=te(),{firstModel:o}=hv(void 0,{selectFromResult:i=>{var d,p;return{firstModel:(p=i.data)==null?void 0:p.entities[(d=i.data)==null?void 0:d.ids[0]]}}}),s=f.useCallback(()=>{if(!o)return;const i=Ga();r(p7({controlNetId:i})),r(V4({controlNetId:i,model:o}))},[r,o]);return n?null:a.jsx(So,{label:"ControlNet",activeLabel:t,children:a.jsxs(F,{sx:{flexDir:"column",gap:3},children:[a.jsxs(F,{gap:2,alignItems:"center",children:[a.jsx(F,{sx:{flexDirection:"column",w:"100%",gap:2,px:4,py:2,borderRadius:4,bg:"base.200",_dark:{bg:"base.850"}},children:a.jsx(FQ,{})}),a.jsx(je,{tooltip:"Add ControlNet","aria-label":"Add ControlNet",icon:a.jsx(Tu,{}),isDisabled:!o,flexGrow:1,size:"md",onClick:s})]}),e.map((i,u)=>a.jsxs(f.Fragment,{children:[u>0&&a.jsx(ri,{}),a.jsx(LQ,{controlNetId:i.controlNetId})]},i.controlNetId))]})})},q1=f.memo(WQ),K1=e=>{e.stopPropagation()},VQ=tt((e,t)=>{const n=te(),r=f.useCallback(s=>{s.shiftKey&&n(qo(!0))},[n]),o=f.useCallback(s=>{s.shiftKey||n(qo(!1))},[n]);return a.jsx(p5,{ref:t,onPaste:K1,onKeyDown:r,onKeyUp:o,...e})}),Wj=f.memo(VQ),UQ=e=>{const{onClick:t}=e;return a.jsx(je,{size:"sm","aria-label":"Add Embedding",tooltip:"Add Embedding",icon:a.jsx(qv,{}),sx:{p:2,color:"base.500",_hover:{color:"base.600"},_active:{color:"base.700"},_dark:{color:"base.500",_hover:{color:"base.400"},_active:{color:"base.300"}}},variant:"link",onClick:t})},Vj=f.memo(UQ),Uj=e=>{const{onSelect:t,isOpen:n,onClose:r,children:o}=e,{data:s}=h7(),i=f.useRef(null),u=$(h=>h.generation.model),d=f.useMemo(()=>{if(!s)return[];const h=[];return Yo(s.entities,(g,v)=>{if(!g)return;const b=(u==null?void 0:u.base_model)!==g.base_model;h.push({value:g.model_name,label:g.model_name,group:Rr[g.base_model],disabled:b,tooltip:b?`Incompatible base model: ${g.base_model}`:void 0})}),h.sort((g,v)=>g.disabled&&!v.disabled?1:-1)},[s,u==null?void 0:u.base_model]),p=f.useCallback(h=>{h&&t(h)},[t]);return a.jsxs(Hv,{initialFocusRef:i,isOpen:n,onClose:r,placement:"bottom",openDelay:0,closeDelay:0,closeOnBlur:!0,returnFocusOnClose:!0,children:[a.jsx(Fv,{children:o}),a.jsx(Wv,{sx:{p:0,top:-1,shadow:"dark-lg",borderColor:"accent.300",borderWidth:"2px",borderStyle:"solid",_dark:{borderColor:"accent.400"}},children:a.jsx(e5,{sx:{p:0,w:`calc(${H1} - 2rem )`},children:d.length===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No Embeddings Loaded"})}):a.jsx(gr,{inputRef:i,autoFocus:!0,placeholder:"Add Embedding",value:null,data:d,nothingFound:"No matching Embeddings",itemComponent:ic,disabled:d.length===0,onDropdownClose:r,filter:(h,g)=>{var v;return((v=g.label)==null?void 0:v.toLowerCase().includes(h.toLowerCase().trim()))||g.value.toLowerCase().includes(h.toLowerCase().trim())},onChange:p})})})]})},Y1=()=>{const e=$(g=>g.generation.negativePrompt),t=f.useRef(null),{isOpen:n,onClose:r,onOpen:o}=pa(),s=te(),{t:i}=le(),u=f.useCallback(g=>{s(Uc(g.target.value))},[s]),d=f.useCallback(g=>{g.key==="<"&&o()},[o]),p=f.useCallback(g=>{if(!t.current)return;const v=t.current.selectionStart;if(v===void 0)return;let b=e.slice(0,v);b[b.length-1]!=="<"&&(b+="<"),b+=`${g}>`;const S=b.length;b+=e.slice(v),Ql.flushSync(()=>{s(Uc(b))}),t.current.selectionEnd=S,r()},[s,r,e]),h=sr("embedding").isFeatureEnabled;return a.jsxs(Ss,{children:[a.jsx(Uj,{isOpen:n,onClose:r,onSelect:p,children:a.jsx(Wj,{id:"negativePrompt",name:"negativePrompt",ref:t,value:e,placeholder:i("parameters.negativePromptPlaceholder"),onChange:u,resize:"vertical",fontSize:"sm",minH:16,...h&&{onKeyDown:d}})}),!n&&h&&a.jsx(ze,{sx:{position:"absolute",top:0,insetInlineEnd:0},children:a.jsx(Vj,{onClick:o})})]})},GQ=e=>{const r=e.split(",").map(o=>o.split(":")).map(o=>({seed:Number(o[0]),weight:Number(o[1])}));return Q1(r)?r:!1},Q1=e=>typeof e=="string"?!!GQ(e):!!(e.length&&!e.some(t=>{const{seed:n,weight:r}=t,o=!isNaN(parseInt(n.toString(),10)),s=!isNaN(parseInt(r.toString(),10))&&r>=0&&r<=1;return!(o&&s)})),qQ=ve([Rt,dr],(e,t)=>{const{generation:n,system:r}=e,{shouldGenerateVariations:o,seedWeights:s,initialImage:i,seed:u}=n,{isProcessing:d,isConnected:p}=r;let h=!0;const g=[];t==="img2img"&&!i&&(h=!1,g.push("No initial image selected"));const{isSuccess:v}=m7.endpoints.getMainModels.select()(e);return v||(h=!1,g.push("Models are not loaded")),d&&(h=!1,g.push("System Busy")),p||(h=!1,g.push("System Disconnected")),o&&(!(Q1(s)||s==="")||u===-1)&&(h=!1,g.push("Seed-Weights badly formatted.")),Yo(e.controlNet.controlNets,(b,S)=>{b.model||(h=!1,g.push("ControlNet ${id} has no model selected."))}),{isReady:h,reasonsWhyNotReady:g}},at),X1=()=>{const{isReady:e}=$(qQ);return e},KQ=ve([Rt,dr],({generation:e,ui:t},n)=>({shouldPinParametersPanel:t.shouldPinParametersPanel,prompt:e.positivePrompt,activeTabName:n}),{memoizeOptions:{resultEqualityCheck:Yt}}),J1=()=>{const e=te(),{prompt:t,shouldPinParametersPanel:n,activeTabName:r}=$(KQ),o=X1(),s=f.useRef(null),{isOpen:i,onClose:u,onOpen:d}=pa(),{t:p}=le(),h=f.useCallback(S=>{e(Vc(S.target.value))},[e]);qe("alt+a",()=>{var S;(S=s.current)==null||S.focus()},[]);const g=f.useCallback(S=>{if(!s.current)return;const w=s.current.selectionStart;if(w===void 0)return;let C=t.slice(0,w);C[C.length-1]!=="<"&&(C+="<"),C+=`${S}>`;const _=C.length;C+=t.slice(w),Ql.flushSync(()=>{e(Vc(C))}),s.current.selectionStart=_,s.current.selectionEnd=_,u()},[e,u,t]),v=sr("embedding").isFeatureEnabled,b=f.useCallback(S=>{S.key==="Enter"&&S.shiftKey===!1&&o&&(S.preventDefault(),e(mv()),e(gv(r))),v&&S.key==="<"&&d()},[o,e,r,d,v]);return a.jsxs(ze,{position:"relative",children:[a.jsx(Ss,{children:a.jsx(Uj,{isOpen:i,onClose:u,onSelect:g,children:a.jsx(Wj,{id:"prompt",name:"prompt",ref:s,value:t,placeholder:p("parameters.positivePromptPlaceholder"),onChange:h,onKeyDown:b,resize:"vertical",minH:32})})}),!i&&v&&a.jsx(ze,{sx:{position:"absolute",top:n?6:0,insetInlineEnd:0},children:a.jsx(Vj,{onClick:d})})]})},YQ=ve(Rt,e=>{const{shouldUseNoiseSettings:t,shouldUseCpuNoise:n}=e.generation;return{isDisabled:!t,shouldUseCpuNoise:n}},at),QQ=()=>{const e=te(),{isDisabled:t,shouldUseCpuNoise:n}=$(YQ);le();const r=o=>e(g7(o.target.checked));return a.jsx(Pn,{isDisabled:t,label:"Use CPU Noise",isChecked:n,onChange:r})},XQ=ve(Rt,e=>{const{shouldUseNoiseSettings:t,threshold:n}=e.generation;return{isDisabled:!t,threshold:n}},at);function JQ(){const e=te(),{threshold:t,isDisabled:n}=$(XQ),{t:r}=le();return a.jsx(ht,{isDisabled:n,label:r("parameters.noiseThreshold"),min:0,max:20,step:.1,onChange:o=>e(dx(o)),handleReset:()=>e(dx(0)),value:t,withInput:!0,withReset:!0,withSliderMarks:!0})}const ZQ=()=>{const e=te(),t=$(r=>r.generation.shouldUseNoiseSettings);le();const n=r=>e(v7(r.target.checked));return a.jsx(Pn,{label:"Enable Noise Settings",isChecked:t,onChange:n})},eX=ve(Rt,e=>{const{shouldUseNoiseSettings:t,perlin:n}=e.generation;return{isDisabled:!t,perlin:n}},at);function tX(){const e=te(),{perlin:t,isDisabled:n}=$(eX),{t:r}=le();return a.jsx(ht,{isDisabled:n,label:r("parameters.perlinNoise"),min:0,max:1,step:.05,onChange:o=>e(fx(o)),handleReset:()=>e(fx(0)),value:t,withInput:!0,withReset:!0,withSliderMarks:!0})}const nX=ve(Rt,e=>{const{shouldUseNoiseSettings:t}=e.generation;return{activeLabel:t?"Enabled":void 0}},at),rX=()=>{const{t:e}=le(),t=sr("noise").isFeatureEnabled,n=sr("perlinNoise").isFeatureEnabled,r=sr("noiseThreshold").isFeatureEnabled,{activeLabel:o}=$(nX);return t?a.jsx(So,{label:e("parameters.noiseSettings"),activeLabel:o,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(ZQ,{}),a.jsx(QQ,{}),n&&a.jsx(tX,{}),r&&a.jsx(JQ,{})]})}):null},Gj=f.memo(rX),oX=ve(Xo,e=>{const{seamlessXAxis:t}=e;return{seamlessXAxis:t}},at),sX=()=>{const{t:e}=le(),{seamlessXAxis:t}=$(oX),n=te(),r=f.useCallback(o=>{n(y7(o.target.checked))},[n]);return a.jsx(Pn,{label:e("parameters.seamlessXAxis"),"aria-label":e("parameters.seamlessXAxis"),isChecked:t,onChange:r})},aX=f.memo(sX),iX=ve(Xo,e=>{const{seamlessYAxis:t}=e;return{seamlessYAxis:t}},at),lX=()=>{const{t:e}=le(),{seamlessYAxis:t}=$(iX),n=te(),r=f.useCallback(o=>{n(b7(o.target.checked))},[n]);return a.jsx(Pn,{label:e("parameters.seamlessYAxis"),"aria-label":e("parameters.seamlessYAxis"),isChecked:t,onChange:r})},cX=f.memo(lX),uX=(e,t)=>{if(e&&t)return"X & Y";if(e)return"X";if(t)return"Y"},dX=ve(Xo,e=>{const{seamlessXAxis:t,seamlessYAxis:n}=e;return{activeLabel:uX(t,n)}},at),fX=()=>{const{t:e}=le(),{activeLabel:t}=$(dX);return sr("seamless").isFeatureEnabled?a.jsx(So,{label:e("parameters.seamlessTiling"),activeLabel:t,children:a.jsxs(F,{sx:{gap:5},children:[a.jsx(ze,{flexGrow:1,children:a.jsx(aX,{})}),a.jsx(ze,{flexGrow:1,children:a.jsx(cX,{})})]})}):null},qj=f.memo(fX);function pX(){const e=$(o=>o.generation.horizontalSymmetrySteps),t=$(o=>o.generation.steps),n=te(),{t:r}=le();return a.jsx(ht,{label:r("parameters.hSymmetryStep"),value:e,onChange:o=>n(px(o)),min:0,max:t,step:1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:()=>n(px(0))})}function hX(){const e=$(o=>o.generation.verticalSymmetrySteps),t=$(o=>o.generation.steps),n=te(),{t:r}=le();return a.jsx(ht,{label:r("parameters.vSymmetryStep"),value:e,onChange:o=>n(hx(o)),min:0,max:t,step:1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:()=>n(hx(0))})}function mX(){const e=$(n=>n.generation.shouldUseSymmetry),t=te();return a.jsx(Pn,{label:"Enable Symmetry",isChecked:e,onChange:n=>t(x7(n.target.checked))})}const gX=ve(Rt,e=>({activeLabel:e.generation.shouldUseSymmetry?"Enabled":void 0}),at),vX=()=>{const{t:e}=le(),{activeLabel:t}=$(gX);return sr("symmetry").isFeatureEnabled?a.jsx(So,{label:e("parameters.symmetry"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(mX,{}),a.jsx(pX,{}),a.jsx(hX,{})]})}):null},Z1=f.memo(vX);function yX(){const e=$(o=>o.generation.variationAmount),t=$(o=>o.generation.shouldGenerateVariations),{t:n}=le(),r=te();return a.jsx(ht,{label:n("parameters.variationAmount"),value:e,step:.01,min:0,max:1,isDisabled:!t,onChange:o=>r(mx(o)),handleReset:()=>r(mx(.1)),withInput:!0,withReset:!0,withSliderMarks:!0})}const bX=()=>{const e=te(),t=$(r=>r.generation.shouldGenerateVariations);le();const n=r=>e(w7(r.target.checked));return a.jsx(Pn,{label:"Enable Variations",isChecked:t,onChange:n})},xX={display:"flex",flexDirection:"row",alignItems:"center",gap:10},wX=e=>{const{label:t="",labelPos:n="top",isDisabled:r=!1,isInvalid:o,formControlProps:s,...i}=e,u=te(),d=f.useCallback(h=>{h.shiftKey&&u(qo(!0))},[u]),p=f.useCallback(h=>{h.shiftKey||u(qo(!1))},[u]);return a.jsxs(Ss,{isInvalid:o,isDisabled:r,...s,style:n==="side"?xX:void 0,children:[t!==""&&a.jsx(vs,{children:t}),a.jsx(ku,{...i,onPaste:K1,onKeyDown:d,onKeyUp:p})]})},$i=f.memo(wX);function SX(){const e=$(s=>s.generation.seedWeights),t=$(s=>s.generation.shouldGenerateVariations),{t:n}=le(),r=te(),o=s=>r(S7(s.target.value));return a.jsx($i,{label:n("parameters.seedWeights"),value:e,isInvalid:t&&!(Q1(e)||e===""),isDisabled:!t,onChange:o})}const CX=ve(Rt,e=>({activeLabel:e.generation.shouldGenerateVariations?"Enabled":void 0}),at),_X=()=>{const{t:e}=le(),{activeLabel:t}=$(CX);return sr("variation").isFeatureEnabled?a.jsx(So,{label:e("parameters.variations"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(bX,{}),a.jsx(yX,{}),a.jsx(SX,{})]})}):null},ey=f.memo(_X),kX=ve(Mo,e=>({isProcessing:e.isProcessing,isConnected:e.isConnected,isCancelable:e.isCancelable,currentIteration:e.currentIteration,totalIterations:e.totalIterations,sessionId:e.sessionId,cancelType:e.cancelType,isCancelScheduled:e.isCancelScheduled}),{memoizeOptions:{resultEqualityCheck:Yt}}),PX=e=>{const t=te(),{btnGroupWidth:n="auto",...r}=e,{isProcessing:o,isConnected:s,isCancelable:i,cancelType:u,isCancelScheduled:d,sessionId:p}=$(kX),h=f.useCallback(()=>{if(p){if(u==="scheduled"){t(C7());return}t(_7({session_id:p}))}},[t,p,u]),{t:g}=le(),v=f.useCallback(w=>{const C=Array.isArray(w)?w[0]:w;t(k7(C))},[t]);qe("shift+x",()=>{(s||o)&&i&&h()},[s,o,i]);const b=f.useMemo(()=>g(d?"parameters.cancel.isScheduled":u==="immediate"?"parameters.cancel.immediate":"parameters.cancel.schedule"),[g,u,d]),S=f.useMemo(()=>d?a.jsx(P7,{}):u==="immediate"?a.jsx(iF,{}):a.jsx(nF,{}),[u,d]);return a.jsxs(Yn,{isAttached:!0,width:n,children:[a.jsx(je,{icon:S,tooltip:b,"aria-label":b,isDisabled:!s||!o||!i,onClick:h,colorScheme:"error",id:"cancel-button",...r}),a.jsxs(Iu,{closeOnSelect:!1,children:[a.jsx(Eu,{as:je,tooltip:g("parameters.cancel.setType"),"aria-label":g("parameters.cancel.setType"),icon:a.jsx(q$,{w:"1em",h:"1em"}),paddingX:0,paddingY:0,colorScheme:"error",minWidth:5,...r}),a.jsx(ec,{minWidth:"240px",children:a.jsxs(zv,{value:u,title:"Cancel Type",type:"radio",onChange:v,children:[a.jsx(ru,{value:"immediate",children:g("parameters.cancel.immediate")}),a.jsx(ru,{value:"scheduled",children:g("parameters.cancel.schedule")})]})})]})]})},Ah=f.memo(PX),jX=ve(Mo,e=>({isProcessing:e.isProcessing,currentStep:e.currentStep,totalSteps:e.totalSteps,currentStatusHasSteps:e.currentStatusHasSteps}),{memoizeOptions:{resultEqualityCheck:Yt}}),IX=()=>{const{t:e}=le(),{isProcessing:t,currentStep:n,totalSteps:r,currentStatusHasSteps:o}=$(jX),s=n?Math.round(n*100/r):0;return a.jsx(n5,{value:s,"aria-label":e("accessibility.invokeProgressBar"),isIndeterminate:t&&!o,height:"full",colorScheme:"accent"})},Kj=f.memo(IX),IC={_disabled:{bg:"none",color:"base.600",cursor:"not-allowed",_hover:{color:"base.600",bg:"none"}}};function ty(e){const{iconButton:t=!1,...n}=e,r=te(),o=X1(),s=$(dr),i=$(p=>p.system.isProcessing),u=f.useCallback(()=>{r(mv()),r(gv(s))},[r,s]),{t:d}=le();return qe(["ctrl+enter","meta+enter"],u,{enabled:()=>o,preventDefault:!0,enableOnFormTags:["input","textarea","select"]},[o,s]),a.jsx(ze,{style:{flexGrow:4},position:"relative",children:a.jsxs(ze,{style:{position:"relative"},children:[!o&&a.jsx(ze,{borderRadius:"base",style:{position:"absolute",bottom:"0",left:"0",right:"0",height:"100%",overflow:"clip"},...n,children:a.jsx(Kj,{})}),t?a.jsx(je,{"aria-label":d("parameters.invoke"),type:"submit",icon:a.jsx(U5,{}),isDisabled:!o||i,onClick:u,tooltip:d("parameters.invoke"),tooltipProps:{placement:"top"},colorScheme:"accent",id:"invoke-button",...n,sx:{w:"full",flexGrow:1,...i?IC:{}}}):a.jsx(Zt,{"aria-label":d("parameters.invoke"),type:"submit",isDisabled:!o||i,onClick:u,colorScheme:"accent",id:"invoke-button",...n,sx:{w:"full",flexGrow:1,fontWeight:700,...i?IC:{}},children:"Invoke"})]})})}const ny=()=>a.jsxs(F,{gap:2,children:[a.jsx(ty,{}),a.jsx(Ah,{})]}),Bp=/^-?(0\.)?\.?$/,EX=e=>{const{label:t,isDisabled:n=!1,showStepper:r=!0,isInvalid:o,value:s,onChange:i,min:u,max:d,isInteger:p=!0,formControlProps:h,formLabelProps:g,numberInputFieldProps:v,numberInputStepperProps:b,tooltipProps:S,...w}=e,C=te(),[_,k]=f.useState(String(s));f.useEffect(()=>{!_.match(Bp)&&s!==Number(_)&&k(String(s))},[s,_]);const j=M=>{k(M),M.match(Bp)||i(p?Math.floor(Number(M)):Number(M))},E=M=>{const R=Ws(p?Math.floor(Number(M.target.value)):Number(M.target.value),u,d);k(String(R)),i(R)},I=f.useCallback(M=>{M.shiftKey&&C(qo(!0))},[C]),O=f.useCallback(M=>{M.shiftKey||C(qo(!1))},[C]);return a.jsx(_n,{...S,children:a.jsxs(Ss,{isDisabled:n,isInvalid:o,...h,children:[t&&a.jsx(vs,{...g,children:t}),a.jsxs(U4,{value:_,min:u,max:d,keepWithinRange:!0,clampValueOnBlur:!1,onChange:j,onBlur:E,...w,onPaste:K1,children:[a.jsx(G4,{...v,onKeyDown:I,onKeyUp:O}),r&&a.jsxs(q4,{children:[a.jsx(K4,{...b}),a.jsx(Y4,{...b})]})]})]})})},Nh=f.memo(EX),OX=ve([Xo,Vi,Jr,xu],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u}=t.sd.guidance,{cfgScale:d}=e,{shouldUseSliders:p}=n,{shift:h}=r;return{cfgScale:d,initial:o,min:s,sliderMax:i,inputMax:u,shouldUseSliders:p,shift:h}},at),RX=()=>{const{cfgScale:e,initial:t,min:n,sliderMax:r,inputMax:o,shouldUseSliders:s,shift:i}=$(OX),u=te(),{t:d}=le(),p=f.useCallback(g=>u(kf(g)),[u]),h=f.useCallback(()=>u(kf(t)),[u,t]);return s?a.jsx(ht,{label:d("parameters.cfgScale"),step:i?.1:.5,min:n,max:r,onChange:p,handleReset:h,value:e,sliderNumberInputProps:{max:o},withInput:!0,withReset:!0,withSliderMarks:!0,isInteger:!1}):a.jsx(Nh,{label:d("parameters.cfgScale"),step:.5,min:n,max:o,onChange:p,value:e,isInteger:!1,numberInputFieldProps:{textAlign:"center"}})},Fl=f.memo(RX),MX=ve([Rt],e=>{const{initial:t,min:n,sliderMax:r,inputMax:o,fineStep:s,coarseStep:i}=e.config.sd.iterations,{iterations:u}=e.generation,{shouldUseSliders:d}=e.ui,p=e.dynamicPrompts.isEnabled&&e.dynamicPrompts.combinatorial,h=e.hotkeys.shift?s:i;return{iterations:u,initial:t,min:n,sliderMax:r,inputMax:o,step:h,shouldUseSliders:d,isDisabled:p}},at),DX=()=>{const{iterations:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s,shouldUseSliders:i,isDisabled:u}=$(MX),d=te(),{t:p}=le(),h=f.useCallback(v=>{d(gx(v))},[d]),g=f.useCallback(()=>{d(gx(t))},[d,t]);return i?a.jsx(ht,{isDisabled:u,label:p("parameters.images"),step:s,min:n,max:r,onChange:h,handleReset:g,value:e,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:o}}):a.jsx(Nh,{isDisabled:u,label:p("parameters.images"),step:s,min:n,max:o,onChange:h,value:e,numberInputFieldProps:{textAlign:"center"}})},Hl=f.memo(DX),TX=Yp.child({module:"models"}),Yj=e=>{const[t,n,r]=e.split("/"),o=j7.safeParse({base_model:t,model_name:r});if(!o.success){TX.error({mainModelId:e,errors:o.error.format()},"Failed to parse main model id");return}return o.data},AX=ve(Rt,e=>({model:e.generation.model}),at),NX=()=>{const e=te(),{t}=le(),{model:n}=$(AX),{data:r,isLoading:o}=Ei(),s=f.useMemo(()=>{if(!r)return[];const d=[];return Yo(r.entities,(p,h)=>{!p||["sdxl","sdxl-refiner"].includes(p.base_model)||d.push({value:h,label:p.model_name,group:Rr[p.base_model]})}),d},[r]),i=f.useMemo(()=>(r==null?void 0:r.entities[`${n==null?void 0:n.base_model}/main/${n==null?void 0:n.model_name}`])??null,[r==null?void 0:r.entities,n]),u=f.useCallback(d=>{if(!d)return;const p=Yj(d);p&&e(Kg(p))},[e]);return o?a.jsx(gr,{label:t("modelManager.model"),placeholder:"Loading...",disabled:!0,data:[]}):a.jsx(gr,{tooltip:i==null?void 0:i.description,label:t("modelManager.model"),value:i==null?void 0:i.id,placeholder:s.length>0?"Select a model":"No models available",data:s,error:s.length===0,disabled:s.length===0,onChange:u})},$X=f.memo(NX),zX=Yp.child({module:"models"}),Qj=e=>{const[t,n,r]=e.split("/"),o=I7.safeParse({base_model:t,model_name:r});if(!o.success){zX.error({vaeModelId:e,errors:o.error.format()},"Failed to parse VAE model id");return}return o.data},LX=ve(Rt,({generation:e})=>{const{model:t,vae:n}=e;return{model:t,vae:n}},at),BX=()=>{const e=te(),{t}=le(),{model:n,vae:r}=$(LX),{data:o}=Q4(),s=f.useMemo(()=>{if(!o)return[];const d=[{value:"default",label:"Default",group:"Default"}];return Yo(o.entities,(p,h)=>{if(!p)return;const g=(n==null?void 0:n.base_model)!==p.base_model;d.push({value:h,label:p.model_name,group:Rr[p.base_model],disabled:g,tooltip:g?`Incompatible base model: ${p.base_model}`:void 0})}),d.sort((p,h)=>p.disabled&&!h.disabled?1:-1)},[o,n==null?void 0:n.base_model]),i=f.useMemo(()=>(o==null?void 0:o.entities[`${r==null?void 0:r.base_model}/vae/${r==null?void 0:r.model_name}`])??null,[o==null?void 0:o.entities,r]),u=f.useCallback(d=>{if(!d||d==="default"){e(vx(null));return}const p=Qj(d);p&&e(vx(p))},[e]);return a.jsx(gr,{itemComponent:ic,tooltip:i==null?void 0:i.description,label:t("modelManager.vae"),value:(i==null?void 0:i.id)??"default",placeholder:"Default",data:s,onChange:u,disabled:s.length===0,clearable:!0})},FX=f.memo(BX),HX=ve([Jr,Xo],(e,t)=>{const{scheduler:n}=t,{favoriteSchedulers:r}=e,o=B4.map(s=>({value:s,label:F4[s],group:r.includes(s)?"Favorites":void 0})).sort((s,i)=>s.label.localeCompare(i.label));return{scheduler:n,data:o}},at),WX=()=>{const e=te(),{t}=le(),{scheduler:n,data:r}=$(HX),o=f.useCallback(s=>{s&&e(Yg(s))},[e]);return a.jsx(gr,{label:t("parameters.scheduler"),value:n,data:r,onChange:o})},VX=f.memo(WX),UX=()=>{const e=sr("vae").isFeatureEnabled;return a.jsxs(F,{gap:3,w:"full",flexWrap:e?"wrap":"nowrap",children:[a.jsx(ze,{w:"full",children:a.jsx($X,{})}),a.jsxs(F,{gap:3,w:"full",children:[e&&a.jsx(ze,{w:"full",children:a.jsx(FX,{})}),a.jsx(ze,{w:"full",children:a.jsx(VX,{})})]})]})},Wl=f.memo(UX),GX=[{name:"Free",value:null},{name:"Portrait",value:.67/1},{name:"Wide",value:16/9},{name:"Square",value:1/1}];function Xj(){const e=$(o=>o.ui.aspectRatio),t=te(),n=$(o=>o.generation.shouldFitToWidthHeight),r=$(dr);return a.jsx(F,{gap:2,flexGrow:1,children:a.jsx(Yn,{isAttached:!0,children:GX.map(o=>a.jsx(Zt,{size:"sm",isChecked:e===o.value,isDisabled:r==="img2img"?!n:!1,onClick:()=>t(E7(o.value)),children:o.name},o.name))})})}const qX=ve([Xo,xu,Vi,Jr],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=n.sd.height,{height:h}=e,{aspectRatio:g}=r,v=t.shift?d:p;return{height:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,aspectRatio:g}},at),KX=e=>{const{height:t,initial:n,min:r,sliderMax:o,inputMax:s,step:i,aspectRatio:u}=$(qX),d=te(),{t:p}=le(),h=f.useCallback(v=>{if(d(Tl(v)),u){const b=cs(v*u,8);d(Dl(b))}},[d,u]),g=f.useCallback(()=>{if(d(Tl(n)),u){const v=cs(n*u,8);d(Dl(v))}},[d,n,u]);return a.jsx(ht,{label:p("parameters.height"),value:t,min:r,step:i,max:o,onChange:h,handleReset:g,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:s},...e})},YX=f.memo(KX),QX=ve([Xo,xu,Vi,Jr],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=n.sd.width,{width:h}=e,{aspectRatio:g}=r,v=t.shift?d:p;return{width:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,aspectRatio:g}},at),XX=e=>{const{width:t,initial:n,min:r,sliderMax:o,inputMax:s,step:i,aspectRatio:u}=$(QX),d=te(),{t:p}=le(),h=f.useCallback(v=>{if(d(Dl(v)),u){const b=cs(v/u,8);d(Tl(b))}},[d,u]),g=f.useCallback(()=>{if(d(Dl(n)),u){const v=cs(n/u,8);d(Tl(v))}},[d,n,u]);return a.jsx(ht,{label:p("parameters.width"),value:t,min:r,step:i,max:o,onChange:h,handleReset:g,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:s},...e})},JX=f.memo(XX);function Fp(){const{t:e}=le(),t=te(),n=$(o=>o.generation.shouldFitToWidthHeight),r=$(dr);return a.jsxs(F,{sx:{gap:2,p:4,borderRadius:4,flexDirection:"column",w:"full",bg:"base.150",_dark:{bg:"base.750"}},children:[a.jsxs(F,{alignItems:"center",gap:2,children:[a.jsx(nt,{sx:{fontSize:"sm",width:"full",color:"base.700",_dark:{color:"base.300"}},children:e("parameters.aspectRatio")}),a.jsx(Li,{}),a.jsx(Xj,{}),a.jsx(je,{tooltip:e("ui.swapSizes"),"aria-label":e("ui.swapSizes"),size:"sm",icon:a.jsx(Q_,{}),fontSize:20,isDisabled:r==="img2img"?!n:!1,onClick:()=>t(O7())})]}),a.jsx(F,{gap:2,alignItems:"center",children:a.jsxs(F,{gap:2,flexDirection:"column",width:"full",children:[a.jsx(JX,{isDisabled:r==="img2img"?!n:!1}),a.jsx(YX,{isDisabled:r==="img2img"?!n:!1})]})})]})}const ZX=ve([Xo,Vi,Jr,xu],(e,t,n,r)=>{const{initial:o,min:s,sliderMax:i,inputMax:u,fineStep:d,coarseStep:p}=t.sd.steps,{steps:h}=e,{shouldUseSliders:g}=n,v=r.shift?d:p;return{steps:h,initial:o,min:s,sliderMax:i,inputMax:u,step:v,shouldUseSliders:g}},at),eJ=()=>{const{steps:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s,shouldUseSliders:i}=$(ZX),u=te(),{t:d}=le(),p=f.useCallback(v=>{u(Pf(v))},[u]),h=f.useCallback(()=>{u(Pf(t))},[u,t]),g=f.useCallback(()=>{u(mv())},[u]);return i?a.jsx(ht,{label:d("parameters.steps"),min:n,max:r,step:s,onChange:p,handleReset:h,value:e,withInput:!0,withReset:!0,withSliderMarks:!0,sliderNumberInputProps:{max:o}}):a.jsx(Nh,{label:d("parameters.steps"),min:n,max:o,step:s,onChange:p,value:e,numberInputFieldProps:{textAlign:"center"},onBlur:g})},Vl=f.memo(eJ);function tJ(){const e=te(),t=$(o=>o.generation.shouldFitToWidthHeight),n=o=>e(R7(o.target.checked)),{t:r}=le();return a.jsx(Pn,{label:r("parameters.imageFit"),isChecked:t,onChange:n})}const nJ=ve([Xo,xu,Vi],(e,t,n)=>{const{initial:r,min:o,sliderMax:s,inputMax:i,fineStep:u,coarseStep:d}=n.sd.img2imgStrength,{img2imgStrength:p}=e,h=t.shift?u:d;return{img2imgStrength:p,initial:r,min:o,sliderMax:s,inputMax:i,step:h}},at),rJ=()=>{const{img2imgStrength:e,initial:t,min:n,sliderMax:r,inputMax:o,step:s}=$(nJ),i=te(),{t:u}=le(),d=f.useCallback(h=>i(jf(h)),[i]),p=f.useCallback(()=>{i(jf(t))},[i,t]);return a.jsx(ht,{label:`${u("parameters.denoisingStrength")}`,step:s,min:n,max:r,onChange:d,handleReset:p,value:e,isInteger:!1,withInput:!0,withSliderMarks:!0,withReset:!0,sliderNumberInputProps:{max:o}})},Jj=f.memo(rJ);function oJ(){const e=$(i=>i.generation.seed),t=$(i=>i.generation.shouldRandomizeSeed),n=$(i=>i.generation.shouldGenerateVariations),{t:r}=le(),o=te(),s=i=>o(_f(i));return a.jsx(Nh,{label:r("parameters.seed"),step:1,precision:0,flexGrow:1,min:X4,max:J4,isDisabled:t,isInvalid:e<0&&n,onChange:s,value:e,formControlProps:{display:"flex",alignItems:"center",gap:3}})}const sJ=(e,t)=>Math.floor(Math.random()*(t-e+1)+e);function aJ(){const e=te(),t=$(o=>o.generation.shouldRandomizeSeed),{t:n}=le(),r=()=>e(_f(sJ(X4,J4)));return a.jsx(je,{size:"sm",isDisabled:t,"aria-label":n("parameters.shuffle"),tooltip:n("parameters.shuffle"),onClick:r,icon:a.jsx(N$,{})})}const iJ=()=>{const e=te(),{t}=le(),n=$(o=>o.generation.shouldRandomizeSeed),r=o=>e(M7(o.target.checked));return a.jsx(Pn,{label:t("common.random"),isChecked:n,onChange:r})},lJ=f.memo(iJ),cJ=()=>a.jsxs(F,{sx:{gap:4,alignItems:"center"},children:[a.jsx(oJ,{}),a.jsx(aJ,{}),a.jsx(lJ,{})]}),Ul=f.memo(cJ),uJ=ve([Jr,Xo],(e,t)=>{const{shouldUseSliders:n}=e,{shouldFitToWidthHeight:r,shouldRandomizeSeed:o}=t;return{shouldUseSliders:n,shouldFitToWidthHeight:r,activeLabel:o?void 0:"Manual Seed"}},at),dJ=()=>{const{shouldUseSliders:e,shouldFitToWidthHeight:t,activeLabel:n}=$(uJ);return a.jsx(So,{label:"General",activeLabel:n,defaultIsOpen:!0,children:a.jsxs(F,{sx:{flexDirection:"column",gap:3},children:[e?a.jsxs(a.Fragment,{children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}):a.jsxs(a.Fragment,{children:[a.jsxs(F,{gap:3,children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{})]}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}),a.jsx(Jj,{}),a.jsx(tJ,{})]})})},fJ=f.memo(dJ),pJ=()=>a.jsxs(a.Fragment,{children:[a.jsx(J1,{}),a.jsx(Y1,{}),a.jsx(ny,{}),a.jsx(fJ,{}),a.jsx(q1,{}),a.jsx(U1,{}),a.jsx(V1,{}),a.jsx(ey,{}),a.jsx(Gj,{}),a.jsx(Z1,{}),a.jsx(qj,{}),a.jsx(G1,{})]}),Zj=f.memo(pJ),hJ=()=>{const e=te(),t=f.useRef(null),n=f.useCallback(()=>{t.current&&t.current.setLayout([50,50])},[]);return a.jsxs(F,{sx:{gap:4,w:"full",h:"full"},children:[a.jsx(W1,{children:a.jsx(Zj,{})}),a.jsx(ze,{sx:{w:"full",h:"full"},children:a.jsxs(F1,{ref:t,autoSaveId:"imageTab.content",direction:"horizontal",style:{height:"100%",width:"100%"},children:[a.jsx(fu,{id:"imageTab.content.initImage",order:0,defaultSize:50,minSize:25,style:{position:"relative"},children:a.jsx(oY,{})}),a.jsx($j,{onDoubleClick:n}),a.jsx(fu,{id:"imageTab.content.selectedImage",order:1,defaultSize:50,minSize:25,onResize:()=>{e(so())},children:a.jsx(Bj,{})})]})})]})},mJ=f.memo(hJ);var gJ=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,o,s;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(o=r;o--!==0;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(s=Object.keys(t),r=s.length,r!==Object.keys(n).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(n,s[o]))return!1;for(o=r;o--!==0;){var i=s[o];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n};const EC=vu(gJ);function G0(e){return e===null||typeof e!="object"?{}:Object.keys(e).reduce((t,n)=>{const r=e[n];return r!=null&&r!==!1&&(t[n]=r),t},{})}var vJ=Object.defineProperty,OC=Object.getOwnPropertySymbols,yJ=Object.prototype.hasOwnProperty,bJ=Object.prototype.propertyIsEnumerable,RC=(e,t,n)=>t in e?vJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xJ=(e,t)=>{for(var n in t||(t={}))yJ.call(t,n)&&RC(e,n,t[n]);if(OC)for(var n of OC(t))bJ.call(t,n)&&RC(e,n,t[n]);return e};function eI(e,t){if(t===null||typeof t!="object")return{};const n=xJ({},t);return Object.keys(t).forEach(r=>{r.includes(`${String(e)}.`)&&delete n[r]}),n}const wJ="__MANTINE_FORM_INDEX__";function MC(e,t){return t?typeof t=="boolean"?t:Array.isArray(t)?t.includes(e.replace(/[.][0-9]/g,`.${wJ}`)):!1:!1}function DC(e,t,n){typeof n.value=="object"&&(n.value=bl(n.value)),!n.enumerable||n.get||n.set||!n.configurable||!n.writable||t==="__proto__"?Object.defineProperty(e,t,n):e[t]=n.value}function bl(e){if(typeof e!="object")return e;var t=0,n,r,o,s=Object.prototype.toString.call(e);if(s==="[object Object]"?o=Object.create(e.__proto__||null):s==="[object Array]"?o=Array(e.length):s==="[object Set]"?(o=new Set,e.forEach(function(i){o.add(bl(i))})):s==="[object Map]"?(o=new Map,e.forEach(function(i,u){o.set(bl(u),bl(i))})):s==="[object Date]"?o=new Date(+e):s==="[object RegExp]"?o=new RegExp(e.source,e.flags):s==="[object DataView]"?o=new e.constructor(bl(e.buffer)):s==="[object ArrayBuffer]"?o=e.slice(0):s.slice(-6)==="Array]"&&(o=new e.constructor(e)),o){for(r=Object.getOwnPropertySymbols(e);t0,errors:t}}function q0(e,t,n="",r={}){return typeof e!="object"||e===null?r:Object.keys(e).reduce((o,s)=>{const i=e[s],u=`${n===""?"":`${n}.`}${s}`,d=aa(u,t);let p=!1;return typeof i=="function"&&(o[u]=i(d,t,u)),typeof i=="object"&&Array.isArray(d)&&(p=!0,d.forEach((h,g)=>q0(i,t,`${u}.${g}`,o))),typeof i=="object"&&typeof d=="object"&&d!==null&&(p||q0(i,t,u,o)),o},r)}function K0(e,t){return TC(typeof e=="function"?e(t):q0(e,t))}function df(e,t,n){if(typeof e!="string")return{hasError:!1,error:null};const r=K0(t,n),o=Object.keys(r.errors).find(s=>e.split(".").every((i,u)=>i===s.split(".")[u]));return{hasError:!!o,error:o?r.errors[o]:null}}function SJ(e,{from:t,to:n},r){const o=aa(e,r);if(!Array.isArray(o))return r;const s=[...o],i=o[t];return s.splice(t,1),s.splice(n,0,i),$h(e,s,r)}var CJ=Object.defineProperty,AC=Object.getOwnPropertySymbols,_J=Object.prototype.hasOwnProperty,kJ=Object.prototype.propertyIsEnumerable,NC=(e,t,n)=>t in e?CJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,PJ=(e,t)=>{for(var n in t||(t={}))_J.call(t,n)&&NC(e,n,t[n]);if(AC)for(var n of AC(t))kJ.call(t,n)&&NC(e,n,t[n]);return e};function jJ(e,{from:t,to:n},r){const o=`${e}.${t}`,s=`${e}.${n}`,i=PJ({},r);return Object.keys(r).every(u=>{let d,p;if(u.startsWith(o)&&(d=u,p=u.replace(o,s)),u.startsWith(s)&&(d=u.replace(s,o),p=u),d&&p){const h=i[d],g=i[p];return g===void 0?delete i[d]:i[d]=g,h===void 0?delete i[p]:i[p]=h,!1}return!0}),i}function IJ(e,t,n){const r=aa(e,n);return Array.isArray(r)?$h(e,r.filter((o,s)=>s!==t),n):n}var EJ=Object.defineProperty,$C=Object.getOwnPropertySymbols,OJ=Object.prototype.hasOwnProperty,RJ=Object.prototype.propertyIsEnumerable,zC=(e,t,n)=>t in e?EJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MJ=(e,t)=>{for(var n in t||(t={}))OJ.call(t,n)&&zC(e,n,t[n]);if($C)for(var n of $C(t))RJ.call(t,n)&&zC(e,n,t[n]);return e};function LC(e,t){const n=e.substring(t.length+1).split(".")[0];return parseInt(n,10)}function BC(e,t,n,r){if(t===void 0)return n;const o=`${String(e)}`;let s=n;r===-1&&(s=eI(`${o}.${t}`,s));const i=MJ({},s),u=new Set;return Object.entries(s).filter(([d])=>{if(!d.startsWith(`${o}.`))return!1;const p=LC(d,o);return Number.isNaN(p)?!1:p>=t}).forEach(([d,p])=>{const h=LC(d,o),g=d.replace(`${o}.${h}`,`${o}.${h+r}`);i[g]=p,u.add(g),u.has(d)||delete i[d]}),i}function DJ(e,t,n,r){const o=aa(e,r);if(!Array.isArray(o))return r;const s=[...o];return s.splice(typeof n=="number"?n:s.length,0,t),$h(e,s,r)}function FC(e,t){const n=Object.keys(e);if(typeof t=="string"){const r=n.filter(o=>o.startsWith(`${t}.`));return e[t]||r.some(o=>e[o])||!1}return n.some(r=>e[r])}function TJ(e){return t=>{if(!t)e(t);else if(typeof t=="function")e(t);else if(typeof t=="object"&&"nativeEvent"in t){const{currentTarget:n}=t;n instanceof HTMLInputElement?n.type==="checkbox"?e(n.checked):e(n.value):(n instanceof HTMLTextAreaElement||n instanceof HTMLSelectElement)&&e(n.value)}else e(t)}}var AJ=Object.defineProperty,NJ=Object.defineProperties,$J=Object.getOwnPropertyDescriptors,HC=Object.getOwnPropertySymbols,zJ=Object.prototype.hasOwnProperty,LJ=Object.prototype.propertyIsEnumerable,WC=(e,t,n)=>t in e?AJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$a=(e,t)=>{for(var n in t||(t={}))zJ.call(t,n)&&WC(e,n,t[n]);if(HC)for(var n of HC(t))LJ.call(t,n)&&WC(e,n,t[n]);return e},Lg=(e,t)=>NJ(e,$J(t));function lc({initialValues:e={},initialErrors:t={},initialDirty:n={},initialTouched:r={},clearInputErrorOnChange:o=!0,validateInputOnChange:s=!1,validateInputOnBlur:i=!1,transformValues:u=p=>p,validate:d}={}){const[p,h]=f.useState(r),[g,v]=f.useState(n),[b,S]=f.useState(e),[w,C]=f.useState(G0(t)),_=f.useRef(e),k=ee=>{_.current=ee},j=f.useCallback(()=>h({}),[]),E=ee=>{const W=ee?$a($a({},b),ee):b;k(W),v({})},I=f.useCallback(ee=>C(W=>G0(typeof ee=="function"?ee(W):ee)),[]),O=f.useCallback(()=>C({}),[]),M=f.useCallback(()=>{S(e),O(),k(e),v({}),j()},[]),R=f.useCallback((ee,W)=>I(re=>Lg($a({},re),{[ee]:W})),[]),A=f.useCallback(ee=>I(W=>{if(typeof ee!="string")return W;const re=$a({},W);return delete re[ee],re}),[]),L=f.useCallback(ee=>v(W=>{if(typeof ee!="string")return W;const re=eI(ee,W);return delete re[ee],re}),[]),N=f.useCallback((ee,W)=>{const re=MC(ee,s);L(ee),h(pe=>Lg($a({},pe),{[ee]:!0})),S(pe=>{const ne=$h(ee,W,pe);if(re){const ge=df(ee,d,ne);ge.hasError?R(ee,ge.error):A(ee)}return ne}),!re&&o&&R(ee,null)},[]),Z=f.useCallback(ee=>{S(W=>{const re=typeof ee=="function"?ee(W):ee;return $a($a({},W),re)}),o&&O()},[]),B=f.useCallback((ee,W)=>{L(ee),S(re=>SJ(ee,W,re)),C(re=>jJ(ee,W,re))},[]),H=f.useCallback((ee,W)=>{L(ee),S(re=>IJ(ee,W,re)),C(re=>BC(ee,W,re,-1))},[]),G=f.useCallback((ee,W,re)=>{L(ee),S(pe=>DJ(ee,W,re,pe)),C(pe=>BC(ee,re,pe,1))},[]),q=f.useCallback(()=>{const ee=K0(d,b);return C(ee.errors),ee},[b,d]),D=f.useCallback(ee=>{const W=df(ee,d,b);return W.hasError?R(ee,W.error):A(ee),W},[b,d]),U=(ee,{type:W="input",withError:re=!0,withFocus:pe=!0}={})=>{const ge={onChange:TJ(de=>N(ee,de))};return re&&(ge.error=w[ee]),W==="checkbox"?ge.checked=aa(ee,b):ge.value=aa(ee,b),pe&&(ge.onFocus=()=>h(de=>Lg($a({},de),{[ee]:!0})),ge.onBlur=()=>{if(MC(ee,i)){const de=df(ee,d,b);de.hasError?R(ee,de.error):A(ee)}}),ge},V=(ee,W)=>re=>{re==null||re.preventDefault();const pe=q();pe.hasErrors?W==null||W(pe.errors,b,re):ee==null||ee(u(b),re)},J=ee=>u(ee||b),ie=f.useCallback(ee=>{ee.preventDefault(),M()},[]),ye=ee=>{if(ee){const re=aa(ee,g);if(typeof re=="boolean")return re;const pe=aa(ee,b),ne=aa(ee,_.current);return!EC(pe,ne)}return Object.keys(g).length>0?FC(g):!EC(b,_.current)},he=f.useCallback(ee=>FC(p,ee),[p]),ae=f.useCallback(ee=>ee?!df(ee,d,b).hasError:!K0(d,b).hasErrors,[b,d]);return{values:b,errors:w,setValues:Z,setErrors:I,setFieldValue:N,setFieldError:R,clearFieldError:A,clearErrors:O,reset:M,validate:q,validateField:D,reorderListItem:B,removeListItem:H,insertListItem:G,getInputProps:U,onSubmit:V,onReset:ie,isDirty:ye,isTouched:he,setTouched:h,setDirty:v,resetTouched:j,resetDirty:E,isValid:ae,getTransformedValues:J}}function Or(e){const{...t}=e,{base50:n,base100:r,base200:o,base300:s,base800:i,base700:u,base900:d,accent500:p,accent300:h}=$1(),{colorMode:g}=Do();return a.jsx(bj,{styles:()=>({input:{color:ke(d,r)(g),backgroundColor:ke(n,d)(g),borderColor:ke(o,i)(g),borderWidth:2,outline:"none",":focus":{borderColor:ke(h,p)(g)}},label:{color:ke(u,s)(g),fontWeight:"normal",marginBottom:4}}),...t})}const BJ=[{value:"sd-1",label:Rr["sd-1"]},{value:"sd-2",label:Rr["sd-2"]},{value:"sdxl",label:Rr.sdxl},{value:"sdxl-refiner",label:Rr["sdxl-refiner"]}];function zh(e){const{...t}=e,{t:n}=le();return a.jsx(Zo,{label:n("modelManager.baseModel"),data:BJ,...t})}function nI(e){const{data:t}=Z4(),{...n}=e;return a.jsx(Zo,{label:"Config File",placeholder:"Select A Config File",data:t||[],...n})}const FJ=[{value:"normal",label:"Normal"},{value:"inpaint",label:"Inpaint"},{value:"depth",label:"Depth"}];function Lh(e){const{...t}=e,{t:n}=le();return a.jsx(Zo,{label:n("modelManager.variant"),data:FJ,...t})}function rI(e){const{t}=le(),n=te(),{model_path:r}=e,o=lc({initialValues:{model_name:r?r.split("\\").splice(-1)[0].split(".")[0]:"",base_model:"sd-1",model_type:"main",path:r||"",description:"",model_format:"checkpoint",error:void 0,vae:"",variant:"normal",config:"configs\\stable-diffusion\\v1-inference.yaml"}}),[s]=e3(),[i,u]=f.useState(!1),d=p=>{s({body:p}).unwrap().then(h=>{n(rr(or({title:`Model Added: ${p.model_name}`,status:"success"}))),o.reset(),r&&n(wu(null))}).catch(h=>{h&&n(rr(or({title:"Model Add Failed",status:"error"})))})};return a.jsx("form",{onSubmit:o.onSubmit(p=>d(p)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",gap:2,children:[a.jsx(Or,{label:"Model Name",required:!0,...o.getInputProps("model_name")}),a.jsx(zh,{...o.getInputProps("base_model")}),a.jsx(Or,{label:"Model Location",required:!0,...o.getInputProps("path")}),a.jsx(Or,{label:"Description",...o.getInputProps("description")}),a.jsx(Or,{label:"VAE Location",...o.getInputProps("vae")}),a.jsx(Lh,{...o.getInputProps("variant")}),a.jsxs(F,{flexDirection:"column",width:"100%",gap:2,children:[i?a.jsx(Or,{required:!0,label:"Custom Config File Location",...o.getInputProps("config")}):a.jsx(nI,{required:!0,width:"100%",...o.getInputProps("config")}),a.jsx(Bn,{isChecked:i,onChange:()=>u(!i),label:"Use Custom Config"}),a.jsx(Zt,{mt:2,type:"submit",children:t("modelManager.addModel")})]})]})})}function oI(e){const{t}=le(),n=te(),{model_path:r}=e,[o]=e3(),s=lc({initialValues:{model_name:r?r.split("\\").splice(-1)[0]:"",base_model:"sd-1",model_type:"main",path:r||"",description:"",model_format:"diffusers",error:void 0,vae:"",variant:"normal"}}),i=u=>{o({body:u}).unwrap().then(d=>{n(rr(or({title:`Model Added: ${u.model_name}`,status:"success"}))),s.reset(),r&&n(wu(null))}).catch(d=>{d&&n(rr(or({title:"Model Add Failed",status:"error"})))})};return a.jsx("form",{onSubmit:s.onSubmit(u=>i(u)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",gap:2,children:[a.jsx(Or,{required:!0,label:"Model Name",...s.getInputProps("model_name")}),a.jsx(zh,{...s.getInputProps("base_model")}),a.jsx(Or,{required:!0,label:"Model Location",placeholder:"Provide the path to a local folder where your Diffusers Model is stored",...s.getInputProps("path")}),a.jsx(Or,{label:"Description",...s.getInputProps("description")}),a.jsx(Or,{label:"VAE Location",...s.getInputProps("vae")}),a.jsx(Lh,{...s.getInputProps("variant")}),a.jsx(Zt,{mt:2,type:"submit",children:t("modelManager.addModel")})]})})}const sI=[{label:"Diffusers",value:"diffusers"},{label:"Checkpoint / Safetensors",value:"checkpoint"}];function HJ(){const[e,t]=f.useState("diffusers");return a.jsxs(F,{flexDirection:"column",gap:4,width:"100%",children:[a.jsx(Zo,{label:"Model Type",value:e,data:sI,onChange:n=>{n&&t(n)}}),a.jsxs(F,{sx:{p:4,borderRadius:4,bg:"base.300",_dark:{bg:"base.850"}},children:[e==="diffusers"&&a.jsx(oI,{}),e==="checkpoint"&&a.jsx(rI,{})]})]})}const WJ=[{label:"None",value:"none"},{label:"v_prediction",value:"v_prediction"},{label:"epsilon",value:"epsilon"},{label:"sample",value:"sample"}];function VJ(){const e=te(),{t}=le(),n=$(u=>u.system.isProcessing),[r,{isLoading:o}]=t3(),s=lc({initialValues:{location:"",prediction_type:void 0}}),i=u=>{const d={location:u.location,prediction_type:u.prediction_type==="none"?void 0:u.prediction_type};r({body:d}).unwrap().then(p=>{e(rr(or({title:"Model Added",status:"success"}))),s.reset()}).catch(p=>{p&&(console.log(p),e(rr(or({title:`${p.data.detail} `,status:"error"}))))})};return a.jsx("form",{onSubmit:s.onSubmit(u=>i(u)),style:{width:"100%"},children:a.jsxs(F,{flexDirection:"column",width:"100%",gap:4,children:[a.jsx(Or,{label:"Model Location",placeholder:"Provide a path to a local Diffusers model, local checkpoint / safetensors model a HuggingFace Repo ID, or a checkpoint/diffusers model URL.",w:"100%",...s.getInputProps("location")}),a.jsx(Zo,{label:"Prediction Type (for Stable Diffusion 2.x Models only)",data:WJ,defaultValue:"none",...s.getInputProps("prediction_type")}),a.jsx(Zt,{type:"submit",isLoading:o,isDisabled:o||n,children:t("modelManager.addModel")})]})})}function UJ(){const[e,t]=f.useState("simple");return a.jsxs(F,{flexDirection:"column",width:"100%",overflow:"scroll",maxHeight:window.innerHeight-250,gap:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{size:"sm",isChecked:e=="simple",onClick:()=>t("simple"),children:"Simple"}),a.jsx(Zt,{size:"sm",isChecked:e=="advanced",onClick:()=>t("advanced"),children:"Advanced"})]}),a.jsxs(F,{sx:{p:4,borderRadius:4,background:"base.200",_dark:{background:"base.800"}},children:[e==="simple"&&a.jsx(VJ,{}),e==="advanced"&&a.jsx(HJ,{})]})]})}function GJ(e){const{...t}=e;return a.jsx(fP,{w:"100%",...t,children:e.children})}function qJ(){const e=$(w=>w.modelmanager.searchFolder),[t,n]=f.useState(""),{data:r}=Ei(),{foundModels:o,alreadyInstalled:s,filteredModels:i}=n3({search_path:e||""},{selectFromResult:({data:w})=>{const C=p9(r==null?void 0:r.entities),_=Cs(C,"path"),k=u9(w,_),j=y9(w,_);return{foundModels:w,alreadyInstalled:VC(j,t),filteredModels:VC(k,t)}}}),[u,{isLoading:d}]=t3(),p=te(),{t:h}=le(),g=f.useCallback(w=>{const C=w.currentTarget.id.split("\\").splice(-1)[0];u({body:{location:w.currentTarget.id}}).unwrap().then(_=>{p(rr(or({title:`Added Model: ${C}`,status:"success"})))}).catch(_=>{_&&p(rr(or({title:"Faile To Add Model",status:"error"})))})},[p,u]),v=f.useCallback(w=>{n(w.target.value)},[]),b=({models:w,showActions:C=!0})=>w.map(_=>a.jsxs(F,{sx:{p:4,gap:4,alignItems:"center",borderRadius:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsxs(F,{w:"100%",sx:{flexDirection:"column",minW:"25%"},children:[a.jsx(nt,{sx:{fontWeight:600},children:_.split("\\").slice(-1)[0]}),a.jsx(nt,{sx:{fontSize:"sm",color:"base.600",_dark:{color:"base.400"}},children:_})]}),C?a.jsxs(F,{gap:2,children:[a.jsx(Zt,{id:_,onClick:g,isLoading:d,children:"Quick Add"}),a.jsx(Zt,{onClick:()=>p(wu(_)),isLoading:d,children:"Advanced"})]}):a.jsx(nt,{sx:{fontWeight:600,p:2,borderRadius:4,color:"accent.50",bg:"accent.400",_dark:{color:"accent.100",bg:"accent.600"}},children:"Installed"})]},_));return(()=>{if(e)return!o||o.length===0?a.jsx(F,{sx:{w:"full",h:"full",justifyContent:"center",alignItems:"center",height:96,userSelect:"none",bg:"base.200",_dark:{bg:"base.900"}},children:a.jsx(nt,{variant:"subtext",children:"No Models Found"})}):a.jsxs(F,{sx:{flexDirection:"column",gap:2,w:"100%",minW:"50%"},children:[a.jsx($i,{onChange:v,label:h("modelManager.search"),labelPos:"side"}),a.jsxs(F,{p:2,gap:2,children:[a.jsxs(nt,{sx:{fontWeight:600},children:["Models Found: ",o.length]}),a.jsxs(nt,{sx:{fontWeight:600,color:"accent.500",_dark:{color:"accent.200"}},children:["Not Installed: ",i.length]})]}),a.jsx(GJ,{offsetScrollbars:!0,children:a.jsxs(F,{gap:2,flexDirection:"column",children:[b({models:i}),b({models:s,showActions:!1})]})})]})})()}const VC=(e,t)=>{const n=[];return Yo(e,r=>{r&&r.includes(t)&&n.push(r)}),n};function KJ(){const e=$(i=>i.modelmanager.advancedAddScanModel),[t,n]=f.useState("diffusers"),[r,o]=f.useState(!0);f.useEffect(()=>{e&&[".ckpt",".safetensors",".pth",".pt"].some(i=>e.endsWith(i))?n("checkpoint"):n("diffusers")},[e,n,r]);const s=te();return e&&a.jsxs(ze,{as:lo.div,initial:{x:-100,opacity:0},animate:{x:0,opacity:1,transition:{duration:.2}},sx:{display:"flex",flexDirection:"column",minWidth:"40%",maxHeight:window.innerHeight-300,overflow:"scroll",p:4,gap:4,borderRadius:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsxs(F,{justifyContent:"space-between",alignItems:"center",children:[a.jsx(nt,{size:"xl",fontWeight:600,children:r||t==="checkpoint"?"Add Checkpoint Model":"Add Diffusers Model"}),a.jsx(je,{icon:a.jsx(V$,{}),"aria-label":"Close Advanced",onClick:()=>s(wu(null)),size:"sm"})]}),a.jsx(Zo,{label:"Model Type",value:t,data:sI,onChange:i=>{i&&(n(i),o(i==="checkpoint"))}}),r?a.jsx(rI,{model_path:e},e):a.jsx(oI,{model_path:e},e)]})}function YJ(){const e=te(),{t}=le(),n=$(u=>u.modelmanager.searchFolder),{refetch:r}=n3({search_path:n||""}),o=lc({initialValues:{folder:""}}),s=f.useCallback(u=>{e(yx(u.folder))},[e]),i=()=>{r()};return a.jsx("form",{onSubmit:o.onSubmit(u=>s(u)),style:{width:"100%"},children:a.jsxs(F,{sx:{w:"100%",gap:2,borderRadius:4,alignItems:"center"},children:[a.jsxs(F,{w:"100%",alignItems:"center",gap:4,minH:12,children:[a.jsx(nt,{sx:{fontSize:"sm",fontWeight:600,color:"base.700",minW:"max-content",_dark:{color:"base.300"}},children:"Folder"}),n?a.jsx(F,{sx:{w:"100%",p:2,px:4,bg:"base.300",borderRadius:4,fontSize:"sm",fontWeight:"bold",_dark:{bg:"base.700"}},children:n}):a.jsx($i,{w:"100%",size:"md",...o.getInputProps("folder")})]}),a.jsxs(F,{gap:2,children:[n?a.jsx(je,{"aria-label":t("modelManager.scanAgain"),tooltip:t("modelManager.scanAgain"),icon:a.jsx(W$,{}),onClick:i,fontSize:18,size:"sm"}):a.jsx(je,{"aria-label":t("modelManager.findModels"),tooltip:t("modelManager.findModels"),icon:a.jsx(z$,{}),fontSize:18,size:"sm",type:"submit"}),a.jsx(je,{"aria-label":t("modelManager.clearCheckpointFolder"),tooltip:t("modelManager.clearCheckpointFolder"),icon:a.jsx(yo,{}),size:"sm",onClick:()=>{e(yx(null)),e(wu(null))},isDisabled:!n,colorScheme:"red"})]})]})})}const QJ=f.memo(YJ);function XJ(){return a.jsxs(F,{flexDirection:"column",w:"100%",gap:4,children:[a.jsx(QJ,{}),a.jsxs(F,{gap:4,children:[a.jsx(F,{sx:{maxHeight:window.innerHeight-300,overflow:"scroll",gap:4,w:"100%"},children:a.jsx(qJ,{})}),a.jsx(KJ,{})]})]})}function JJ(){const[e,t]=f.useState("add"),{t:n}=le();return a.jsxs(F,{flexDirection:"column",gap:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{onClick:()=>t("add"),isChecked:e=="add",size:"sm",width:"100%",children:n("modelManager.addModel")}),a.jsx(Zt,{onClick:()=>t("scan"),isChecked:e=="scan",size:"sm",width:"100%",children:n("modelManager.scanForModels")})]}),e=="add"&&a.jsx(UJ,{}),e=="scan"&&a.jsx(XJ,{})]})}const ZJ=[{label:"Stable Diffusion 1",value:"sd-1"},{label:"Stable Diffusion 2",value:"sd-2"}];function eZ(){const{t:e}=le(),t=te(),{data:n}=Ei(),[r,{isLoading:o}]=D7(),[s,i]=f.useState("sd-1"),u=bx(n==null?void 0:n.entities,(D,U)=>(D==null?void 0:D.model_format)==="diffusers"&&(D==null?void 0:D.base_model)==="sd-1"),d=bx(n==null?void 0:n.entities,(D,U)=>(D==null?void 0:D.model_format)==="diffusers"&&(D==null?void 0:D.base_model)==="sd-2"),p=f.useMemo(()=>({"sd-1":u,"sd-2":d}),[u,d]),[h,g]=f.useState(Object.keys(p[s])[0]),[v,b]=f.useState(Object.keys(p[s])[1]),[S,w]=f.useState(null),[C,_]=f.useState(""),[k,j]=f.useState(.5),[E,I]=f.useState("weighted_sum"),[O,M]=f.useState("root"),[R,A]=f.useState(""),[L,N]=f.useState(!1),Z=Object.keys(p[s]).filter(D=>D!==v&&D!==S),B=Object.keys(p[s]).filter(D=>D!==h&&D!==S),H=Object.keys(p[s]).filter(D=>D!==h&&D!==v),G=D=>{i(D),g(null),b(null)},q=()=>{const D=[];let U=[h,v,S];U=U.filter(J=>J!==null),U.forEach(J=>{J&&D.push(J==null?void 0:J.split("/")[2])});const V={model_names:D,merged_model_name:C!==""?C:D.join("-"),alpha:k,interp:E,force:L,merge_dest_directory:O==="root"?void 0:R};r({base_model:s,body:V}).unwrap().then(J=>{t(rr(or({title:e("modelManager.modelsMerged"),status:"success"})))}).catch(J=>{J&&t(rr(or({title:e("modelManager.modelsMergeFailed"),status:"error"})))})};return a.jsxs(F,{flexDirection:"column",rowGap:4,children:[a.jsxs(F,{sx:{flexDirection:"column",rowGap:1},children:[a.jsx(nt,{children:e("modelManager.modelMergeHeaderHelp1")}),a.jsx(nt,{fontSize:"sm",variant:"subtext",children:e("modelManager.modelMergeHeaderHelp2")})]}),a.jsxs(F,{columnGap:4,children:[a.jsx(Zo,{label:"Model Type",w:"100%",data:ZJ,value:s,onChange:G}),a.jsx(gr,{label:e("modelManager.modelOne"),w:"100%",value:h,placeholder:e("modelManager.selectModel"),data:Z,onChange:D=>g(D)}),a.jsx(gr,{label:e("modelManager.modelTwo"),w:"100%",placeholder:e("modelManager.selectModel"),value:v,data:B,onChange:D=>b(D)}),a.jsx(gr,{label:e("modelManager.modelThree"),data:H,w:"100%",placeholder:e("modelManager.selectModel"),clearable:!0,onChange:D=>{D?(w(D),I("weighted_sum")):(w(null),I("add_difference"))}})]}),a.jsx($i,{label:e("modelManager.mergedModelName"),value:C,onChange:D=>_(D.target.value)}),a.jsxs(F,{sx:{flexDirection:"column",padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsx(ht,{label:e("modelManager.alpha"),min:.01,max:.99,step:.01,value:k,onChange:D=>j(D),withInput:!0,withReset:!0,handleReset:()=>j(.5),withSliderMarks:!0}),a.jsx(nt,{variant:"subtext",fontSize:"sm",children:e("modelManager.modelMergeAlphaHelp")})]}),a.jsxs(F,{sx:{padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.800"}},children:[a.jsx(nt,{fontWeight:500,fontSize:"sm",variant:"subtext",children:e("modelManager.interpolationType")}),a.jsx(zf,{value:E,onChange:D=>I(D),children:a.jsx(F,{columnGap:4,children:S===null?a.jsxs(a.Fragment,{children:[a.jsx(oa,{value:"weighted_sum",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.weightedSum")})}),a.jsx(oa,{value:"sigmoid",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.sigmoid")})}),a.jsx(oa,{value:"inv_sigmoid",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.inverseSigmoid")})})]}):a.jsx(oa,{value:"add_difference",children:a.jsx(_n,{label:e("modelManager.modelMergeInterpAddDifferenceHelp"),children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.addDifference")})})})})})]}),a.jsxs(F,{sx:{flexDirection:"column",padding:4,borderRadius:"base",gap:4,bg:"base.200",_dark:{bg:"base.900"}},children:[a.jsxs(F,{columnGap:4,children:[a.jsx(nt,{fontWeight:"500",fontSize:"sm",variant:"subtext",children:e("modelManager.mergedModelSaveLocation")}),a.jsx(zf,{value:O,onChange:D=>M(D),children:a.jsxs(F,{columnGap:4,children:[a.jsx(oa,{value:"root",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.invokeAIFolder")})}),a.jsx(oa,{value:"custom",children:a.jsx(nt,{fontSize:"sm",children:e("modelManager.custom")})})]})})]}),O==="custom"&&a.jsx($i,{label:e("modelManager.mergedModelCustomSaveLocation"),value:R,onChange:D=>A(D.target.value)})]}),a.jsx(Bn,{label:e("modelManager.ignoreMismatch"),isChecked:L,onChange:D=>N(D.target.checked),fontWeight:"500"}),a.jsx(Zt,{onClick:q,isLoading:o,isDisabled:h===null||v===null,children:e("modelManager.merge")})]})}const tZ=tt((e,t)=>{const{t:n}=le(),{acceptButtonText:r=n("common.accept"),acceptCallback:o,cancelButtonText:s=n("common.cancel"),cancelCallback:i,children:u,title:d,triggerComponent:p}=e,{isOpen:h,onOpen:g,onClose:v}=pa(),b=f.useRef(null),S=()=>{o(),v()},w=()=>{i&&i(),v()};return a.jsxs(a.Fragment,{children:[f.cloneElement(p,{onClick:g,ref:t}),a.jsx(Ou,{isOpen:h,leastDestructiveRef:b,onClose:v,isCentered:!0,children:a.jsx(va,{children:a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:d}),a.jsx(ya,{children:u}),a.jsxs(ma,{children:[a.jsx(Zt,{ref:b,onClick:w,children:s}),a.jsx(Zt,{colorScheme:"error",onClick:S,ml:3,children:r})]})]})})})]})}),ry=f.memo(tZ);function nZ(e){const{model:t}=e,n=te(),{t:r}=le(),[o,{isLoading:s}]=T7(),[i,u]=f.useState("InvokeAIRoot"),[d,p]=f.useState("");f.useEffect(()=>{u("InvokeAIRoot")},[t]);const h=()=>{u("InvokeAIRoot")},g=()=>{const v={base_model:t.base_model,model_name:t.model_name,params:{convert_dest_directory:i==="Custom"?d:void 0}};if(i==="Custom"&&d===""){n(rr(or({title:r("modelManager.noCustomLocationProvided"),status:"error"})));return}n(rr(or({title:`${r("modelManager.convertingModelBegin")}: ${t.model_name}`,status:"success"}))),o(v).unwrap().then(b=>{n(rr(or({title:`${r("modelManager.modelConverted")}: ${t.model_name}`,status:"success"})))}).catch(b=>{n(rr(or({title:`${r("modelManager.modelConversionFailed")}: ${t.model_name}`,status:"error"})))})};return a.jsxs(ry,{title:`${r("modelManager.convert")} ${t.model_name}`,acceptCallback:g,cancelCallback:h,acceptButtonText:`${r("modelManager.convert")}`,triggerComponent:a.jsxs(Zt,{size:"sm","aria-label":r("modelManager.convertToDiffusers"),className:" modal-close-btn",isLoading:s,children:["🧨 ",r("modelManager.convertToDiffusers")]}),motionPreset:"slideInBottom",children:[a.jsxs(F,{flexDirection:"column",rowGap:4,children:[a.jsx(nt,{children:r("modelManager.convertToDiffusersHelpText1")}),a.jsxs(th,{children:[a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText2")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText3")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText4")}),a.jsx(Eo,{children:r("modelManager.convertToDiffusersHelpText5")})]}),a.jsx(nt,{children:r("modelManager.convertToDiffusersHelpText6")})]}),a.jsxs(F,{flexDir:"column",gap:2,children:[a.jsxs(F,{marginTop:4,flexDir:"column",gap:2,children:[a.jsx(nt,{fontWeight:"600",children:r("modelManager.convertToDiffusersSaveLocation")}),a.jsx(zf,{value:i,onChange:v=>u(v),children:a.jsxs(F,{gap:4,children:[a.jsx(oa,{value:"InvokeAIRoot",children:a.jsx(_n,{label:"Save converted model in the InvokeAI root folder",children:r("modelManager.invokeRoot")})}),a.jsx(oa,{value:"Custom",children:a.jsx(_n,{label:"Save converted model in a custom folder",children:r("modelManager.custom")})})]})})]}),i==="Custom"&&a.jsxs(F,{flexDirection:"column",rowGap:2,children:[a.jsx(nt,{fontWeight:"500",fontSize:"sm",variant:"subtext",children:r("modelManager.customSaveLocation")}),a.jsx($i,{value:d,onChange:v=>{p(v.target.value)},width:"full"})]})]})]})}function rZ(e){const t=$(Vr),{model:n}=e,[r,{isLoading:o}]=r3(),{data:s}=Z4(),[i,u]=f.useState(!1);f.useEffect(()=>{s!=null&&s.includes(n.config)||u(!0)},[s,n.config]);const d=te(),{t:p}=le(),h=lc({initialValues:{model_name:n.model_name?n.model_name:"",base_model:n.base_model,model_type:"main",path:n.path?n.path:"",description:n.description?n.description:"",model_format:"checkpoint",vae:n.vae?n.vae:"",config:n.config?n.config:"",variant:n.variant},validate:{path:v=>v.trim().length===0?"Must provide a path":null}}),g=f.useCallback(v=>{const b={base_model:n.base_model,model_name:n.model_name,body:v};r(b).unwrap().then(S=>{h.setValues(S),d(rr(or({title:p("modelManager.modelUpdated"),status:"success"})))}).catch(S=>{h.reset(),d(rr(or({title:p("modelManager.modelUpdateFailed"),status:"error"})))})},[h,d,n.base_model,n.model_name,p,r]);return a.jsxs(F,{flexDirection:"column",rowGap:4,width:"100%",children:[a.jsxs(F,{justifyContent:"space-between",alignItems:"center",children:[a.jsxs(F,{flexDirection:"column",children:[a.jsx(nt,{fontSize:"lg",fontWeight:"bold",children:n.model_name}),a.jsxs(nt,{fontSize:"sm",color:"base.400",children:[Rr[n.base_model]," Model"]})]}),["sdxl","sdxl-refiner"].includes(n.base_model)?a.jsx(Xa,{sx:{p:2,borderRadius:4,bg:"error.200",_dark:{bg:"error.400"}},children:"Conversion Not Supported"}):a.jsx(nZ,{model:n})]}),a.jsx(ri,{}),a.jsx(F,{flexDirection:"column",maxHeight:window.innerHeight-270,overflowY:"scroll",children:a.jsx("form",{onSubmit:h.onSubmit(v=>g(v)),children:a.jsxs(F,{flexDirection:"column",overflowY:"scroll",gap:4,children:[a.jsx(Or,{label:p("modelManager.name"),...h.getInputProps("model_name")}),a.jsx(Or,{label:p("modelManager.description"),...h.getInputProps("description")}),a.jsx(zh,{required:!0,...h.getInputProps("base_model")}),a.jsx(Lh,{required:!0,...h.getInputProps("variant")}),a.jsx(Or,{required:!0,label:p("modelManager.modelLocation"),...h.getInputProps("path")}),a.jsx(Or,{label:p("modelManager.vaeLocation"),...h.getInputProps("vae")}),a.jsxs(F,{flexDirection:"column",gap:2,children:[i?a.jsx(Or,{required:!0,label:p("modelManager.config"),...h.getInputProps("config")}):a.jsx(nI,{required:!0,...h.getInputProps("config")}),a.jsx(Bn,{isChecked:i,onChange:()=>u(!i),label:"Use Custom Config"})]}),a.jsx(Zt,{type:"submit",isDisabled:t||o,isLoading:o,children:p("modelManager.updateModel")})]})})})]})}function oZ(e){const t=$(Vr),{model:n}=e,[r,{isLoading:o}]=r3(),s=te(),{t:i}=le(),u=lc({initialValues:{model_name:n.model_name?n.model_name:"",base_model:n.base_model,model_type:"main",path:n.path?n.path:"",description:n.description?n.description:"",model_format:"diffusers",vae:n.vae?n.vae:"",variant:n.variant},validate:{path:p=>p.trim().length===0?"Must provide a path":null}}),d=f.useCallback(p=>{const h={base_model:n.base_model,model_name:n.model_name,body:p};r(h).unwrap().then(g=>{u.setValues(g),s(rr(or({title:i("modelManager.modelUpdated"),status:"success"})))}).catch(g=>{u.reset(),s(rr(or({title:i("modelManager.modelUpdateFailed"),status:"error"})))})},[u,s,n.base_model,n.model_name,i,r]);return a.jsxs(F,{flexDirection:"column",rowGap:4,width:"100%",children:[a.jsxs(F,{flexDirection:"column",children:[a.jsx(nt,{fontSize:"lg",fontWeight:"bold",children:n.model_name}),a.jsxs(nt,{fontSize:"sm",color:"base.400",children:[Rr[n.base_model]," Model"]})]}),a.jsx(ri,{}),a.jsx("form",{onSubmit:u.onSubmit(p=>d(p)),children:a.jsxs(F,{flexDirection:"column",overflowY:"scroll",gap:4,children:[a.jsx(Or,{label:i("modelManager.name"),...u.getInputProps("model_name")}),a.jsx(Or,{label:i("modelManager.description"),...u.getInputProps("description")}),a.jsx(zh,{required:!0,...u.getInputProps("base_model")}),a.jsx(Lh,{required:!0,...u.getInputProps("variant")}),a.jsx(Or,{required:!0,label:i("modelManager.modelLocation"),...u.getInputProps("path")}),a.jsx(Or,{label:i("modelManager.vaeLocation"),...u.getInputProps("vae")}),a.jsx(Zt,{type:"submit",isDisabled:t||o,isLoading:o,children:i("modelManager.updateModel")})]})})]})}const sZ={"sd-1":"SD1","sd-2":"SD2",sdxl:"SDXL","sdxl-refiner":"SDXLR"};function UC(e){const t=$(Vr),{t:n}=le(),r=te(),[o]=A7(),{model:s,isSelected:i,setSelectedModelId:u}=e,d=f.useCallback(()=>{u(s.id)},[s.id,u]),p=f.useCallback(()=>{o(s).unwrap().then(h=>{r(rr(or({title:`${n("modelManager.modelDeleted")}: ${s.model_name}`,status:"success"})))}).catch(h=>{h&&r(rr(or({title:`${n("modelManager.modelDeleteFailed")}: ${s.model_name}`,status:"success"})))}),u(void 0)},[o,s,u,r,n]);return a.jsxs(F,{sx:{gap:2,alignItems:"center",w:"full"},children:[a.jsx(F,{as:Zt,isChecked:i,sx:{justifyContent:"start",p:2,borderRadius:"base",w:"full",alignItems:"center",bg:i?"accent.400":"base.100",color:i?"base.50":"base.800",_hover:{bg:i?"accent.500":"base.300",color:i?"base.50":"base.800"},_dark:{color:i?"base.50":"base.100",bg:i?"accent.600":"base.850",_hover:{color:i?"base.50":"base.100",bg:i?"accent.550":"base.700"}}},onClick:d,children:a.jsxs(F,{gap:4,alignItems:"center",children:[a.jsx(Xa,{minWidth:14,p:1,fontSize:"sm",sx:{bg:"base.350",color:"base.900",_dark:{bg:"base.500"}},children:sZ[s.base_model]}),a.jsx(_n,{label:s.description,hasArrow:!0,placement:"bottom",children:a.jsx(nt,{sx:{fontWeight:500},children:s.model_name})})]})}),a.jsx(ry,{title:n("modelManager.deleteModel"),acceptCallback:p,acceptButtonText:n("modelManager.delete"),triggerComponent:a.jsx(je,{icon:a.jsx(G$,{}),"aria-label":n("modelManager.deleteConfig"),isDisabled:t,colorScheme:"error"}),children:a.jsxs(F,{rowGap:4,flexDirection:"column",children:[a.jsx("p",{style:{fontWeight:"bold"},children:n("modelManager.deleteMsg1")}),a.jsx("p",{children:n("modelManager.deleteMsg2")})]})})]})}const aZ=e=>{const{selectedModelId:t,setSelectedModelId:n}=e,{t:r}=le(),[o,s]=f.useState(""),[i,u]=f.useState("all"),{filteredDiffusersModels:d}=Ei(void 0,{selectFromResult:({data:g})=>({filteredDiffusersModels:GC(g,"diffusers",o)})}),{filteredCheckpointModels:p}=Ei(void 0,{selectFromResult:({data:g})=>({filteredCheckpointModels:GC(g,"checkpoint",o)})}),h=f.useCallback(g=>{s(g.target.value)},[]);return a.jsx(F,{flexDirection:"column",rowGap:4,width:"50%",minWidth:"50%",children:a.jsxs(F,{flexDirection:"column",gap:4,paddingInlineEnd:4,children:[a.jsxs(Yn,{isAttached:!0,children:[a.jsx(Zt,{onClick:()=>u("all"),isChecked:i==="all",size:"sm",children:r("modelManager.allModels")}),a.jsx(Zt,{size:"sm",onClick:()=>u("diffusers"),isChecked:i==="diffusers",children:r("modelManager.diffusersModels")}),a.jsx(Zt,{size:"sm",onClick:()=>u("checkpoint"),isChecked:i==="checkpoint",children:r("modelManager.checkpointModels")})]}),a.jsx($i,{onChange:h,label:r("modelManager.search"),labelPos:"side"}),["all","diffusers"].includes(i)&&d.length>0&&a.jsx(qC,{children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(nt,{variant:"subtext",fontSize:"sm",children:"Diffusers"}),d.map(g=>a.jsx(UC,{model:g,isSelected:t===g.id,setSelectedModelId:n},g.id))]})}),["all","checkpoint"].includes(i)&&p.length>0&&a.jsx(qC,{children:a.jsxs(F,{sx:{gap:2,flexDir:"column"},children:[a.jsx(nt,{variant:"subtext",fontSize:"sm",children:"Checkpoint"}),p.map(g=>a.jsx(UC,{model:g,isSelected:t===g.id,setSelectedModelId:n},g.id))]})})]})})},GC=(e,t,n)=>{const r=[];return Yo(e==null?void 0:e.entities,o=>{if(!o)return;const s=o.model_name.toLowerCase().includes(n.toLowerCase()),i=o.model_format===t;s&&i&&r.push(o)}),r},qC=e=>a.jsx(F,{flexDirection:"column",maxHeight:window.innerHeight-280,overflow:"scroll",gap:4,borderRadius:4,p:4,sx:{bg:"base.200",_dark:{bg:"base.800"}},children:e.children});function iZ(){const[e,t]=f.useState(),{model:n}=Ei(void 0,{selectFromResult:({data:r})=>({model:e?r==null?void 0:r.entities[e]:void 0})});return a.jsxs(F,{sx:{gap:8,w:"full",h:"full"},children:[a.jsx(aZ,{selectedModelId:e,setSelectedModelId:t}),a.jsx(lZ,{model:n})]})}const lZ=e=>{const{model:t}=e;return(t==null?void 0:t.model_format)==="checkpoint"?a.jsx(rZ,{model:t},t.id):(t==null?void 0:t.model_format)==="diffusers"?a.jsx(oZ,{model:t},t.id):a.jsx(F,{sx:{w:"full",h:"full",justifyContent:"center",alignItems:"center",maxH:96,userSelect:"none"},children:a.jsx(nt,{variant:"subtext",children:"No Model Selected"})})},KC=[{id:"modelManager",label:br.t("modelManager.modelManager"),content:a.jsx(iZ,{})},{id:"importModels",label:br.t("modelManager.importModels"),content:a.jsx(JJ,{})},{id:"mergeModels",label:br.t("modelManager.mergeModels"),content:a.jsx(eZ,{})}],cZ=()=>a.jsxs(lh,{isLazy:!0,variant:"line",layerStyle:"first",sx:{w:"full",h:"full",p:4,gap:4,borderRadius:"base"},children:[a.jsx(ch,{children:KC.map(e=>a.jsx(fh,{sx:{borderTopRadius:"base"},children:e.label},e.id))}),a.jsx(dh,{sx:{w:"full",h:"full"},children:KC.map(e=>a.jsx(uh,{sx:{w:"full",h:"full"},children:e.content},e.id))})]}),uZ=f.memo(cZ);const dZ=e=>ve([t=>t.nodes],t=>{const n=t.invocationTemplates[e];if(n)return n},{memoizeOptions:{resultEqualityCheck:(t,n)=>t!==void 0&&n!==void 0&&t.type===n.type}}),fZ=(e,t)=>{const n={id:e,name:t.name,type:t.type};return t.inputRequirement!=="never"&&(t.type==="string"&&(n.value=t.default??""),t.type==="integer"&&(n.value=t.default??0),t.type==="float"&&(n.value=t.default??0),t.type==="boolean"&&(n.value=t.default??!1),t.type==="enum"&&(t.enumType==="number"&&(n.value=t.default??0),t.enumType==="string"&&(n.value=t.default??"")),t.type==="array"&&(n.value=t.default??1),t.type==="image"&&(n.value=void 0),t.type==="image_collection"&&(n.value=[]),t.type==="latents"&&(n.value=void 0),t.type==="conditioning"&&(n.value=void 0),t.type==="unet"&&(n.value=void 0),t.type==="clip"&&(n.value=void 0),t.type==="vae"&&(n.value=void 0),t.type==="control"&&(n.value=void 0),t.type==="model"&&(n.value=void 0),t.type==="vae_model"&&(n.value=void 0),t.type==="lora_model"&&(n.value=void 0),t.type==="controlnet_model"&&(n.value=void 0)),n},pZ=ve([e=>e.nodes],e=>e.invocationTemplates),oy="node-drag-handle",YC={dragHandle:`.${oy}`},hZ=()=>{const e=$(pZ),t=Qp();return f.useCallback(n=>{if(n==="progress_image"){const{x:h,y:g}=t.project({x:window.innerWidth/2.5,y:window.innerHeight/8});return{...YC,id:"progress_image",type:"progress_image",position:{x:h,y:g},data:{}}}const r=e[n];if(r===void 0){console.error(`Unable to find template ${n}.`);return}const o=Ga(),s=xx(r.inputs,(h,g,v)=>{const b=Ga(),S=fZ(b,g);return h[v]=S,h},{}),i=xx(r.outputs,(h,g,v)=>{const S={id:Ga(),name:v,type:g.type};return h[v]=S,h},{}),{x:u,y:d}=t.project({x:window.innerWidth/2.5,y:window.innerHeight/8});return{...YC,id:o,type:"invocation",position:{x:u,y:d},data:{id:o,type:n,inputs:s,outputs:i}}},[e,t])},mZ=e=>{const{nodeId:t,title:n,description:r}=e;return a.jsxs(F,{className:oy,sx:{borderTopRadius:"md",alignItems:"center",justifyContent:"space-between",px:2,py:1,bg:"base.100",_dark:{bg:"base.900"}},children:[a.jsx(_n,{label:t,children:a.jsx(sa,{size:"xs",sx:{fontWeight:600,color:"base.900",_dark:{color:"base.200"}},children:n})}),a.jsx(_n,{label:r,placement:"top",hasArrow:!0,shouldWrapChildren:!0,children:a.jsx(go,{sx:{h:"min-content",color:"base.700",_dark:{color:"base.300"}},as:I$})})]})},aI=f.memo(mZ),iI=()=>{const e=Qp();return f.useCallback(({source:n,sourceHandle:r,target:o,targetHandle:s})=>(e.getEdges(),e.getNodes(),!0),[e])},gZ={position:"absolute",width:"1rem",height:"1rem",borderWidth:0},vZ={left:"-1rem"},yZ={right:"-0.5rem"},bZ=e=>{const{field:t,isValidConnection:n,handleType:r,styles:o}=e,{name:s,type:i}=t;return a.jsx(_n,{label:i,placement:r==="target"?"start":"end",hasArrow:!0,openDelay:o3,children:a.jsx(N7,{type:r,id:s,isValidConnection:n,position:r==="target"?wx.Left:wx.Right,style:{backgroundColor:s3[i].colorCssVar,...o,...gZ,...r==="target"?vZ:yZ}})})},lI=f.memo(bZ),xZ=e=>a.jsx(R$,{}),wZ=f.memo(xZ),SZ=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s.target.checked}))};return a.jsx(Vv,{onChange:o,isChecked:n.value})},CZ=f.memo(SZ),_Z=e=>null,kZ=f.memo(_Z);function Bh(){return(Bh=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function Y0(e){var t=f.useRef(e),n=f.useRef(function(r){t.current&&t.current(r)});return t.current=e,n.current}var Gl=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e0:C.buttons>0)&&o.current?s(QC(o.current,C,u.current)):w(!1)},S=function(){return w(!1)};function w(C){var _=d.current,k=Q0(o.current),j=C?k.addEventListener:k.removeEventListener;j(_?"touchmove":"mousemove",b),j(_?"touchend":"mouseup",S)}return[function(C){var _=C.nativeEvent,k=o.current;if(k&&(XC(_),!function(E,I){return I&&!Zc(E)}(_,d.current)&&k)){if(Zc(_)){d.current=!0;var j=_.changedTouches||[];j.length&&(u.current=j[0].identifier)}k.focus(),s(QC(k,_,u.current)),w(!0)}},function(C){var _=C.which||C.keyCode;_<37||_>40||(C.preventDefault(),i({left:_===39?.05:_===37?-.05:0,top:_===40?.05:_===38?-.05:0}))},w]},[i,s]),h=p[0],g=p[1],v=p[2];return f.useEffect(function(){return v},[v]),z.createElement("div",Bh({},r,{onTouchStart:h,onMouseDown:h,className:"react-colorful__interactive",ref:o,onKeyDown:g,tabIndex:0,role:"slider"}))}),Fh=function(e){return e.filter(Boolean).join(" ")},ay=function(e){var t=e.color,n=e.left,r=e.top,o=r===void 0?.5:r,s=Fh(["react-colorful__pointer",e.className]);return z.createElement("div",{className:s,style:{top:100*o+"%",left:100*n+"%"}},z.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},ao=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n},uI=function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:ao(e.h),s:ao(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:ao(o/2),a:ao(r,2)}},X0=function(e){var t=uI(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},Bg=function(e){var t=uI(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},PZ=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var s=Math.floor(t),i=r*(1-n),u=r*(1-(t-s)*n),d=r*(1-(1-t+s)*n),p=s%6;return{r:ao(255*[r,u,i,i,d,r][p]),g:ao(255*[d,r,r,u,i,i][p]),b:ao(255*[i,i,d,r,r,u][p]),a:ao(o,2)}},jZ=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,s=Math.max(t,n,r),i=s-Math.min(t,n,r),u=i?s===t?(n-r)/i:s===n?2+(r-t)/i:4+(t-n)/i:0;return{h:ao(60*(u<0?u+6:u)),s:ao(s?i/s*100:0),v:ao(s/255*100),a:o}},IZ=z.memo(function(e){var t=e.hue,n=e.onChange,r=Fh(["react-colorful__hue",e.className]);return z.createElement("div",{className:r},z.createElement(sy,{onMove:function(o){n({h:360*o.left})},onKey:function(o){n({h:Gl(t+360*o.left,0,360)})},"aria-label":"Hue","aria-valuenow":ao(t),"aria-valuemax":"360","aria-valuemin":"0"},z.createElement(ay,{className:"react-colorful__hue-pointer",left:t/360,color:X0({h:t,s:100,v:100,a:1})})))}),EZ=z.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:X0({h:t.h,s:100,v:100,a:1})};return z.createElement("div",{className:"react-colorful__saturation",style:r},z.createElement(sy,{onMove:function(o){n({s:100*o.left,v:100-100*o.top})},onKey:function(o){n({s:Gl(t.s+100*o.left,0,100),v:Gl(t.v-100*o.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+ao(t.s)+"%, Brightness "+ao(t.v)+"%"},z.createElement(ay,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:X0(t)})))}),dI=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0};function OZ(e,t,n){var r=Y0(n),o=f.useState(function(){return e.toHsva(t)}),s=o[0],i=o[1],u=f.useRef({color:t,hsva:s});f.useEffect(function(){if(!e.equal(t,u.current.color)){var p=e.toHsva(t);u.current={hsva:p,color:t},i(p)}},[t,e]),f.useEffect(function(){var p;dI(s,u.current.hsva)||e.equal(p=e.fromHsva(s),u.current.color)||(u.current={hsva:s,color:p},r(p))},[s,e,r]);var d=f.useCallback(function(p){i(function(h){return Object.assign({},h,p)})},[]);return[s,d]}var RZ=typeof window<"u"?f.useLayoutEffect:f.useEffect,MZ=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0},JC=new Map,DZ=function(e){RZ(function(){var t=e.current?e.current.ownerDocument:document;if(t!==void 0&&!JC.has(t)){var n=t.createElement("style");n.innerHTML=`.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}`,JC.set(t,n);var r=MZ();r&&n.setAttribute("nonce",r),t.head.appendChild(n)}},[])},TZ=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+Bg(Object.assign({},n,{a:0}))+", "+Bg(Object.assign({},n,{a:1}))+")"},s=Fh(["react-colorful__alpha",t]),i=ao(100*n.a);return z.createElement("div",{className:s},z.createElement("div",{className:"react-colorful__alpha-gradient",style:o}),z.createElement(sy,{onMove:function(u){r({a:u.left})},onKey:function(u){r({a:Gl(n.a+u.left)})},"aria-label":"Alpha","aria-valuetext":i+"%","aria-valuenow":i,"aria-valuemin":"0","aria-valuemax":"100"},z.createElement(ay,{className:"react-colorful__alpha-pointer",left:n.a,color:Bg(n)})))},AZ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=r===void 0?n.defaultColor:r,s=e.onChange,i=cI(e,["className","colorModel","color","onChange"]),u=f.useRef(null);DZ(u);var d=OZ(n,o,s),p=d[0],h=d[1],g=Fh(["react-colorful",t]);return z.createElement("div",Bh({},i,{ref:u,className:g}),z.createElement(EZ,{hsva:p,onChange:h}),z.createElement(IZ,{hue:p.h,onChange:h}),z.createElement(TZ,{hsva:p,onChange:h,className:"react-colorful__last-control"}))},NZ={defaultColor:{r:0,g:0,b:0,a:1},toHsva:jZ,fromHsva:PZ,equal:dI},fI=function(e){return z.createElement(AZ,Bh({},e,{colorModel:NZ}))};const $Z=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s}))};return a.jsx(fI,{className:"nodrag",color:n.value,onChange:o})},zZ=f.memo($Z),LZ=e=>null,BZ=f.memo(LZ),FZ=e=>null,HZ=f.memo(FZ),WZ=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te();le();const{data:s}=hv(),i=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/controlnet/${r==null?void 0:r.model_name}`])??null,[r==null?void 0:r.base_model,r==null?void 0:r.model_name,s==null?void 0:s.entities]),u=f.useMemo(()=>{if(!s)return[];const p=[];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p},[s]),d=f.useCallback(p=>{if(!p)return;const h=Hj(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return a.jsx(Zo,{tooltip:i==null?void 0:i.description,label:(i==null?void 0:i.base_model)&&Rr[i==null?void 0:i.base_model],value:(i==null?void 0:i.id)??null,placeholder:"Pick one",error:!i,data:u,onChange:d})},VZ=f.memo(WZ),UZ=e=>{const{nodeId:t,field:n,template:r}=e,o=te(),s=i=>{o(Ko({nodeId:t,fieldName:n.name,value:i.target.value}))};return a.jsx(s5,{onChange:s,value:n.value,children:r.options.map(i=>a.jsx("option",{children:i},i))})},GZ=f.memo(UZ),qZ=e=>{var p;const{nodeId:t,field:n}=e,r=te();f.useCallback(({image_name:h})=>{r(Ko({nodeId:t,fieldName:n.name,value:$7([...n.value??[],{image_name:h}],"image_name")}))},[r,n.name,n.value,t]);const o={id:`node-${t}-${n.name}`,actionType:"SET_MULTI_NODES_IMAGE",context:{nodeId:t,fieldName:n.name}},{isOver:s,setNodeRef:i,active:u,over:d}=iv({id:`node_${t}`,data:o});return f.useCallback(()=>{r(Ko({nodeId:t,fieldName:n.name,value:void 0}))},[r,n.name,t]),a.jsxs(F,{ref:i,sx:{w:"full",h:"full",alignItems:"center",justifyContent:"center",position:"relative",minH:"10rem"},children:[(p=n.value)==null?void 0:p.map(({image_name:h})=>a.jsx(YZ,{imageName:h},h)),Cf(o,u)&&a.jsx(Kf,{isOver:s})]})},KZ=f.memo(qZ),YZ=e=>{const{currentData:t}=gs(e.imageName);return a.jsx(Za,{imageDTO:t,isDropDisabled:!0,isDragDisabled:!0})},QZ=e=>{var v;const{nodeId:t,field:n}=e,r=te(),{currentData:o,isLoading:s,isError:i,isSuccess:u}=gs(((v=n.value)==null?void 0:v.image_name)??Go.skipToken),d=f.useCallback(()=>{r(Ko({nodeId:t,fieldName:n.name,value:void 0}))},[r,n.name,t]),p=f.useMemo(()=>{if(o)return{id:`node-${t}-${n.name}`,payloadType:"IMAGE_DTO",payload:{imageDTO:o}}},[n.name,o,t]),h=f.useMemo(()=>({id:`node-${t}-${n.name}`,actionType:"SET_NODES_IMAGE",context:{nodeId:t,fieldName:n.name}}),[n.name,t]),g=f.useMemo(()=>({type:"SET_NODES_IMAGE",nodeId:t,fieldName:n.name}),[t,n.name]);return a.jsx(F,{sx:{w:"full",h:"full",alignItems:"center",justifyContent:"center"},children:a.jsx(Za,{imageDTO:o,droppableData:h,draggableData:p,onClickReset:d,postUploadAction:g})})},XZ=f.memo(QZ),JZ=e=>a.jsx(i$,{}),ZC=f.memo(JZ),ZZ=e=>null,eee=f.memo(ZZ),tee=Yp.child({module:"models"}),nee=e=>{const[t,n,r]=e.split("/"),o=z7.safeParse({base_model:t,model_name:r});if(!o.success){tee.error({loraModelId:e,errors:o.error.format()},"Failed to parse LoRA model id");return}return o.data},ree=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te(),{data:s}=W4(),i=f.useMemo(()=>{if(!s)return[];const p=[];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p.sort((h,g)=>h.disabled&&!g.disabled?1:-1)},[s]),u=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/lora/${r==null?void 0:r.model_name}`])??null,[s==null?void 0:s.entities,r==null?void 0:r.base_model,r==null?void 0:r.model_name]),d=f.useCallback(p=>{if(!p)return;const h=nee(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return(s==null?void 0:s.ids.length)===0?a.jsx(F,{sx:{justifyContent:"center",p:2},children:a.jsx(nt,{sx:{fontSize:"sm",color:"base.500",_dark:"base.700"},children:"No LoRAs Loaded"})}):a.jsx(gr,{value:(u==null?void 0:u.id)??null,label:(u==null?void 0:u.base_model)&&Rr[u==null?void 0:u.base_model],placeholder:i.length>0?"Select a LoRA":"No LoRAs available",data:i,nothingFound:"No matching LoRAs",itemComponent:ic,disabled:i.length===0,filter:(p,h)=>{var g;return((g=h.label)==null?void 0:g.toLowerCase().includes(p.toLowerCase().trim()))||h.value.toLowerCase().includes(p.toLowerCase().trim())},onChange:d})},oee=f.memo(ree),see=e=>{var h,g;const{nodeId:t,field:n}=e,r=te(),{t:o}=le(),{data:s,isLoading:i}=Ei(),u=f.useMemo(()=>{if(!s)return[];const v=[];return Yo(s.entities,(b,S)=>{b&&v.push({value:S,label:b.model_name,group:Rr[b.base_model]})}),v},[s]),d=f.useMemo(()=>{var v,b;return(s==null?void 0:s.entities[`${(v=n.value)==null?void 0:v.base_model}/main/${(b=n.value)==null?void 0:b.model_name}`])??null},[(h=n.value)==null?void 0:h.base_model,(g=n.value)==null?void 0:g.model_name,s==null?void 0:s.entities]),p=f.useCallback(v=>{if(!v)return;const b=Yj(v);b&&r(Ko({nodeId:t,fieldName:n.name,value:b}))},[r,n.name,t]);return i?a.jsx(gr,{label:o("modelManager.model"),placeholder:"Loading...",disabled:!0,data:[]}):a.jsx(gr,{tooltip:d==null?void 0:d.description,label:(d==null?void 0:d.base_model)&&Rr[d==null?void 0:d.base_model],value:d==null?void 0:d.id,placeholder:u.length>0?"Select a model":"No models available",data:u,error:u.length===0,disabled:u.length===0,onChange:p})},aee=f.memo(see),iee=e=>{const{nodeId:t,field:n}=e,r=te(),[o,s]=f.useState(String(n.value)),i=u=>{s(u),u.match(Bp)||r(Ko({nodeId:t,fieldName:n.name,value:e.template.type==="integer"?Math.floor(Number(u)):Number(u)}))};return f.useEffect(()=>{!o.match(Bp)&&n.value!==Number(o)&&s(String(n.value))},[n.value,o]),a.jsxs(U4,{onChange:i,value:o,step:e.template.type==="integer"?1:.1,precision:e.template.type==="integer"?0:3,children:[a.jsx(G4,{}),a.jsxs(q4,{children:[a.jsx(K4,{}),a.jsx(Y4,{})]})]})},lee=f.memo(iee),cee=e=>{const{nodeId:t,field:n}=e,r=te(),o=s=>{r(Ko({nodeId:t,fieldName:n.name,value:s.target.value}))};return a.jsx(ku,{onChange:o,value:n.value})},uee=f.memo(cee),dee=e=>null,fee=f.memo(dee),pee=e=>null,hee=f.memo(pee),mee=e=>{const{nodeId:t,field:n}=e,r=n.value,o=te();le();const{data:s}=Q4(),i=f.useMemo(()=>{if(!s)return[];const p=[{value:"default",label:"Default",group:"Default"}];return Yo(s.entities,(h,g)=>{h&&p.push({value:g,label:h.model_name,group:Rr[h.base_model]})}),p.sort((h,g)=>h.disabled&&!g.disabled?1:-1)},[s]),u=f.useMemo(()=>(s==null?void 0:s.entities[`${r==null?void 0:r.base_model}/vae/${r==null?void 0:r.model_name}`])??null,[s==null?void 0:s.entities,r]),d=f.useCallback(p=>{if(!p)return;const h=Qj(p);h&&o(Ko({nodeId:t,fieldName:n.name,value:h}))},[o,n.name,t]);return a.jsx(gr,{itemComponent:ic,tooltip:u==null?void 0:u.description,label:(u==null?void 0:u.base_model)&&Rr[u==null?void 0:u.base_model],value:(u==null?void 0:u.id)??"default",placeholder:"Default",data:i,onChange:d,disabled:i.length===0,clearable:!0})},gee=f.memo(mee),vee=e=>{const{nodeId:t,field:n,template:r}=e,{type:o}=n;return o==="string"&&r.type==="string"?a.jsx(uee,{nodeId:t,field:n,template:r}):o==="boolean"&&r.type==="boolean"?a.jsx(CZ,{nodeId:t,field:n,template:r}):o==="integer"&&r.type==="integer"||o==="float"&&r.type==="float"?a.jsx(lee,{nodeId:t,field:n,template:r}):o==="enum"&&r.type==="enum"?a.jsx(GZ,{nodeId:t,field:n,template:r}):o==="image"&&r.type==="image"?a.jsx(XZ,{nodeId:t,field:n,template:r}):o==="latents"&&r.type==="latents"?a.jsx(eee,{nodeId:t,field:n,template:r}):o==="conditioning"&&r.type==="conditioning"?a.jsx(BZ,{nodeId:t,field:n,template:r}):o==="unet"&&r.type==="unet"?a.jsx(fee,{nodeId:t,field:n,template:r}):o==="clip"&&r.type==="clip"?a.jsx(kZ,{nodeId:t,field:n,template:r}):o==="vae"&&r.type==="vae"?a.jsx(hee,{nodeId:t,field:n,template:r}):o==="control"&&r.type==="control"?a.jsx(HZ,{nodeId:t,field:n,template:r}):o==="model"&&r.type==="model"?a.jsx(aee,{nodeId:t,field:n,template:r}):o==="vae_model"&&r.type==="vae_model"?a.jsx(gee,{nodeId:t,field:n,template:r}):o==="lora_model"&&r.type==="lora_model"?a.jsx(oee,{nodeId:t,field:n,template:r}):o==="controlnet_model"&&r.type==="controlnet_model"?a.jsx(VZ,{nodeId:t,field:n,template:r}):o==="array"&&r.type==="array"?a.jsx(wZ,{nodeId:t,field:n,template:r}):o==="item"&&r.type==="item"?a.jsx(ZC,{nodeId:t,field:n,template:r}):o==="color"&&r.type==="color"?a.jsx(zZ,{nodeId:t,field:n,template:r}):o==="item"&&r.type==="item"?a.jsx(ZC,{nodeId:t,field:n,template:r}):o==="image_collection"&&r.type==="image_collection"?a.jsx(KZ,{nodeId:t,field:n,template:r}):a.jsxs(ze,{p:2,children:["Unknown field type: ",o]})},yee=f.memo(vee);function bee(e){const{nodeId:t,input:n,template:r,connected:o}=e,s=iI();return a.jsx(ze,{className:"nopan",position:"relative",borderColor:r?!o&&["always","connectionOnly"].includes(String(r==null?void 0:r.inputRequirement))&&n.value===void 0?"warning.400":void 0:"error.400",children:a.jsx(Ss,{isDisabled:r?o:!0,pl:2,children:r?a.jsxs(a.Fragment,{children:[a.jsxs(Sl,{justifyContent:"space-between",alignItems:"center",children:[a.jsx(Sl,{children:a.jsx(_n,{label:r==null?void 0:r.description,placement:"top",hasArrow:!0,shouldWrapChildren:!0,openDelay:o3,children:a.jsx(vs,{children:r==null?void 0:r.title})})}),a.jsx(yee,{nodeId:t,field:n,template:r})]}),!["never","directOnly"].includes((r==null?void 0:r.inputRequirement)??"")&&a.jsx(lI,{nodeId:t,field:r,isValidConnection:s,handleType:"target"})]}):a.jsx(Sl,{justifyContent:"space-between",alignItems:"center",children:a.jsxs(vs,{children:["Unknown input: ",n.name]})})})})}const xee=e=>{const{nodeId:t,template:n,inputs:r}=e,o=$(i=>i.nodes.edges);return f.useCallback(()=>{const i=[],u=Cs(r);return u.forEach((d,p)=>{const h=n.inputs[d.name],g=!!o.filter(v=>v.target===t&&v.targetHandle===d.name).length;p{const{nodeId:t,template:n,outputs:r}=e,o=$(i=>i.nodes.edges);return f.useCallback(()=>{const i=[];return Cs(r).forEach(d=>{const p=n.outputs[d.name],h=!!o.filter(g=>g.source===t&&g.sourceHandle===d.name).length;i.push(a.jsx(See,{nodeId:t,output:d,template:p,connected:h},d.id))}),a.jsx(F,{flexDir:"column",children:i})},[o,t,r,n.outputs])()},_ee=f.memo(Cee),kee=e=>{const{...t}=e;return a.jsx(RA,{style:{position:"absolute",border:"none",background:"transparent",width:15,height:15,bottom:0,right:0},minWidth:a3,...t})},J0=f.memo(kee),Z0=e=>{const[t,n]=Kl("shadows",["nodeSelectedOutline","dark-lg"]),r=$(o=>o.hotkeys.shift);return a.jsx(ze,{className:r?oy:"nopan",sx:{position:"relative",borderRadius:"md",minWidth:a3,shadow:e.selected?`${t}, ${n}`:`${n}`},children:e.children})},pI=f.memo(e=>{const{id:t,data:n,selected:r}=e,{type:o,inputs:s,outputs:i}=n,u=f.useMemo(()=>dZ(o),[o]),d=$(u);return d?a.jsxs(Z0,{selected:r,children:[a.jsx(aI,{nodeId:t,title:d.title,description:d.description}),a.jsxs(F,{className:"nopan",sx:{cursor:"auto",flexDirection:"column",borderBottomRadius:"md",py:2,bg:"base.150",_dark:{bg:"base.800"}},children:[a.jsx(_ee,{nodeId:t,outputs:i,template:d}),a.jsx(wee,{nodeId:t,inputs:s,template:d})]}),a.jsx(J0,{})]}):a.jsx(Z0,{selected:r,children:a.jsxs(F,{className:"nopan",sx:{alignItems:"center",justifyContent:"center",cursor:"auto"},children:[a.jsx(go,{as:v$,sx:{boxSize:32,color:"base.600",_dark:{color:"base.400"}}}),a.jsx(J0,{})]})})});pI.displayName="InvocationComponent";const Pee=e=>{const t=$(r=>r.system.progressImage),{selected:n}=e;return a.jsxs(Z0,{selected:n,children:[a.jsx(aI,{title:"Progress Image",description:"Displays the progress image in the Node Editor"}),a.jsx(F,{className:"nopan",sx:{flexDirection:"column",borderBottomRadius:"md",p:2,bg:"base.200",_dark:{bg:"base.800"}},children:t?a.jsx(bu,{src:t.dataURL,sx:{w:"full",h:"full",objectFit:"contain"}}):a.jsx(F,{sx:{w:"full",h:"full",minW:32,minH:32,alignItems:"center",justifyContent:"center"},children:a.jsx(Bi,{})})}),a.jsx(J0,{maxHeight:(t==null?void 0:t.height)??512,maxWidth:(t==null?void 0:t.width)??512})]})},jee=f.memo(Pee),Iee=()=>{const{t:e}=le(),{zoomIn:t,zoomOut:n,fitView:r}=Qp(),o=te(),s=$(S=>S.nodes.shouldShowGraphOverlay),i=$(S=>S.nodes.shouldShowFieldTypeLegend),u=$(S=>S.nodes.shouldShowMinimapPanel),d=f.useCallback(()=>{t()},[t]),p=f.useCallback(()=>{n()},[n]),h=f.useCallback(()=>{r()},[r]),g=f.useCallback(()=>{o(L7(!s))},[s,o]),v=f.useCallback(()=>{o(B7(!i))},[i,o]),b=f.useCallback(()=>{o(F7(!u))},[u,o]);return a.jsxs(Yn,{isAttached:!0,orientation:"vertical",children:[a.jsx(_n,{label:e("nodes.zoomInNodes"),children:a.jsx(je,{onClick:d,icon:a.jsx(Tu,{})})}),a.jsx(_n,{label:e("nodes.zoomOutNodes"),children:a.jsx(je,{onClick:p,icon:a.jsx(T$,{})})}),a.jsx(_n,{label:e("nodes.fitViewportNodes"),children:a.jsx(je,{onClick:h,icon:a.jsx(x$,{})})}),a.jsx(_n,{label:e(s?"nodes.hideGraphNodes":"nodes.showGraphNodes"),children:a.jsx(je,{isChecked:s,onClick:g,icon:a.jsx(qv,{})})}),a.jsx(_n,{label:e(i?"nodes.hideLegendNodes":"nodes.showLegendNodes"),children:a.jsx(je,{isChecked:i,onClick:v,icon:a.jsx(E$,{})})}),a.jsx(_n,{label:e(u?"nodes.hideMinimapnodes":"nodes.showMinimapnodes"),children:a.jsx(je,{isChecked:u,onClick:b,icon:a.jsx(M$,{})})})]})},Eee=f.memo(Iee),Oee=()=>a.jsx(yu,{position:"bottom-left",children:a.jsx(Eee,{})}),Ree=f.memo(Oee),Mee=()=>{const e=ff({background:"var(--invokeai-colors-base-200)"},{background:"var(--invokeai-colors-base-500)"}),t=$(o=>o.nodes.shouldShowMinimapPanel),n=ff("var(--invokeai-colors-accent-300)","var(--invokeai-colors-accent-700)"),r=ff("var(--invokeai-colors-blackAlpha-300)","var(--invokeai-colors-blackAlpha-600)");return a.jsx(a.Fragment,{children:t&&a.jsx(wA,{nodeStrokeWidth:3,pannable:!0,zoomable:!0,nodeBorderRadius:30,style:e,nodeColor:n,maskColor:r})})},Dee=f.memo(Mee),Tee=()=>{const{t:e}=le(),t=te(),{fitView:n}=Qp(),r=f.useRef(null),o=f.useCallback(s=>{var u;if(!s)return;const i=new FileReader;i.onload=async()=>{const d=i.result,p=await JSON.parse(String(d));p||t(rr(or({title:e("toast.nodesLoadedFailed"),status:"error"}))),p&&(t(H7(p.nodes)),t(W7(p.edges)),n(),t(rr(or({title:e("toast.nodesLoaded"),status:"success"})))),i.abort()},i.readAsText(s),(u=r.current)==null||u.call(r)},[n,t,e]);return a.jsx(rj,{resetRef:r,accept:"application/json",onChange:o,children:s=>a.jsx(je,{icon:a.jsx(Au,{}),tooltip:e("nodes.loadNodes"),"aria-label":e("nodes.loadNodes"),...s})})},Aee=f.memo(Tee);function Nee(e){const{iconButton:t=!1,...n}=e,r=te(),o=$(dr),s=X1(),i=f.useCallback(()=>{r(gv("nodes"))},[r]),{t:u}=le();return qe(["ctrl+enter","meta+enter"],i,{enabled:()=>s,preventDefault:!0,enableOnFormTags:["input","textarea","select"]},[s,o]),a.jsx(ze,{style:{flexGrow:4},position:"relative",children:a.jsxs(ze,{style:{position:"relative"},children:[!s&&a.jsx(ze,{borderRadius:"base",style:{position:"absolute",bottom:"0",left:"0",right:"0",height:"100%",overflow:"clip"},children:a.jsx(Kj,{})}),t?a.jsx(je,{"aria-label":u("parameters.invoke"),type:"submit",icon:a.jsx(U5,{}),isDisabled:!s,onClick:i,flexGrow:1,w:"100%",tooltip:u("parameters.invoke"),tooltipProps:{placement:"bottom"},colorScheme:"accent",id:"invoke-button",_disabled:{background:"none",_hover:{background:"none"}},...n}):a.jsx(Zt,{"aria-label":u("parameters.invoke"),type:"submit",isDisabled:!s,onClick:i,flexGrow:1,w:"100%",colorScheme:"accent",id:"invoke-button",fontWeight:700,_disabled:{background:"none",_hover:{background:"none"}},...n,children:"Invoke"})]})})}function $ee(){const{t:e}=le(),t=te(),n=f.useCallback(()=>{t(V7())},[t]);return a.jsx(je,{icon:a.jsx(H$,{}),tooltip:e("nodes.reloadSchema"),"aria-label":e("nodes.reloadSchema"),onClick:n})}const zee=()=>{const{t:e}=le(),t=$(o=>o.nodes.editorInstance),n=$(o=>o.nodes.nodes),r=f.useCallback(()=>{if(t){const o=t.toObject();o.edges=Cs(o.edges,u=>U7(u,["style"]));const s=new Blob([JSON.stringify(o)]),i=document.createElement("a");i.href=URL.createObjectURL(s),i.download="MyNodes.json",document.body.appendChild(i),i.click(),i.remove()}},[t]);return a.jsx(je,{icon:a.jsx(hh,{}),fontSize:18,tooltip:e("nodes.saveNodes"),"aria-label":e("nodes.saveNodes"),onClick:r,isDisabled:n.length===0})},Lee=f.memo(zee),Bee=()=>{const{t:e}=le(),t=te(),{isOpen:n,onOpen:r,onClose:o}=pa(),s=f.useRef(null),i=$(d=>d.nodes.nodes),u=f.useCallback(()=>{t(G7()),t(rr(or({title:e("toast.nodesCleared"),status:"success"}))),o()},[t,e,o]);return a.jsxs(a.Fragment,{children:[a.jsx(je,{icon:a.jsx(yo,{}),tooltip:e("nodes.clearNodes"),"aria-label":e("nodes.clearNodes"),onClick:r,isDisabled:i.length===0}),a.jsxs(Ou,{isOpen:n,onClose:o,leastDestructiveRef:s,isCentered:!0,children:[a.jsx(va,{}),a.jsxs(Ru,{children:[a.jsx(ga,{fontSize:"lg",fontWeight:"bold",children:e("nodes.clearNodes")}),a.jsx(ya,{children:a.jsx(nt,{children:e("common.clearNodes")})}),a.jsxs(ma,{children:[a.jsx(Sf,{ref:s,onClick:o,children:e("common.cancel")}),a.jsx(Sf,{colorScheme:"red",ml:3,onClick:u,children:e("common.accept")})]})]})]})]})},Fee=f.memo(Bee),Hee=()=>a.jsx(yu,{position:"top-center",children:a.jsxs(Sl,{children:[a.jsx(Nee,{}),a.jsx(Ah,{}),a.jsx($ee,{}),a.jsx(Lee,{}),a.jsx(Aee,{}),a.jsx(Fee,{})]})}),Wee=f.memo(Hee),Vee=ve(q7,e=>{const t=Cs(e.invocationTemplates,n=>({label:n.title,value:n.type,description:n.description}));return t.push({label:"Progress Image",value:"progress_image",description:"Displays the progress image in the Node Editor"}),{data:t}},at),Uee=()=>{const e=te(),{data:t}=$(Vee),n=hZ(),r=Yl(),o=f.useCallback(i=>{const u=n(i);if(!u){r({status:"error",title:`Unknown Invocation type ${i}`});return}e(K7(u))},[e,n,r]),s=f.useCallback(i=>{i&&o(i)},[o]);return a.jsx(F,{sx:{gap:2,alignItems:"center"},children:a.jsx(gr,{selectOnBlur:!1,placeholder:"Add Node",value:null,data:t,maxDropdownHeight:400,nothingFound:"No matching nodes",itemComponent:hI,filter:(i,u)=>u.label.toLowerCase().includes(i.toLowerCase().trim())||u.value.toLowerCase().includes(i.toLowerCase().trim())||u.description.toLowerCase().includes(i.toLowerCase().trim()),onChange:s,sx:{width:"18rem"}})})},hI=f.forwardRef(({label:e,description:t,...n},r)=>a.jsx("div",{ref:r,...n,children:a.jsxs("div",{children:[a.jsx(nt,{fontWeight:600,children:e}),a.jsx(nt,{size:"xs",sx:{color:"base.600",_dark:{color:"base.500"}},children:t})]})}));hI.displayName="SelectItem";const Gee=()=>a.jsx(yu,{position:"top-left",children:a.jsx(Uee,{})}),qee=f.memo(Gee),Kee=()=>a.jsx(F,{sx:{gap:2,flexDir:"column"},children:Cs(s3,({title:e,description:t,color:n},r)=>a.jsx(_n,{label:t,children:a.jsx(Xa,{colorScheme:n,sx:{userSelect:"none"},textAlign:"center",children:e})},r))}),Yee=f.memo(Kee),Qee=()=>{const e=$(n=>n),t=Y7(e);return a.jsx(ze,{as:"pre",sx:{fontFamily:"monospace",position:"absolute",top:2,right:2,opacity:.7,p:2,maxHeight:500,maxWidth:500,overflowY:"scroll",borderRadius:"base",bg:"base.200",_dark:{bg:"base.800"}},children:JSON.stringify(t,null,2)})},Xee=f.memo(Qee),Jee=()=>{const e=$(n=>n.nodes.shouldShowGraphOverlay),t=$(n=>n.nodes.shouldShowFieldTypeLegend);return a.jsxs(yu,{position:"top-right",children:[t&&a.jsx(Yee,{}),e&&a.jsx(Xee,{})]})},Zee=f.memo(Jee),ete={invocation:pI,progress_image:jee},tte=()=>{const e=te(),t=$(p=>p.nodes.nodes),n=$(p=>p.nodes.edges),r=f.useCallback(p=>{e(Q7(p))},[e]),o=f.useCallback(p=>{e(X7(p))},[e]),s=f.useCallback((p,h)=>{e(J7(h))},[e]),i=f.useCallback(p=>{e(Z7(p))},[e]),u=f.useCallback(()=>{e(eO())},[e]),d=f.useCallback(p=>{e(tO(p)),p&&p.fitView()},[e]);return a.jsxs(nO,{nodeTypes:ete,nodes:t,edges:n,onNodesChange:r,onEdgesChange:o,onConnectStart:s,onConnect:i,onConnectEnd:u,onInit:d,defaultEdgeOptions:{style:{strokeWidth:2}},children:[a.jsx(qee,{}),a.jsx(Wee,{}),a.jsx(Zee,{}),a.jsx(Ree,{}),a.jsx(jA,{}),a.jsx(Dee,{})]})},nte=()=>a.jsx(ze,{layerStyle:"first",sx:{position:"relative",width:"full",height:"full",borderRadius:"base"},children:a.jsx(rO,{children:a.jsx(tte,{})})}),rte=f.memo(nte),ote=()=>a.jsx(rte,{}),ste=f.memo(ote),ate=e=>e.postprocessing,ite=ve([ate],({hiresFix:e,hiresStrength:t})=>({hiresFix:e,hiresStrength:t}),{memoizeOptions:{resultEqualityCheck:Yt}}),lte=()=>{const{hiresFix:e,hiresStrength:t}=$(ite),n=te(),{t:r}=le(),o=i=>{n(Sx(i))},s=()=>{n(Sx(.75))};return a.jsx(ht,{label:r("parameters.hiresStrength"),step:.01,min:.01,max:.99,onChange:o,value:t,isInteger:!1,withInput:!0,withSliderMarks:!0,withReset:!0,handleReset:s,isDisabled:!e})},cte=()=>{const e=te(),t=$(o=>o.postprocessing.hiresFix),{t:n}=le(),r=o=>e(oO(o.target.checked));return a.jsx(Pn,{label:n("parameters.hiresOptim"),isChecked:t,onChange:r})},ute=ve(Rt,e=>({activeLabel:e.postprocessing.hiresFix?"Enabled":void 0}),at),dte=()=>{const{t:e}=le(),{activeLabel:t}=$(ute);return sr("hires").isFeatureEnabled?a.jsx(So,{label:e("parameters.hiresOptim"),activeLabel:t,children:a.jsxs(F,{sx:{gap:2,flexDirection:"column"},children:[a.jsx(cte,{}),a.jsx(lte,{})]})}):null},fte=f.memo(dte),pte=ve(Rt,({ui:e,generation:t})=>{const{shouldUseSliders:n}=e,{shouldRandomizeSeed:r}=t;return{shouldUseSliders:n,activeLabel:r?void 0:"Manual Seed"}},at),hte=()=>{const{shouldUseSliders:e,activeLabel:t}=$(pte);return a.jsx(So,{label:"General",activeLabel:t,defaultIsOpen:!0,children:a.jsx(F,{sx:{flexDirection:"column",gap:3},children:e?a.jsxs(a.Fragment,{children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]}):a.jsxs(a.Fragment,{children:[a.jsxs(F,{gap:3,children:[a.jsx(Hl,{}),a.jsx(Vl,{}),a.jsx(Fl,{})]}),a.jsx(Wl,{}),a.jsx(ze,{pt:2,children:a.jsx(Ul,{})}),a.jsx(Fp,{})]})})})},mte=f.memo(hte),gte=()=>a.jsxs(a.Fragment,{children:[a.jsx(J1,{}),a.jsx(Y1,{}),a.jsx(ny,{}),a.jsx(mte,{}),a.jsx(q1,{}),a.jsx(U1,{}),a.jsx(V1,{}),a.jsx(ey,{}),a.jsx(Gj,{}),a.jsx(Z1,{}),a.jsx(fte,{}),a.jsx(qj,{}),a.jsx(G1,{})]}),mI=f.memo(gte),vte=()=>a.jsxs(F,{sx:{gap:4,w:"full",h:"full"},children:[a.jsx(W1,{children:a.jsx(mI,{})}),a.jsx(Bj,{})]}),yte=f.memo(vte);var ev={exports:{}};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Konva=void 0;var n=Cx;Object.defineProperty(t,"Konva",{enumerable:!0,get:function(){return n.Konva}});const r=Cx;e.exports=r.Konva})(ev,ev.exports);var bte=ev.exports;const pu=vu(bte);var gI={exports:{}};/** * @license React * react-reconciler.production.min.js * diff --git a/invokeai/frontend/web/dist/assets/MantineProvider-5ea5d91e.js b/invokeai/frontend/web/dist/assets/MantineProvider-f3412ed4.js similarity index 99% rename from invokeai/frontend/web/dist/assets/MantineProvider-5ea5d91e.js rename to invokeai/frontend/web/dist/assets/MantineProvider-f3412ed4.js index ec9677affa..3451b93b48 100644 --- a/invokeai/frontend/web/dist/assets/MantineProvider-5ea5d91e.js +++ b/invokeai/frontend/web/dist/assets/MantineProvider-f3412ed4.js @@ -1 +1 @@ -import{gt as J,W as g,gr as P,s as x,gA as K}from"./index-77a6baac.js";function b(r,e){return t=>t.colorMode==="dark"?e:r}function oe(r){const{orientation:e,vertical:t,horizontal:n}=r;return e?e==="vertical"?t:n:{}}function s(r,e={}){let t=!1;function n(){if(!t){t=!0;return}throw new Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?")}function a(...d){n();for(const u of d)e[u]=c(u);return s(r,e)}function o(...d){for(const u of d)u in e||(e[u]=c(u));return s(r,e)}function i(){return Object.fromEntries(Object.entries(e).map(([u,k])=>[u,k.selector]))}function l(){return Object.fromEntries(Object.entries(e).map(([u,k])=>[u,k.className]))}function c(d){const A=`chakra-${(["container","root"].includes(d??"")?[r]:[r,d]).filter(Boolean).join("__")}`;return{className:A,selector:`.${A}`,toString:()=>d}}return{parts:a,toPart:c,extend:o,selectors:i,classnames:l,get keys(){return Object.keys(e)},__type:{}}}var ae=s("accordion").parts("root","container","button","panel").extend("icon");s("alert").parts("title","description","container").extend("icon","spinner");s("avatar").parts("label","badge","container").extend("excessLabel","group");s("breadcrumb").parts("link","item","container").extend("separator");s("button").parts();var ie=s("checkbox").parts("control","icon","container").extend("label");s("progress").parts("track","filledTrack").extend("label");s("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer");s("editable").parts("preview","input","textarea");s("form").parts("container","requiredIndicator","helperText");s("formError").parts("text","icon");var se=s("input").parts("addon","field","element");s("list").parts("container","item","icon");var Q=s("menu").parts("button","list","item").extend("groupTitle","command","divider"),le=s("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),ce=s("numberinput").parts("root","field","stepperGroup","stepper");s("pininput").parts("field");var fe=s("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),de=s("progress").parts("label","filledTrack","track");s("radio").parts("container","control","label");var ue=s("select").parts("field","icon"),pe=s("slider").parts("container","track","thumb","filledTrack","mark");s("stat").parts("container","label","helpText","number","icon");var be=s("switch").parts("container","track","thumb");s("table").parts("table","thead","tbody","tr","th","td","tfoot","caption");var ge=s("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator");s("tag").parts("container","label","closeButton");s("card").parts("container","header","body","footer");const{definePartsStyle:Z,defineMultiStyleConfig:rr}=J(Q.keys),er=Z(r=>({button:{fontWeight:500,bg:b("base.300","base.500")(r),color:b("base.900","base.100")(r),_hover:{bg:b("base.400","base.600")(r),color:b("base.900","base.50")(r),fontWeight:600}},list:{zIndex:9999,color:b("base.900","base.150")(r),bg:b("base.200","base.800")(r),shadow:"dark-lg",border:"none"},item:{fontSize:"sm",bg:b("base.200","base.800")(r),_hover:{bg:b("base.300","base.700")(r)},_focus:{bg:b("base.400","base.600")(r)},svg:{opacity:.5}}})),me=rr({variants:{invokeAI:er},defaultProps:{variant:"invokeAI"}}),ye={variants:{enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.07,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.07,easings:"easeOut"}}}},tr={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 nr(r){return()=>({fontFamily:r.fontFamily||"sans-serif"})}var or=Object.defineProperty,M=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,ir=Object.prototype.propertyIsEnumerable,I=(r,e,t)=>e in r?or(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,R=(r,e)=>{for(var t in e||(e={}))ar.call(e,t)&&I(r,t,e[t]);if(M)for(var t of M(e))ir.call(e,t)&&I(r,t,e[t]);return r};function sr(r){return e=>({WebkitTapHighlightColor:"transparent",[e||"&:focus"]:R({},r.focusRing==="always"||r.focusRing==="auto"?r.focusRingStyles.styles(r):r.focusRingStyles.resetStyles(r)),[e?e.replace(":focus",":focus:not(:focus-visible)"):"&:focus:not(:focus-visible)"]:R({},r.focusRing==="auto"||r.focusRing==="never"?r.focusRingStyles.resetStyles(r):null)})}function _(r){return e=>typeof r.primaryShade=="number"?r.primaryShade:r.primaryShade[e||r.colorScheme]}function E(r){const e=_(r);return(t,n,a=!0,o=!0)=>{if(typeof t=="string"&&t.includes(".")){const[l,c]=t.split("."),y=parseInt(c,10);if(l in r.colors&&y>=0&&y<10)return r.colors[l][typeof n=="number"&&!o?n:y]}const i=typeof n=="number"?n:e();return t in r.colors?r.colors[t][i]:a?r.colors[r.primaryColor][i]:t}}function V(r){let e="";for(let t=1;t{const a={from:(n==null?void 0:n.from)||r.defaultGradient.from,to:(n==null?void 0:n.to)||r.defaultGradient.to,deg:(n==null?void 0:n.deg)||r.defaultGradient.deg};return`linear-gradient(${a.deg}deg, ${e(a.from,t(),!1)} 0%, ${e(a.to,t(),!1)} 100%)`}}function X(r){return e=>{if(typeof e=="number")return`${e/16}${r}`;if(typeof e=="string"){const t=e.replace("px","");if(!Number.isNaN(Number(t)))return`${Number(t)/16}${r}`}return e}}const m=X("rem"),O=X("em");function q({size:r,sizes:e,units:t}){return r in e?e[r]:typeof r=="number"?t==="em"?O(r):m(r):r||e.md}function $(r){return typeof r=="number"?r:typeof r=="string"&&r.includes("rem")?Number(r.replace("rem",""))*16:typeof r=="string"&&r.includes("em")?Number(r.replace("em",""))*16:Number(r)}function fr(r){return e=>`@media (min-width: ${O($(q({size:e,sizes:r.breakpoints})))})`}function dr(r){return e=>`@media (max-width: ${O($(q({size:e,sizes:r.breakpoints}))-1)})`}function ur(r){return/^#?([0-9A-F]{3}){1,2}$/i.test(r)}function pr(r){let e=r.replace("#","");if(e.length===3){const i=e.split("");e=[i[0],i[0],i[1],i[1],i[2],i[2]].join("")}const t=parseInt(e,16),n=t>>16&255,a=t>>8&255,o=t&255;return{r:n,g:a,b:o,a:1}}function br(r){const[e,t,n,a]=r.replace(/[^0-9,.]/g,"").split(",").map(Number);return{r:e,g:t,b:n,a:a||1}}function j(r){return ur(r)?pr(r):r.startsWith("rgb")?br(r):{r:0,g:0,b:0,a:1}}function v(r,e){if(typeof r!="string"||e>1||e<0)return"rgba(0, 0, 0, 1)";if(r.startsWith("var(--"))return r;const{r:t,g:n,b:a}=j(r);return`rgba(${t}, ${n}, ${a}, ${e})`}function gr(r=0){return{position:"absolute",top:m(r),right:m(r),left:m(r),bottom:m(r)}}function mr(r,e){if(typeof r=="string"&&r.startsWith("var(--"))return r;const{r:t,g:n,b:a,a:o}=j(r),i=1-e,l=c=>Math.round(c*i);return`rgba(${l(t)}, ${l(n)}, ${l(a)}, ${o})`}function yr(r,e){if(typeof r=="string"&&r.startsWith("var(--"))return r;const{r:t,g:n,b:a,a:o}=j(r),i=l=>Math.round(l+(255-l)*e);return`rgba(${i(t)}, ${i(n)}, ${i(a)}, ${o})`}function vr(r){return e=>{if(typeof e=="number")return m(e);const t=typeof r.defaultRadius=="number"?r.defaultRadius:r.radius[r.defaultRadius]||r.defaultRadius;return r.radius[e]||e||t}}function Sr(r,e){if(typeof r=="string"&&r.includes(".")){const[t,n]=r.split("."),a=parseInt(n,10);if(t in e.colors&&a>=0&&a<10)return{isSplittedColor:!0,key:t,shade:a}}return{isSplittedColor:!1}}function hr(r){const e=E(r),t=_(r),n=U(r);return({variant:a,color:o,gradient:i,primaryFallback:l})=>{const c=Sr(o,r);switch(a){case"light":return{border:"transparent",background:v(e(o,r.colorScheme==="dark"?8:0,l,!1),r.colorScheme==="dark"?.2:1),color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),hover:v(e(o,r.colorScheme==="dark"?7:1,l,!1),r.colorScheme==="dark"?.25:.65)};case"subtle":return{border:"transparent",background:"transparent",color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),hover:v(e(o,r.colorScheme==="dark"?8:0,l,!1),r.colorScheme==="dark"?.2:1)};case"outline":return{border:e(o,r.colorScheme==="dark"?5:t("light")),background:"transparent",color:e(o,r.colorScheme==="dark"?5:t("light")),hover:r.colorScheme==="dark"?v(e(o,5,l,!1),.05):v(e(o,0,l,!1),.35)};case"default":return{border:r.colorScheme==="dark"?r.colors.dark[4]:r.colors.gray[4],background:r.colorScheme==="dark"?r.colors.dark[6]:r.white,color:r.colorScheme==="dark"?r.white:r.black,hover:r.colorScheme==="dark"?r.colors.dark[5]:r.colors.gray[0]};case"white":return{border:"transparent",background:r.white,color:e(o,t()),hover:null};case"transparent":return{border:"transparent",color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),background:"transparent",hover:null};case"gradient":return{background:n(i),color:r.white,border:"transparent",hover:null};default:{const y=t(),d=c.isSplittedColor?c.shade:y,u=c.isSplittedColor?c.key:o;return{border:"transparent",background:e(u,d,l),color:r.white,hover:e(u,d===9?8:d+1)}}}}}function _r(r){return e=>{const t=_(r)(e);return r.colors[r.primaryColor][t]}}function kr(r){return{"@media (hover: hover)":{"&:hover":r},"@media (hover: none)":{"&:active":r}}}function $r(r){return()=>({userSelect:"none",color:r.colorScheme==="dark"?r.colors.dark[3]:r.colors.gray[5]})}function wr(r){return()=>r.colorScheme==="dark"?r.colors.dark[2]:r.colors.gray[6]}const f={fontStyles:nr,themeColor:E,focusStyles:sr,linearGradient:lr,radialGradient:cr,smallerThan:dr,largerThan:fr,rgba:v,cover:gr,darken:mr,lighten:yr,radius:vr,variant:hr,primaryShade:_,hover:kr,gradient:U,primaryColor:_r,placeholderStyles:$r,dimmed:wr};var Pr=Object.defineProperty,xr=Object.defineProperties,Or=Object.getOwnPropertyDescriptors,T=Object.getOwnPropertySymbols,Cr=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable,F=(r,e,t)=>e in r?Pr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,jr=(r,e)=>{for(var t in e||(e={}))Cr.call(e,t)&&F(r,t,e[t]);if(T)for(var t of T(e))Er.call(e,t)&&F(r,t,e[t]);return r},zr=(r,e)=>xr(r,Or(e));function B(r){return zr(jr({},r),{fn:{fontStyles:f.fontStyles(r),themeColor:f.themeColor(r),focusStyles:f.focusStyles(r),largerThan:f.largerThan(r),smallerThan:f.smallerThan(r),radialGradient:f.radialGradient,linearGradient:f.linearGradient,gradient:f.gradient(r),rgba:f.rgba,cover:f.cover,lighten:f.lighten,darken:f.darken,primaryShade:f.primaryShade(r),radius:f.radius(r),variant:f.variant(r),hover:f.hover,primaryColor:f.primaryColor(r),placeholderStyles:f.placeholderStyles(r),dimmed:f.dimmed(r)}})}const Ar={dir:"ltr",primaryShade:{light:6,dark:8},focusRing:"auto",loader:"oval",colorScheme:"light",white:"#fff",black:"#000",defaultRadius:"sm",transitionTimingFunction:"ease",colors:tr,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:r=>({outlineOffset:"0.125rem",outline:`0.125rem solid ${r.colors[r.primaryColor][r.colorScheme==="dark"?7:5]}`}),resetStyles:()=>({outline:"none"}),inputStyles:r=>({outline:"none",borderColor:r.colors[r.primaryColor][typeof r.primaryShade=="object"?r.primaryShade[r.colorScheme]:r.primaryShade]})}},z=B(Ar);var Mr=Object.defineProperty,Ir=Object.defineProperties,Rr=Object.getOwnPropertyDescriptors,H=Object.getOwnPropertySymbols,Tr=Object.prototype.hasOwnProperty,Fr=Object.prototype.propertyIsEnumerable,W=(r,e,t)=>e in r?Mr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Hr=(r,e)=>{for(var t in e||(e={}))Tr.call(e,t)&&W(r,t,e[t]);if(H)for(var t of H(e))Fr.call(e,t)&&W(r,t,e[t]);return r},Wr=(r,e)=>Ir(r,Rr(e));function Nr({theme:r}){return g.createElement(P,{styles:{"*, *::before, *::after":{boxSizing:"border-box"},html:{colorScheme:r.colorScheme==="dark"?"dark":"light"},body:Wr(Hr({},r.fn.fontStyles()),{backgroundColor:r.colorScheme==="dark"?r.colors.dark[7]:r.white,color:r.colorScheme==="dark"?r.colors.dark[0]:r.black,lineHeight:r.lineHeight,fontSize:r.fontSizes.md,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"})}})}function S(r,e,t,n=m){Object.keys(e).forEach(a=>{r[`--mantine-${t}-${a}`]=n(e[a])})}function Gr({theme:r}){const e={"--mantine-color-white":r.white,"--mantine-color-black":r.black,"--mantine-transition-timing-function":r.transitionTimingFunction,"--mantine-line-height":`${r.lineHeight}`,"--mantine-font-family":r.fontFamily,"--mantine-font-family-monospace":r.fontFamilyMonospace,"--mantine-font-family-headings":r.headings.fontFamily,"--mantine-heading-font-weight":`${r.headings.fontWeight}`};S(e,r.shadows,"shadow"),S(e,r.fontSizes,"font-size"),S(e,r.radius,"radius"),S(e,r.spacing,"spacing"),S(e,r.breakpoints,"breakpoints",O),Object.keys(r.colors).forEach(n=>{r.colors[n].forEach((a,o)=>{e[`--mantine-color-${n}-${o}`]=a})});const t=r.headings.sizes;return Object.keys(t).forEach(n=>{e[`--mantine-${n}-font-size`]=t[n].fontSize,e[`--mantine-${n}-line-height`]=`${t[n].lineHeight}`}),g.createElement(P,{styles:{":root":e}})}var Dr=Object.defineProperty,Lr=Object.defineProperties,Vr=Object.getOwnPropertyDescriptors,N=Object.getOwnPropertySymbols,Ur=Object.prototype.hasOwnProperty,Xr=Object.prototype.propertyIsEnumerable,G=(r,e,t)=>e in r?Dr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,p=(r,e)=>{for(var t in e||(e={}))Ur.call(e,t)&&G(r,t,e[t]);if(N)for(var t of N(e))Xr.call(e,t)&&G(r,t,e[t]);return r},C=(r,e)=>Lr(r,Vr(e));function qr(r,e){var t;if(!e)return r;const n=Object.keys(r).reduce((a,o)=>{if(o==="headings"&&e.headings){const i=e.headings.sizes?Object.keys(r.headings.sizes).reduce((l,c)=>(l[c]=p(p({},r.headings.sizes[c]),e.headings.sizes[c]),l),{}):r.headings.sizes;return C(p({},a),{headings:C(p(p({},r.headings),e.headings),{sizes:i})})}if(o==="breakpoints"&&e.breakpoints){const i=p(p({},r.breakpoints),e.breakpoints);return C(p({},a),{breakpoints:Object.fromEntries(Object.entries(i).sort((l,c)=>$(l[1])-$(c[1])))})}return a[o]=typeof e[o]=="object"?p(p({},r[o]),e[o]):typeof e[o]=="number"||typeof e[o]=="boolean"||typeof e[o]=="function"?e[o]:e[o]||r[o],a},{});if(e!=null&&e.fontFamily&&!((t=e==null?void 0:e.headings)!=null&&t.fontFamily)&&(n.headings.fontFamily=e.fontFamily),!(n.primaryColor in n.colors))throw new Error("MantineProvider: Invalid theme.primaryColor, it accepts only key of theme.colors, learn more – https://mantine.dev/theming/colors/#primary-color");return n}function Br(r,e){return B(qr(r,e))}function Yr(r){return Object.keys(r).reduce((e,t)=>(r[t]!==void 0&&(e[t]=r[t]),e),{})}const Jr={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:`${m(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 Kr(){return g.createElement(P,{styles:Jr})}var Qr=Object.defineProperty,D=Object.getOwnPropertySymbols,Zr=Object.prototype.hasOwnProperty,re=Object.prototype.propertyIsEnumerable,L=(r,e,t)=>e in r?Qr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,h=(r,e)=>{for(var t in e||(e={}))Zr.call(e,t)&&L(r,t,e[t]);if(D)for(var t of D(e))re.call(e,t)&&L(r,t,e[t]);return r};const w=x.createContext({theme:z});function Y(){var r;return((r=x.useContext(w))==null?void 0:r.theme)||z}function ve(r){const e=Y(),t=n=>{var a,o,i,l;return{styles:((a=e.components[n])==null?void 0:a.styles)||{},classNames:((o=e.components[n])==null?void 0:o.classNames)||{},variants:(i=e.components[n])==null?void 0:i.variants,sizes:(l=e.components[n])==null?void 0:l.sizes}};return Array.isArray(r)?r.map(t):[t(r)]}function Se(){var r;return(r=x.useContext(w))==null?void 0:r.emotionCache}function he(r,e,t){var n;const a=Y(),o=(n=a.components[r])==null?void 0:n.defaultProps,i=typeof o=="function"?o(a):o;return h(h(h({},e),i),Yr(t))}function ee({theme:r,emotionCache:e,withNormalizeCSS:t=!1,withGlobalStyles:n=!1,withCSSVariables:a=!1,inherit:o=!1,children:i}){const l=x.useContext(w),c=Br(z,o?h(h({},l.theme),r):r);return g.createElement(K,{theme:c},g.createElement(w.Provider,{value:{theme:c,emotionCache:e}},t&&g.createElement(Kr,null),n&&g.createElement(Nr,{theme:c}),a&&g.createElement(Gr,{theme:c}),typeof c.globalStyles=="function"&&g.createElement(P,{styles:c.globalStyles(c)}),i))}ee.displayName="@mantine/core/MantineProvider";export{ee as M,Y as a,ve as b,q as c,he as d,b as e,Yr as f,$ as g,ae as h,ie as i,se as j,le as k,de as l,ye as m,ce as n,oe as o,fe as p,pe as q,m as r,ue as s,be as t,Se as u,ge as v,me as w}; +import{gt as J,W as g,gr as P,s as x,gA as K}from"./index-c1428e4e.js";function b(r,e){return t=>t.colorMode==="dark"?e:r}function oe(r){const{orientation:e,vertical:t,horizontal:n}=r;return e?e==="vertical"?t:n:{}}function s(r,e={}){let t=!1;function n(){if(!t){t=!0;return}throw new Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?")}function a(...d){n();for(const u of d)e[u]=c(u);return s(r,e)}function o(...d){for(const u of d)u in e||(e[u]=c(u));return s(r,e)}function i(){return Object.fromEntries(Object.entries(e).map(([u,k])=>[u,k.selector]))}function l(){return Object.fromEntries(Object.entries(e).map(([u,k])=>[u,k.className]))}function c(d){const A=`chakra-${(["container","root"].includes(d??"")?[r]:[r,d]).filter(Boolean).join("__")}`;return{className:A,selector:`.${A}`,toString:()=>d}}return{parts:a,toPart:c,extend:o,selectors:i,classnames:l,get keys(){return Object.keys(e)},__type:{}}}var ae=s("accordion").parts("root","container","button","panel").extend("icon");s("alert").parts("title","description","container").extend("icon","spinner");s("avatar").parts("label","badge","container").extend("excessLabel","group");s("breadcrumb").parts("link","item","container").extend("separator");s("button").parts();var ie=s("checkbox").parts("control","icon","container").extend("label");s("progress").parts("track","filledTrack").extend("label");s("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer");s("editable").parts("preview","input","textarea");s("form").parts("container","requiredIndicator","helperText");s("formError").parts("text","icon");var se=s("input").parts("addon","field","element");s("list").parts("container","item","icon");var Q=s("menu").parts("button","list","item").extend("groupTitle","command","divider"),le=s("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),ce=s("numberinput").parts("root","field","stepperGroup","stepper");s("pininput").parts("field");var fe=s("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),de=s("progress").parts("label","filledTrack","track");s("radio").parts("container","control","label");var ue=s("select").parts("field","icon"),pe=s("slider").parts("container","track","thumb","filledTrack","mark");s("stat").parts("container","label","helpText","number","icon");var be=s("switch").parts("container","track","thumb");s("table").parts("table","thead","tbody","tr","th","td","tfoot","caption");var ge=s("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator");s("tag").parts("container","label","closeButton");s("card").parts("container","header","body","footer");const{definePartsStyle:Z,defineMultiStyleConfig:rr}=J(Q.keys),er=Z(r=>({button:{fontWeight:500,bg:b("base.300","base.500")(r),color:b("base.900","base.100")(r),_hover:{bg:b("base.400","base.600")(r),color:b("base.900","base.50")(r),fontWeight:600}},list:{zIndex:9999,color:b("base.900","base.150")(r),bg:b("base.200","base.800")(r),shadow:"dark-lg",border:"none"},item:{fontSize:"sm",bg:b("base.200","base.800")(r),_hover:{bg:b("base.300","base.700")(r)},_focus:{bg:b("base.400","base.600")(r)},svg:{opacity:.5}}})),me=rr({variants:{invokeAI:er},defaultProps:{variant:"invokeAI"}}),ye={variants:{enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.07,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.07,easings:"easeOut"}}}},tr={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 nr(r){return()=>({fontFamily:r.fontFamily||"sans-serif"})}var or=Object.defineProperty,M=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,ir=Object.prototype.propertyIsEnumerable,I=(r,e,t)=>e in r?or(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,R=(r,e)=>{for(var t in e||(e={}))ar.call(e,t)&&I(r,t,e[t]);if(M)for(var t of M(e))ir.call(e,t)&&I(r,t,e[t]);return r};function sr(r){return e=>({WebkitTapHighlightColor:"transparent",[e||"&:focus"]:R({},r.focusRing==="always"||r.focusRing==="auto"?r.focusRingStyles.styles(r):r.focusRingStyles.resetStyles(r)),[e?e.replace(":focus",":focus:not(:focus-visible)"):"&:focus:not(:focus-visible)"]:R({},r.focusRing==="auto"||r.focusRing==="never"?r.focusRingStyles.resetStyles(r):null)})}function _(r){return e=>typeof r.primaryShade=="number"?r.primaryShade:r.primaryShade[e||r.colorScheme]}function E(r){const e=_(r);return(t,n,a=!0,o=!0)=>{if(typeof t=="string"&&t.includes(".")){const[l,c]=t.split("."),y=parseInt(c,10);if(l in r.colors&&y>=0&&y<10)return r.colors[l][typeof n=="number"&&!o?n:y]}const i=typeof n=="number"?n:e();return t in r.colors?r.colors[t][i]:a?r.colors[r.primaryColor][i]:t}}function V(r){let e="";for(let t=1;t{const a={from:(n==null?void 0:n.from)||r.defaultGradient.from,to:(n==null?void 0:n.to)||r.defaultGradient.to,deg:(n==null?void 0:n.deg)||r.defaultGradient.deg};return`linear-gradient(${a.deg}deg, ${e(a.from,t(),!1)} 0%, ${e(a.to,t(),!1)} 100%)`}}function X(r){return e=>{if(typeof e=="number")return`${e/16}${r}`;if(typeof e=="string"){const t=e.replace("px","");if(!Number.isNaN(Number(t)))return`${Number(t)/16}${r}`}return e}}const m=X("rem"),O=X("em");function q({size:r,sizes:e,units:t}){return r in e?e[r]:typeof r=="number"?t==="em"?O(r):m(r):r||e.md}function $(r){return typeof r=="number"?r:typeof r=="string"&&r.includes("rem")?Number(r.replace("rem",""))*16:typeof r=="string"&&r.includes("em")?Number(r.replace("em",""))*16:Number(r)}function fr(r){return e=>`@media (min-width: ${O($(q({size:e,sizes:r.breakpoints})))})`}function dr(r){return e=>`@media (max-width: ${O($(q({size:e,sizes:r.breakpoints}))-1)})`}function ur(r){return/^#?([0-9A-F]{3}){1,2}$/i.test(r)}function pr(r){let e=r.replace("#","");if(e.length===3){const i=e.split("");e=[i[0],i[0],i[1],i[1],i[2],i[2]].join("")}const t=parseInt(e,16),n=t>>16&255,a=t>>8&255,o=t&255;return{r:n,g:a,b:o,a:1}}function br(r){const[e,t,n,a]=r.replace(/[^0-9,.]/g,"").split(",").map(Number);return{r:e,g:t,b:n,a:a||1}}function j(r){return ur(r)?pr(r):r.startsWith("rgb")?br(r):{r:0,g:0,b:0,a:1}}function v(r,e){if(typeof r!="string"||e>1||e<0)return"rgba(0, 0, 0, 1)";if(r.startsWith("var(--"))return r;const{r:t,g:n,b:a}=j(r);return`rgba(${t}, ${n}, ${a}, ${e})`}function gr(r=0){return{position:"absolute",top:m(r),right:m(r),left:m(r),bottom:m(r)}}function mr(r,e){if(typeof r=="string"&&r.startsWith("var(--"))return r;const{r:t,g:n,b:a,a:o}=j(r),i=1-e,l=c=>Math.round(c*i);return`rgba(${l(t)}, ${l(n)}, ${l(a)}, ${o})`}function yr(r,e){if(typeof r=="string"&&r.startsWith("var(--"))return r;const{r:t,g:n,b:a,a:o}=j(r),i=l=>Math.round(l+(255-l)*e);return`rgba(${i(t)}, ${i(n)}, ${i(a)}, ${o})`}function vr(r){return e=>{if(typeof e=="number")return m(e);const t=typeof r.defaultRadius=="number"?r.defaultRadius:r.radius[r.defaultRadius]||r.defaultRadius;return r.radius[e]||e||t}}function Sr(r,e){if(typeof r=="string"&&r.includes(".")){const[t,n]=r.split("."),a=parseInt(n,10);if(t in e.colors&&a>=0&&a<10)return{isSplittedColor:!0,key:t,shade:a}}return{isSplittedColor:!1}}function hr(r){const e=E(r),t=_(r),n=U(r);return({variant:a,color:o,gradient:i,primaryFallback:l})=>{const c=Sr(o,r);switch(a){case"light":return{border:"transparent",background:v(e(o,r.colorScheme==="dark"?8:0,l,!1),r.colorScheme==="dark"?.2:1),color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),hover:v(e(o,r.colorScheme==="dark"?7:1,l,!1),r.colorScheme==="dark"?.25:.65)};case"subtle":return{border:"transparent",background:"transparent",color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),hover:v(e(o,r.colorScheme==="dark"?8:0,l,!1),r.colorScheme==="dark"?.2:1)};case"outline":return{border:e(o,r.colorScheme==="dark"?5:t("light")),background:"transparent",color:e(o,r.colorScheme==="dark"?5:t("light")),hover:r.colorScheme==="dark"?v(e(o,5,l,!1),.05):v(e(o,0,l,!1),.35)};case"default":return{border:r.colorScheme==="dark"?r.colors.dark[4]:r.colors.gray[4],background:r.colorScheme==="dark"?r.colors.dark[6]:r.white,color:r.colorScheme==="dark"?r.white:r.black,hover:r.colorScheme==="dark"?r.colors.dark[5]:r.colors.gray[0]};case"white":return{border:"transparent",background:r.white,color:e(o,t()),hover:null};case"transparent":return{border:"transparent",color:o==="dark"?r.colorScheme==="dark"?r.colors.dark[0]:r.colors.dark[9]:e(o,r.colorScheme==="dark"?2:t("light")),background:"transparent",hover:null};case"gradient":return{background:n(i),color:r.white,border:"transparent",hover:null};default:{const y=t(),d=c.isSplittedColor?c.shade:y,u=c.isSplittedColor?c.key:o;return{border:"transparent",background:e(u,d,l),color:r.white,hover:e(u,d===9?8:d+1)}}}}}function _r(r){return e=>{const t=_(r)(e);return r.colors[r.primaryColor][t]}}function kr(r){return{"@media (hover: hover)":{"&:hover":r},"@media (hover: none)":{"&:active":r}}}function $r(r){return()=>({userSelect:"none",color:r.colorScheme==="dark"?r.colors.dark[3]:r.colors.gray[5]})}function wr(r){return()=>r.colorScheme==="dark"?r.colors.dark[2]:r.colors.gray[6]}const f={fontStyles:nr,themeColor:E,focusStyles:sr,linearGradient:lr,radialGradient:cr,smallerThan:dr,largerThan:fr,rgba:v,cover:gr,darken:mr,lighten:yr,radius:vr,variant:hr,primaryShade:_,hover:kr,gradient:U,primaryColor:_r,placeholderStyles:$r,dimmed:wr};var Pr=Object.defineProperty,xr=Object.defineProperties,Or=Object.getOwnPropertyDescriptors,T=Object.getOwnPropertySymbols,Cr=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable,F=(r,e,t)=>e in r?Pr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,jr=(r,e)=>{for(var t in e||(e={}))Cr.call(e,t)&&F(r,t,e[t]);if(T)for(var t of T(e))Er.call(e,t)&&F(r,t,e[t]);return r},zr=(r,e)=>xr(r,Or(e));function B(r){return zr(jr({},r),{fn:{fontStyles:f.fontStyles(r),themeColor:f.themeColor(r),focusStyles:f.focusStyles(r),largerThan:f.largerThan(r),smallerThan:f.smallerThan(r),radialGradient:f.radialGradient,linearGradient:f.linearGradient,gradient:f.gradient(r),rgba:f.rgba,cover:f.cover,lighten:f.lighten,darken:f.darken,primaryShade:f.primaryShade(r),radius:f.radius(r),variant:f.variant(r),hover:f.hover,primaryColor:f.primaryColor(r),placeholderStyles:f.placeholderStyles(r),dimmed:f.dimmed(r)}})}const Ar={dir:"ltr",primaryShade:{light:6,dark:8},focusRing:"auto",loader:"oval",colorScheme:"light",white:"#fff",black:"#000",defaultRadius:"sm",transitionTimingFunction:"ease",colors:tr,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:r=>({outlineOffset:"0.125rem",outline:`0.125rem solid ${r.colors[r.primaryColor][r.colorScheme==="dark"?7:5]}`}),resetStyles:()=>({outline:"none"}),inputStyles:r=>({outline:"none",borderColor:r.colors[r.primaryColor][typeof r.primaryShade=="object"?r.primaryShade[r.colorScheme]:r.primaryShade]})}},z=B(Ar);var Mr=Object.defineProperty,Ir=Object.defineProperties,Rr=Object.getOwnPropertyDescriptors,H=Object.getOwnPropertySymbols,Tr=Object.prototype.hasOwnProperty,Fr=Object.prototype.propertyIsEnumerable,W=(r,e,t)=>e in r?Mr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Hr=(r,e)=>{for(var t in e||(e={}))Tr.call(e,t)&&W(r,t,e[t]);if(H)for(var t of H(e))Fr.call(e,t)&&W(r,t,e[t]);return r},Wr=(r,e)=>Ir(r,Rr(e));function Nr({theme:r}){return g.createElement(P,{styles:{"*, *::before, *::after":{boxSizing:"border-box"},html:{colorScheme:r.colorScheme==="dark"?"dark":"light"},body:Wr(Hr({},r.fn.fontStyles()),{backgroundColor:r.colorScheme==="dark"?r.colors.dark[7]:r.white,color:r.colorScheme==="dark"?r.colors.dark[0]:r.black,lineHeight:r.lineHeight,fontSize:r.fontSizes.md,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"})}})}function S(r,e,t,n=m){Object.keys(e).forEach(a=>{r[`--mantine-${t}-${a}`]=n(e[a])})}function Gr({theme:r}){const e={"--mantine-color-white":r.white,"--mantine-color-black":r.black,"--mantine-transition-timing-function":r.transitionTimingFunction,"--mantine-line-height":`${r.lineHeight}`,"--mantine-font-family":r.fontFamily,"--mantine-font-family-monospace":r.fontFamilyMonospace,"--mantine-font-family-headings":r.headings.fontFamily,"--mantine-heading-font-weight":`${r.headings.fontWeight}`};S(e,r.shadows,"shadow"),S(e,r.fontSizes,"font-size"),S(e,r.radius,"radius"),S(e,r.spacing,"spacing"),S(e,r.breakpoints,"breakpoints",O),Object.keys(r.colors).forEach(n=>{r.colors[n].forEach((a,o)=>{e[`--mantine-color-${n}-${o}`]=a})});const t=r.headings.sizes;return Object.keys(t).forEach(n=>{e[`--mantine-${n}-font-size`]=t[n].fontSize,e[`--mantine-${n}-line-height`]=`${t[n].lineHeight}`}),g.createElement(P,{styles:{":root":e}})}var Dr=Object.defineProperty,Lr=Object.defineProperties,Vr=Object.getOwnPropertyDescriptors,N=Object.getOwnPropertySymbols,Ur=Object.prototype.hasOwnProperty,Xr=Object.prototype.propertyIsEnumerable,G=(r,e,t)=>e in r?Dr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,p=(r,e)=>{for(var t in e||(e={}))Ur.call(e,t)&&G(r,t,e[t]);if(N)for(var t of N(e))Xr.call(e,t)&&G(r,t,e[t]);return r},C=(r,e)=>Lr(r,Vr(e));function qr(r,e){var t;if(!e)return r;const n=Object.keys(r).reduce((a,o)=>{if(o==="headings"&&e.headings){const i=e.headings.sizes?Object.keys(r.headings.sizes).reduce((l,c)=>(l[c]=p(p({},r.headings.sizes[c]),e.headings.sizes[c]),l),{}):r.headings.sizes;return C(p({},a),{headings:C(p(p({},r.headings),e.headings),{sizes:i})})}if(o==="breakpoints"&&e.breakpoints){const i=p(p({},r.breakpoints),e.breakpoints);return C(p({},a),{breakpoints:Object.fromEntries(Object.entries(i).sort((l,c)=>$(l[1])-$(c[1])))})}return a[o]=typeof e[o]=="object"?p(p({},r[o]),e[o]):typeof e[o]=="number"||typeof e[o]=="boolean"||typeof e[o]=="function"?e[o]:e[o]||r[o],a},{});if(e!=null&&e.fontFamily&&!((t=e==null?void 0:e.headings)!=null&&t.fontFamily)&&(n.headings.fontFamily=e.fontFamily),!(n.primaryColor in n.colors))throw new Error("MantineProvider: Invalid theme.primaryColor, it accepts only key of theme.colors, learn more – https://mantine.dev/theming/colors/#primary-color");return n}function Br(r,e){return B(qr(r,e))}function Yr(r){return Object.keys(r).reduce((e,t)=>(r[t]!==void 0&&(e[t]=r[t]),e),{})}const Jr={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:`${m(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 Kr(){return g.createElement(P,{styles:Jr})}var Qr=Object.defineProperty,D=Object.getOwnPropertySymbols,Zr=Object.prototype.hasOwnProperty,re=Object.prototype.propertyIsEnumerable,L=(r,e,t)=>e in r?Qr(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,h=(r,e)=>{for(var t in e||(e={}))Zr.call(e,t)&&L(r,t,e[t]);if(D)for(var t of D(e))re.call(e,t)&&L(r,t,e[t]);return r};const w=x.createContext({theme:z});function Y(){var r;return((r=x.useContext(w))==null?void 0:r.theme)||z}function ve(r){const e=Y(),t=n=>{var a,o,i,l;return{styles:((a=e.components[n])==null?void 0:a.styles)||{},classNames:((o=e.components[n])==null?void 0:o.classNames)||{},variants:(i=e.components[n])==null?void 0:i.variants,sizes:(l=e.components[n])==null?void 0:l.sizes}};return Array.isArray(r)?r.map(t):[t(r)]}function Se(){var r;return(r=x.useContext(w))==null?void 0:r.emotionCache}function he(r,e,t){var n;const a=Y(),o=(n=a.components[r])==null?void 0:n.defaultProps,i=typeof o=="function"?o(a):o;return h(h(h({},e),i),Yr(t))}function ee({theme:r,emotionCache:e,withNormalizeCSS:t=!1,withGlobalStyles:n=!1,withCSSVariables:a=!1,inherit:o=!1,children:i}){const l=x.useContext(w),c=Br(z,o?h(h({},l.theme),r):r);return g.createElement(K,{theme:c},g.createElement(w.Provider,{value:{theme:c,emotionCache:e}},t&&g.createElement(Kr,null),n&&g.createElement(Nr,{theme:c}),a&&g.createElement(Gr,{theme:c}),typeof c.globalStyles=="function"&&g.createElement(P,{styles:c.globalStyles(c)}),i))}ee.displayName="@mantine/core/MantineProvider";export{ee as M,Y as a,ve as b,q as c,he as d,b as e,Yr as f,$ as g,ae as h,ie as i,se as j,le as k,de as l,ye as m,ce as n,oe as o,fe as p,pe as q,m as r,ue as s,be as t,Se as u,ge as v,me as w}; diff --git a/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-97e5b9c3.js b/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-617a0567.js similarity index 99% rename from invokeai/frontend/web/dist/assets/ThemeLocaleProvider-97e5b9c3.js rename to invokeai/frontend/web/dist/assets/ThemeLocaleProvider-617a0567.js index 6f669a5ee5..1c76f58fbd 100644 --- a/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-97e5b9c3.js +++ b/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-617a0567.js @@ -1,4 +1,4 @@ -import{v as g,gr as Ke,s as x,L as Ba,gs as Ea,ae as ca,ah as c,gt as b,gu as Da,gv as t,gw as Ra,gx as h,gy as ba,gz as ja,gA as Ha,a_ as Wa,gB as La,Z as Va,gC as qa,gD as Oa,gE as Na,gF as Ga,aW as Ua}from"./index-77a6baac.js";import{e as n,o as Sr,h as Ya,i as Ka,j as Xa,k as Za,n as Ja,p as Qa,l as et,s as rt,q as at,t as tt,v as ot,w as nt,M as it}from"./MantineProvider-5ea5d91e.js";var va=String.raw,ua=va` +import{v as g,gr as Ke,s as x,L as Ba,gs as Ea,ae as ca,ah as c,gt as b,gu as Da,gv as t,gw as Ra,gx as h,gy as ba,gz as ja,gA as Ha,a_ as Wa,gB as La,Z as Va,gC as qa,gD as Oa,gE as Na,gF as Ga,aW as Ua}from"./index-c1428e4e.js";import{e as n,o as Sr,h as Ya,i as Ka,j as Xa,k as Za,n as Ja,p as Qa,l as et,s as rt,q as at,t as tt,v as ot,w as nt,M as it}from"./MantineProvider-f3412ed4.js";var va=String.raw,ua=va` :root, :host { --chakra-vh: 100vh; diff --git a/invokeai/frontend/web/dist/assets/index-77a6baac.js b/invokeai/frontend/web/dist/assets/index-c1428e4e.js similarity index 99% rename from invokeai/frontend/web/dist/assets/index-77a6baac.js rename to invokeai/frontend/web/dist/assets/index-c1428e4e.js index a755994933..c97da856da 100644 --- a/invokeai/frontend/web/dist/assets/index-77a6baac.js +++ b/invokeai/frontend/web/dist/assets/index-c1428e4e.js @@ -122,4 +122,4 @@ ${R}`),O.pop(),`{${z}}`}case"number":return isFinite(T)?String(T):y?y(T):"null"; To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel. - `},q3e={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was moved over droppable area "+n.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was dropped over droppable area "+n.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function W3e(e){let{announcements:t=q3e,container:n,hiddenTextDescribedById:r,screenReaderInstructions:i=H3e}=e;const{announce:o,announcement:s}=z3e(),a=Tb("DndLiveRegion"),[l,u]=E.useState(!1);if(E.useEffect(()=>{u(!0)},[]),U3e(E.useMemo(()=>({onDragStart(d){let{active:f}=d;o(t.onDragStart({active:f}))},onDragMove(d){let{active:f,over:h}=d;t.onDragMove&&o(t.onDragMove({active:f,over:h}))},onDragOver(d){let{active:f,over:h}=d;o(t.onDragOver({active:f,over:h}))},onDragEnd(d){let{active:f,over:h}=d;o(t.onDragEnd({active:f,over:h}))},onDragCancel(d){let{active:f,over:h}=d;o(t.onDragCancel({active:f,over:h}))}}),[o,t])),!l)return null;const c=Ve.createElement(Ve.Fragment,null,Ve.createElement(B3e,{id:r,value:i.draggable}),Ve.createElement(V3e,{id:a,announcement:s}));return n?li.createPortal(c,n):c}var cn;(function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"})(cn||(cn={}));function x0(){}function qA(e,t){return E.useMemo(()=>({sensor:e,options:t??{}}),[e,t])}function K3e(){for(var e=arguments.length,t=new Array(e),n=0;n[...t].filter(r=>r!=null),[...t])}const zi=Object.freeze({x:0,y:0});function Y3e(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function X3e(e,t){const n=Vh(e);if(!n)return"0 0";const r={x:(n.x-t.left)/t.width*100,y:(n.y-t.top)/t.height*100};return r.x+"% "+r.y+"%"}function Q3e(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return n-r}function Z3e(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return r-n}function J3e(e){let{left:t,top:n,height:r,width:i}=e;return[{x:t,y:n},{x:t+i,y:n},{x:t,y:n+r},{x:t+i,y:n+r}]}function e4e(e,t){if(!e||e.length===0)return null;const[n]=e;return t?n[t]:n}function t4e(e,t){const n=Math.max(t.top,e.top),r=Math.max(t.left,e.left),i=Math.min(t.left+t.width,e.left+e.width),o=Math.min(t.top+t.height,e.top+e.height),s=i-r,a=o-n;if(r{let{collisionRect:t,droppableRects:n,droppableContainers:r}=e;const i=[];for(const o of r){const{id:s}=o,a=n.get(s);if(a){const l=t4e(a,t);l>0&&i.push({id:s,data:{droppableContainer:o,value:l}})}}return i.sort(Z3e)};function r4e(e,t){const{top:n,left:r,bottom:i,right:o}=t;return n<=e.y&&e.y<=i&&r<=e.x&&e.x<=o}const i4e=e=>{let{droppableContainers:t,droppableRects:n,pointerCoordinates:r}=e;if(!r)return[];const i=[];for(const o of t){const{id:s}=o,a=n.get(s);if(a&&r4e(r,a)){const u=J3e(a).reduce((d,f)=>d+Y3e(r,f),0),c=Number((u/4).toFixed(4));i.push({id:s,data:{droppableContainer:o,value:c}})}}return i.sort(Q3e)};function o4e(e,t,n){return{...e,scaleX:t&&n?t.width/n.width:1,scaleY:t&&n?t.height/n.height:1}}function gj(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:zi}function s4e(e){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o({...s,top:s.top+e*a.y,bottom:s.bottom+e*a.y,left:s.left+e*a.x,right:s.right+e*a.x}),{...n})}}const a4e=s4e(1);function mj(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}else if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}function l4e(e,t,n){const r=mj(t);if(!r)return e;const{scaleX:i,scaleY:o,x:s,y:a}=r,l=e.left-s-(1-i)*parseFloat(n),u=e.top-a-(1-o)*parseFloat(n.slice(n.indexOf(" ")+1)),c=i?e.width/i:e.width,d=o?e.height/o:e.height;return{width:c,height:d,top:u,right:l+c,bottom:u+d,left:l}}const u4e={ignoreTransform:!1};function jp(e,t){t===void 0&&(t=u4e);let n=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:u,transformOrigin:c}=mr(e).getComputedStyle(e);u&&(n=l4e(n,u,c))}const{top:r,left:i,width:o,height:s,bottom:a,right:l}=n;return{top:r,left:i,width:o,height:s,bottom:a,right:l}}function WA(e){return jp(e,{ignoreTransform:!0})}function c4e(e){const t=e.innerWidth,n=e.innerHeight;return{top:0,left:0,right:t,bottom:n,width:t,height:n}}function d4e(e,t){return t===void 0&&(t=mr(e).getComputedStyle(e)),t.position==="fixed"}function f4e(e,t){t===void 0&&(t=mr(e).getComputedStyle(e));const n=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some(i=>{const o=t[i];return typeof o=="string"?n.test(o):!1})}function p4(e,t){const n=[];function r(i){if(t!=null&&n.length>=t||!i)return n;if(f4(i)&&i.scrollingElement!=null&&!n.includes(i.scrollingElement))return n.push(i.scrollingElement),n;if(!Fp(i)||M3e(i)||n.includes(i))return n;const o=mr(e).getComputedStyle(i);return i!==e&&f4e(i,o)&&n.push(i),d4e(i,o)?n:r(i.parentNode)}return e?r(e):n}function yj(e){const[t]=p4(e,1);return t??null}function z_(e){return!xb||!e?null:ad(e)?e:d4(e)?f4(e)||e===ld(e).scrollingElement?window:Fp(e)?e:null:null}function vj(e){return ad(e)?e.scrollX:e.scrollLeft}function bj(e){return ad(e)?e.scrollY:e.scrollTop}function Lx(e){return{x:vj(e),y:bj(e)}}var Cn;(function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"})(Cn||(Cn={}));function Sj(e){return!xb||!e?!1:e===document.scrollingElement}function _j(e){const t={x:0,y:0},n=Sj(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},r={x:e.scrollWidth-n.width,y:e.scrollHeight-n.height},i=e.scrollTop<=t.y,o=e.scrollLeft<=t.x,s=e.scrollTop>=r.y,a=e.scrollLeft>=r.x;return{isTop:i,isLeft:o,isBottom:s,isRight:a,maxScroll:r,minScroll:t}}const h4e={x:.2,y:.2};function p4e(e,t,n,r,i){let{top:o,left:s,right:a,bottom:l}=n;r===void 0&&(r=10),i===void 0&&(i=h4e);const{isTop:u,isBottom:c,isLeft:d,isRight:f}=_j(e),h={x:0,y:0},p={x:0,y:0},m={height:t.height*i.y,width:t.width*i.x};return!u&&o<=t.top+m.height?(h.y=Cn.Backward,p.y=r*Math.abs((t.top+m.height-o)/m.height)):!c&&l>=t.bottom-m.height&&(h.y=Cn.Forward,p.y=r*Math.abs((t.bottom-m.height-l)/m.height)),!f&&a>=t.right-m.width?(h.x=Cn.Forward,p.x=r*Math.abs((t.right-m.width-a)/m.width)):!d&&s<=t.left+m.width&&(h.x=Cn.Backward,p.x=r*Math.abs((t.left+m.width-s)/m.width)),{direction:h,speed:p}}function g4e(e){if(e===document.scrollingElement){const{innerWidth:o,innerHeight:s}=window;return{top:0,left:0,right:o,bottom:s,width:o,height:s}}const{top:t,left:n,right:r,bottom:i}=e.getBoundingClientRect();return{top:t,left:n,right:r,bottom:i,width:e.clientWidth,height:e.clientHeight}}function wj(e){return e.reduce((t,n)=>cc(t,Lx(n)),zi)}function m4e(e){return e.reduce((t,n)=>t+vj(n),0)}function y4e(e){return e.reduce((t,n)=>t+bj(n),0)}function xj(e,t){if(t===void 0&&(t=jp),!e)return;const{top:n,left:r,bottom:i,right:o}=t(e);yj(e)&&(i<=0||o<=0||n>=window.innerHeight||r>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const v4e=[["x",["left","right"],m4e],["y",["top","bottom"],y4e]];class g4{constructor(t,n){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const r=p4(n),i=wj(r);this.rect={...t},this.width=t.width,this.height=t.height;for(const[o,s,a]of v4e)for(const l of s)Object.defineProperty(this,l,{get:()=>{const u=a(r),c=i[o]-u;return this.rect[l]+c},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class bf{constructor(t){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach(n=>{var r;return(r=this.target)==null?void 0:r.removeEventListener(...n)})},this.target=t}add(t,n,r){var i;(i=this.target)==null||i.addEventListener(t,n,r),this.listeners.push([t,n,r])}}function b4e(e){const{EventTarget:t}=mr(e);return e instanceof t?e:ld(e)}function U_(e,t){const n=Math.abs(e.x),r=Math.abs(e.y);return typeof t=="number"?Math.sqrt(n**2+r**2)>t:"x"in t&&"y"in t?n>t.x&&r>t.y:"x"in t?n>t.x:"y"in t?r>t.y:!1}var ri;(function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"})(ri||(ri={}));function KA(e){e.preventDefault()}function S4e(e){e.stopPropagation()}var gt;(function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter"})(gt||(gt={}));const Cj={start:[gt.Space,gt.Enter],cancel:[gt.Esc],end:[gt.Space,gt.Enter]},_4e=(e,t)=>{let{currentCoordinates:n}=t;switch(e.code){case gt.Right:return{...n,x:n.x+25};case gt.Left:return{...n,x:n.x-25};case gt.Down:return{...n,y:n.y+25};case gt.Up:return{...n,y:n.y-25}}};class Tj{constructor(t){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=t;const{event:{target:n}}=t;this.props=t,this.listeners=new bf(ld(n)),this.windowListeners=new bf(mr(n)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(ri.Resize,this.handleCancel),this.windowListeners.add(ri.VisibilityChange,this.handleCancel),setTimeout(()=>this.listeners.add(ri.Keydown,this.handleKeyDown))}handleStart(){const{activeNode:t,onStart:n}=this.props,r=t.node.current;r&&xj(r),n(zi)}handleKeyDown(t){if(h4(t)){const{active:n,context:r,options:i}=this.props,{keyboardCodes:o=Cj,coordinateGetter:s=_4e,scrollBehavior:a="smooth"}=i,{code:l}=t;if(o.end.includes(l)){this.handleEnd(t);return}if(o.cancel.includes(l)){this.handleCancel(t);return}const{collisionRect:u}=r.current,c=u?{x:u.left,y:u.top}:zi;this.referenceCoordinates||(this.referenceCoordinates=c);const d=s(t,{active:n,context:r.current,currentCoordinates:c});if(d){const f=w0(d,c),h={x:0,y:0},{scrollableAncestors:p}=r.current;for(const m of p){const S=t.code,{isTop:v,isRight:y,isLeft:g,isBottom:b,maxScroll:_,minScroll:w}=_j(m),x=g4e(m),C={x:Math.min(S===gt.Right?x.right-x.width/2:x.right,Math.max(S===gt.Right?x.left:x.left+x.width/2,d.x)),y:Math.min(S===gt.Down?x.bottom-x.height/2:x.bottom,Math.max(S===gt.Down?x.top:x.top+x.height/2,d.y))},k=S===gt.Right&&!y||S===gt.Left&&!g,P=S===gt.Down&&!b||S===gt.Up&&!v;if(k&&C.x!==d.x){const A=m.scrollLeft+f.x,$=S===gt.Right&&A<=_.x||S===gt.Left&&A>=w.x;if($&&!f.y){m.scrollTo({left:A,behavior:a});return}$?h.x=m.scrollLeft-A:h.x=S===gt.Right?m.scrollLeft-_.x:m.scrollLeft-w.x,h.x&&m.scrollBy({left:-h.x,behavior:a});break}else if(P&&C.y!==d.y){const A=m.scrollTop+f.y,$=S===gt.Down&&A<=_.y||S===gt.Up&&A>=w.y;if($&&!f.x){m.scrollTo({top:A,behavior:a});return}$?h.y=m.scrollTop-A:h.y=S===gt.Down?m.scrollTop-_.y:m.scrollTop-w.y,h.y&&m.scrollBy({top:-h.y,behavior:a});break}}this.handleMove(t,cc(w0(d,this.referenceCoordinates),h))}}}handleMove(t,n){const{onMove:r}=this.props;t.preventDefault(),r(n)}handleEnd(t){const{onEnd:n}=this.props;t.preventDefault(),this.detach(),n()}handleCancel(t){const{onCancel:n}=this.props;t.preventDefault(),this.detach(),n()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}Tj.activators=[{eventName:"onKeyDown",handler:(e,t,n)=>{let{keyboardCodes:r=Cj,onActivation:i}=t,{active:o}=n;const{code:s}=e.nativeEvent;if(r.start.includes(s)){const a=o.activatorNode.current;return a&&e.target!==a?!1:(e.preventDefault(),i==null||i({event:e.nativeEvent}),!0)}return!1}}];function YA(e){return!!(e&&"distance"in e)}function XA(e){return!!(e&&"delay"in e)}class m4{constructor(t,n,r){var i;r===void 0&&(r=b4e(t.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=t,this.events=n;const{event:o}=t,{target:s}=o;this.props=t,this.events=n,this.document=ld(s),this.documentListeners=new bf(this.document),this.listeners=new bf(r),this.windowListeners=new bf(mr(s)),this.initialCoordinates=(i=Vh(o))!=null?i:zi,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:t,props:{options:{activationConstraint:n}}}=this;if(this.listeners.add(t.move.name,this.handleMove,{passive:!1}),this.listeners.add(t.end.name,this.handleEnd),this.windowListeners.add(ri.Resize,this.handleCancel),this.windowListeners.add(ri.DragStart,KA),this.windowListeners.add(ri.VisibilityChange,this.handleCancel),this.windowListeners.add(ri.ContextMenu,KA),this.documentListeners.add(ri.Keydown,this.handleKeydown),n){if(YA(n))return;if(XA(n)){this.timeoutId=setTimeout(this.handleStart,n.delay);return}}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),this.timeoutId!==null&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handleStart(){const{initialCoordinates:t}=this,{onStart:n}=this.props;t&&(this.activated=!0,this.documentListeners.add(ri.Click,S4e,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(ri.SelectionChange,this.removeTextSelection),n(t))}handleMove(t){var n;const{activated:r,initialCoordinates:i,props:o}=this,{onMove:s,options:{activationConstraint:a}}=o;if(!i)return;const l=(n=Vh(t))!=null?n:zi,u=w0(i,l);if(!r&&a){if(XA(a))return U_(u,a.tolerance)?this.handleCancel():void 0;if(YA(a))return a.tolerance!=null&&U_(u,a.tolerance)?this.handleCancel():U_(u,a.distance)?this.handleStart():void 0}t.cancelable&&t.preventDefault(),s(l)}handleEnd(){const{onEnd:t}=this.props;this.detach(),t()}handleCancel(){const{onCancel:t}=this.props;this.detach(),t()}handleKeydown(t){t.code===gt.Esc&&this.handleCancel()}removeTextSelection(){var t;(t=this.document.getSelection())==null||t.removeAllRanges()}}const w4e={move:{name:"pointermove"},end:{name:"pointerup"}};class Ej extends m4{constructor(t){const{event:n}=t,r=ld(n.target);super(t,w4e,r)}}Ej.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return!n.isPrimary||n.button!==0?!1:(r==null||r({event:n}),!0)}}];const x4e={move:{name:"mousemove"},end:{name:"mouseup"}};var $x;(function(e){e[e.RightClick=2]="RightClick"})($x||($x={}));class Pj extends m4{constructor(t){super(t,x4e,ld(t.event.target))}}Pj.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button===$x.RightClick?!1:(r==null||r({event:n}),!0)}}];const G_={move:{name:"touchmove"},end:{name:"touchend"}};class kj extends m4{constructor(t){super(t,G_)}static setup(){return window.addEventListener(G_.move.name,t,{capture:!1,passive:!1}),function(){window.removeEventListener(G_.move.name,t)};function t(){}}}kj.activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;const{touches:i}=n;return i.length>1?!1:(r==null||r({event:n}),!0)}}];var Sf;(function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"})(Sf||(Sf={}));var C0;(function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"})(C0||(C0={}));function C4e(e){let{acceleration:t,activator:n=Sf.Pointer,canScroll:r,draggingRect:i,enabled:o,interval:s=5,order:a=C0.TreeOrder,pointerCoordinates:l,scrollableAncestors:u,scrollableAncestorRects:c,delta:d,threshold:f}=e;const h=E4e({delta:d,disabled:!o}),[p,m]=N3e(),S=E.useRef({x:0,y:0}),v=E.useRef({x:0,y:0}),y=E.useMemo(()=>{switch(n){case Sf.Pointer:return l?{top:l.y,bottom:l.y,left:l.x,right:l.x}:null;case Sf.DraggableRect:return i}},[n,i,l]),g=E.useRef(null),b=E.useCallback(()=>{const w=g.current;if(!w)return;const x=S.current.x*v.current.x,C=S.current.y*v.current.y;w.scrollBy(x,C)},[]),_=E.useMemo(()=>a===C0.TreeOrder?[...u].reverse():u,[a,u]);E.useEffect(()=>{if(!o||!u.length||!y){m();return}for(const w of _){if((r==null?void 0:r(w))===!1)continue;const x=u.indexOf(w),C=c[x];if(!C)continue;const{direction:k,speed:P}=p4e(w,C,y,t,f);for(const A of["x","y"])h[A][k[A]]||(P[A]=0,k[A]=0);if(P.x>0||P.y>0){m(),g.current=w,p(b,s),S.current=P,v.current=k;return}}S.current={x:0,y:0},v.current={x:0,y:0},m()},[t,b,r,m,o,s,JSON.stringify(y),JSON.stringify(h),p,u,_,c,JSON.stringify(f)])}const T4e={x:{[Cn.Backward]:!1,[Cn.Forward]:!1},y:{[Cn.Backward]:!1,[Cn.Forward]:!1}};function E4e(e){let{delta:t,disabled:n}=e;const r=_0(t);return Bp(i=>{if(n||!r||!i)return T4e;const o={x:Math.sign(t.x-r.x),y:Math.sign(t.y-r.y)};return{x:{[Cn.Backward]:i.x[Cn.Backward]||o.x===-1,[Cn.Forward]:i.x[Cn.Forward]||o.x===1},y:{[Cn.Backward]:i.y[Cn.Backward]||o.y===-1,[Cn.Forward]:i.y[Cn.Forward]||o.y===1}}},[n,t,r])}function P4e(e,t){const n=t!==null?e.get(t):void 0,r=n?n.node.current:null;return Bp(i=>{var o;return t===null?null:(o=r??i)!=null?o:null},[r,t])}function k4e(e,t){return E.useMemo(()=>e.reduce((n,r)=>{const{sensor:i}=r,o=i.activators.map(s=>({eventName:s.eventName,handler:t(s.handler,r)}));return[...n,...o]},[]),[e,t])}var Uh;(function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"})(Uh||(Uh={}));var Fx;(function(e){e.Optimized="optimized"})(Fx||(Fx={}));const QA=new Map;function A4e(e,t){let{dragging:n,dependencies:r,config:i}=t;const[o,s]=E.useState(null),{frequency:a,measure:l,strategy:u}=i,c=E.useRef(e),d=S(),f=jh(d),h=E.useCallback(function(v){v===void 0&&(v=[]),!f.current&&s(y=>y===null?v:y.concat(v.filter(g=>!y.includes(g))))},[f]),p=E.useRef(null),m=Bp(v=>{if(d&&!n)return QA;if(!v||v===QA||c.current!==e||o!=null){const y=new Map;for(let g of e){if(!g)continue;if(o&&o.length>0&&!o.includes(g.id)&&g.rect.current){y.set(g.id,g.rect.current);continue}const b=g.node.current,_=b?new g4(l(b),b):null;g.rect.current=_,_&&y.set(g.id,_)}return y}return v},[e,o,n,d,l]);return E.useEffect(()=>{c.current=e},[e]),E.useEffect(()=>{d||h()},[n,d]),E.useEffect(()=>{o&&o.length>0&&s(null)},[JSON.stringify(o)]),E.useEffect(()=>{d||typeof a!="number"||p.current!==null||(p.current=setTimeout(()=>{h(),p.current=null},a))},[a,d,h,...r]),{droppableRects:m,measureDroppableContainers:h,measuringScheduled:o!=null};function S(){switch(u){case Uh.Always:return!1;case Uh.BeforeDragging:return n;default:return!n}}}function y4(e,t){return Bp(n=>e?n||(typeof t=="function"?t(e):e):null,[t,e])}function O4e(e,t){return y4(e,t)}function R4e(e){let{callback:t,disabled:n}=e;const r=Cb(t),i=E.useMemo(()=>{if(n||typeof window>"u"||typeof window.MutationObserver>"u")return;const{MutationObserver:o}=window;return new o(r)},[r,n]);return E.useEffect(()=>()=>i==null?void 0:i.disconnect(),[i]),i}function Eb(e){let{callback:t,disabled:n}=e;const r=Cb(t),i=E.useMemo(()=>{if(n||typeof window>"u"||typeof window.ResizeObserver>"u")return;const{ResizeObserver:o}=window;return new o(r)},[n]);return E.useEffect(()=>()=>i==null?void 0:i.disconnect(),[i]),i}function I4e(e){return new g4(jp(e),e)}function ZA(e,t,n){t===void 0&&(t=I4e);const[r,i]=E.useReducer(a,null),o=R4e({callback(l){if(e)for(const u of l){const{type:c,target:d}=u;if(c==="childList"&&d instanceof HTMLElement&&d.contains(e)){i();break}}}}),s=Eb({callback:i});return ko(()=>{i(),e?(s==null||s.observe(e),o==null||o.observe(document.body,{childList:!0,subtree:!0})):(s==null||s.disconnect(),o==null||o.disconnect())},[e]),r;function a(l){if(!e)return null;if(e.isConnected===!1){var u;return(u=l??n)!=null?u:null}const c=t(e);return JSON.stringify(l)===JSON.stringify(c)?l:c}}function M4e(e){const t=y4(e);return gj(e,t)}const JA=[];function N4e(e){const t=E.useRef(e),n=Bp(r=>e?r&&r!==JA&&e&&t.current&&e.parentNode===t.current.parentNode?r:p4(e):JA,[e]);return E.useEffect(()=>{t.current=e},[e]),n}function D4e(e){const[t,n]=E.useState(null),r=E.useRef(e),i=E.useCallback(o=>{const s=z_(o.target);s&&n(a=>a?(a.set(s,Lx(s)),new Map(a)):null)},[]);return E.useEffect(()=>{const o=r.current;if(e!==o){s(o);const a=e.map(l=>{const u=z_(l);return u?(u.addEventListener("scroll",i,{passive:!0}),[u,Lx(u)]):null}).filter(l=>l!=null);n(a.length?new Map(a):null),r.current=e}return()=>{s(e),s(o)};function s(a){a.forEach(l=>{const u=z_(l);u==null||u.removeEventListener("scroll",i)})}},[i,e]),E.useMemo(()=>e.length?t?Array.from(t.values()).reduce((o,s)=>cc(o,s),zi):wj(e):zi,[e,t])}function e9(e,t){t===void 0&&(t=[]);const n=E.useRef(null);return E.useEffect(()=>{n.current=null},t),E.useEffect(()=>{const r=e!==zi;r&&!n.current&&(n.current=e),!r&&n.current&&(n.current=null)},[e]),n.current?w0(e,n.current):zi}function L4e(e){E.useEffect(()=>{if(!xb)return;const t=e.map(n=>{let{sensor:r}=n;return r.setup==null?void 0:r.setup()});return()=>{for(const n of t)n==null||n()}},e.map(t=>{let{sensor:n}=t;return n}))}function $4e(e,t){return E.useMemo(()=>e.reduce((n,r)=>{let{eventName:i,handler:o}=r;return n[i]=s=>{o(s,t)},n},{}),[e,t])}function Aj(e){return E.useMemo(()=>e?c4e(e):null,[e])}const H_=[];function F4e(e,t){t===void 0&&(t=jp);const[n]=e,r=Aj(n?mr(n):null),[i,o]=E.useReducer(a,H_),s=Eb({callback:o});return e.length>0&&i===H_&&o(),ko(()=>{e.length?e.forEach(l=>s==null?void 0:s.observe(l)):(s==null||s.disconnect(),o())},[e]),i;function a(){return e.length?e.map(l=>Sj(l)?r:new g4(t(l),l)):H_}}function Oj(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return Fp(t)?t:e}function B4e(e){let{measure:t}=e;const[n,r]=E.useState(null),i=E.useCallback(u=>{for(const{target:c}of u)if(Fp(c)){r(d=>{const f=t(c);return d?{...d,width:f.width,height:f.height}:f});break}},[t]),o=Eb({callback:i}),s=E.useCallback(u=>{const c=Oj(u);o==null||o.disconnect(),c&&(o==null||o.observe(c)),r(c?t(c):null)},[t,o]),[a,l]=S0(s);return E.useMemo(()=>({nodeRef:a,rect:n,setRef:l}),[n,a,l])}const j4e=[{sensor:Ej,options:{}},{sensor:Tj,options:{}}],V4e={current:{}},Lm={draggable:{measure:WA},droppable:{measure:WA,strategy:Uh.WhileDragging,frequency:Fx.Optimized},dragOverlay:{measure:jp}};class _f extends Map{get(t){var n;return t!=null&&(n=super.get(t))!=null?n:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter(t=>{let{disabled:n}=t;return!n})}getNodeFor(t){var n,r;return(n=(r=this.get(t))==null?void 0:r.node.current)!=null?n:void 0}}const z4e={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new _f,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:x0},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Lm,measureDroppableContainers:x0,windowRect:null,measuringScheduled:!1},Rj={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:x0,draggableNodes:new Map,over:null,measureDroppableContainers:x0},Vp=E.createContext(Rj),Ij=E.createContext(z4e);function U4e(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new _f}}}function G4e(e,t){switch(t.type){case cn.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case cn.DragMove:return e.draggable.active?{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}}:e;case cn.DragEnd:case cn.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case cn.RegisterDroppable:{const{element:n}=t,{id:r}=n,i=new _f(e.droppable.containers);return i.set(r,n),{...e,droppable:{...e.droppable,containers:i}}}case cn.SetDroppableDisabled:{const{id:n,key:r,disabled:i}=t,o=e.droppable.containers.get(n);if(!o||r!==o.key)return e;const s=new _f(e.droppable.containers);return s.set(n,{...o,disabled:i}),{...e,droppable:{...e.droppable,containers:s}}}case cn.UnregisterDroppable:{const{id:n,key:r}=t,i=e.droppable.containers.get(n);if(!i||r!==i.key)return e;const o=new _f(e.droppable.containers);return o.delete(n),{...e,droppable:{...e.droppable,containers:o}}}default:return e}}function H4e(e){let{disabled:t}=e;const{active:n,activatorEvent:r,draggableNodes:i}=E.useContext(Vp),o=_0(r),s=_0(n==null?void 0:n.id);return E.useEffect(()=>{if(!t&&!r&&o&&s!=null){if(!h4(o)||document.activeElement===o.target)return;const a=i.get(s);if(!a)return;const{activatorNode:l,node:u}=a;if(!l.current&&!u.current)return;requestAnimationFrame(()=>{for(const c of[l.current,u.current]){if(!c)continue;const d=$3e(c);if(d){d.focus();break}}})}},[r,t,i,s,o]),null}function Mj(e,t){let{transform:n,...r}=t;return e!=null&&e.length?e.reduce((i,o)=>o({transform:i,...r}),n):n}function q4e(e){return E.useMemo(()=>({draggable:{...Lm.draggable,...e==null?void 0:e.draggable},droppable:{...Lm.droppable,...e==null?void 0:e.droppable},dragOverlay:{...Lm.dragOverlay,...e==null?void 0:e.dragOverlay}}),[e==null?void 0:e.draggable,e==null?void 0:e.droppable,e==null?void 0:e.dragOverlay])}function W4e(e){let{activeNode:t,measure:n,initialRect:r,config:i=!0}=e;const o=E.useRef(!1),{x:s,y:a}=typeof i=="boolean"?{x:i,y:i}:i;ko(()=>{if(!s&&!a||!t){o.current=!1;return}if(o.current||!r)return;const u=t==null?void 0:t.node.current;if(!u||u.isConnected===!1)return;const c=n(u),d=gj(c,r);if(s||(d.x=0),a||(d.y=0),o.current=!0,Math.abs(d.x)>0||Math.abs(d.y)>0){const f=yj(u);f&&f.scrollBy({top:d.y,left:d.x})}},[t,s,a,r,n])}const Pb=E.createContext({...zi,scaleX:1,scaleY:1});var zs;(function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"})(zs||(zs={}));const K4e=E.memo(function(t){var n,r,i,o;let{id:s,accessibility:a,autoScroll:l=!0,children:u,sensors:c=j4e,collisionDetection:d=n4e,measuring:f,modifiers:h,...p}=t;const m=E.useReducer(G4e,void 0,U4e),[S,v]=m,[y,g]=G3e(),[b,_]=E.useState(zs.Uninitialized),w=b===zs.Initialized,{draggable:{active:x,nodes:C,translate:k},droppable:{containers:P}}=S,A=x?C.get(x):null,$=E.useRef({initial:null,translated:null}),N=E.useMemo(()=>{var ct;return x!=null?{id:x,data:(ct=A==null?void 0:A.data)!=null?ct:V4e,rect:$}:null},[x,A]),T=E.useRef(null),[O,I]=E.useState(null),[M,R]=E.useState(null),D=jh(p,Object.values(p)),L=Tb("DndDescribedBy",s),V=E.useMemo(()=>P.getEnabled(),[P]),z=q4e(f),{droppableRects:U,measureDroppableContainers:K,measuringScheduled:W}=A4e(V,{dragging:w,dependencies:[k.x,k.y],config:z.droppable}),X=P4e(C,x),F=E.useMemo(()=>M?Vh(M):null,[M]),q=$o(),Q=O4e(X,z.draggable.measure);W4e({activeNode:x?C.get(x):null,config:q.layoutShiftCompensation,initialRect:Q,measure:z.draggable.measure});const J=ZA(X,z.draggable.measure,Q),ne=ZA(X?X.parentElement:null),Z=E.useRef({activatorEvent:null,active:null,activeNode:X,collisionRect:null,collisions:null,droppableRects:U,draggableNodes:C,draggingNode:null,draggingNodeRect:null,droppableContainers:P,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),ge=P.getNodeFor((n=Z.current.over)==null?void 0:n.id),ae=B4e({measure:z.dragOverlay.measure}),oe=(r=ae.nodeRef.current)!=null?r:X,Ce=w?(i=ae.rect)!=null?i:J:null,se=!!(ae.nodeRef.current&&ae.rect),qe=M4e(se?null:J),yt=Aj(oe?mr(oe):null),$e=N4e(w?ge??X:null),Fe=F4e($e),Ie=Mj(h,{transform:{x:k.x-qe.x,y:k.y-qe.y,scaleX:1,scaleY:1},activatorEvent:M,active:N,activeNodeRect:J,containerNodeRect:ne,draggingNodeRect:Ce,over:Z.current.over,overlayNodeRect:ae.rect,scrollableAncestors:$e,scrollableAncestorRects:Fe,windowRect:yt}),nt=F?cc(F,k):null,xt=D4e($e),yn=e9(xt),an=e9(xt,[J]),Ot=cc(Ie,yn),ee=Ce?a4e(Ce,Ie):null,Se=N&&ee?d({active:N,collisionRect:ee,droppableRects:U,droppableContainers:V,pointerCoordinates:nt}):null,Te=e4e(Se,"id"),[Me,ie]=E.useState(null),pe=se?Ie:cc(Ie,an),Qt=o4e(pe,(o=Me==null?void 0:Me.rect)!=null?o:null,J),Rt=E.useCallback((ct,We)=>{let{sensor:On,options:vn}=We;if(T.current==null)return;const Gn=C.get(T.current);if(!Gn)return;const nr=ct.nativeEvent,yr=new On({active:T.current,activeNode:Gn,event:nr,options:vn,context:Z,onStart(rr){const Rn=T.current;if(Rn==null)return;const Fo=C.get(Rn);if(!Fo)return;const{onDragStart:Es}=D.current,Ps={active:{id:Rn,data:Fo.data,rect:$}};li.unstable_batchedUpdates(()=>{Es==null||Es(Ps),_(zs.Initializing),v({type:cn.DragStart,initialCoordinates:rr,active:Rn}),y({type:"onDragStart",event:Ps})})},onMove(rr){v({type:cn.DragMove,coordinates:rr})},onEnd:Hi(cn.DragEnd),onCancel:Hi(cn.DragCancel)});li.unstable_batchedUpdates(()=>{I(yr),R(ct.nativeEvent)});function Hi(rr){return async function(){const{active:Fo,collisions:Es,over:Ps,scrollAdjustedTranslate:Ql}=Z.current;let Bo=null;if(Fo&&Ql){const{cancelDrop:ir}=D.current;Bo={activatorEvent:nr,active:Fo,collisions:Es,delta:Ql,over:Ps},rr===cn.DragEnd&&typeof ir=="function"&&await Promise.resolve(ir(Bo))&&(rr=cn.DragCancel)}T.current=null,li.unstable_batchedUpdates(()=>{v({type:rr}),_(zs.Uninitialized),ie(null),I(null),R(null);const ir=rr===cn.DragEnd?"onDragEnd":"onDragCancel";if(Bo){const Fa=D.current[ir];Fa==null||Fa(Bo),y({type:ir,event:Bo})}})}}},[C]),ut=E.useCallback((ct,We)=>(On,vn)=>{const Gn=On.nativeEvent,nr=C.get(vn);if(T.current!==null||!nr||Gn.dndKit||Gn.defaultPrevented)return;const yr={active:nr};ct(On,We.options,yr)===!0&&(Gn.dndKit={capturedBy:We.sensor},T.current=vn,Rt(On,We))},[C,Rt]),tr=k4e(c,ut);L4e(c),ko(()=>{J&&b===zs.Initializing&&_(zs.Initialized)},[J,b]),E.useEffect(()=>{const{onDragMove:ct}=D.current,{active:We,activatorEvent:On,collisions:vn,over:Gn}=Z.current;if(!We||!On)return;const nr={active:We,activatorEvent:On,collisions:vn,delta:{x:Ot.x,y:Ot.y},over:Gn};li.unstable_batchedUpdates(()=>{ct==null||ct(nr),y({type:"onDragMove",event:nr})})},[Ot.x,Ot.y]),E.useEffect(()=>{const{active:ct,activatorEvent:We,collisions:On,droppableContainers:vn,scrollAdjustedTranslate:Gn}=Z.current;if(!ct||T.current==null||!We||!Gn)return;const{onDragOver:nr}=D.current,yr=vn.get(Te),Hi=yr&&yr.rect.current?{id:yr.id,rect:yr.rect.current,data:yr.data,disabled:yr.disabled}:null,rr={active:ct,activatorEvent:We,collisions:On,delta:{x:Gn.x,y:Gn.y},over:Hi};li.unstable_batchedUpdates(()=>{ie(Hi),nr==null||nr(rr),y({type:"onDragOver",event:rr})})},[Te]),ko(()=>{Z.current={activatorEvent:M,active:N,activeNode:X,collisionRect:ee,collisions:Se,droppableRects:U,draggableNodes:C,draggingNode:oe,draggingNodeRect:Ce,droppableContainers:P,over:Me,scrollableAncestors:$e,scrollAdjustedTranslate:Ot},$.current={initial:Ce,translated:ee}},[N,X,Se,ee,C,oe,Ce,U,P,Me,$e,Ot]),C4e({...q,delta:k,draggingRect:ee,pointerCoordinates:nt,scrollableAncestors:$e,scrollableAncestorRects:Fe});const Lo=E.useMemo(()=>({active:N,activeNode:X,activeNodeRect:J,activatorEvent:M,collisions:Se,containerNodeRect:ne,dragOverlay:ae,draggableNodes:C,droppableContainers:P,droppableRects:U,over:Me,measureDroppableContainers:K,scrollableAncestors:$e,scrollableAncestorRects:Fe,measuringConfiguration:z,measuringScheduled:W,windowRect:yt}),[N,X,J,M,Se,ne,ae,C,P,U,Me,K,$e,Fe,z,W,yt]),Xr=E.useMemo(()=>({activatorEvent:M,activators:tr,active:N,activeNodeRect:J,ariaDescribedById:{draggable:L},dispatch:v,draggableNodes:C,over:Me,measureDroppableContainers:K}),[M,tr,N,J,v,L,C,Me,K]);return Ve.createElement(pj.Provider,{value:g},Ve.createElement(Vp.Provider,{value:Xr},Ve.createElement(Ij.Provider,{value:Lo},Ve.createElement(Pb.Provider,{value:Qt},u)),Ve.createElement(H4e,{disabled:(a==null?void 0:a.restoreFocus)===!1})),Ve.createElement(W3e,{...a,hiddenTextDescribedById:L}));function $o(){const ct=(O==null?void 0:O.autoScrollEnabled)===!1,We=typeof l=="object"?l.enabled===!1:l===!1,On=w&&!ct&&!We;return typeof l=="object"?{...l,enabled:On}:{enabled:On}}}),Y4e=E.createContext(null),t9="button",X4e="Droppable";function Q4e(e){let{id:t,data:n,disabled:r=!1,attributes:i}=e;const o=Tb(X4e),{activators:s,activatorEvent:a,active:l,activeNodeRect:u,ariaDescribedById:c,draggableNodes:d,over:f}=E.useContext(Vp),{role:h=t9,roleDescription:p="draggable",tabIndex:m=0}=i??{},S=(l==null?void 0:l.id)===t,v=E.useContext(S?Pb:Y4e),[y,g]=S0(),[b,_]=S0(),w=$4e(s,t),x=jh(n);ko(()=>(d.set(t,{id:t,key:o,node:y,activatorNode:b,data:x}),()=>{const k=d.get(t);k&&k.key===o&&d.delete(t)}),[d,t]);const C=E.useMemo(()=>({role:h,tabIndex:m,"aria-disabled":r,"aria-pressed":S&&h===t9?!0:void 0,"aria-roledescription":p,"aria-describedby":c.draggable}),[r,h,m,S,p,c.draggable]);return{active:l,activatorEvent:a,activeNodeRect:u,attributes:C,isDragging:S,listeners:r?void 0:w,node:y,over:f,setNodeRef:g,setActivatorNodeRef:_,transform:v}}function Z4e(){return E.useContext(Ij)}const J4e="Droppable",eTe={timeout:25};function tTe(e){let{data:t,disabled:n=!1,id:r,resizeObserverConfig:i}=e;const o=Tb(J4e),{active:s,dispatch:a,over:l,measureDroppableContainers:u}=E.useContext(Vp),c=E.useRef({disabled:n}),d=E.useRef(!1),f=E.useRef(null),h=E.useRef(null),{disabled:p,updateMeasurementsFor:m,timeout:S}={...eTe,...i},v=jh(m??r),y=E.useCallback(()=>{if(!d.current){d.current=!0;return}h.current!=null&&clearTimeout(h.current),h.current=setTimeout(()=>{u(Array.isArray(v.current)?v.current:[v.current]),h.current=null},S)},[S]),g=Eb({callback:y,disabled:p||!s}),b=E.useCallback((C,k)=>{g&&(k&&(g.unobserve(k),d.current=!1),C&&g.observe(C))},[g]),[_,w]=S0(b),x=jh(t);return E.useEffect(()=>{!g||!_.current||(g.disconnect(),d.current=!1,g.observe(_.current))},[_,g]),ko(()=>(a({type:cn.RegisterDroppable,element:{id:r,key:o,disabled:n,node:_,rect:f,data:x}}),()=>a({type:cn.UnregisterDroppable,key:o,id:r})),[r]),E.useEffect(()=>{n!==c.current.disabled&&(a({type:cn.SetDroppableDisabled,id:r,key:o,disabled:n}),c.current.disabled=n)},[r,o,n,a]),{active:s,rect:f,isOver:(l==null?void 0:l.id)===r,node:_,over:l,setNodeRef:w}}function nTe(e){let{animation:t,children:n}=e;const[r,i]=E.useState(null),[o,s]=E.useState(null),a=_0(n);return!n&&!r&&a&&i(a),ko(()=>{if(!o)return;const l=r==null?void 0:r.key,u=r==null?void 0:r.props.id;if(l==null||u==null){i(null);return}Promise.resolve(t(u,o)).then(()=>{i(null)})},[t,r,o]),Ve.createElement(Ve.Fragment,null,n,r?E.cloneElement(r,{ref:s}):null)}const rTe={x:0,y:0,scaleX:1,scaleY:1};function iTe(e){let{children:t}=e;return Ve.createElement(Vp.Provider,{value:Rj},Ve.createElement(Pb.Provider,{value:rTe},t))}const oTe={position:"fixed",touchAction:"none"},sTe=e=>h4(e)?"transform 250ms ease":void 0,aTe=E.forwardRef((e,t)=>{let{as:n,activatorEvent:r,adjustScale:i,children:o,className:s,rect:a,style:l,transform:u,transition:c=sTe}=e;if(!a)return null;const d=i?u:{...u,scaleX:1,scaleY:1},f={...oTe,width:a.width,height:a.height,top:a.top,left:a.left,transform:zh.Transform.toString(d),transformOrigin:i&&r?X3e(r,a):void 0,transition:typeof c=="function"?c(r):c,...l};return Ve.createElement(n,{className:s,style:f,ref:t},o)}),lTe=e=>t=>{let{active:n,dragOverlay:r}=t;const i={},{styles:o,className:s}=e;if(o!=null&&o.active)for(const[a,l]of Object.entries(o.active))l!==void 0&&(i[a]=n.node.style.getPropertyValue(a),n.node.style.setProperty(a,l));if(o!=null&&o.dragOverlay)for(const[a,l]of Object.entries(o.dragOverlay))l!==void 0&&r.node.style.setProperty(a,l);return s!=null&&s.active&&n.node.classList.add(s.active),s!=null&&s.dragOverlay&&r.node.classList.add(s.dragOverlay),function(){for(const[l,u]of Object.entries(i))n.node.style.setProperty(l,u);s!=null&&s.active&&n.node.classList.remove(s.active)}},uTe=e=>{let{transform:{initial:t,final:n}}=e;return[{transform:zh.Transform.toString(t)},{transform:zh.Transform.toString(n)}]},cTe={duration:250,easing:"ease",keyframes:uTe,sideEffects:lTe({styles:{active:{opacity:"0"}}})};function dTe(e){let{config:t,draggableNodes:n,droppableContainers:r,measuringConfiguration:i}=e;return Cb((o,s)=>{if(t===null)return;const a=n.get(o);if(!a)return;const l=a.node.current;if(!l)return;const u=Oj(s);if(!u)return;const{transform:c}=mr(s).getComputedStyle(s),d=mj(c);if(!d)return;const f=typeof t=="function"?t:fTe(t);return xj(l,i.draggable.measure),f({active:{id:o,data:a.data,node:l,rect:i.draggable.measure(l)},draggableNodes:n,dragOverlay:{node:s,rect:i.dragOverlay.measure(u)},droppableContainers:r,measuringConfiguration:i,transform:d})})}function fTe(e){const{duration:t,easing:n,sideEffects:r,keyframes:i}={...cTe,...e};return o=>{let{active:s,dragOverlay:a,transform:l,...u}=o;if(!t)return;const c={x:a.rect.left-s.rect.left,y:a.rect.top-s.rect.top},d={scaleX:l.scaleX!==1?s.rect.width*l.scaleX/a.rect.width:1,scaleY:l.scaleY!==1?s.rect.height*l.scaleY/a.rect.height:1},f={x:l.x-c.x,y:l.y-c.y,...d},h=i({...u,active:s,dragOverlay:a,transform:{initial:l,final:f}}),[p]=h,m=h[h.length-1];if(JSON.stringify(p)===JSON.stringify(m))return;const S=r==null?void 0:r({active:s,dragOverlay:a,...u}),v=a.node.animate(h,{duration:t,easing:n,fill:"forwards"});return new Promise(y=>{v.onfinish=()=>{S==null||S(),y()}})}}let n9=0;function hTe(e){return E.useMemo(()=>{if(e!=null)return n9++,n9},[e])}const pTe=Ve.memo(e=>{let{adjustScale:t=!1,children:n,dropAnimation:r,style:i,transition:o,modifiers:s,wrapperElement:a="div",className:l,zIndex:u=999}=e;const{activatorEvent:c,active:d,activeNodeRect:f,containerNodeRect:h,draggableNodes:p,droppableContainers:m,dragOverlay:S,over:v,measuringConfiguration:y,scrollableAncestors:g,scrollableAncestorRects:b,windowRect:_}=Z4e(),w=E.useContext(Pb),x=hTe(d==null?void 0:d.id),C=Mj(s,{activatorEvent:c,active:d,activeNodeRect:f,containerNodeRect:h,draggingNodeRect:S.rect,over:v,overlayNodeRect:S.rect,scrollableAncestors:g,scrollableAncestorRects:b,transform:w,windowRect:_}),k=y4(f),P=dTe({config:r,draggableNodes:p,droppableContainers:m,measuringConfiguration:y}),A=k?S.setRef:void 0;return Ve.createElement(iTe,null,Ve.createElement(nTe,{animation:P},d&&x?Ve.createElement(aTe,{key:x,id:d.id,ref:A,as:a,activatorEvent:c,adjustScale:t,className:l,transition:o,rect:k,style:{zIndex:u,...i},transform:C},n):null))}),gTe=e=>{let{activatorEvent:t,draggingNodeRect:n,transform:r}=e;if(n&&t){const i=Vh(t);if(!i)return r;const o=i.x-n.left,s=i.y-n.top;return{...r,x:r.x+o-n.width/2,y:r.y+s-n.height/2}}return r},Wg=28,r9={w:Wg,h:Wg,maxW:Wg,maxH:Wg,shadow:"dark-lg",borderRadius:"lg",borderWidth:2,borderStyle:"dashed",borderColor:"base.100",opacity:.5,bg:"base.800",color:"base.50",_dark:{borderColor:"base.200",bg:"base.900",color:"base.100"}},mTe=e=>{if(e.dragData){if(e.dragData.payloadType==="IMAGE_DTO"){const{thumbnail_url:t,width:n,height:r}=e.dragData.payload.imageDTO;return j.jsx(Q5,{sx:{position:"relative",width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center",userSelect:"none",cursor:"none"},children:j.jsx(Y5,{sx:{...r9},objectFit:"contain",src:t,width:n,height:r})})}return e.dragData.payloadType==="IMAGE_NAMES"?j.jsxs(Z5,{sx:{cursor:"none",userSelect:"none",position:"relative",alignItems:"center",justifyContent:"center",flexDir:"column",...r9},children:[j.jsx(Iw,{children:e.dragData.payload.image_names.length}),j.jsx(Iw,{size:"sm",children:"Images"})]}):null}},yTe=E.memo(mTe);function U8e(e){return tTe(e)}function G8e(e){return Q4e(e)}const H8e=(e,t)=>{if(!e||!(t!=null&&t.data.current))return!1;const{actionType:n}=e,{payloadType:r}=t.data.current;if(e.id===t.data.current.id)return!1;switch(n){case"SET_CURRENT_IMAGE":return r==="IMAGE_DTO";case"SET_INITIAL_IMAGE":return r==="IMAGE_DTO";case"SET_CONTROLNET_IMAGE":return r==="IMAGE_DTO";case"SET_CANVAS_INITIAL_IMAGE":return r==="IMAGE_DTO";case"SET_NODES_IMAGE":return r==="IMAGE_DTO";case"SET_MULTI_NODES_IMAGE":return r==="IMAGE_DTO"||"IMAGE_NAMES";case"ADD_TO_BATCH":return r==="IMAGE_DTO"||"IMAGE_NAMES";case"MOVE_BOARD":return r==="IMAGE_DTO"||"IMAGE_NAMES";default:return!1}};function vTe(e){return j.jsx(K4e,{...e})}const bTe=e=>{const[t,n]=E.useState(null),r=Qc(),i=E.useCallback(u=>{const c=u.active.data.current;c&&n(c)},[]),o=E.useCallback(u=>{var f;const c=u.active.data.current,d=(f=u.over)==null?void 0:f.data.current;!c||!d||(r(KF({overData:d,activeData:c})),n(null))},[r]),s=qA(Pj,{activationConstraint:{distance:10}}),a=qA(kj,{activationConstraint:{distance:10}}),l=K3e(s,a);return j.jsxs(vTe,{onDragStart:i,onDragEnd:o,sensors:l,collisionDetection:i4e,children:[e.children,j.jsx(pTe,{dropAnimation:null,modifiers:[gTe],children:j.jsx(q5,{children:t&&j.jsx(H5.div,{layout:!0,initial:{opacity:0,scale:.7},animate:{opacity:1,scale:1,transition:{duration:.1}},children:j.jsx(yTe,{dragData:t})},"overlay-drag-image")})})]})},STe=E.memo(bTe),_Te=E.createContext({isOpen:!1,onClose:()=>{},onClickAddToBoard:()=>{},handleAddToBoard:()=>{}}),wTe=e=>{const[t,n]=E.useState(),{isOpen:r,onOpen:i,onClose:o}=jN(),[s,a]=Obe(),l=E.useCallback(()=>{n(void 0),o()},[o]),u=E.useCallback(d=>{d&&(n(d),i())},[n,i]),c=E.useCallback(d=>{t&&(s({board_id:d,image_name:t.image_name}),l())},[s,l,t]);return j.jsx(_Te.Provider,{value:{isOpen:r,image:t,onClose:l,onClickAddToBoard:u,handleAddToBoard:c},children:e.children})},xTe=at(e=>e.ui,e=>ID[e.activeTab],{memoizeOptions:{equalityCheck:ap}}),q8e=at(e=>e.ui,e=>e.activeTab,{memoizeOptions:{equalityCheck:ap}}),W8e=at(e=>e.ui,e=>e,{memoizeOptions:{equalityCheck:ap}}),Nj=e=>e.canvas,K8e=at([Nj,xTe,Sp],(e,t,n)=>e.layerState.stagingArea.images.length>0||t==="unifiedCanvas"&&n.isProcessing),Y8e=e=>e.canvas.layerState.objects.find(Hw),CTe=e=>e.generation,TTe=at([e=>e,CTe,Nj,k1e,Gpe,(e,t)=>t],(e,t,n,r,i,o)=>{const s=t.initialImage?Qa(e,t.initialImage.imageName):void 0,a=(s==null?void 0:s.board_id)===o,l=n.layerState.objects.some(f=>{if(f.kind==="image"){const h=Qa(e,f.imageName);return(h==null?void 0:h.board_id)===o}return!1}),u=r.nodes.some(f=>Xs(f.data.inputs,h=>{if(h.type==="image"&&h.value){const p=Qa(e,h.value.image_name);return(p==null?void 0:p.board_id)===o}return!1})),c=Xs(i.controlNets,f=>{const h=f.controlImage?Qa(e,f.controlImage):void 0,p=f.processedControlImage?Qa(e,f.processedControlImage):void 0;return(h==null?void 0:h.board_id)===o||(p==null?void 0:p.board_id)===o});return{isInitialImage:a,isCanvasImage:l,isNodesImage:u,isControlNetImage:c}},_s),ETe=E.createContext({isOpen:!1,onClose:()=>{},onClickDeleteBoardImages:()=>{},handleDeleteBoardImages:()=>{},handleDeleteBoardOnly:()=>{}}),PTe=e=>{const[t,n]=E.useState(),{isOpen:r,onOpen:i,onClose:o}=jN(),s=Qc(),a=Qf(h=>TTe(h,t==null?void 0:t.board_id)),[l]=bpe(),u=E.useCallback(()=>{n(void 0),o()},[o]),c=E.useCallback(h=>{console.log({board:h}),h&&(n(h),i())},[n,i]),d=E.useCallback(h=>{t&&(s(zF({board:t,imagesUsage:a})),u())},[s,u,t,a]),f=E.useCallback(h=>{t&&(l(h),u())},[l,u,t]);return j.jsx(ETe.Provider,{value:{isOpen:r,board:t,onClose:u,onClickDeleteBoardImages:c,handleDeleteBoardImages:d,handleDeleteBoardOnly:f,imagesUsage:a},children:e.children})},kTe=E.lazy(()=>vR(()=>import("./App-910f284f.js"),["./App-910f284f.js","./MantineProvider-5ea5d91e.js","./App-6125620a.css"],import.meta.url)),ATe=E.lazy(()=>vR(()=>import("./ThemeLocaleProvider-97e5b9c3.js"),["./ThemeLocaleProvider-97e5b9c3.js","./MantineProvider-5ea5d91e.js","./ThemeLocaleProvider-5b992bc7.css"],import.meta.url)),OTe=({apiUrl:e,token:t,config:n,headerComponent:r,middleware:i})=>(E.useEffect(()=>(t&&_h.set(t),e&&wh.set(e),CI(),i&&i.length>0?H2(GA(),...i):H2(GA()),()=>{wh.set(void 0),_h.set(void 0)}),[e,t,i]),j.jsx(Ve.StrictMode,{children:j.jsx(xG,{store:m5e,children:j.jsx(Ve.Suspense,{fallback:j.jsx(b5e,{}),children:j.jsx(ATe,{children:j.jsx(STe,{children:j.jsx(wTe,{children:j.jsx(PTe,{children:j.jsx(kTe,{config:n,headerComponent:r})})})})})})})})),RTe=E.memo(OTe);q_.createRoot(document.getElementById("root")).render(j.jsx(RTe,{}));export{eEe as $,Cse as A,Ln as B,qTe as C,q5 as D,H5 as E,Mv as F,Oo as G,iEe as H,jl as I,DN as J,Bn as K,nh as L,xy as M,Du as N,PJ as O,WTe as P,mm as Q,ec as R,Xf as S,lo as T,Rl as U,BG as V,Ve as W,Fse as X,b6 as Y,fte as Z,ay as _,JC as a,Cue as a$,kse as a0,oEe as a1,$l as a2,zN as a3,Gse as a4,aEe as a5,sEe as a6,ple as a7,fle as a8,Av as a9,Jn as aA,Ai as aB,D0e as aC,F0e as aD,Mr as aE,ca as aF,Xi as aG,Cke as aH,Q$ as aI,X0e as aJ,Eve as aK,Hme as aL,Fc as aM,Q5 as aN,Z5 as aO,Iw as aP,at as aQ,Sp as aR,xTe as aS,Qc as aT,Qf as aU,Xke as aV,yD as aW,Br as aX,o6e as aY,li as aZ,_5 as a_,up as aa,Hie as ab,PN as ac,Fn as ad,vo as ae,zv as af,XTe as ag,cw as ah,HTe as ai,gm as aj,y6 as ak,Wle as al,Lse as am,v6 as an,Ele as ao,Ule as ap,e_ as aq,ru as ar,t_ as as,vg as at,Ple as au,lEe as av,vp as aw,_i as ax,Kt as ay,ac as az,i5 as b,hl as b$,a3 as b0,AN as b1,z6e as b2,$Ce as b3,U8e as b4,H8e as b5,DR as b6,Ck as b7,z8e as b8,uV as b9,gEe as bA,DEe as bB,hEe as bC,HEe as bD,yEe as bE,PEe as bF,vEe as bG,kEe as bH,wEe as bI,OEe as bJ,S8e as bK,Xbe as bL,_Te as bM,B8e as bN,Xpe as bO,_8e as bP,y8e as bQ,m8e as bR,hL as bS,WPe as bT,Vce as bU,Kw as bV,GTe as bW,Pue as bX,tke as bY,Y6e as bZ,X6e as b_,DTe as ba,MTe as bb,NTe as bc,Ne as bd,F8e as be,ETe as bf,U6e as bg,bpe as bh,Y5 as bi,_s as bj,V6e as bk,ON as bl,yke as bm,ITe as bn,Hs as bo,G8e as bp,dEe as bq,fEe as br,MEe as bs,NEe as bt,mEe as bu,jEe as bv,pEe as bw,EEe as bx,bEe as by,Qbe as bz,aW as c,iPe as c$,Vv as c0,v1 as c1,w8e as c2,ua as c3,g1 as c4,m1 as c5,H6e as c6,jN as c7,J6e as c8,Aue as c9,O4 as cA,L6 as cB,LTe as cC,$Te as cD,mPe as cE,l8e as cF,V8e as cG,XCe as cH,a8e as cI,Uce as cJ,e8e as cK,zce as cL,sPe as cM,gPe as cN,c8e as cO,SPe as cP,n8e as cQ,OD as cR,nPe as cS,jTe as cT,jke as cU,Bke as cV,Fke as cW,Wke as cX,Kke as cY,FTe as cZ,qke as c_,Z6e as ca,Q6e as cb,dPe as cc,W8e as cd,nke as ce,K8e as cf,ap as cg,uPe as ch,Jo as ci,IN as cj,MN as ck,Xs as cl,Zpe as cm,Zke as cn,bke as co,a$ as cp,l$ as cq,p8e as cr,y5e as cs,er as ct,vPe as cu,d8e as cv,pJ as cw,b5 as cx,N7 as cy,mJ as cz,WQ as d,uEe as d$,Qa as d0,rke as d1,mke as d2,hke as d3,pke as d4,gke as d5,_ke as d6,wke as d7,c$ as d8,T8e as d9,oke as dA,E8e as dB,oo as dC,xEe as dD,Op as dE,tPe as dF,qEe as dG,ZEe as dH,IEe as dI,CTe as dJ,JEe as dK,ePe as dL,XEe as dM,QEe as dN,YEe as dO,KEe as dP,UEe as dQ,VEe as dR,r8e as dS,zl as dT,o8e as dU,Ow as dV,eD as dW,nD as dX,tD as dY,oD as dZ,iD as d_,_l as da,Ske as db,g5 as dc,cEe as dd,be as de,_Ee as df,bPe as dg,C8e as dh,Ok as di,uke as dj,C3 as dk,Vpe as dl,_u as dm,Rk as dn,cke as dp,dke as dq,UN as dr,fke as ds,zpe as dt,t$ as du,ske as dv,lke as dw,ike as dx,Gpe as dy,m_e as dz,s7 as e,O6e as e$,REe as e0,Yv as e1,x8e as e2,Lce as e3,P8e as e4,RD as e5,DD as e6,no as e7,AEe as e8,zEe as e9,Rke as eA,Ike as eB,Mke as eC,Dke as eD,Lke as eE,Nh as eF,p5 as eG,NF as eH,k1e as eI,Pke as eJ,BCe as eK,Tke as eL,Eke as eM,Ake as eN,kke as eO,Oke as eP,Nke as eQ,x1e as eR,OF as eS,zke as eT,Vke as eU,dB as eV,RV as eW,De as eX,Nj as eY,f6e as eZ,R6e as e_,BTe as ea,$Z as eb,GEe as ec,D8e as ed,R8e as ee,qt as ef,ho as eg,h8e as eh,O8e as ei,N8e as ej,f8e as ek,M8e as el,cZ as em,I8e as en,k8e as eo,A8e as ep,SF as eq,Tv as er,L8e as es,s0 as et,ye as eu,$8e as ev,hx as ew,NZ as ex,SEe as ey,VTe as ez,LI as f,qPe as f$,HPe as f0,_6e as f1,M6e as f2,fbe as f3,$Pe as f4,a6e as f5,Bd as f6,r6e as f7,FPe as f8,E1 as f9,d6e as fA,l6e as fB,TPe as fC,EPe as fD,v8e as fE,b8e as fF,Y8e as fG,n6e as fH,KPe as fI,p6e as fJ,S6e as fK,g6e as fL,GPe as fM,LPe as fN,P6e as fO,E6e as fP,v6e as fQ,m6e as fR,y6e as fS,F6e as fT,C6e as fU,B6e as fV,t6e as fW,e6e as fX,MPe as fY,IPe as fZ,L6e as f_,s6e as fa,NPe as fb,i6e as fc,DPe as fd,VPe as fe,CPe as ff,xPe as fg,wPe as fh,I6e as fi,uL as fj,_h as fk,Hw as fl,APe as fm,OPe as fn,RPe as fo,A6e as fp,UPe as fq,zPe as fr,mhe as fs,k6e as ft,dbe as fu,BPe as fv,YPe as fw,XPe as fx,qd as fy,h6e as fz,jQ as g,cbe as g0,abe as g1,lbe as g2,ube as g3,PPe as g4,fL as g5,rPe as g6,g8e as g7,Bce as g8,WEe as g9,zTe as gA,cte as gB,Zee as gC,RJ as gD,nEe as gE,rEe as gF,kPe as ga,ZPe as gb,$6e as gc,LEe as gd,$Ee as ge,FEe as gf,BEe as gg,JPe as gh,q8e as gi,cPe as gj,hPe as gk,fPe as gl,pPe as gm,_Pe as gn,FZ as go,rbe as gp,Yke as gq,UTe as gr,j7 as gs,JTe as gt,rte as gu,QTe as gv,KTe as gw,ZTe as gx,uo as gy,YTe as gz,HI as h,Pn as i,Wc as j,sp as k,pn as l,Xc as m,ip as n,ji as o,Aa as p,$I as q,Ao as r,E as s,RS as t,Qe as u,j as v,Si as w,fi as x,ke as y,Un as z}; + `},q3e={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was moved over droppable area "+n.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was dropped over droppable area "+n.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function W3e(e){let{announcements:t=q3e,container:n,hiddenTextDescribedById:r,screenReaderInstructions:i=H3e}=e;const{announce:o,announcement:s}=z3e(),a=Tb("DndLiveRegion"),[l,u]=E.useState(!1);if(E.useEffect(()=>{u(!0)},[]),U3e(E.useMemo(()=>({onDragStart(d){let{active:f}=d;o(t.onDragStart({active:f}))},onDragMove(d){let{active:f,over:h}=d;t.onDragMove&&o(t.onDragMove({active:f,over:h}))},onDragOver(d){let{active:f,over:h}=d;o(t.onDragOver({active:f,over:h}))},onDragEnd(d){let{active:f,over:h}=d;o(t.onDragEnd({active:f,over:h}))},onDragCancel(d){let{active:f,over:h}=d;o(t.onDragCancel({active:f,over:h}))}}),[o,t])),!l)return null;const c=Ve.createElement(Ve.Fragment,null,Ve.createElement(B3e,{id:r,value:i.draggable}),Ve.createElement(V3e,{id:a,announcement:s}));return n?li.createPortal(c,n):c}var cn;(function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"})(cn||(cn={}));function x0(){}function qA(e,t){return E.useMemo(()=>({sensor:e,options:t??{}}),[e,t])}function K3e(){for(var e=arguments.length,t=new Array(e),n=0;n[...t].filter(r=>r!=null),[...t])}const zi=Object.freeze({x:0,y:0});function Y3e(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function X3e(e,t){const n=Vh(e);if(!n)return"0 0";const r={x:(n.x-t.left)/t.width*100,y:(n.y-t.top)/t.height*100};return r.x+"% "+r.y+"%"}function Q3e(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return n-r}function Z3e(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return r-n}function J3e(e){let{left:t,top:n,height:r,width:i}=e;return[{x:t,y:n},{x:t+i,y:n},{x:t,y:n+r},{x:t+i,y:n+r}]}function e4e(e,t){if(!e||e.length===0)return null;const[n]=e;return t?n[t]:n}function t4e(e,t){const n=Math.max(t.top,e.top),r=Math.max(t.left,e.left),i=Math.min(t.left+t.width,e.left+e.width),o=Math.min(t.top+t.height,e.top+e.height),s=i-r,a=o-n;if(r{let{collisionRect:t,droppableRects:n,droppableContainers:r}=e;const i=[];for(const o of r){const{id:s}=o,a=n.get(s);if(a){const l=t4e(a,t);l>0&&i.push({id:s,data:{droppableContainer:o,value:l}})}}return i.sort(Z3e)};function r4e(e,t){const{top:n,left:r,bottom:i,right:o}=t;return n<=e.y&&e.y<=i&&r<=e.x&&e.x<=o}const i4e=e=>{let{droppableContainers:t,droppableRects:n,pointerCoordinates:r}=e;if(!r)return[];const i=[];for(const o of t){const{id:s}=o,a=n.get(s);if(a&&r4e(r,a)){const u=J3e(a).reduce((d,f)=>d+Y3e(r,f),0),c=Number((u/4).toFixed(4));i.push({id:s,data:{droppableContainer:o,value:c}})}}return i.sort(Q3e)};function o4e(e,t,n){return{...e,scaleX:t&&n?t.width/n.width:1,scaleY:t&&n?t.height/n.height:1}}function gj(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:zi}function s4e(e){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o({...s,top:s.top+e*a.y,bottom:s.bottom+e*a.y,left:s.left+e*a.x,right:s.right+e*a.x}),{...n})}}const a4e=s4e(1);function mj(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}else if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}function l4e(e,t,n){const r=mj(t);if(!r)return e;const{scaleX:i,scaleY:o,x:s,y:a}=r,l=e.left-s-(1-i)*parseFloat(n),u=e.top-a-(1-o)*parseFloat(n.slice(n.indexOf(" ")+1)),c=i?e.width/i:e.width,d=o?e.height/o:e.height;return{width:c,height:d,top:u,right:l+c,bottom:u+d,left:l}}const u4e={ignoreTransform:!1};function jp(e,t){t===void 0&&(t=u4e);let n=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:u,transformOrigin:c}=mr(e).getComputedStyle(e);u&&(n=l4e(n,u,c))}const{top:r,left:i,width:o,height:s,bottom:a,right:l}=n;return{top:r,left:i,width:o,height:s,bottom:a,right:l}}function WA(e){return jp(e,{ignoreTransform:!0})}function c4e(e){const t=e.innerWidth,n=e.innerHeight;return{top:0,left:0,right:t,bottom:n,width:t,height:n}}function d4e(e,t){return t===void 0&&(t=mr(e).getComputedStyle(e)),t.position==="fixed"}function f4e(e,t){t===void 0&&(t=mr(e).getComputedStyle(e));const n=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some(i=>{const o=t[i];return typeof o=="string"?n.test(o):!1})}function p4(e,t){const n=[];function r(i){if(t!=null&&n.length>=t||!i)return n;if(f4(i)&&i.scrollingElement!=null&&!n.includes(i.scrollingElement))return n.push(i.scrollingElement),n;if(!Fp(i)||M3e(i)||n.includes(i))return n;const o=mr(e).getComputedStyle(i);return i!==e&&f4e(i,o)&&n.push(i),d4e(i,o)?n:r(i.parentNode)}return e?r(e):n}function yj(e){const[t]=p4(e,1);return t??null}function z_(e){return!xb||!e?null:ad(e)?e:d4(e)?f4(e)||e===ld(e).scrollingElement?window:Fp(e)?e:null:null}function vj(e){return ad(e)?e.scrollX:e.scrollLeft}function bj(e){return ad(e)?e.scrollY:e.scrollTop}function Lx(e){return{x:vj(e),y:bj(e)}}var Cn;(function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"})(Cn||(Cn={}));function Sj(e){return!xb||!e?!1:e===document.scrollingElement}function _j(e){const t={x:0,y:0},n=Sj(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},r={x:e.scrollWidth-n.width,y:e.scrollHeight-n.height},i=e.scrollTop<=t.y,o=e.scrollLeft<=t.x,s=e.scrollTop>=r.y,a=e.scrollLeft>=r.x;return{isTop:i,isLeft:o,isBottom:s,isRight:a,maxScroll:r,minScroll:t}}const h4e={x:.2,y:.2};function p4e(e,t,n,r,i){let{top:o,left:s,right:a,bottom:l}=n;r===void 0&&(r=10),i===void 0&&(i=h4e);const{isTop:u,isBottom:c,isLeft:d,isRight:f}=_j(e),h={x:0,y:0},p={x:0,y:0},m={height:t.height*i.y,width:t.width*i.x};return!u&&o<=t.top+m.height?(h.y=Cn.Backward,p.y=r*Math.abs((t.top+m.height-o)/m.height)):!c&&l>=t.bottom-m.height&&(h.y=Cn.Forward,p.y=r*Math.abs((t.bottom-m.height-l)/m.height)),!f&&a>=t.right-m.width?(h.x=Cn.Forward,p.x=r*Math.abs((t.right-m.width-a)/m.width)):!d&&s<=t.left+m.width&&(h.x=Cn.Backward,p.x=r*Math.abs((t.left+m.width-s)/m.width)),{direction:h,speed:p}}function g4e(e){if(e===document.scrollingElement){const{innerWidth:o,innerHeight:s}=window;return{top:0,left:0,right:o,bottom:s,width:o,height:s}}const{top:t,left:n,right:r,bottom:i}=e.getBoundingClientRect();return{top:t,left:n,right:r,bottom:i,width:e.clientWidth,height:e.clientHeight}}function wj(e){return e.reduce((t,n)=>cc(t,Lx(n)),zi)}function m4e(e){return e.reduce((t,n)=>t+vj(n),0)}function y4e(e){return e.reduce((t,n)=>t+bj(n),0)}function xj(e,t){if(t===void 0&&(t=jp),!e)return;const{top:n,left:r,bottom:i,right:o}=t(e);yj(e)&&(i<=0||o<=0||n>=window.innerHeight||r>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const v4e=[["x",["left","right"],m4e],["y",["top","bottom"],y4e]];class g4{constructor(t,n){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const r=p4(n),i=wj(r);this.rect={...t},this.width=t.width,this.height=t.height;for(const[o,s,a]of v4e)for(const l of s)Object.defineProperty(this,l,{get:()=>{const u=a(r),c=i[o]-u;return this.rect[l]+c},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class bf{constructor(t){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach(n=>{var r;return(r=this.target)==null?void 0:r.removeEventListener(...n)})},this.target=t}add(t,n,r){var i;(i=this.target)==null||i.addEventListener(t,n,r),this.listeners.push([t,n,r])}}function b4e(e){const{EventTarget:t}=mr(e);return e instanceof t?e:ld(e)}function U_(e,t){const n=Math.abs(e.x),r=Math.abs(e.y);return typeof t=="number"?Math.sqrt(n**2+r**2)>t:"x"in t&&"y"in t?n>t.x&&r>t.y:"x"in t?n>t.x:"y"in t?r>t.y:!1}var ri;(function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"})(ri||(ri={}));function KA(e){e.preventDefault()}function S4e(e){e.stopPropagation()}var gt;(function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter"})(gt||(gt={}));const Cj={start:[gt.Space,gt.Enter],cancel:[gt.Esc],end:[gt.Space,gt.Enter]},_4e=(e,t)=>{let{currentCoordinates:n}=t;switch(e.code){case gt.Right:return{...n,x:n.x+25};case gt.Left:return{...n,x:n.x-25};case gt.Down:return{...n,y:n.y+25};case gt.Up:return{...n,y:n.y-25}}};class Tj{constructor(t){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=t;const{event:{target:n}}=t;this.props=t,this.listeners=new bf(ld(n)),this.windowListeners=new bf(mr(n)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(ri.Resize,this.handleCancel),this.windowListeners.add(ri.VisibilityChange,this.handleCancel),setTimeout(()=>this.listeners.add(ri.Keydown,this.handleKeyDown))}handleStart(){const{activeNode:t,onStart:n}=this.props,r=t.node.current;r&&xj(r),n(zi)}handleKeyDown(t){if(h4(t)){const{active:n,context:r,options:i}=this.props,{keyboardCodes:o=Cj,coordinateGetter:s=_4e,scrollBehavior:a="smooth"}=i,{code:l}=t;if(o.end.includes(l)){this.handleEnd(t);return}if(o.cancel.includes(l)){this.handleCancel(t);return}const{collisionRect:u}=r.current,c=u?{x:u.left,y:u.top}:zi;this.referenceCoordinates||(this.referenceCoordinates=c);const d=s(t,{active:n,context:r.current,currentCoordinates:c});if(d){const f=w0(d,c),h={x:0,y:0},{scrollableAncestors:p}=r.current;for(const m of p){const S=t.code,{isTop:v,isRight:y,isLeft:g,isBottom:b,maxScroll:_,minScroll:w}=_j(m),x=g4e(m),C={x:Math.min(S===gt.Right?x.right-x.width/2:x.right,Math.max(S===gt.Right?x.left:x.left+x.width/2,d.x)),y:Math.min(S===gt.Down?x.bottom-x.height/2:x.bottom,Math.max(S===gt.Down?x.top:x.top+x.height/2,d.y))},k=S===gt.Right&&!y||S===gt.Left&&!g,P=S===gt.Down&&!b||S===gt.Up&&!v;if(k&&C.x!==d.x){const A=m.scrollLeft+f.x,$=S===gt.Right&&A<=_.x||S===gt.Left&&A>=w.x;if($&&!f.y){m.scrollTo({left:A,behavior:a});return}$?h.x=m.scrollLeft-A:h.x=S===gt.Right?m.scrollLeft-_.x:m.scrollLeft-w.x,h.x&&m.scrollBy({left:-h.x,behavior:a});break}else if(P&&C.y!==d.y){const A=m.scrollTop+f.y,$=S===gt.Down&&A<=_.y||S===gt.Up&&A>=w.y;if($&&!f.x){m.scrollTo({top:A,behavior:a});return}$?h.y=m.scrollTop-A:h.y=S===gt.Down?m.scrollTop-_.y:m.scrollTop-w.y,h.y&&m.scrollBy({top:-h.y,behavior:a});break}}this.handleMove(t,cc(w0(d,this.referenceCoordinates),h))}}}handleMove(t,n){const{onMove:r}=this.props;t.preventDefault(),r(n)}handleEnd(t){const{onEnd:n}=this.props;t.preventDefault(),this.detach(),n()}handleCancel(t){const{onCancel:n}=this.props;t.preventDefault(),this.detach(),n()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}Tj.activators=[{eventName:"onKeyDown",handler:(e,t,n)=>{let{keyboardCodes:r=Cj,onActivation:i}=t,{active:o}=n;const{code:s}=e.nativeEvent;if(r.start.includes(s)){const a=o.activatorNode.current;return a&&e.target!==a?!1:(e.preventDefault(),i==null||i({event:e.nativeEvent}),!0)}return!1}}];function YA(e){return!!(e&&"distance"in e)}function XA(e){return!!(e&&"delay"in e)}class m4{constructor(t,n,r){var i;r===void 0&&(r=b4e(t.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=t,this.events=n;const{event:o}=t,{target:s}=o;this.props=t,this.events=n,this.document=ld(s),this.documentListeners=new bf(this.document),this.listeners=new bf(r),this.windowListeners=new bf(mr(s)),this.initialCoordinates=(i=Vh(o))!=null?i:zi,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:t,props:{options:{activationConstraint:n}}}=this;if(this.listeners.add(t.move.name,this.handleMove,{passive:!1}),this.listeners.add(t.end.name,this.handleEnd),this.windowListeners.add(ri.Resize,this.handleCancel),this.windowListeners.add(ri.DragStart,KA),this.windowListeners.add(ri.VisibilityChange,this.handleCancel),this.windowListeners.add(ri.ContextMenu,KA),this.documentListeners.add(ri.Keydown,this.handleKeydown),n){if(YA(n))return;if(XA(n)){this.timeoutId=setTimeout(this.handleStart,n.delay);return}}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),this.timeoutId!==null&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handleStart(){const{initialCoordinates:t}=this,{onStart:n}=this.props;t&&(this.activated=!0,this.documentListeners.add(ri.Click,S4e,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(ri.SelectionChange,this.removeTextSelection),n(t))}handleMove(t){var n;const{activated:r,initialCoordinates:i,props:o}=this,{onMove:s,options:{activationConstraint:a}}=o;if(!i)return;const l=(n=Vh(t))!=null?n:zi,u=w0(i,l);if(!r&&a){if(XA(a))return U_(u,a.tolerance)?this.handleCancel():void 0;if(YA(a))return a.tolerance!=null&&U_(u,a.tolerance)?this.handleCancel():U_(u,a.distance)?this.handleStart():void 0}t.cancelable&&t.preventDefault(),s(l)}handleEnd(){const{onEnd:t}=this.props;this.detach(),t()}handleCancel(){const{onCancel:t}=this.props;this.detach(),t()}handleKeydown(t){t.code===gt.Esc&&this.handleCancel()}removeTextSelection(){var t;(t=this.document.getSelection())==null||t.removeAllRanges()}}const w4e={move:{name:"pointermove"},end:{name:"pointerup"}};class Ej extends m4{constructor(t){const{event:n}=t,r=ld(n.target);super(t,w4e,r)}}Ej.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return!n.isPrimary||n.button!==0?!1:(r==null||r({event:n}),!0)}}];const x4e={move:{name:"mousemove"},end:{name:"mouseup"}};var $x;(function(e){e[e.RightClick=2]="RightClick"})($x||($x={}));class Pj extends m4{constructor(t){super(t,x4e,ld(t.event.target))}}Pj.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button===$x.RightClick?!1:(r==null||r({event:n}),!0)}}];const G_={move:{name:"touchmove"},end:{name:"touchend"}};class kj extends m4{constructor(t){super(t,G_)}static setup(){return window.addEventListener(G_.move.name,t,{capture:!1,passive:!1}),function(){window.removeEventListener(G_.move.name,t)};function t(){}}}kj.activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;const{touches:i}=n;return i.length>1?!1:(r==null||r({event:n}),!0)}}];var Sf;(function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"})(Sf||(Sf={}));var C0;(function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"})(C0||(C0={}));function C4e(e){let{acceleration:t,activator:n=Sf.Pointer,canScroll:r,draggingRect:i,enabled:o,interval:s=5,order:a=C0.TreeOrder,pointerCoordinates:l,scrollableAncestors:u,scrollableAncestorRects:c,delta:d,threshold:f}=e;const h=E4e({delta:d,disabled:!o}),[p,m]=N3e(),S=E.useRef({x:0,y:0}),v=E.useRef({x:0,y:0}),y=E.useMemo(()=>{switch(n){case Sf.Pointer:return l?{top:l.y,bottom:l.y,left:l.x,right:l.x}:null;case Sf.DraggableRect:return i}},[n,i,l]),g=E.useRef(null),b=E.useCallback(()=>{const w=g.current;if(!w)return;const x=S.current.x*v.current.x,C=S.current.y*v.current.y;w.scrollBy(x,C)},[]),_=E.useMemo(()=>a===C0.TreeOrder?[...u].reverse():u,[a,u]);E.useEffect(()=>{if(!o||!u.length||!y){m();return}for(const w of _){if((r==null?void 0:r(w))===!1)continue;const x=u.indexOf(w),C=c[x];if(!C)continue;const{direction:k,speed:P}=p4e(w,C,y,t,f);for(const A of["x","y"])h[A][k[A]]||(P[A]=0,k[A]=0);if(P.x>0||P.y>0){m(),g.current=w,p(b,s),S.current=P,v.current=k;return}}S.current={x:0,y:0},v.current={x:0,y:0},m()},[t,b,r,m,o,s,JSON.stringify(y),JSON.stringify(h),p,u,_,c,JSON.stringify(f)])}const T4e={x:{[Cn.Backward]:!1,[Cn.Forward]:!1},y:{[Cn.Backward]:!1,[Cn.Forward]:!1}};function E4e(e){let{delta:t,disabled:n}=e;const r=_0(t);return Bp(i=>{if(n||!r||!i)return T4e;const o={x:Math.sign(t.x-r.x),y:Math.sign(t.y-r.y)};return{x:{[Cn.Backward]:i.x[Cn.Backward]||o.x===-1,[Cn.Forward]:i.x[Cn.Forward]||o.x===1},y:{[Cn.Backward]:i.y[Cn.Backward]||o.y===-1,[Cn.Forward]:i.y[Cn.Forward]||o.y===1}}},[n,t,r])}function P4e(e,t){const n=t!==null?e.get(t):void 0,r=n?n.node.current:null;return Bp(i=>{var o;return t===null?null:(o=r??i)!=null?o:null},[r,t])}function k4e(e,t){return E.useMemo(()=>e.reduce((n,r)=>{const{sensor:i}=r,o=i.activators.map(s=>({eventName:s.eventName,handler:t(s.handler,r)}));return[...n,...o]},[]),[e,t])}var Uh;(function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"})(Uh||(Uh={}));var Fx;(function(e){e.Optimized="optimized"})(Fx||(Fx={}));const QA=new Map;function A4e(e,t){let{dragging:n,dependencies:r,config:i}=t;const[o,s]=E.useState(null),{frequency:a,measure:l,strategy:u}=i,c=E.useRef(e),d=S(),f=jh(d),h=E.useCallback(function(v){v===void 0&&(v=[]),!f.current&&s(y=>y===null?v:y.concat(v.filter(g=>!y.includes(g))))},[f]),p=E.useRef(null),m=Bp(v=>{if(d&&!n)return QA;if(!v||v===QA||c.current!==e||o!=null){const y=new Map;for(let g of e){if(!g)continue;if(o&&o.length>0&&!o.includes(g.id)&&g.rect.current){y.set(g.id,g.rect.current);continue}const b=g.node.current,_=b?new g4(l(b),b):null;g.rect.current=_,_&&y.set(g.id,_)}return y}return v},[e,o,n,d,l]);return E.useEffect(()=>{c.current=e},[e]),E.useEffect(()=>{d||h()},[n,d]),E.useEffect(()=>{o&&o.length>0&&s(null)},[JSON.stringify(o)]),E.useEffect(()=>{d||typeof a!="number"||p.current!==null||(p.current=setTimeout(()=>{h(),p.current=null},a))},[a,d,h,...r]),{droppableRects:m,measureDroppableContainers:h,measuringScheduled:o!=null};function S(){switch(u){case Uh.Always:return!1;case Uh.BeforeDragging:return n;default:return!n}}}function y4(e,t){return Bp(n=>e?n||(typeof t=="function"?t(e):e):null,[t,e])}function O4e(e,t){return y4(e,t)}function R4e(e){let{callback:t,disabled:n}=e;const r=Cb(t),i=E.useMemo(()=>{if(n||typeof window>"u"||typeof window.MutationObserver>"u")return;const{MutationObserver:o}=window;return new o(r)},[r,n]);return E.useEffect(()=>()=>i==null?void 0:i.disconnect(),[i]),i}function Eb(e){let{callback:t,disabled:n}=e;const r=Cb(t),i=E.useMemo(()=>{if(n||typeof window>"u"||typeof window.ResizeObserver>"u")return;const{ResizeObserver:o}=window;return new o(r)},[n]);return E.useEffect(()=>()=>i==null?void 0:i.disconnect(),[i]),i}function I4e(e){return new g4(jp(e),e)}function ZA(e,t,n){t===void 0&&(t=I4e);const[r,i]=E.useReducer(a,null),o=R4e({callback(l){if(e)for(const u of l){const{type:c,target:d}=u;if(c==="childList"&&d instanceof HTMLElement&&d.contains(e)){i();break}}}}),s=Eb({callback:i});return ko(()=>{i(),e?(s==null||s.observe(e),o==null||o.observe(document.body,{childList:!0,subtree:!0})):(s==null||s.disconnect(),o==null||o.disconnect())},[e]),r;function a(l){if(!e)return null;if(e.isConnected===!1){var u;return(u=l??n)!=null?u:null}const c=t(e);return JSON.stringify(l)===JSON.stringify(c)?l:c}}function M4e(e){const t=y4(e);return gj(e,t)}const JA=[];function N4e(e){const t=E.useRef(e),n=Bp(r=>e?r&&r!==JA&&e&&t.current&&e.parentNode===t.current.parentNode?r:p4(e):JA,[e]);return E.useEffect(()=>{t.current=e},[e]),n}function D4e(e){const[t,n]=E.useState(null),r=E.useRef(e),i=E.useCallback(o=>{const s=z_(o.target);s&&n(a=>a?(a.set(s,Lx(s)),new Map(a)):null)},[]);return E.useEffect(()=>{const o=r.current;if(e!==o){s(o);const a=e.map(l=>{const u=z_(l);return u?(u.addEventListener("scroll",i,{passive:!0}),[u,Lx(u)]):null}).filter(l=>l!=null);n(a.length?new Map(a):null),r.current=e}return()=>{s(e),s(o)};function s(a){a.forEach(l=>{const u=z_(l);u==null||u.removeEventListener("scroll",i)})}},[i,e]),E.useMemo(()=>e.length?t?Array.from(t.values()).reduce((o,s)=>cc(o,s),zi):wj(e):zi,[e,t])}function e9(e,t){t===void 0&&(t=[]);const n=E.useRef(null);return E.useEffect(()=>{n.current=null},t),E.useEffect(()=>{const r=e!==zi;r&&!n.current&&(n.current=e),!r&&n.current&&(n.current=null)},[e]),n.current?w0(e,n.current):zi}function L4e(e){E.useEffect(()=>{if(!xb)return;const t=e.map(n=>{let{sensor:r}=n;return r.setup==null?void 0:r.setup()});return()=>{for(const n of t)n==null||n()}},e.map(t=>{let{sensor:n}=t;return n}))}function $4e(e,t){return E.useMemo(()=>e.reduce((n,r)=>{let{eventName:i,handler:o}=r;return n[i]=s=>{o(s,t)},n},{}),[e,t])}function Aj(e){return E.useMemo(()=>e?c4e(e):null,[e])}const H_=[];function F4e(e,t){t===void 0&&(t=jp);const[n]=e,r=Aj(n?mr(n):null),[i,o]=E.useReducer(a,H_),s=Eb({callback:o});return e.length>0&&i===H_&&o(),ko(()=>{e.length?e.forEach(l=>s==null?void 0:s.observe(l)):(s==null||s.disconnect(),o())},[e]),i;function a(){return e.length?e.map(l=>Sj(l)?r:new g4(t(l),l)):H_}}function Oj(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return Fp(t)?t:e}function B4e(e){let{measure:t}=e;const[n,r]=E.useState(null),i=E.useCallback(u=>{for(const{target:c}of u)if(Fp(c)){r(d=>{const f=t(c);return d?{...d,width:f.width,height:f.height}:f});break}},[t]),o=Eb({callback:i}),s=E.useCallback(u=>{const c=Oj(u);o==null||o.disconnect(),c&&(o==null||o.observe(c)),r(c?t(c):null)},[t,o]),[a,l]=S0(s);return E.useMemo(()=>({nodeRef:a,rect:n,setRef:l}),[n,a,l])}const j4e=[{sensor:Ej,options:{}},{sensor:Tj,options:{}}],V4e={current:{}},Lm={draggable:{measure:WA},droppable:{measure:WA,strategy:Uh.WhileDragging,frequency:Fx.Optimized},dragOverlay:{measure:jp}};class _f extends Map{get(t){var n;return t!=null&&(n=super.get(t))!=null?n:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter(t=>{let{disabled:n}=t;return!n})}getNodeFor(t){var n,r;return(n=(r=this.get(t))==null?void 0:r.node.current)!=null?n:void 0}}const z4e={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new _f,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:x0},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Lm,measureDroppableContainers:x0,windowRect:null,measuringScheduled:!1},Rj={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:x0,draggableNodes:new Map,over:null,measureDroppableContainers:x0},Vp=E.createContext(Rj),Ij=E.createContext(z4e);function U4e(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new _f}}}function G4e(e,t){switch(t.type){case cn.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case cn.DragMove:return e.draggable.active?{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}}:e;case cn.DragEnd:case cn.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case cn.RegisterDroppable:{const{element:n}=t,{id:r}=n,i=new _f(e.droppable.containers);return i.set(r,n),{...e,droppable:{...e.droppable,containers:i}}}case cn.SetDroppableDisabled:{const{id:n,key:r,disabled:i}=t,o=e.droppable.containers.get(n);if(!o||r!==o.key)return e;const s=new _f(e.droppable.containers);return s.set(n,{...o,disabled:i}),{...e,droppable:{...e.droppable,containers:s}}}case cn.UnregisterDroppable:{const{id:n,key:r}=t,i=e.droppable.containers.get(n);if(!i||r!==i.key)return e;const o=new _f(e.droppable.containers);return o.delete(n),{...e,droppable:{...e.droppable,containers:o}}}default:return e}}function H4e(e){let{disabled:t}=e;const{active:n,activatorEvent:r,draggableNodes:i}=E.useContext(Vp),o=_0(r),s=_0(n==null?void 0:n.id);return E.useEffect(()=>{if(!t&&!r&&o&&s!=null){if(!h4(o)||document.activeElement===o.target)return;const a=i.get(s);if(!a)return;const{activatorNode:l,node:u}=a;if(!l.current&&!u.current)return;requestAnimationFrame(()=>{for(const c of[l.current,u.current]){if(!c)continue;const d=$3e(c);if(d){d.focus();break}}})}},[r,t,i,s,o]),null}function Mj(e,t){let{transform:n,...r}=t;return e!=null&&e.length?e.reduce((i,o)=>o({transform:i,...r}),n):n}function q4e(e){return E.useMemo(()=>({draggable:{...Lm.draggable,...e==null?void 0:e.draggable},droppable:{...Lm.droppable,...e==null?void 0:e.droppable},dragOverlay:{...Lm.dragOverlay,...e==null?void 0:e.dragOverlay}}),[e==null?void 0:e.draggable,e==null?void 0:e.droppable,e==null?void 0:e.dragOverlay])}function W4e(e){let{activeNode:t,measure:n,initialRect:r,config:i=!0}=e;const o=E.useRef(!1),{x:s,y:a}=typeof i=="boolean"?{x:i,y:i}:i;ko(()=>{if(!s&&!a||!t){o.current=!1;return}if(o.current||!r)return;const u=t==null?void 0:t.node.current;if(!u||u.isConnected===!1)return;const c=n(u),d=gj(c,r);if(s||(d.x=0),a||(d.y=0),o.current=!0,Math.abs(d.x)>0||Math.abs(d.y)>0){const f=yj(u);f&&f.scrollBy({top:d.y,left:d.x})}},[t,s,a,r,n])}const Pb=E.createContext({...zi,scaleX:1,scaleY:1});var zs;(function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"})(zs||(zs={}));const K4e=E.memo(function(t){var n,r,i,o;let{id:s,accessibility:a,autoScroll:l=!0,children:u,sensors:c=j4e,collisionDetection:d=n4e,measuring:f,modifiers:h,...p}=t;const m=E.useReducer(G4e,void 0,U4e),[S,v]=m,[y,g]=G3e(),[b,_]=E.useState(zs.Uninitialized),w=b===zs.Initialized,{draggable:{active:x,nodes:C,translate:k},droppable:{containers:P}}=S,A=x?C.get(x):null,$=E.useRef({initial:null,translated:null}),N=E.useMemo(()=>{var ct;return x!=null?{id:x,data:(ct=A==null?void 0:A.data)!=null?ct:V4e,rect:$}:null},[x,A]),T=E.useRef(null),[O,I]=E.useState(null),[M,R]=E.useState(null),D=jh(p,Object.values(p)),L=Tb("DndDescribedBy",s),V=E.useMemo(()=>P.getEnabled(),[P]),z=q4e(f),{droppableRects:U,measureDroppableContainers:K,measuringScheduled:W}=A4e(V,{dragging:w,dependencies:[k.x,k.y],config:z.droppable}),X=P4e(C,x),F=E.useMemo(()=>M?Vh(M):null,[M]),q=$o(),Q=O4e(X,z.draggable.measure);W4e({activeNode:x?C.get(x):null,config:q.layoutShiftCompensation,initialRect:Q,measure:z.draggable.measure});const J=ZA(X,z.draggable.measure,Q),ne=ZA(X?X.parentElement:null),Z=E.useRef({activatorEvent:null,active:null,activeNode:X,collisionRect:null,collisions:null,droppableRects:U,draggableNodes:C,draggingNode:null,draggingNodeRect:null,droppableContainers:P,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),ge=P.getNodeFor((n=Z.current.over)==null?void 0:n.id),ae=B4e({measure:z.dragOverlay.measure}),oe=(r=ae.nodeRef.current)!=null?r:X,Ce=w?(i=ae.rect)!=null?i:J:null,se=!!(ae.nodeRef.current&&ae.rect),qe=M4e(se?null:J),yt=Aj(oe?mr(oe):null),$e=N4e(w?ge??X:null),Fe=F4e($e),Ie=Mj(h,{transform:{x:k.x-qe.x,y:k.y-qe.y,scaleX:1,scaleY:1},activatorEvent:M,active:N,activeNodeRect:J,containerNodeRect:ne,draggingNodeRect:Ce,over:Z.current.over,overlayNodeRect:ae.rect,scrollableAncestors:$e,scrollableAncestorRects:Fe,windowRect:yt}),nt=F?cc(F,k):null,xt=D4e($e),yn=e9(xt),an=e9(xt,[J]),Ot=cc(Ie,yn),ee=Ce?a4e(Ce,Ie):null,Se=N&&ee?d({active:N,collisionRect:ee,droppableRects:U,droppableContainers:V,pointerCoordinates:nt}):null,Te=e4e(Se,"id"),[Me,ie]=E.useState(null),pe=se?Ie:cc(Ie,an),Qt=o4e(pe,(o=Me==null?void 0:Me.rect)!=null?o:null,J),Rt=E.useCallback((ct,We)=>{let{sensor:On,options:vn}=We;if(T.current==null)return;const Gn=C.get(T.current);if(!Gn)return;const nr=ct.nativeEvent,yr=new On({active:T.current,activeNode:Gn,event:nr,options:vn,context:Z,onStart(rr){const Rn=T.current;if(Rn==null)return;const Fo=C.get(Rn);if(!Fo)return;const{onDragStart:Es}=D.current,Ps={active:{id:Rn,data:Fo.data,rect:$}};li.unstable_batchedUpdates(()=>{Es==null||Es(Ps),_(zs.Initializing),v({type:cn.DragStart,initialCoordinates:rr,active:Rn}),y({type:"onDragStart",event:Ps})})},onMove(rr){v({type:cn.DragMove,coordinates:rr})},onEnd:Hi(cn.DragEnd),onCancel:Hi(cn.DragCancel)});li.unstable_batchedUpdates(()=>{I(yr),R(ct.nativeEvent)});function Hi(rr){return async function(){const{active:Fo,collisions:Es,over:Ps,scrollAdjustedTranslate:Ql}=Z.current;let Bo=null;if(Fo&&Ql){const{cancelDrop:ir}=D.current;Bo={activatorEvent:nr,active:Fo,collisions:Es,delta:Ql,over:Ps},rr===cn.DragEnd&&typeof ir=="function"&&await Promise.resolve(ir(Bo))&&(rr=cn.DragCancel)}T.current=null,li.unstable_batchedUpdates(()=>{v({type:rr}),_(zs.Uninitialized),ie(null),I(null),R(null);const ir=rr===cn.DragEnd?"onDragEnd":"onDragCancel";if(Bo){const Fa=D.current[ir];Fa==null||Fa(Bo),y({type:ir,event:Bo})}})}}},[C]),ut=E.useCallback((ct,We)=>(On,vn)=>{const Gn=On.nativeEvent,nr=C.get(vn);if(T.current!==null||!nr||Gn.dndKit||Gn.defaultPrevented)return;const yr={active:nr};ct(On,We.options,yr)===!0&&(Gn.dndKit={capturedBy:We.sensor},T.current=vn,Rt(On,We))},[C,Rt]),tr=k4e(c,ut);L4e(c),ko(()=>{J&&b===zs.Initializing&&_(zs.Initialized)},[J,b]),E.useEffect(()=>{const{onDragMove:ct}=D.current,{active:We,activatorEvent:On,collisions:vn,over:Gn}=Z.current;if(!We||!On)return;const nr={active:We,activatorEvent:On,collisions:vn,delta:{x:Ot.x,y:Ot.y},over:Gn};li.unstable_batchedUpdates(()=>{ct==null||ct(nr),y({type:"onDragMove",event:nr})})},[Ot.x,Ot.y]),E.useEffect(()=>{const{active:ct,activatorEvent:We,collisions:On,droppableContainers:vn,scrollAdjustedTranslate:Gn}=Z.current;if(!ct||T.current==null||!We||!Gn)return;const{onDragOver:nr}=D.current,yr=vn.get(Te),Hi=yr&&yr.rect.current?{id:yr.id,rect:yr.rect.current,data:yr.data,disabled:yr.disabled}:null,rr={active:ct,activatorEvent:We,collisions:On,delta:{x:Gn.x,y:Gn.y},over:Hi};li.unstable_batchedUpdates(()=>{ie(Hi),nr==null||nr(rr),y({type:"onDragOver",event:rr})})},[Te]),ko(()=>{Z.current={activatorEvent:M,active:N,activeNode:X,collisionRect:ee,collisions:Se,droppableRects:U,draggableNodes:C,draggingNode:oe,draggingNodeRect:Ce,droppableContainers:P,over:Me,scrollableAncestors:$e,scrollAdjustedTranslate:Ot},$.current={initial:Ce,translated:ee}},[N,X,Se,ee,C,oe,Ce,U,P,Me,$e,Ot]),C4e({...q,delta:k,draggingRect:ee,pointerCoordinates:nt,scrollableAncestors:$e,scrollableAncestorRects:Fe});const Lo=E.useMemo(()=>({active:N,activeNode:X,activeNodeRect:J,activatorEvent:M,collisions:Se,containerNodeRect:ne,dragOverlay:ae,draggableNodes:C,droppableContainers:P,droppableRects:U,over:Me,measureDroppableContainers:K,scrollableAncestors:$e,scrollableAncestorRects:Fe,measuringConfiguration:z,measuringScheduled:W,windowRect:yt}),[N,X,J,M,Se,ne,ae,C,P,U,Me,K,$e,Fe,z,W,yt]),Xr=E.useMemo(()=>({activatorEvent:M,activators:tr,active:N,activeNodeRect:J,ariaDescribedById:{draggable:L},dispatch:v,draggableNodes:C,over:Me,measureDroppableContainers:K}),[M,tr,N,J,v,L,C,Me,K]);return Ve.createElement(pj.Provider,{value:g},Ve.createElement(Vp.Provider,{value:Xr},Ve.createElement(Ij.Provider,{value:Lo},Ve.createElement(Pb.Provider,{value:Qt},u)),Ve.createElement(H4e,{disabled:(a==null?void 0:a.restoreFocus)===!1})),Ve.createElement(W3e,{...a,hiddenTextDescribedById:L}));function $o(){const ct=(O==null?void 0:O.autoScrollEnabled)===!1,We=typeof l=="object"?l.enabled===!1:l===!1,On=w&&!ct&&!We;return typeof l=="object"?{...l,enabled:On}:{enabled:On}}}),Y4e=E.createContext(null),t9="button",X4e="Droppable";function Q4e(e){let{id:t,data:n,disabled:r=!1,attributes:i}=e;const o=Tb(X4e),{activators:s,activatorEvent:a,active:l,activeNodeRect:u,ariaDescribedById:c,draggableNodes:d,over:f}=E.useContext(Vp),{role:h=t9,roleDescription:p="draggable",tabIndex:m=0}=i??{},S=(l==null?void 0:l.id)===t,v=E.useContext(S?Pb:Y4e),[y,g]=S0(),[b,_]=S0(),w=$4e(s,t),x=jh(n);ko(()=>(d.set(t,{id:t,key:o,node:y,activatorNode:b,data:x}),()=>{const k=d.get(t);k&&k.key===o&&d.delete(t)}),[d,t]);const C=E.useMemo(()=>({role:h,tabIndex:m,"aria-disabled":r,"aria-pressed":S&&h===t9?!0:void 0,"aria-roledescription":p,"aria-describedby":c.draggable}),[r,h,m,S,p,c.draggable]);return{active:l,activatorEvent:a,activeNodeRect:u,attributes:C,isDragging:S,listeners:r?void 0:w,node:y,over:f,setNodeRef:g,setActivatorNodeRef:_,transform:v}}function Z4e(){return E.useContext(Ij)}const J4e="Droppable",eTe={timeout:25};function tTe(e){let{data:t,disabled:n=!1,id:r,resizeObserverConfig:i}=e;const o=Tb(J4e),{active:s,dispatch:a,over:l,measureDroppableContainers:u}=E.useContext(Vp),c=E.useRef({disabled:n}),d=E.useRef(!1),f=E.useRef(null),h=E.useRef(null),{disabled:p,updateMeasurementsFor:m,timeout:S}={...eTe,...i},v=jh(m??r),y=E.useCallback(()=>{if(!d.current){d.current=!0;return}h.current!=null&&clearTimeout(h.current),h.current=setTimeout(()=>{u(Array.isArray(v.current)?v.current:[v.current]),h.current=null},S)},[S]),g=Eb({callback:y,disabled:p||!s}),b=E.useCallback((C,k)=>{g&&(k&&(g.unobserve(k),d.current=!1),C&&g.observe(C))},[g]),[_,w]=S0(b),x=jh(t);return E.useEffect(()=>{!g||!_.current||(g.disconnect(),d.current=!1,g.observe(_.current))},[_,g]),ko(()=>(a({type:cn.RegisterDroppable,element:{id:r,key:o,disabled:n,node:_,rect:f,data:x}}),()=>a({type:cn.UnregisterDroppable,key:o,id:r})),[r]),E.useEffect(()=>{n!==c.current.disabled&&(a({type:cn.SetDroppableDisabled,id:r,key:o,disabled:n}),c.current.disabled=n)},[r,o,n,a]),{active:s,rect:f,isOver:(l==null?void 0:l.id)===r,node:_,over:l,setNodeRef:w}}function nTe(e){let{animation:t,children:n}=e;const[r,i]=E.useState(null),[o,s]=E.useState(null),a=_0(n);return!n&&!r&&a&&i(a),ko(()=>{if(!o)return;const l=r==null?void 0:r.key,u=r==null?void 0:r.props.id;if(l==null||u==null){i(null);return}Promise.resolve(t(u,o)).then(()=>{i(null)})},[t,r,o]),Ve.createElement(Ve.Fragment,null,n,r?E.cloneElement(r,{ref:s}):null)}const rTe={x:0,y:0,scaleX:1,scaleY:1};function iTe(e){let{children:t}=e;return Ve.createElement(Vp.Provider,{value:Rj},Ve.createElement(Pb.Provider,{value:rTe},t))}const oTe={position:"fixed",touchAction:"none"},sTe=e=>h4(e)?"transform 250ms ease":void 0,aTe=E.forwardRef((e,t)=>{let{as:n,activatorEvent:r,adjustScale:i,children:o,className:s,rect:a,style:l,transform:u,transition:c=sTe}=e;if(!a)return null;const d=i?u:{...u,scaleX:1,scaleY:1},f={...oTe,width:a.width,height:a.height,top:a.top,left:a.left,transform:zh.Transform.toString(d),transformOrigin:i&&r?X3e(r,a):void 0,transition:typeof c=="function"?c(r):c,...l};return Ve.createElement(n,{className:s,style:f,ref:t},o)}),lTe=e=>t=>{let{active:n,dragOverlay:r}=t;const i={},{styles:o,className:s}=e;if(o!=null&&o.active)for(const[a,l]of Object.entries(o.active))l!==void 0&&(i[a]=n.node.style.getPropertyValue(a),n.node.style.setProperty(a,l));if(o!=null&&o.dragOverlay)for(const[a,l]of Object.entries(o.dragOverlay))l!==void 0&&r.node.style.setProperty(a,l);return s!=null&&s.active&&n.node.classList.add(s.active),s!=null&&s.dragOverlay&&r.node.classList.add(s.dragOverlay),function(){for(const[l,u]of Object.entries(i))n.node.style.setProperty(l,u);s!=null&&s.active&&n.node.classList.remove(s.active)}},uTe=e=>{let{transform:{initial:t,final:n}}=e;return[{transform:zh.Transform.toString(t)},{transform:zh.Transform.toString(n)}]},cTe={duration:250,easing:"ease",keyframes:uTe,sideEffects:lTe({styles:{active:{opacity:"0"}}})};function dTe(e){let{config:t,draggableNodes:n,droppableContainers:r,measuringConfiguration:i}=e;return Cb((o,s)=>{if(t===null)return;const a=n.get(o);if(!a)return;const l=a.node.current;if(!l)return;const u=Oj(s);if(!u)return;const{transform:c}=mr(s).getComputedStyle(s),d=mj(c);if(!d)return;const f=typeof t=="function"?t:fTe(t);return xj(l,i.draggable.measure),f({active:{id:o,data:a.data,node:l,rect:i.draggable.measure(l)},draggableNodes:n,dragOverlay:{node:s,rect:i.dragOverlay.measure(u)},droppableContainers:r,measuringConfiguration:i,transform:d})})}function fTe(e){const{duration:t,easing:n,sideEffects:r,keyframes:i}={...cTe,...e};return o=>{let{active:s,dragOverlay:a,transform:l,...u}=o;if(!t)return;const c={x:a.rect.left-s.rect.left,y:a.rect.top-s.rect.top},d={scaleX:l.scaleX!==1?s.rect.width*l.scaleX/a.rect.width:1,scaleY:l.scaleY!==1?s.rect.height*l.scaleY/a.rect.height:1},f={x:l.x-c.x,y:l.y-c.y,...d},h=i({...u,active:s,dragOverlay:a,transform:{initial:l,final:f}}),[p]=h,m=h[h.length-1];if(JSON.stringify(p)===JSON.stringify(m))return;const S=r==null?void 0:r({active:s,dragOverlay:a,...u}),v=a.node.animate(h,{duration:t,easing:n,fill:"forwards"});return new Promise(y=>{v.onfinish=()=>{S==null||S(),y()}})}}let n9=0;function hTe(e){return E.useMemo(()=>{if(e!=null)return n9++,n9},[e])}const pTe=Ve.memo(e=>{let{adjustScale:t=!1,children:n,dropAnimation:r,style:i,transition:o,modifiers:s,wrapperElement:a="div",className:l,zIndex:u=999}=e;const{activatorEvent:c,active:d,activeNodeRect:f,containerNodeRect:h,draggableNodes:p,droppableContainers:m,dragOverlay:S,over:v,measuringConfiguration:y,scrollableAncestors:g,scrollableAncestorRects:b,windowRect:_}=Z4e(),w=E.useContext(Pb),x=hTe(d==null?void 0:d.id),C=Mj(s,{activatorEvent:c,active:d,activeNodeRect:f,containerNodeRect:h,draggingNodeRect:S.rect,over:v,overlayNodeRect:S.rect,scrollableAncestors:g,scrollableAncestorRects:b,transform:w,windowRect:_}),k=y4(f),P=dTe({config:r,draggableNodes:p,droppableContainers:m,measuringConfiguration:y}),A=k?S.setRef:void 0;return Ve.createElement(iTe,null,Ve.createElement(nTe,{animation:P},d&&x?Ve.createElement(aTe,{key:x,id:d.id,ref:A,as:a,activatorEvent:c,adjustScale:t,className:l,transition:o,rect:k,style:{zIndex:u,...i},transform:C},n):null))}),gTe=e=>{let{activatorEvent:t,draggingNodeRect:n,transform:r}=e;if(n&&t){const i=Vh(t);if(!i)return r;const o=i.x-n.left,s=i.y-n.top;return{...r,x:r.x+o-n.width/2,y:r.y+s-n.height/2}}return r},Wg=28,r9={w:Wg,h:Wg,maxW:Wg,maxH:Wg,shadow:"dark-lg",borderRadius:"lg",borderWidth:2,borderStyle:"dashed",borderColor:"base.100",opacity:.5,bg:"base.800",color:"base.50",_dark:{borderColor:"base.200",bg:"base.900",color:"base.100"}},mTe=e=>{if(e.dragData){if(e.dragData.payloadType==="IMAGE_DTO"){const{thumbnail_url:t,width:n,height:r}=e.dragData.payload.imageDTO;return j.jsx(Q5,{sx:{position:"relative",width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center",userSelect:"none",cursor:"none"},children:j.jsx(Y5,{sx:{...r9},objectFit:"contain",src:t,width:n,height:r})})}return e.dragData.payloadType==="IMAGE_NAMES"?j.jsxs(Z5,{sx:{cursor:"none",userSelect:"none",position:"relative",alignItems:"center",justifyContent:"center",flexDir:"column",...r9},children:[j.jsx(Iw,{children:e.dragData.payload.image_names.length}),j.jsx(Iw,{size:"sm",children:"Images"})]}):null}},yTe=E.memo(mTe);function U8e(e){return tTe(e)}function G8e(e){return Q4e(e)}const H8e=(e,t)=>{if(!e||!(t!=null&&t.data.current))return!1;const{actionType:n}=e,{payloadType:r}=t.data.current;if(e.id===t.data.current.id)return!1;switch(n){case"SET_CURRENT_IMAGE":return r==="IMAGE_DTO";case"SET_INITIAL_IMAGE":return r==="IMAGE_DTO";case"SET_CONTROLNET_IMAGE":return r==="IMAGE_DTO";case"SET_CANVAS_INITIAL_IMAGE":return r==="IMAGE_DTO";case"SET_NODES_IMAGE":return r==="IMAGE_DTO";case"SET_MULTI_NODES_IMAGE":return r==="IMAGE_DTO"||"IMAGE_NAMES";case"ADD_TO_BATCH":return r==="IMAGE_DTO"||"IMAGE_NAMES";case"MOVE_BOARD":return r==="IMAGE_DTO"||"IMAGE_NAMES";default:return!1}};function vTe(e){return j.jsx(K4e,{...e})}const bTe=e=>{const[t,n]=E.useState(null),r=Qc(),i=E.useCallback(u=>{const c=u.active.data.current;c&&n(c)},[]),o=E.useCallback(u=>{var f;const c=u.active.data.current,d=(f=u.over)==null?void 0:f.data.current;!c||!d||(r(KF({overData:d,activeData:c})),n(null))},[r]),s=qA(Pj,{activationConstraint:{distance:10}}),a=qA(kj,{activationConstraint:{distance:10}}),l=K3e(s,a);return j.jsxs(vTe,{onDragStart:i,onDragEnd:o,sensors:l,collisionDetection:i4e,children:[e.children,j.jsx(pTe,{dropAnimation:null,modifiers:[gTe],children:j.jsx(q5,{children:t&&j.jsx(H5.div,{layout:!0,initial:{opacity:0,scale:.7},animate:{opacity:1,scale:1,transition:{duration:.1}},children:j.jsx(yTe,{dragData:t})},"overlay-drag-image")})})]})},STe=E.memo(bTe),_Te=E.createContext({isOpen:!1,onClose:()=>{},onClickAddToBoard:()=>{},handleAddToBoard:()=>{}}),wTe=e=>{const[t,n]=E.useState(),{isOpen:r,onOpen:i,onClose:o}=jN(),[s,a]=Obe(),l=E.useCallback(()=>{n(void 0),o()},[o]),u=E.useCallback(d=>{d&&(n(d),i())},[n,i]),c=E.useCallback(d=>{t&&(s({board_id:d,image_name:t.image_name}),l())},[s,l,t]);return j.jsx(_Te.Provider,{value:{isOpen:r,image:t,onClose:l,onClickAddToBoard:u,handleAddToBoard:c},children:e.children})},xTe=at(e=>e.ui,e=>ID[e.activeTab],{memoizeOptions:{equalityCheck:ap}}),q8e=at(e=>e.ui,e=>e.activeTab,{memoizeOptions:{equalityCheck:ap}}),W8e=at(e=>e.ui,e=>e,{memoizeOptions:{equalityCheck:ap}}),Nj=e=>e.canvas,K8e=at([Nj,xTe,Sp],(e,t,n)=>e.layerState.stagingArea.images.length>0||t==="unifiedCanvas"&&n.isProcessing),Y8e=e=>e.canvas.layerState.objects.find(Hw),CTe=e=>e.generation,TTe=at([e=>e,CTe,Nj,k1e,Gpe,(e,t)=>t],(e,t,n,r,i,o)=>{const s=t.initialImage?Qa(e,t.initialImage.imageName):void 0,a=(s==null?void 0:s.board_id)===o,l=n.layerState.objects.some(f=>{if(f.kind==="image"){const h=Qa(e,f.imageName);return(h==null?void 0:h.board_id)===o}return!1}),u=r.nodes.some(f=>Xs(f.data.inputs,h=>{if(h.type==="image"&&h.value){const p=Qa(e,h.value.image_name);return(p==null?void 0:p.board_id)===o}return!1})),c=Xs(i.controlNets,f=>{const h=f.controlImage?Qa(e,f.controlImage):void 0,p=f.processedControlImage?Qa(e,f.processedControlImage):void 0;return(h==null?void 0:h.board_id)===o||(p==null?void 0:p.board_id)===o});return{isInitialImage:a,isCanvasImage:l,isNodesImage:u,isControlNetImage:c}},_s),ETe=E.createContext({isOpen:!1,onClose:()=>{},onClickDeleteBoardImages:()=>{},handleDeleteBoardImages:()=>{},handleDeleteBoardOnly:()=>{}}),PTe=e=>{const[t,n]=E.useState(),{isOpen:r,onOpen:i,onClose:o}=jN(),s=Qc(),a=Qf(h=>TTe(h,t==null?void 0:t.board_id)),[l]=bpe(),u=E.useCallback(()=>{n(void 0),o()},[o]),c=E.useCallback(h=>{console.log({board:h}),h&&(n(h),i())},[n,i]),d=E.useCallback(h=>{t&&(s(zF({board:t,imagesUsage:a})),u())},[s,u,t,a]),f=E.useCallback(h=>{t&&(l(h),u())},[l,u,t]);return j.jsx(ETe.Provider,{value:{isOpen:r,board:t,onClose:u,onClickDeleteBoardImages:c,handleDeleteBoardImages:d,handleDeleteBoardOnly:f,imagesUsage:a},children:e.children})},kTe=E.lazy(()=>vR(()=>import("./App-891779fc.js"),["./App-891779fc.js","./MantineProvider-f3412ed4.js","./App-6125620a.css"],import.meta.url)),ATe=E.lazy(()=>vR(()=>import("./ThemeLocaleProvider-617a0567.js"),["./ThemeLocaleProvider-617a0567.js","./MantineProvider-f3412ed4.js","./ThemeLocaleProvider-5b992bc7.css"],import.meta.url)),OTe=({apiUrl:e,token:t,config:n,headerComponent:r,middleware:i})=>(E.useEffect(()=>(t&&_h.set(t),e&&wh.set(e),CI(),i&&i.length>0?H2(GA(),...i):H2(GA()),()=>{wh.set(void 0),_h.set(void 0)}),[e,t,i]),j.jsx(Ve.StrictMode,{children:j.jsx(xG,{store:m5e,children:j.jsx(Ve.Suspense,{fallback:j.jsx(b5e,{}),children:j.jsx(ATe,{children:j.jsx(STe,{children:j.jsx(wTe,{children:j.jsx(PTe,{children:j.jsx(kTe,{config:n,headerComponent:r})})})})})})})})),RTe=E.memo(OTe);q_.createRoot(document.getElementById("root")).render(j.jsx(RTe,{}));export{eEe as $,Cse as A,Ln as B,qTe as C,q5 as D,H5 as E,Mv as F,Oo as G,iEe as H,jl as I,DN as J,Bn as K,nh as L,xy as M,Du as N,PJ as O,WTe as P,mm as Q,ec as R,Xf as S,lo as T,Rl as U,BG as V,Ve as W,Fse as X,b6 as Y,fte as Z,ay as _,JC as a,Cue as a$,kse as a0,oEe as a1,$l as a2,zN as a3,Gse as a4,aEe as a5,sEe as a6,ple as a7,fle as a8,Av as a9,Jn as aA,Ai as aB,D0e as aC,F0e as aD,Mr as aE,ca as aF,Xi as aG,Cke as aH,Q$ as aI,X0e as aJ,Eve as aK,Hme as aL,Fc as aM,Q5 as aN,Z5 as aO,Iw as aP,at as aQ,Sp as aR,xTe as aS,Qc as aT,Qf as aU,Xke as aV,yD as aW,Br as aX,o6e as aY,li as aZ,_5 as a_,up as aa,Hie as ab,PN as ac,Fn as ad,vo as ae,zv as af,XTe as ag,cw as ah,HTe as ai,gm as aj,y6 as ak,Wle as al,Lse as am,v6 as an,Ele as ao,Ule as ap,e_ as aq,ru as ar,t_ as as,vg as at,Ple as au,lEe as av,vp as aw,_i as ax,Kt as ay,ac as az,i5 as b,hl as b$,a3 as b0,AN as b1,z6e as b2,$Ce as b3,U8e as b4,H8e as b5,DR as b6,Ck as b7,z8e as b8,uV as b9,gEe as bA,DEe as bB,hEe as bC,HEe as bD,yEe as bE,PEe as bF,vEe as bG,kEe as bH,wEe as bI,OEe as bJ,S8e as bK,Xbe as bL,_Te as bM,B8e as bN,Xpe as bO,_8e as bP,y8e as bQ,m8e as bR,hL as bS,WPe as bT,Vce as bU,Kw as bV,GTe as bW,Pue as bX,tke as bY,Y6e as bZ,X6e as b_,DTe as ba,MTe as bb,NTe as bc,Ne as bd,F8e as be,ETe as bf,U6e as bg,bpe as bh,Y5 as bi,_s as bj,V6e as bk,ON as bl,yke as bm,ITe as bn,Hs as bo,G8e as bp,dEe as bq,fEe as br,MEe as bs,NEe as bt,mEe as bu,jEe as bv,pEe as bw,EEe as bx,bEe as by,Qbe as bz,aW as c,iPe as c$,Vv as c0,v1 as c1,w8e as c2,ua as c3,g1 as c4,m1 as c5,H6e as c6,jN as c7,J6e as c8,Aue as c9,O4 as cA,L6 as cB,LTe as cC,$Te as cD,mPe as cE,l8e as cF,V8e as cG,XCe as cH,a8e as cI,Uce as cJ,e8e as cK,zce as cL,sPe as cM,gPe as cN,c8e as cO,SPe as cP,n8e as cQ,OD as cR,nPe as cS,jTe as cT,jke as cU,Bke as cV,Fke as cW,Wke as cX,Kke as cY,FTe as cZ,qke as c_,Z6e as ca,Q6e as cb,dPe as cc,W8e as cd,nke as ce,K8e as cf,ap as cg,uPe as ch,Jo as ci,IN as cj,MN as ck,Xs as cl,Zpe as cm,Zke as cn,bke as co,a$ as cp,l$ as cq,p8e as cr,y5e as cs,er as ct,vPe as cu,d8e as cv,pJ as cw,b5 as cx,N7 as cy,mJ as cz,WQ as d,uEe as d$,Qa as d0,rke as d1,mke as d2,hke as d3,pke as d4,gke as d5,_ke as d6,wke as d7,c$ as d8,T8e as d9,oke as dA,E8e as dB,oo as dC,xEe as dD,Op as dE,tPe as dF,qEe as dG,ZEe as dH,IEe as dI,CTe as dJ,JEe as dK,ePe as dL,XEe as dM,QEe as dN,YEe as dO,KEe as dP,UEe as dQ,VEe as dR,r8e as dS,zl as dT,o8e as dU,Ow as dV,eD as dW,nD as dX,tD as dY,oD as dZ,iD as d_,_l as da,Ske as db,g5 as dc,cEe as dd,be as de,_Ee as df,bPe as dg,C8e as dh,Ok as di,uke as dj,C3 as dk,Vpe as dl,_u as dm,Rk as dn,cke as dp,dke as dq,UN as dr,fke as ds,zpe as dt,t$ as du,ske as dv,lke as dw,ike as dx,Gpe as dy,m_e as dz,s7 as e,O6e as e$,REe as e0,Yv as e1,x8e as e2,Lce as e3,P8e as e4,RD as e5,DD as e6,no as e7,AEe as e8,zEe as e9,Rke as eA,Ike as eB,Mke as eC,Dke as eD,Lke as eE,Nh as eF,p5 as eG,NF as eH,k1e as eI,Pke as eJ,BCe as eK,Tke as eL,Eke as eM,Ake as eN,kke as eO,Oke as eP,Nke as eQ,x1e as eR,OF as eS,zke as eT,Vke as eU,dB as eV,RV as eW,De as eX,Nj as eY,f6e as eZ,R6e as e_,BTe as ea,$Z as eb,GEe as ec,D8e as ed,R8e as ee,qt as ef,ho as eg,h8e as eh,O8e as ei,N8e as ej,f8e as ek,M8e as el,cZ as em,I8e as en,k8e as eo,A8e as ep,SF as eq,Tv as er,L8e as es,s0 as et,ye as eu,$8e as ev,hx as ew,NZ as ex,SEe as ey,VTe as ez,LI as f,qPe as f$,HPe as f0,_6e as f1,M6e as f2,fbe as f3,$Pe as f4,a6e as f5,Bd as f6,r6e as f7,FPe as f8,E1 as f9,d6e as fA,l6e as fB,TPe as fC,EPe as fD,v8e as fE,b8e as fF,Y8e as fG,n6e as fH,KPe as fI,p6e as fJ,S6e as fK,g6e as fL,GPe as fM,LPe as fN,P6e as fO,E6e as fP,v6e as fQ,m6e as fR,y6e as fS,F6e as fT,C6e as fU,B6e as fV,t6e as fW,e6e as fX,MPe as fY,IPe as fZ,L6e as f_,s6e as fa,NPe as fb,i6e as fc,DPe as fd,VPe as fe,CPe as ff,xPe as fg,wPe as fh,I6e as fi,uL as fj,_h as fk,Hw as fl,APe as fm,OPe as fn,RPe as fo,A6e as fp,UPe as fq,zPe as fr,mhe as fs,k6e as ft,dbe as fu,BPe as fv,YPe as fw,XPe as fx,qd as fy,h6e as fz,jQ as g,cbe as g0,abe as g1,lbe as g2,ube as g3,PPe as g4,fL as g5,rPe as g6,g8e as g7,Bce as g8,WEe as g9,zTe as gA,cte as gB,Zee as gC,RJ as gD,nEe as gE,rEe as gF,kPe as ga,ZPe as gb,$6e as gc,LEe as gd,$Ee as ge,FEe as gf,BEe as gg,JPe as gh,q8e as gi,cPe as gj,hPe as gk,fPe as gl,pPe as gm,_Pe as gn,FZ as go,rbe as gp,Yke as gq,UTe as gr,j7 as gs,JTe as gt,rte as gu,QTe as gv,KTe as gw,ZTe as gx,uo as gy,YTe as gz,HI as h,Pn as i,Wc as j,sp as k,pn as l,Xc as m,ip as n,ji as o,Aa as p,$I as q,Ao as r,E as s,RS as t,Qe as u,j as v,Si as w,fi as x,ke as y,Un as z}; diff --git a/invokeai/frontend/web/dist/index.html b/invokeai/frontend/web/dist/index.html index 2dfc4e206c..8ad3ec704e 100644 --- a/invokeai/frontend/web/dist/index.html +++ b/invokeai/frontend/web/dist/index.html @@ -12,7 +12,7 @@ margin: 0; } - + diff --git a/invokeai/frontend/web/src/services/api/schema.d.ts b/invokeai/frontend/web/src/services/api/schema.d.ts index b86c233c51..b797c5d369 100644 --- a/invokeai/frontend/web/src/services/api/schema.d.ts +++ b/invokeai/frontend/web/src/services/api/schema.d.ts @@ -1219,7 +1219,7 @@ export type components = { * @description The nodes in this graph */ nodes?: { - [key: string]: (components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]) | undefined; + [key: string]: (components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]) | undefined; }; /** * Edges @@ -1262,7 +1262,7 @@ export type components = { * @description The results of node executions */ results: { - [key: string]: (components["schemas"]["ImageOutput"] | components["schemas"]["MaskOutput"] | components["schemas"]["ControlOutput"] | components["schemas"]["ModelLoaderOutput"] | components["schemas"]["LoraLoaderOutput"] | components["schemas"]["VaeLoaderOutput"] | components["schemas"]["MetadataAccumulatorOutput"] | components["schemas"]["IntCollectionOutput"] | components["schemas"]["FloatCollectionOutput"] | components["schemas"]["ImageCollectionOutput"] | components["schemas"]["CompelOutput"] | components["schemas"]["ClipSkipInvocationOutput"] | components["schemas"]["LatentsOutput"] | components["schemas"]["IntOutput"] | components["schemas"]["FloatOutput"] | components["schemas"]["NoiseOutput"] | components["schemas"]["PromptOutput"] | components["schemas"]["PromptCollectionOutput"] | components["schemas"]["SDXLModelLoaderOutput"] | components["schemas"]["SDXLRefinerModelLoaderOutput"] | components["schemas"]["GraphInvocationOutput"] | components["schemas"]["IterateInvocationOutput"] | components["schemas"]["CollectInvocationOutput"]) | undefined; + [key: string]: (components["schemas"]["ImageOutput"] | components["schemas"]["MaskOutput"] | components["schemas"]["ControlOutput"] | components["schemas"]["ModelLoaderOutput"] | components["schemas"]["LoraLoaderOutput"] | components["schemas"]["VaeLoaderOutput"] | components["schemas"]["MetadataAccumulatorOutput"] | components["schemas"]["CompelOutput"] | components["schemas"]["ClipSkipInvocationOutput"] | components["schemas"]["LatentsOutput"] | components["schemas"]["IntOutput"] | components["schemas"]["FloatOutput"] | components["schemas"]["IntCollectionOutput"] | components["schemas"]["FloatCollectionOutput"] | components["schemas"]["ImageCollectionOutput"] | components["schemas"]["PromptOutput"] | components["schemas"]["PromptCollectionOutput"] | components["schemas"]["NoiseOutput"] | components["schemas"]["SDXLModelLoaderOutput"] | components["schemas"]["SDXLRefinerModelLoaderOutput"] | components["schemas"]["GraphInvocationOutput"] | components["schemas"]["IterateInvocationOutput"] | components["schemas"]["CollectInvocationOutput"]) | undefined; }; /** * Errors @@ -4300,7 +4300,7 @@ export type components = { }; /** * SDXLRawPromptInvocation - * @description Parse prompt using compel package to conditioning. + * @description Pass unmodified prompt to conditioning without compel processing. */ SDXLRawPromptInvocation: { /** @@ -5257,18 +5257,18 @@ export type components = { * @enum {string} */ StableDiffusion2ModelFormat: "checkpoint" | "diffusers"; - /** - * StableDiffusionXLModelFormat - * @description An enumeration. - * @enum {string} - */ - StableDiffusionXLModelFormat: "checkpoint" | "diffusers"; /** * StableDiffusion1ModelFormat * @description An enumeration. * @enum {string} */ StableDiffusion1ModelFormat: "checkpoint" | "diffusers"; + /** + * StableDiffusionXLModelFormat + * @description An enumeration. + * @enum {string} + */ + StableDiffusionXLModelFormat: "checkpoint" | "diffusers"; }; responses: never; parameters: never; @@ -5379,7 +5379,7 @@ export type operations = { }; requestBody: { content: { - "application/json": components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]; + "application/json": components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]; }; }; responses: { @@ -5416,7 +5416,7 @@ export type operations = { }; requestBody: { content: { - "application/json": components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]; + "application/json": components["schemas"]["LoadImageInvocation"] | components["schemas"]["ShowImageInvocation"] | components["schemas"]["ImageCropInvocation"] | components["schemas"]["ImagePasteInvocation"] | components["schemas"]["MaskFromAlphaInvocation"] | components["schemas"]["ImageMultiplyInvocation"] | components["schemas"]["ImageChannelInvocation"] | components["schemas"]["ImageConvertInvocation"] | components["schemas"]["ImageBlurInvocation"] | components["schemas"]["ImageResizeInvocation"] | components["schemas"]["ImageScaleInvocation"] | components["schemas"]["ImageLerpInvocation"] | components["schemas"]["ImageInverseLerpInvocation"] | components["schemas"]["ControlNetInvocation"] | components["schemas"]["ImageProcessorInvocation"] | components["schemas"]["MainModelLoaderInvocation"] | components["schemas"]["LoraLoaderInvocation"] | components["schemas"]["VaeLoaderInvocation"] | components["schemas"]["MetadataAccumulatorInvocation"] | components["schemas"]["CvInpaintInvocation"] | components["schemas"]["CompelInvocation"] | components["schemas"]["SDXLCompelPromptInvocation"] | components["schemas"]["SDXLRefinerCompelPromptInvocation"] | components["schemas"]["SDXLRawPromptInvocation"] | components["schemas"]["SDXLRefinerRawPromptInvocation"] | components["schemas"]["ClipSkipInvocation"] | components["schemas"]["TextToLatentsInvocation"] | components["schemas"]["LatentsToImageInvocation"] | components["schemas"]["ResizeLatentsInvocation"] | components["schemas"]["ScaleLatentsInvocation"] | components["schemas"]["ImageToLatentsInvocation"] | components["schemas"]["InpaintInvocation"] | components["schemas"]["AddInvocation"] | components["schemas"]["SubtractInvocation"] | components["schemas"]["MultiplyInvocation"] | components["schemas"]["DivideInvocation"] | components["schemas"]["RandomIntInvocation"] | components["schemas"]["ParamIntInvocation"] | components["schemas"]["ParamFloatInvocation"] | components["schemas"]["RealESRGANInvocation"] | components["schemas"]["RangeInvocation"] | components["schemas"]["RangeOfSizeInvocation"] | components["schemas"]["RandomRangeInvocation"] | components["schemas"]["ImageCollectionInvocation"] | components["schemas"]["DynamicPromptInvocation"] | components["schemas"]["PromptsFromFileInvocation"] | components["schemas"]["InfillColorInvocation"] | components["schemas"]["InfillTileInvocation"] | components["schemas"]["InfillPatchMatchInvocation"] | components["schemas"]["NoiseInvocation"] | components["schemas"]["SDXLModelLoaderInvocation"] | components["schemas"]["SDXLRefinerModelLoaderInvocation"] | components["schemas"]["SDXLTextToLatentsInvocation"] | components["schemas"]["SDXLLatentsToLatentsInvocation"] | components["schemas"]["FloatLinearRangeInvocation"] | components["schemas"]["StepParamEasingInvocation"] | components["schemas"]["GraphInvocation"] | components["schemas"]["IterateInvocation"] | components["schemas"]["CollectInvocation"] | components["schemas"]["CannyImageProcessorInvocation"] | components["schemas"]["HedImageProcessorInvocation"] | components["schemas"]["LineartImageProcessorInvocation"] | components["schemas"]["LineartAnimeImageProcessorInvocation"] | components["schemas"]["OpenposeImageProcessorInvocation"] | components["schemas"]["MidasDepthImageProcessorInvocation"] | components["schemas"]["NormalbaeImageProcessorInvocation"] | components["schemas"]["MlsdImageProcessorInvocation"] | components["schemas"]["PidiImageProcessorInvocation"] | components["schemas"]["ContentShuffleImageProcessorInvocation"] | components["schemas"]["ZoeDepthImageProcessorInvocation"] | components["schemas"]["MediapipeFaceProcessorInvocation"] | components["schemas"]["LeresImageProcessorInvocation"] | components["schemas"]["TileResamplerProcessorInvocation"] | components["schemas"]["SegmentAnythingProcessorInvocation"] | components["schemas"]["LatentsToLatentsInvocation"]; }; }; responses: { diff --git a/pyproject.toml b/pyproject.toml index fd6064f985..4cb7d8282a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "InvokeAI" description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process" -requires-python = ">=3.9, <3.11" +requires-python = "==3.10" readme = { content-type = "text/markdown", file = "README.md" } keywords = ["stable-diffusion", "AI"] dynamic = ["version"] @@ -23,8 +23,6 @@ classifiers = [ 'Operating System :: MacOS', 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Topic :: Artistic Software', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',