diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05a8f89..c9c3699 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: PublishApp env: PUBLISH_DIR: bin/Release/net8.0/publish/wwwroot GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# Controls when the action will run +# Controls when the action will run on: push: branches: [ main ] @@ -10,40 +10,34 @@ on: jobs: build: - + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - + #- name: abcd #run: | #pwd #ls -S - name: Publish app - run: dotnet publish -c Release - - name: Rewrite base href + run: dotnet publish -c Release + - name: Rewrite base href uses: SteveSandersonMS/ghaction-rewrite-base-href@v1 with: - #html_path: ${{ env.PUBLISH_DIR }}/index.html html_path: bin/Release/net8.0/publish/wwwroot/index.html base_href: /CV/ - #- name: Print Directories Tree - #run: | - #ls -S - - name: Nojekyl file add - run: cat > .nojekyll - + - name: GitHub Pages - if: success() + if: success() uses: crazy-max/ghaction-github-pages@v1.5.1 with: target_branch: gh-pages build_dir: ${{ env.PUBLISH_DIR }} env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - - + + diff --git a/.gitignore b/.gitignore index 0f29f80..5e57f18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,484 @@ -################################################################################ -# Este archivo .gitignore ha sido creado automáticamente por Microsoft(R) Visual Studio. -################################################################################ - -/.vs/CV/FileContentIndex -/.vs +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from `dotnet new gitignore` + +# dotenv files +.env + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml +.idea + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# Vim temporary swap files +*.swp diff --git a/CV.csproj b/CV.csproj index fa68ef4..c40f960 100644 --- a/CV.csproj +++ b/CV.csproj @@ -14,11 +14,7 @@ - - - - - + diff --git a/Pages/About.razor b/Pages/About.razor index b7ed318..b9a78fc 100644 --- a/Pages/About.razor +++ b/Pages/About.razor @@ -1,6 +1,7 @@ -@page "/AboutMe" +@page "/AboutMe" @page "/SobreMi" + @using CV.Shared.Resources; @inject IStringLocalizer AllResourcesResolver @@ -33,11 +34,12 @@
  • - @*
  • - + @*
  • +
  • *@ + - \ No newline at end of file + diff --git a/Pages/Cursos.razor b/Pages/Cursos.razor index 4d379a1..9e719f6 100644 --- a/Pages/Cursos.razor +++ b/Pages/Cursos.razor @@ -1,103 +1,114 @@ -@page "/Cursos" -@page "/Courses" - -@using CV.Shared.Resources; -@inject IStringLocalizer AllResourcesResolver - - -
    -
    - -

    - @AllResourcesResolver["cursosCertificaciones"] -

    - -
    - Azure Fundamentals -
    -

    @AllResourcesResolver["tituloaz900"]

    -
    @AllResourcesResolver["idCredencial"] 994243461
    - -

    @AllResourcesResolver["az900"]

    -
    -
    dc. 2022
    -
    - -
    - Gobierno de la Rioja -
    -

    @AllResourcesResolver["tituloCursoMaui"]

    -
    @AllResourcesResolver["idCredencial"] E5M024D62Y90BZT
    - -

    @AllResourcesResolver["descripcionCursoMaui"]

    -
    -
    oct. 2022
    -
    - - -
    - Gobierno de la Rioja -
    -

    @AllResourcesResolver["tituloCursoBlazor"]

    -
    - @AllResourcesResolver["idCredencial"] Y83Q73BHZDJY9BF -
    - -

    @AllResourcesResolver["descripcionCursoBlazor"]

    -
    -
    sept. 2022
    -
    - -
    - Gobierno de la Rioja -
    -

    @AllResourcesResolver["tituloProgramacionNET"]

    -
    @AllResourcesResolver["idCredencial"] IYYS1J3Y8FGH5J5ID
    - -

    @AllResourcesResolver["descripcionProgramacionNET"]

    -
    -
    Jul. 2022
    -
    -
    - GoogleActivate -
    -

    Cloud Computing

    -
    @AllResourcesResolver["idCredencial"] NZQ DVY NBU
    - -

    @AllResourcesResolver["descripcionCloudComputing"]

    -
    -
    oct. 2021
    -
    - -
    - Gobierno de la Rioja -
    -

    @AllResourcesResolver["tituloContenedoresDocker"]r

    -
    @AllResourcesResolver["idCredencial"] UXGJYIVF8J4JEZX
    - -

    @AllResourcesResolver["descripcionContenedoresDocker"]

    -
    -
    sept. 2021
    -
    - -
    - GoogleActivate -
    -

    @AllResourcesResolver["tituloIntroduccionDesarrolloWeb"]

    -
    @AllResourcesResolver["idCredencial"] AAU 9KS DU9 & R3D SRM CTN
    - -

    @AllResourcesResolver["descripcionIntroduccionDesarrolloWeb"]

    -
    -
    sept. 2021
    -
    - - - - - -
    -
    \ No newline at end of file +@page "/Cursos" +@page "/Courses" +@page "/CV/Cursos" +@page "/CV/Courses" + + +@inject IStringLocalizer AllResourcesResolver + + +
    +
    + +

    + @AllResourcesResolver["cursosCertificaciones"] +

    + + {AllResourcesResolver["EntityFrameworkDeVerdadDescription"]}

    ") + Subtitulo=@AllResourcesResolver["EntityFrameworkDeVerdadSubtitle"] + SrcImagen="assets/icons/cursos/udemy.png" + Titulo=@AllResourcesResolver["EntityFrameworkDeVerdadTitle"] + TiempoTrabajo="mar. 2023" /> + {AllResourcesResolver["DockerCertificatedAsociatedDescription"]}

    ") + Subtitulo=@AllResourcesResolver["DockerCertificatedAsociatedSubtitulo"] + SrcImagen="assets/icons/cursos/pue.png" + Titulo=@AllResourcesResolver["DockerCertificatedAsociated"] + TiempoTrabajo="mar. 2023" /> + + {AllResourcesResolver["CssHtmlMVPDescripcion"]}

    ") + Subtitulo=@AllResourcesResolver["CssHtmlMVPSubtitulo"] + SrcImagen="assets/icons/cursos/campusmvp.png" + Titulo=@AllResourcesResolver["CssHtmlMVPTitulo"] + TiempoTrabajo="dc. 2023" /> + + {AllResourcesResolver["Az204Descripcion"]}

    ") + Subtitulo=@AllResourcesResolver["Az204Subtitulo"] + SrcImagen="assets/icons/cursos/pue.png" + Titulo=@AllResourcesResolver["Az204Titulo"] + TiempoTrabajo="sept. 2023" /> + + {AllResourcesResolver["verificacionDocumentos"]}

    {AllResourcesResolver["descripcionCursoMaui"]}

    ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} A5B5KNFRNNOALQ8") + SrcImagen="assets/icons/cursos/gobrioja.png" + Titulo=@AllResourcesResolver["tituloReact"] + TiempoTrabajo="jun. 2023" /> + + {AllResourcesResolver["verificacionDocumentos"]}") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} 994243461") + SrcImagen="assets/icons/cursos/azurefundamentals.png" + Titulo=@AllResourcesResolver["tituloaz900"] + TiempoTrabajo="dc. 2022" /> + {AllResourcesResolver["verificacionDocumentos"]}

    {AllResourcesResolver["descripcionCursoMaui"]}

    ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} E5M024D62Y90BZT") + SrcImagen="assets/icons/cursos/gobrioja.png" + Titulo=@AllResourcesResolver["tituloCursoMaui"] + TiempoTrabajo="oct. 2022" /> + + + {AllResourcesResolver["verificacionDocumentos"]}") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} Y83Q73BHZDJY9BF") + SrcImagen="assets/icons/cursos/gobrioja.png" + Titulo=@AllResourcesResolver["tituloCursoBlazor"] + TiempoTrabajo="sept. 2022" /> + + + {AllResourcesResolver["verificacionDocumentos"]}

    {AllResourcesResolver["descripcionProgramacionNET"]}

    ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} IYYS1J3Y8FGH5J5ID") + SrcImagen="assets/icons/cursos/gobrioja.png" + Titulo=@AllResourcesResolver["tituloProgramacionNET"] + TiempoTrabajo="Jul. 2022" /> + + + ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} NZQ DVY NBU") + SrcImagen="assets/icons/cursos/googleactivate.png" + Titulo="Cloud Computing" + TiempoTrabajo="oct. 2021" /> + + {AllResourcesResolver["verificacionDocumentos"]}

    {AllResourcesResolver["descripcionContenedoresDocker"]}

    ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} UXGJYIVF8J4JEZX") + SrcImagen="assets/icons/cursos/gobrioja.png" + Titulo=@AllResourcesResolver["tituloContenedoresDocker"] + TiempoTrabajo="sept. 2021" /> + +

    {AllResourcesResolver["descripcionIntroduccionDesarrolloWeb"]}

    ") + Subtitulo=@($"{AllResourcesResolver["idCredencial"]} AAU 9KS DU9 & R3D SRM CTN") + SrcImagen="assets/icons/cursos/googleactivate.png" + Titulo=@AllResourcesResolver["tituloIntroduccionDesarrolloWeb"] + TiempoTrabajo="sept. 2021" /> + +
    + +@code { + public RenderFragment CreateFromString(string content) + { + RenderFragment renderFragment = builder => + { + builder.AddMarkupContent(0, content); + }; + + return renderFragment; + } +} \ No newline at end of file diff --git a/Pages/Education.razor b/Pages/Education/Education.razor similarity index 95% rename from Pages/Education.razor rename to Pages/Education/Education.razor index d654c46..25171df 100644 --- a/Pages/Education.razor +++ b/Pages/Education/Education.razor @@ -1,4 +1,4 @@ -@page "/Education" +@page "/Education" @page "/Educacion" @using CV.Shared.Resources; @@ -25,7 +25,7 @@
    - IES Valle del OJA + IES Valle del OJA

    IES Valle del Oja

    @AllResourcesResolver["descripcionBachiller"]
    @@ -45,7 +45,7 @@
    - IES Valle del OJA + IES Valle del OJA

    IES Valle del Oja

    @AllResourcesResolver["descripcionEso"]
    @@ -54,7 +54,5 @@
    Sep. 2011 - Jul. 2015
    - -
    - \ No newline at end of file + diff --git a/Pages/Experiencia.razor b/Pages/Experiencia.razor deleted file mode 100644 index a78c579..0000000 --- a/Pages/Experiencia.razor +++ /dev/null @@ -1,118 +0,0 @@ - -@page "/Experiencia" -@page "/Experience" - - -@using CV.Shared.Resources; -@inject IStringLocalizer AllResourcesResolver - - -
    -
    -

    - @AllResourcesResolver["navbar_experiencia"] -

    -
    - -
    - Hiberus Tecnología -
    -

    @AllResourcesResolver["programadorWebJuniorHiberusTitulo"]

    - - -
    @AllResourcesResolver["programadorWebJuniorHiberusSubTitulo"]
    -

    - @AllResourcesResolver["programadorWebJuniorHiberusDescripcion1"] -
    -

  • - @AllResourcesResolver["programadorWebJuniorHiberusDescripcion2"] -
  • -
  • - @AllResourcesResolver["programadorWebJuniorHiberusDescripcion3"] -
  • -

    -
    -
    jun. 2022 -@AllResourcesResolver["actualidad"] · - - @{ - - var datediff = ObtenerDiferenciaAniosMeses(new DateTime(2022, 5, 1), DateTime.Now); - } - @datediff.Item1 - @if (datediff.Item1 == 1) - { - @AllResourcesResolver["year"] - } - else - { - @AllResourcesResolver["years"] - } - - @datediff.Item2 - @if (datediff.Item1 == 2) - { - @AllResourcesResolver["mes"] - } else - { - @AllResourcesResolver["meses"] - } - - - - -
    - -
    - -
    - Hiberus Tecnología -
    -

    @AllResourcesResolver["contratoPracticasHiberus1Titulo"]

    -
    @AllResourcesResolver["contratoPracticasHiberus1Subitulo"]
    - - @AllResourcesResolver["contratoPracticasHiberus1Descripcion"] -
    -
    dc 2011 - mar. 2013 · 4 @AllResourcesResolver["meses"]
    - -
    - -
    - Gnoss Tecnología -
    -

    @AllResourcesResolver["contratoPracticasGnossSubitulo"]

    -
    @AllResourcesResolver["contratoPracticasGnossSubitulo"]
    -

    @AllResourcesResolver["contratoPracticasGnossDescripcion"]

    -
    -
    - sept. 2021 - dc. 2021 · 4 @AllResourcesResolver["meses"] - -
    - -
    - -
    - Hiberus Tecnología -
    -

    @AllResourcesResolver["contratoPracticasHiberus21Titulo"]

    -
    @AllResourcesResolver["contratoPracticasHiberus2Subitulo"]
    -

    @AllResourcesResolver["contratoPracticasHiberus2Descripcion"]

    -
    -
    jul. 2021 - sept. 2021 · 3 @AllResourcesResolver["meses"]
    - -
    -
    -
    -
    - - -@code{ - Tuple ObtenerDiferenciaAniosMeses(DateTime fechaInicio, DateTime fechaFin) - { - int totalMeses = ((fechaFin.Year - fechaInicio.Year) * 12) + DateTime.Now.Month - fechaInicio.Month; - int anios = totalMeses / 12; - int meses = totalMeses % 12; - - return Tuple.Create(anios, meses); - } - -} \ No newline at end of file diff --git a/Pages/Experiencia/Experiencia.razor b/Pages/Experiencia/Experiencia.razor new file mode 100644 index 0000000..a5f962c --- /dev/null +++ b/Pages/Experiencia/Experiencia.razor @@ -0,0 +1,93 @@ +@page "/Experiencia" +@page "/Experience" +@page "/CV/Experiencia" +@page "/CV/Experience" + + +@using CV.Shared.Resources; +@inject IStringLocalizer AllResourcesResolver + + +
    +
    +

    + @AllResourcesResolver["navbar_experiencia"] +

    +
    + + + {AllResourcesResolver["programadorWebJuniorHiberusDescripcion1"]}
  • {AllResourcesResolver["programadorWebJuniorHiberusDescripcion2"]}
  • {AllResourcesResolver["programadorWebJuniorHiberusDescripcion3"]}
  • ") + TiempoTrabajo=@TotalYearsMonthsFormatted(new DateTime(2022, 5, 1), DateTime.Now) + Subtitulo=@AllResourcesResolver["programadorWebJuniorHiberusSubTitulo"] + Titulo=@AllResourcesResolver["programadorWebJuniorHiberusTitulo"] /> + + + {AllResourcesResolver["contratoPracticasHiberus1Descripcion"]}

    ") + TiempoTrabajo=@($"dc 2011 - mar. 2013 · 4 {AllResourcesResolver["meses"]}") + Subtitulo="@AllResourcesResolver["contratoPracticasHiberus1Subitulo"]" + Titulo=@AllResourcesResolver["contratoPracticasHiberus1Titulo"] /> + + + + + +
    +
    +
    + + +@code { + String TotalYearsMonthsFormatted(DateTime fechaInicio, DateTime fechaFin) + { + int totalMeses = ((fechaFin.Year - fechaInicio.Year) * 12) + DateTime.Now.Month - fechaInicio.Month; + int anios = totalMeses / 12; + int meses = totalMeses % 12; + + + var formattedString = anios.ToString() + " "; + + @if (anios == 1) + { + formattedString += AllResourcesResolver["year"]; + } else + { + formattedString += AllResourcesResolver["years"]; + } + + formattedString += " " + meses + " "; + @if (meses == 1) + { + formattedString += AllResourcesResolver["mes"]; + } else + { + formattedString += AllResourcesResolver["meses"]; + } + + + return formattedString; + } + + public RenderFragment CreateFromString(string content) + { + RenderFragment renderFragment = builder => + { + builder.AddMarkupContent(0, content); + }; + + return renderFragment; + } +} \ No newline at end of file diff --git a/Pages/Inicio.razor b/Pages/Inicio.razor index 9a1bc55..249899a 100644 --- a/Pages/Inicio.razor +++ b/Pages/Inicio.razor @@ -1,57 +1,71 @@ - - -@rendermode InteractiveWebAssembly -@using static Microsoft.AspNetCore.Components.Web.RenderMode -@using CV.Shared.Resources; - -@page "/" -@page "/Inicio" -@page "/Index" -@page "/CV" - - - -@inject IStringLocalizer AllResourcesResolver -@inject IStringLocalizer AllResourcesResolver - - -
    -
    -

    - Héctor Solar Ruiz - -

    - -
    - -
    -
    - @AllResourcesResolver["subtituloProfesional"] · hectorsolar99@gmail.com -
    -
    -
    -
    - - -

    @AllResourcesResolver["subtituloPersonal"]

    -

    @AllResourcesResolver["descripcionPersonal1"]

    -

    @AllResourcesResolver["descripcionPersonal2"]

    -

    @AllResourcesResolver["descripcionPersonal3"]

    - -
    -
    - - ... - - -
    -
    - - -
    -
    -
    \ No newline at end of file + + +@rendermode InteractiveWebAssembly +@using static Microsoft.AspNetCore.Components.Web.RenderMode +@using CV.Shared.Resources; +@using Microsoft.Extensions.Localization + +@page "/" +@page "/Inicio" +@page "/Index" +@page "/CV" +@page "/CV/Inicio" +@page "/CV/Index" + +@inject IStringLocalizer AllResourcesResolver + + + +
    +
    +

    + Héctor Solar Ruiz + +

    + +
    + +
    +
    + @AllResourcesResolver["subtituloProfesional"] · hectorsolar99@gmail.com +
    +
    +
    +
    + + +

    @AllResourcesResolver["subtituloPersonal"]

    +

    @AllResourcesResolver["descripcionPersonal1"]

    +

    @AllResourcesResolver["descripcionPersonal2"]

    +

    @AllResourcesResolver["descripcionPersonal3"]

    + +
    +
    + +
    + + @* *@ + ... + @* *@ + +
    + @* *@ +
    +
    + + +
    +
    +
    +
    + + + diff --git a/Pages/Tecnologias.razor b/Pages/Tecnologias.razor index 40f12a6..358a7d2 100644 --- a/Pages/Tecnologias.razor +++ b/Pages/Tecnologias.razor @@ -1,5 +1,7 @@ @page "/Tecnologías" @page "/Tecnologies" +@page "/CV/Tecnologías" +@page "/CV/Tecnologies" @using CV.Shared.Resources; @inject IStringLocalizer AllResourcesResolver @@ -46,7 +48,7 @@
  • dotnet
  • blazor
  • -
  • mvc
  • +
  • mvc
  • efcore
  • GIT
  • @@ -76,7 +78,7 @@ Jenkins, Docker, SonarQube -
  • Jenkins
  • +
  • Jenkins
  • docker
  • sonarqube
  • diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 7c2b0cd..3dd1b9b 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -1,11 +1,11 @@ - + - - - <_PublishTargetUrl>C:\Users\Hector\Desktop\AAAAAAA - True|2023-02-12T17:54:04.0277552Z; - - +--> + + + <_PublishTargetUrl>C:\Users\Hector\Desktop\AAAAAAA + True|2024-03-17T16:40:17.7594263Z;True|2023-02-12T18:54:04.0277552+01:00; + + \ No newline at end of file diff --git a/Shared/Header.razor b/Shared/Header.razor index 89eaf0e..47f411d 100644 --- a/Shared/Header.razor +++ b/Shared/Header.razor @@ -2,7 +2,7 @@ @inject IStringLocalizer AllResourcesResolver @inject NavigationManager nav - + nav.NavigateTo(AllResourcesResolver["navbar_inicio"])) /> nav.NavigateTo(AllResourcesResolver["navbar_intereses"])) /> @@ -11,4 +11,7 @@ nav.NavigateTo(AllResourcesResolver["navbar_tecnologias"])) /> nav.NavigateTo(AllResourcesResolver["navbar_cursos"])) /> - \ No newline at end of file + + + + diff --git a/Shared/Resources/AllResourcesRes.Designer.cs b/Shared/Resources/AllResourcesRes.Designer.cs index 2505a9d..7e30f72 100644 --- a/Shared/Resources/AllResourcesRes.Designer.cs +++ b/Shared/Resources/AllResourcesRes.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Este código fue generado por una herramienta. +// Versión de runtime:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si +// se vuelve a generar el código. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace CV.Shared.Resources { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc. /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. + // StronglyTypedResourceBuilder generó automáticamente esta clase + // a través de una herramienta como ResGen o Visual Studio. + // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen + // con la opción /str o recompile su proyecto de VS. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal AllResourcesRes() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal AllResourcesRes() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las + /// búsquedas de recursos mediante esta clase de recurso fuertemente tipado. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal AllResourcesRes() { } /// - /// Looks up a localized string similar to actualidad. + /// Busca una cadena traducida similar a actualidad. /// public static string actualidad { get { @@ -70,7 +70,34 @@ public static string actualidad { } /// - /// Looks up a localized string similar to Prácticas obligatorias en el grado.Desarrollo Web orientado a cliente(BBVA), proyecto D4R(Data for Reputation).. + /// Busca una cadena traducida similar a Desarrollo de aplicaciones en la nube y gestión de infraestructura. + /// + public static string Az204Descripcion { + get { + return ResourceManager.GetString("Az204Descripcion", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Preparación para examen de Azure 204. + /// + public static string Az204Subtitulo { + get { + return ResourceManager.GetString("Az204Subtitulo", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Formacion en Azure 204. + /// + public static string Az204Titulo { + get { + return ResourceManager.GetString("Az204Titulo", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Prácticas obligatorias en el grado.Desarrollo Web orientado a cliente(BBVA), proyecto D4R(Data for Reputation).. /// public static string contratoPracticasGnossDescripcion { get { @@ -79,7 +106,7 @@ public static string contratoPracticasGnossDescripcion { } /// - /// Looks up a localized string similar to CONTRATO DE PRÁCTICAS. + /// Busca una cadena traducida similar a CONTRATO DE PRÁCTICAS. /// public static string contratoPracticasGnossSubitulo { get { @@ -88,7 +115,7 @@ public static string contratoPracticasGnossSubitulo { } /// - /// Looks up a localized string similar to Desarrollo de proyecto de fin de grado en la empresa. Durante este periodo he desarrollado un microservicio para añadir funcionalidad a una aplicación existente automatizando procesos relativos a la gestión de recursos humanos.. + /// Busca una cadena traducida similar a Desarrollo de proyecto de fin de grado en la empresa. Durante este periodo he desarrollado un microservicio para añadir funcionalidad a una aplicación existente automatizando procesos relativos a la gestión de recursos humanos.. /// public static string contratoPracticasHiberus1Descripcion { get { @@ -97,7 +124,7 @@ public static string contratoPracticasHiberus1Descripcion { } /// - /// Looks up a localized string similar to HIBERUS · DESARROLLO TRABAJO FIN DE GRADO. + /// Busca una cadena traducida similar a HIBERUS · DESARROLLO TRABAJO FIN DE GRADO. /// public static string contratoPracticasHiberus1Subitulo { get { @@ -106,7 +133,7 @@ public static string contratoPracticasHiberus1Subitulo { } /// - /// Looks up a localized string similar to CONTRATO DE PRÁCTICAS. + /// Busca una cadena traducida similar a CONTRATO DE PRÁCTICAS. /// public static string contratoPracticasHiberus1Titulo { get { @@ -115,7 +142,7 @@ public static string contratoPracticasHiberus1Titulo { } /// - /// Looks up a localized string similar to CONTRATO DE PRÁCTICAS. + /// Busca una cadena traducida similar a CONTRATO DE PRÁCTICAS. /// public static string contratoPracticasHiberus21Titulo { get { @@ -124,7 +151,7 @@ public static string contratoPracticasHiberus21Titulo { } /// - /// Looks up a localized string similar to Desarrollo de aplicación NetCore para gestión de recursos humanos y personal.. + /// Busca una cadena traducida similar a Desarrollo de aplicación NetCore para gestión de recursos humanos y personal.. /// public static string contratoPracticasHiberus2Descripcion { get { @@ -133,7 +160,7 @@ public static string contratoPracticasHiberus2Descripcion { } /// - /// Looks up a localized string similar to HIBERUS · CONTRATO DE PRÁCTICAS. + /// Busca una cadena traducida similar a HIBERUS · CONTRATO DE PRÁCTICAS. /// public static string contratoPracticasHiberus2Subitulo { get { @@ -142,7 +169,34 @@ public static string contratoPracticasHiberus2Subitulo { } /// - /// Looks up a localized string similar to Cursos y Certificaciones. + /// Busca una cadena traducida similar a Desarrollo y maquetación de páginas con html y css. + /// + public static string CssHtmlMVPDescripcion { + get { + return ResourceManager.GetString("CssHtmlMVPDescripcion", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Formación curso de desarrollo web. + /// + public static string CssHtmlMVPSubtitulo { + get { + return ResourceManager.GetString("CssHtmlMVPSubtitulo", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Html y CSS a fondo para desarrolladores. + /// + public static string CssHtmlMVPTitulo { + get { + return ResourceManager.GetString("CssHtmlMVPTitulo", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Cursos y Certificaciones. /// public static string cursosCertificaciones { get { @@ -151,7 +205,7 @@ public static string cursosCertificaciones { } /// - /// Looks up a localized string similar to BACHILLER CIENTÍFICO. + /// Busca una cadena traducida similar a BACHILLER CIENTÍFICO. /// public static string descripcionBachiller { get { @@ -160,7 +214,7 @@ public static string descripcionBachiller { } /// - /// Looks up a localized string similar to Conocimientos generales en distintas las áreas del Cloud Computing. + /// Busca una cadena traducida similar a Conocimientos generales en distintas las áreas del Cloud Computing. /// public static string descripcionCloudComputing { get { @@ -169,7 +223,7 @@ public static string descripcionCloudComputing { } /// - /// Looks up a localized string similar to ESTUDIOS ELEMENTALES DE VIOLÍN. + /// Busca una cadena traducida similar a ESTUDIOS ELEMENTALES DE VIOLÍN. /// public static string descripcionConservatorio { get { @@ -178,7 +232,7 @@ public static string descripcionConservatorio { } /// - /// Looks up a localized string similar to Cursos orientado a aprender nociones básicas del uso de contenedores y su utilización en proyectos de software.. + /// Busca una cadena traducida similar a Cursos orientado a aprender nociones básicas del uso de contenedores y su utilización en proyectos de software.. /// public static string descripcionContenedoresDocker { get { @@ -187,7 +241,7 @@ public static string descripcionContenedoresDocker { } /// - /// Looks up a localized string similar to Desarrollo full stack utilizando blazor.. + /// Busca una cadena traducida similar a Desarrollo full stack utilizando blazor.. /// public static string descripcionCursoBlazor { get { @@ -196,7 +250,7 @@ public static string descripcionCursoBlazor { } /// - /// Looks up a localized string similar to En este curso se estudia el nuevo Framework de desarrollo de aplicaciones multiplataforma de código único y nociones básicas de NET6. + /// Busca una cadena traducida similar a En este curso se estudia el nuevo Framework de desarrollo de aplicaciones multiplataforma de código único y nociones básicas de NET6. /// public static string descripcionCursoMaui { get { @@ -205,7 +259,7 @@ public static string descripcionCursoMaui { } /// - /// Looks up a localized string similar to EDUCACIÓN SECUNDARIA OBLIGATORIA. + /// Busca una cadena traducida similar a EDUCACIÓN SECUNDARIA OBLIGATORIA. /// public static string descripcionEso { get { @@ -214,7 +268,7 @@ public static string descripcionEso { } /// - /// Looks up a localized string similar to Cursos orientado a aprender nociones básicas del desarrollo web utilizando HTML5 , CSS y Javascript. + /// Busca una cadena traducida similar a Cursos orientado a aprender nociones básicas del desarrollo web utilizando HTML5 , CSS y Javascript. /// public static string descripcionIntroduccionDesarrolloWeb { get { @@ -223,7 +277,7 @@ public static string descripcionIntroduccionDesarrolloWeb { } /// - /// Looks up a localized string similar to Las tecnologías en las que me especializo son principalmente la pila tecnológica de ASP NET Core.. + /// Busca una cadena traducida similar a Las tecnologías en las que me especializo son principalmente la pila tecnológica de ASP NET Core.. /// public static string descripcionPersonal1 { get { @@ -232,7 +286,7 @@ public static string descripcionPersonal1 { } /// - /// Looks up a localized string similar to Mis preferencias son el desarrollo de aplicaciones y sus procesos de CI/ CD.. + /// Busca una cadena traducida similar a Mis preferencias son el desarrollo de aplicaciones y sus procesos de CI/ CD.. /// public static string descripcionPersonal2 { get { @@ -241,7 +295,7 @@ public static string descripcionPersonal2 { } /// - /// Looks up a localized string similar to Idiomas: Español e Inglés. + /// Busca una cadena traducida similar a Idiomas: Español e Inglés. /// public static string descripcionPersonal3 { get { @@ -250,7 +304,7 @@ public static string descripcionPersonal3 { } /// - /// Looks up a localized string similar to Se estudian aspectos básicos de la programación .NET desde el Front hasta Back. Usando principalmente mvc y sql server.. + /// Busca una cadena traducida similar a Se estudian aspectos básicos de la programación .NET desde el Front hasta Back. Usando principalmente mvc y sql server.. /// public static string descripcionProgramacionNET { get { @@ -259,7 +313,7 @@ public static string descripcionProgramacionNET { } /// - /// Looks up a localized string similar to Sobre mi.... + /// Busca una cadena traducida similar a Sobre mi.... /// public static string descripcionSobreMi1 { get { @@ -268,7 +322,7 @@ public static string descripcionSobreMi1 { } /// - /// Looks up a localized string similar to Hola, soy Héctor! Tengo 24 años he estudiado Ingeniería Informática. Y desde pequeño siempre he tenido claro que queríadedicarme a la informática como forma de mejorar la vida de las personas y contribuir al progreso. También tengo otras aficiones como la música,los juegos de mesa, viajar, practicar deporte o simplemente leer un buen libro o una serie😃. + /// Busca una cadena traducida similar a Hola, soy Héctor! Tengo 24 años he estudiado Ingeniería Informática. Y desde pequeño siempre he tenido claro que queríadedicarme a la informática como forma de mejorar la vida de las personas y contribuir al progreso. También tengo otras aficiones como la música,los juegos de mesa, viajar, practicar deporte o simplemente leer un buen libro o una serie😃. /// public static string descripcionSobreMi2 { get { @@ -277,7 +331,7 @@ public static string descripcionSobreMi2 { } /// - /// Looks up a localized string similar to Me considero una persona constante y trabajadora y creo que mi principal aptitud es el trabajo en equipo. + /// Busca una cadena traducida similar a Me considero una persona constante y trabajadora y creo que mi principal aptitud es el trabajo en equipo. /// public static string descripcionSobreMi3 { get { @@ -286,7 +340,7 @@ public static string descripcionSobreMi3 { } /// - /// Looks up a localized string similar to GRADO EN INGENIERÍA INFORMÁTICA E INGENIERÍA DE SOFTWARE. + /// Busca una cadena traducida similar a GRADO EN INGENIERÍA INFORMÁTICA E INGENIERÍA DE SOFTWARE. /// public static string descripcionUniversidad { get { @@ -295,7 +349,61 @@ public static string descripcionUniversidad { } /// - /// Looks up a localized string similar to ID de la credencial:. + /// Busca una cadena traducida similar a Formación en contenedores docker. + /// + public static string DockerCertificatedAsociated { + get { + return ResourceManager.GetString("DockerCertificatedAsociated", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Curso de trabajo de contenedores en docker y orquestación . + /// + public static string DockerCertificatedAsociatedDescription { + get { + return ResourceManager.GetString("DockerCertificatedAsociatedDescription", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Formación en contendores docker. + /// + public static string DockerCertificatedAsociatedSubtitulo { + get { + return ResourceManager.GetString("DockerCertificatedAsociatedSubtitulo", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Formación de entity framework, modelado de datos a través del framework orm de .net. + /// + public static string EntityFrameworkDeVerdadDescription { + get { + return ResourceManager.GetString("EntityFrameworkDeVerdadDescription", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Formación de EF Core. + /// + public static string EntityFrameworkDeVerdadSubtitle { + get { + return ResourceManager.GetString("EntityFrameworkDeVerdadSubtitle", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Curso Entity Framework Core . + /// + public static string EntityFrameworkDeVerdadTitle { + get { + return ResourceManager.GetString("EntityFrameworkDeVerdadTitle", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a ID de la credencial:. /// public static string idCredencial { get { @@ -304,7 +412,7 @@ public static string idCredencial { } /// - /// Looks up a localized string similar to Lenguajes de Programación. + /// Busca una cadena traducida similar a Lenguajes de Programación. /// public static string lenguagesProgramacion { get { @@ -313,7 +421,7 @@ public static string lenguagesProgramacion { } /// - /// Looks up a localized string similar to mes. + /// Busca una cadena traducida similar a mes. /// public static string mes { get { @@ -322,7 +430,7 @@ public static string mes { } /// - /// Looks up a localized string similar to meses. + /// Busca una cadena traducida similar a meses. /// public static string meses { get { @@ -331,7 +439,7 @@ public static string meses { } /// - /// Looks up a localized string similar to Metodologías y principios. + /// Busca una cadena traducida similar a Metodologías y principios. /// public static string metodologias { get { @@ -340,7 +448,7 @@ public static string metodologias { } /// - /// Looks up a localized string similar to Cursos. + /// Busca una cadena traducida similar a Cursos. /// public static string navbar_cursos { get { @@ -349,7 +457,7 @@ public static string navbar_cursos { } /// - /// Looks up a localized string similar to Educacion. + /// Busca una cadena traducida similar a Educacion. /// public static string navbar_educacion { get { @@ -358,7 +466,7 @@ public static string navbar_educacion { } /// - /// Looks up a localized string similar to Experiencia. + /// Busca una cadena traducida similar a Experiencia. /// public static string navbar_experiencia { get { @@ -367,7 +475,7 @@ public static string navbar_experiencia { } /// - /// Looks up a localized string similar to Inicio. + /// Busca una cadena traducida similar a Inicio. /// public static string navbar_inicio { get { @@ -376,7 +484,7 @@ public static string navbar_inicio { } /// - /// Looks up a localized string similar to SobreMi. + /// Busca una cadena traducida similar a SobreMi. /// public static string navbar_intereses { get { @@ -385,7 +493,7 @@ public static string navbar_intereses { } /// - /// Looks up a localized string similar to Tecnologías. + /// Busca una cadena traducida similar a Tecnologías. /// public static string navbar_tecnologias { get { @@ -394,7 +502,7 @@ public static string navbar_tecnologias { } /// - /// Looks up a localized string similar to Mi trabajo en gobierno de Navarra se puede dividir en dos áreas: GAD y Vivienda.. + /// Busca una cadena traducida similar a Mi trabajo en gobierno de Navarra se puede dividir en dos áreas: GAD y Vivienda.. /// public static string programadorWebJuniorHiberusDescripcion1 { get { @@ -403,7 +511,7 @@ public static string programadorWebJuniorHiberusDescripcion1 { } /// - /// Looks up a localized string similar to El equipo GAD (Grupo de Arquitectura de Desarrollo) es un equipo transversal cuya función principal es apoyar a los desarrolladores en aspectos relacionados con el desarrollo e integración de sus productos en el proceso de CI/CD. He podido colaborar con el proceso de CI/CD dentro de la organización a través de Jenkins, y mejorar la calidad del código a través de procesos de QA automatizados con SonarQube, además de investigar y proponer nuevas tecnologías que ayuden a la organización con las necesidades que [rest of string was truncated]";. + /// Busca una cadena traducida similar a El equipo GAD (Grupo de Arquitectura de Desarrollo) es un equipo transversal cuya función principal es apoyar a los desarrolladores en aspectos relacionados con el desarrollo e integración de sus productos en el proceso de CI/CD. He podido colaborar con el proceso de CI/CD dentro de la organización a través de herramientas como Jenkins,o implementar análisis de código estático automatizados con SonarQube, además de investigar y proponer nuevas tecnologías que ayuden a la organización con las necesidades que [resto de la cadena truncado]";. /// public static string programadorWebJuniorHiberusDescripcion2 { get { @@ -412,7 +520,7 @@ public static string programadorWebJuniorHiberusDescripcion2 { } /// - /// Looks up a localized string similar to En el área de vivienda, mis funciones son realizar trabajos de mantenimiento y mejora de los diferentes productos de esta área, utilizando principalmente la metodología SCRUM. Los productos elaborados se desarrollan principalmente con tecnologías .NET Framework (principalmente WebForms). + /// Busca una cadena traducida similar a En el área de vivienda, mis funciones son realizar trabajos de mantenimiento y mejora de los diferentes productos de esta área. Los productos elaborados que se mantienen principalmente con tecnologías .NET Framework (principalmente WebForms). /// public static string programadorWebJuniorHiberusDescripcion3 { get { @@ -421,7 +529,7 @@ public static string programadorWebJuniorHiberusDescripcion3 { } /// - /// Looks up a localized string similar to PROGRAMADOR WEB JUNIOR PARA GOBIERNO DE NAVARRA. + /// Busca una cadena traducida similar a PROGRAMADOR WEB PARA GOBIERNO DE NAVARRA. /// public static string programadorWebJuniorHiberusSubTitulo { get { @@ -430,7 +538,7 @@ public static string programadorWebJuniorHiberusSubTitulo { } /// - /// Looks up a localized string similar to PROGRAMADOR WEB JUNIOR. + /// Busca una cadena traducida similar a PROGRAMADOR WEB. /// public static string programadorWebJuniorHiberusTitulo { get { @@ -439,7 +547,7 @@ public static string programadorWebJuniorHiberusTitulo { } /// - /// Looks up a localized string similar to Graduado en la Universidad de la Rioja en Ingeniería informática y mención en ingeniería de Software.. + /// Busca una cadena traducida similar a Graduado en la Universidad de la Rioja en Ingeniería informática y mención en ingeniería de Software.. /// public static string subtituloPersonal { get { @@ -448,7 +556,7 @@ public static string subtituloPersonal { } /// - /// Looks up a localized string similar to DESARROLLADOR & INGENIERO DE SOFTWARE. + /// Busca una cadena traducida similar a DESARROLLADOR & INGENIERO DE SOFTWARE. /// public static string subtituloProfesional { get { @@ -457,7 +565,7 @@ public static string subtituloProfesional { } /// - /// Looks up a localized string similar to Sistemas de Control de versiones (SVC). + /// Busca una cadena traducida similar a Sistemas de Control de versiones (SVC). /// public static string svcs { get { @@ -466,7 +574,7 @@ public static string svcs { } /// - /// Looks up a localized string similar to Azure Fundamentals. + /// Busca una cadena traducida similar a Azure Fundamentals. /// public static string tituloaz900 { get { @@ -475,7 +583,7 @@ public static string tituloaz900 { } /// - /// Looks up a localized string similar to Curso de contenedores Docker. + /// Busca una cadena traducida similar a Curso de contenedores Docker. /// public static string tituloContenedoresDocker { get { @@ -484,7 +592,7 @@ public static string tituloContenedoresDocker { } /// - /// Looks up a localized string similar to Curso de Blazor. + /// Busca una cadena traducida similar a Curso de Blazor. /// public static string tituloCursoBlazor { get { @@ -493,7 +601,7 @@ public static string tituloCursoBlazor { } /// - /// Looks up a localized string similar to Curso de NET MAUI y NET6. + /// Busca una cadena traducida similar a Curso de NET MAUI y NET6. /// public static string tituloCursoMaui { get { @@ -502,7 +610,7 @@ public static string tituloCursoMaui { } /// - /// Looks up a localized string similar to INTRODUCCIÓN AL DESARROLLO WEB I Y II. + /// Busca una cadena traducida similar a INTRODUCCIÓN AL DESARROLLO WEB I Y II. /// public static string tituloIntroduccionDesarrolloWeb { get { @@ -511,7 +619,7 @@ public static string tituloIntroduccionDesarrolloWeb { } /// - /// Looks up a localized string similar to Programación .NET. + /// Busca una cadena traducida similar a Programación .NET. /// public static string tituloProgramacionNET { get { @@ -520,7 +628,16 @@ public static string tituloProgramacionNET { } /// - /// Looks up a localized string similar to Verificación de certificados:. + /// Busca una cadena traducida similar a Curso de React. + /// + public static string tituloReact { + get { + return ResourceManager.GetString("tituloReact", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Verificación de certificados:. /// public static string verificacionCertificados { get { @@ -529,7 +646,7 @@ public static string verificacionCertificados { } /// - /// Looks up a localized string similar to Verificación de documentos electrónicos:. + /// Busca una cadena traducida similar a Verificación de documentos electrónicos:. /// public static string verificacionDocumentos { get { @@ -538,7 +655,7 @@ public static string verificacionDocumentos { } /// - /// Looks up a localized string similar to año. + /// Busca una cadena traducida similar a año. /// public static string year { get { @@ -547,7 +664,7 @@ public static string year { } /// - /// Looks up a localized string similar to años. + /// Busca una cadena traducida similar a años. /// public static string years { get { diff --git a/Shared/Resources/AllResourcesRes.en.resx b/Shared/Resources/AllResourcesRes.en.resx index 7f316be..fdd0fc9 100644 --- a/Shared/Resources/AllResourcesRes.en.resx +++ b/Shared/Resources/AllResourcesRes.en.resx @@ -123,6 +123,15 @@ actualidad + + Desarrollo de aplicaciones en la nube y gestión de infraestructura + + + Preparación para examen de Azure 204 + + + Curso de preparación para Azure 204 + Prácticas obligatorias en el grado.Desarrollo Web orientado a cliente(BBVA), proyecto D4R(Data for Reputation). @@ -171,6 +180,15 @@ HIBERUS · CONTRATO DE PRÁCTICAS + + Desarrollo y maquetación de páginas con html y css + + + Formación curso de desarrollo web + + + Html y CSS a fondo para desarrolladores + Cursos y Certificaciones @@ -273,6 +291,24 @@ GRADO EN INGENIERÍA INFORMÁTICA E INGENIERÍA DE SOFTWARE + + Docker Containers Course + + + Curso de trabajo de contenedores en docker y orquestación + + + Formación en contendores docker + + + Formación de entity framework, modelado de datos a través del framework orm de .net + + + Formación de EF Core + + + Curso Entity Framework Core + ID de la credencial: @@ -417,6 +453,9 @@ Programación .NET + + React Course + Verificación de certificados: diff --git a/Shared/Resources/AllResourcesRes.resx b/Shared/Resources/AllResourcesRes.resx index 585ca81..b38478c 100644 --- a/Shared/Resources/AllResourcesRes.resx +++ b/Shared/Resources/AllResourcesRes.resx @@ -120,6 +120,15 @@ actualidad + + Desarrollo de aplicaciones en la nube y gestión de infraestructura + + + Preparación para examen de Azure 204 + + + Formacion en Azure 204 + Prácticas obligatorias en el grado.Desarrollo Web orientado a cliente(BBVA), proyecto D4R(Data for Reputation). @@ -144,6 +153,15 @@ HIBERUS · CONTRATO DE PRÁCTICAS + + Desarrollo y maquetación de páginas con html y css + + + Formación curso de desarrollo web + + + Html y CSS a fondo para desarrolladores + Cursos y Certificaciones @@ -195,6 +213,24 @@ GRADO EN INGENIERÍA INFORMÁTICA E INGENIERÍA DE SOFTWARE + + Formación en contenedores docker + + + Curso de trabajo de contenedores en docker y orquestación + + + Formación en contendores docker + + + Formación de entity framework, modelado de datos a través del framework orm de .net + + + Formación de EF Core + + + Curso Entity Framework Core + ID de la credencial: @@ -232,16 +268,16 @@ Mi trabajo en gobierno de Navarra se puede dividir en dos áreas: GAD y Vivienda. - El equipo GAD (Grupo de Arquitectura de Desarrollo) es un equipo transversal cuya función principal es apoyar a los desarrolladores en aspectos relacionados con el desarrollo e integración de sus productos en el proceso de CI/CD. He podido colaborar con el proceso de CI/CD dentro de la organización a través de Jenkins, y mejorar la calidad del código a través de procesos de QA automatizados con SonarQube, además de investigar y proponer nuevas tecnologías que ayuden a la organización con las necesidades que van surgiendo. + El equipo GAD (Grupo de Arquitectura de Desarrollo) es un equipo transversal cuya función principal es apoyar a los desarrolladores en aspectos relacionados con el desarrollo e integración de sus productos en el proceso de CI/CD. He podido colaborar con el proceso de CI/CD dentro de la organización a través de herramientas como Jenkins,o implementar análisis de código estático automatizados con SonarQube, además de investigar y proponer nuevas tecnologías que ayuden a la organización con las necesidades que van surgiendo. - En el área de vivienda, mis funciones son realizar trabajos de mantenimiento y mejora de los diferentes productos de esta área, utilizando principalmente la metodología SCRUM. Los productos elaborados se desarrollan principalmente con tecnologías .NET Framework (principalmente WebForms) + En el área de vivienda, mis funciones son realizar trabajos de mantenimiento y mejora de los diferentes productos de esta área. Los productos elaborados que se mantienen principalmente con tecnologías .NET Framework (principalmente WebForms) - PROGRAMADOR WEB JUNIOR PARA GOBIERNO DE NAVARRA + PROGRAMADOR WEB PARA GOBIERNO DE NAVARRA - PROGRAMADOR WEB JUNIOR + PROGRAMADOR WEB Graduado en la Universidad de la Rioja en Ingeniería informática y mención en ingeniería de Software. @@ -270,6 +306,9 @@ Programación .NET + + Curso de React + Verificación de certificados: diff --git a/Shared/SharedSection.razor b/Shared/SharedSection.razor new file mode 100644 index 0000000..51bdd7e --- /dev/null +++ b/Shared/SharedSection.razor @@ -0,0 +1,21 @@ +@using CV.Shared.Resources; + +
    + @AltImagen +
    +

    @Titulo

    +
    @Subtitulo
    + + @Description +
    +
    @TiempoTrabajo
    + +
    +@code { + [Parameter] public String SrcImagen { get; set; } + [Parameter] public String AltImagen { get; set; } + [Parameter] public RenderFragment Description { get; set; } + [Parameter] public String TiempoTrabajo { get; set; } + [Parameter] public String Subtitulo { get; set; } + [Parameter] public String Titulo { get; set; } +} diff --git a/_Imports.razor b/_Imports.razor index edf3e05..bb24239 100644 --- a/_Imports.razor +++ b/_Imports.razor @@ -8,4 +8,6 @@ @using Microsoft.Extensions.Localization @using Radzen @using Radzen.Blazor -@using Blazorise \ No newline at end of file +@using Blazorise +@using CV.Shared +@using CV.Shared.Resources; \ No newline at end of file diff --git a/bin/Debug/net8.0/Blazorise.Bootstrap.dll b/bin/Debug/net8.0/Blazorise.Bootstrap.dll deleted file mode 100644 index bbe1993..0000000 Binary files a/bin/Debug/net8.0/Blazorise.Bootstrap.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Blazorise.Icons.FontAwesome.dll b/bin/Debug/net8.0/Blazorise.Icons.FontAwesome.dll deleted file mode 100644 index ef5547c..0000000 Binary files a/bin/Debug/net8.0/Blazorise.Icons.FontAwesome.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Blazorise.Licensing.dll b/bin/Debug/net8.0/Blazorise.Licensing.dll deleted file mode 100644 index 0815a29..0000000 Binary files a/bin/Debug/net8.0/Blazorise.Licensing.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Blazorise.dll b/bin/Debug/net8.0/Blazorise.dll deleted file mode 100644 index 42699e4..0000000 Binary files a/bin/Debug/net8.0/Blazorise.dll and /dev/null differ diff --git a/bin/Debug/net8.0/CV.dll b/bin/Debug/net8.0/CV.dll deleted file mode 100644 index 2972478..0000000 Binary files a/bin/Debug/net8.0/CV.dll and /dev/null differ diff --git a/bin/Debug/net8.0/CV.pdb b/bin/Debug/net8.0/CV.pdb deleted file mode 100644 index 6b25578..0000000 Binary files a/bin/Debug/net8.0/CV.pdb and /dev/null differ diff --git a/bin/Debug/net8.0/CV.staticwebassets.runtime.json b/bin/Debug/net8.0/CV.staticwebassets.runtime.json deleted file mode 100644 index f0ab687..0000000 --- a/bin/Debug/net8.0/CV.staticwebassets.runtime.json +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\","C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\","C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\","C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\","C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"assets":{"Children":{"icons":{"Children":{"blazor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/blazor.png"},"Patterns":null},"csharp.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/csharp.png"},"Patterns":null},"cursos":{"Children":{"azurefundamentals.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/azurefundamentals.png"},"Patterns":null},"gobrioja.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/gobrioja.jfif"},"Patterns":null},"googleactivate.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/googleactivate.png"},"Patterns":null}},"Asset":null,"Patterns":null},"docker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/docker.png"},"Patterns":null},"dotnet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/dotnet.png"},"Patterns":null},"dotnetframework.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/dotnetframework.png"},"Patterns":null},"efcore.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/efcore.png"},"Patterns":null},"git.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/git.png"},"Patterns":null},"github.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/github.png"},"Patterns":null},"gitlab.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/gitlab.png"},"Patterns":null},"htmlcssjs.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/htmlcssjs.jfif"},"Patterns":null},"jenkins.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/jenkins.jfif"},"Patterns":null},"mvc.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/mvc.jfif"},"Patterns":null},"paises":{"Children":{"ingles.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/paises/ingles.jfif"},"Patterns":null},"spain.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/paises/spain.png"},"Patterns":null}},"Asset":null,"Patterns":null},"sonarqube.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/sonarqube.png"},"Patterns":null},"sql.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/sql.png"},"Patterns":null},"swaggeropenapi.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/swaggeropenapi.png"},"Patterns":null},"vs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/vs.png"},"Patterns":null}},"Asset":null,"Patterns":null},"img":{"Children":{"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/favicon.ico"},"Patterns":null},"logoConservatorio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoConservatorio.png"},"Patterns":null},"logoGnoss.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoGnoss.png"},"Patterns":null},"logoHiberus.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoHiberus.png"},"Patterns":null},"logoInstituto.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoInstituto.jfif"},"Patterns":null},"logoUniversidad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoUniversidad.png"},"Patterns":null},"personales":{"Children":{"a.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/a.jpeg"},"Patterns":null},"b.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/b.png"},"Patterns":null},"c.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/c.png"},"Patterns":null},"d.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/d.jpeg"},"Patterns":null},"e.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/e.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/profile.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/app.css"},"Patterns":null},"styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/styles.css"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"js":{"Children":{"scripts.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/scripts.js"},"Patterns":null}},"Asset":null,"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Blazorise.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.wasm"},"Patterns":null},"Blazorise.Bootstrap.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Bootstrap.wasm"},"Patterns":null},"Blazorise.Icons.FontAwesome.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Icons.FontAwesome.wasm"},"Patterns":null},"Blazorise.Licensing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Licensing.wasm"},"Patterns":null},"DeepCloner.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/DeepCloner.wasm"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Localization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.wasm"},"Patterns":null},"Microsoft.Extensions.Localization.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Radzen.Blazor.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Radzen.Blazor.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.Linq.Dynamic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Dynamic.Core.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.8.0.2.deknxu92gu.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.8.0.2.deknxu92gu.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.8.0.2.8j60y5zbay.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.8.0.2.8j60y5zbay.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"CV.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.wasm"},"Patterns":null},"CV.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.pdb"},"Patterns":null},"en":{"Children":{"CV.resources.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/en/CV.resources.wasm"},"Patterns":null},"CV.resources.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/en/CV.resources.wasm.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js.gz"},"Patterns":null},"Blazorise.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.wasm.gz"},"Patterns":null},"Blazorise.Bootstrap.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Bootstrap.wasm.gz"},"Patterns":null},"Blazorise.Icons.FontAwesome.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Icons.FontAwesome.wasm.gz"},"Patterns":null},"Blazorise.Licensing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Licensing.wasm.gz"},"Patterns":null},"DeepCloner.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/DeepCloner.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Localization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Localization.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm.gz"},"Patterns":null},"Radzen.Blazor.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Radzen.Blazor.wasm.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm.gz"},"Patterns":null},"System.Linq.Dynamic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Dynamic.Core.wasm.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map.gz"},"Patterns":null},"dotnet.native.8.0.2.deknxu92gu.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.8.0.2.deknxu92gu.js.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm.gz"},"Patterns":null},"dotnet.runtime.8.0.2.8j60y5zbay.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat.gz"},"Patterns":null},"CV.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.wasm.gz"},"Patterns":null},"CV.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.pdb.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"_content":{"Children":{"Radzen.Blazor":{"Children":{"css":{"Children":{"dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark-base.css"},"Patterns":null},"dark-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark-wcag.css"},"Patterns":null},"dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark.css"},"Patterns":null},"default-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default-base.css"},"Patterns":null},"default-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default-wcag.css"},"Patterns":null},"default.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default.css"},"Patterns":null},"fluent-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-base.css"},"Patterns":null},"fluent-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-dark-base.css"},"Patterns":null},"fluent-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-dark.css"},"Patterns":null},"fluent.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent.css"},"Patterns":null},"humanistic-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic-base.css"},"Patterns":null},"humanistic-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic-wcag.css"},"Patterns":null},"humanistic.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic.css"},"Patterns":null},"material-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-base.css"},"Patterns":null},"material-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-dark-base.css"},"Patterns":null},"material-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-dark.css"},"Patterns":null},"material-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-wcag.css"},"Patterns":null},"material.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material.css"},"Patterns":null},"material3-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-base.css"},"Patterns":null},"material3-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-dark-base.css"},"Patterns":null},"material3-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-dark.css"},"Patterns":null},"material3.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3.css"},"Patterns":null},"software-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software-base.css"},"Patterns":null},"software-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software-wcag.css"},"Patterns":null},"software.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software.css"},"Patterns":null},"standard-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard-base.css"},"Patterns":null},"standard-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard-wcag.css"},"Patterns":null},"standard.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"MaterialIcons-Regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/MaterialIcons-Regular.woff"},"Patterns":null},"roboto-v15-latin-300.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-300.woff"},"Patterns":null},"roboto-v15-latin-700.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-700.woff"},"Patterns":null},"roboto-v15-latin-regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-regular.woff"},"Patterns":null},"roboto-v30-latin-300.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-300.woff"},"Patterns":null},"roboto-v30-latin-500.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-500.woff"},"Patterns":null},"roboto-v30-latin-700.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-700.woff"},"Patterns":null},"roboto-v30-latin-regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-regular.woff"},"Patterns":null},"SourceSansPro-Black.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Black.woff"},"Patterns":null},"SourceSansPro-BlackIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-BlackIt.woff"},"Patterns":null},"SourceSansPro-Bold.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Bold.woff"},"Patterns":null},"SourceSansPro-BoldIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-BoldIt.woff"},"Patterns":null},"SourceSansPro-ExtraLight.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-ExtraLight.woff"},"Patterns":null},"SourceSansPro-ExtraLightIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-ExtraLightIt.woff"},"Patterns":null},"SourceSansPro-It.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-It.woff"},"Patterns":null},"SourceSansPro-Light.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Light.woff"},"Patterns":null},"SourceSansPro-LightIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-LightIt.woff"},"Patterns":null},"SourceSansPro-Regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Regular.woff"},"Patterns":null},"SourceSansPro-Semibold.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Semibold.woff"},"Patterns":null},"SourceSansPro-SemiboldIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-SemiboldIt.woff"},"Patterns":null}},"Asset":null,"Patterns":null},"Radzen.Blazor.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"Radzen.Blazor.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"filePicker.js"},"Patterns":null},"floatingUi.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"floatingUi.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"observer.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"floating-ui-core.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/floating-ui-core.js"},"Patterns":null},"floating-ui.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/floating-ui.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/inputmask.js"},"Patterns":null},"jsencrypt.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/jsencrypt.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/Pickr.js"},"Patterns":null},"sha512.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/sha512.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"CV.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"CV.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/bin/Debug/net8.0/DeepCloner.dll b/bin/Debug/net8.0/DeepCloner.dll deleted file mode 100644 index 8cd9d4c..0000000 Binary files a/bin/Debug/net8.0/DeepCloner.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Authorization.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bb00f1c..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Forms.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100644 index 01519e0..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Web.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100644 index 2287b45..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll deleted file mode 100644 index e44f9fa..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Components.dll deleted file mode 100644 index 4ad96dc..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.AspNetCore.Metadata.dll b/bin/Debug/net8.0/Microsoft.AspNetCore.Metadata.dll deleted file mode 100644 index ca2c191..0000000 Binary files a/bin/Debug/net8.0/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.CSharp.dll b/bin/Debug/net8.0/Microsoft.CSharp.dll deleted file mode 100644 index 141c618..0000000 Binary files a/bin/Debug/net8.0/Microsoft.CSharp.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll b/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index a5ab313..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll b/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index 17c57bf..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll b/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 4efc1a5..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll b/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 296db6a..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll b/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index d3e5c22..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 0b3c8e9..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll b/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index c87ed43..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll b/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index f907206..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll b/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 6fb7f47..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll b/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index e590735..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Localization.Abstractions.dll b/bin/Debug/net8.0/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index e356729..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Localization.dll b/bin/Debug/net8.0/Microsoft.Extensions.Localization.dll deleted file mode 100644 index b4af7d3..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll b/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 085f415..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll b/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 75e0fbf..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Options.dll b/bin/Debug/net8.0/Microsoft.Extensions.Options.dll deleted file mode 100644 index a7b3f21..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll b/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index c24f2a0..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.JSInterop.WebAssembly.dll b/bin/Debug/net8.0/Microsoft.JSInterop.WebAssembly.dll deleted file mode 100644 index 51d1832..0000000 Binary files a/bin/Debug/net8.0/Microsoft.JSInterop.WebAssembly.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.JSInterop.dll b/bin/Debug/net8.0/Microsoft.JSInterop.dll deleted file mode 100644 index 056a374..0000000 Binary files a/bin/Debug/net8.0/Microsoft.JSInterop.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.VisualBasic.Core.dll b/bin/Debug/net8.0/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 0f62a6d..0000000 Binary files a/bin/Debug/net8.0/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.VisualBasic.dll b/bin/Debug/net8.0/Microsoft.VisualBasic.dll deleted file mode 100644 index a578d34..0000000 Binary files a/bin/Debug/net8.0/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Win32.Primitives.dll b/bin/Debug/net8.0/Microsoft.Win32.Primitives.dll deleted file mode 100644 index cb0b061..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Win32.Registry.dll b/bin/Debug/net8.0/Microsoft.Win32.Registry.dll deleted file mode 100644 index e14cbb2..0000000 Binary files a/bin/Debug/net8.0/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Radzen.Blazor.dll b/bin/Debug/net8.0/Radzen.Blazor.dll deleted file mode 100644 index bdbe3c3..0000000 Binary files a/bin/Debug/net8.0/Radzen.Blazor.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.AppContext.dll b/bin/Debug/net8.0/System.AppContext.dll deleted file mode 100644 index 8099847..0000000 Binary files a/bin/Debug/net8.0/System.AppContext.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Buffers.dll b/bin/Debug/net8.0/System.Buffers.dll deleted file mode 100644 index e1bde1a..0000000 Binary files a/bin/Debug/net8.0/System.Buffers.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Collections.Concurrent.dll b/bin/Debug/net8.0/System.Collections.Concurrent.dll deleted file mode 100644 index 6044d00..0000000 Binary files a/bin/Debug/net8.0/System.Collections.Concurrent.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Collections.Immutable.dll b/bin/Debug/net8.0/System.Collections.Immutable.dll deleted file mode 100644 index 88582f9..0000000 Binary files a/bin/Debug/net8.0/System.Collections.Immutable.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Collections.NonGeneric.dll b/bin/Debug/net8.0/System.Collections.NonGeneric.dll deleted file mode 100644 index 18093e9..0000000 Binary files a/bin/Debug/net8.0/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Collections.Specialized.dll b/bin/Debug/net8.0/System.Collections.Specialized.dll deleted file mode 100644 index 1f8a451..0000000 Binary files a/bin/Debug/net8.0/System.Collections.Specialized.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Collections.dll b/bin/Debug/net8.0/System.Collections.dll deleted file mode 100644 index 8091eff..0000000 Binary files a/bin/Debug/net8.0/System.Collections.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.Annotations.dll b/bin/Debug/net8.0/System.ComponentModel.Annotations.dll deleted file mode 100644 index 1559ca6..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.DataAnnotations.dll b/bin/Debug/net8.0/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 4cef802..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.EventBasedAsync.dll b/bin/Debug/net8.0/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index e47bd28..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.Primitives.dll b/bin/Debug/net8.0/System.ComponentModel.Primitives.dll deleted file mode 100644 index 8ec662e..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.TypeConverter.dll b/bin/Debug/net8.0/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index a6d4fd8..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ComponentModel.dll b/bin/Debug/net8.0/System.ComponentModel.dll deleted file mode 100644 index fd49170..0000000 Binary files a/bin/Debug/net8.0/System.ComponentModel.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Configuration.dll b/bin/Debug/net8.0/System.Configuration.dll deleted file mode 100644 index 5e667f1..0000000 Binary files a/bin/Debug/net8.0/System.Configuration.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Console.dll b/bin/Debug/net8.0/System.Console.dll deleted file mode 100644 index d54688b..0000000 Binary files a/bin/Debug/net8.0/System.Console.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Core.dll b/bin/Debug/net8.0/System.Core.dll deleted file mode 100644 index 420f883..0000000 Binary files a/bin/Debug/net8.0/System.Core.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Data.Common.dll b/bin/Debug/net8.0/System.Data.Common.dll deleted file mode 100644 index 4452af2..0000000 Binary files a/bin/Debug/net8.0/System.Data.Common.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Data.DataSetExtensions.dll b/bin/Debug/net8.0/System.Data.DataSetExtensions.dll deleted file mode 100644 index e13e0ed..0000000 Binary files a/bin/Debug/net8.0/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Data.dll b/bin/Debug/net8.0/System.Data.dll deleted file mode 100644 index 6dbc1d0..0000000 Binary files a/bin/Debug/net8.0/System.Data.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.Contracts.dll b/bin/Debug/net8.0/System.Diagnostics.Contracts.dll deleted file mode 100644 index 874fe40..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.Debug.dll b/bin/Debug/net8.0/System.Diagnostics.Debug.dll deleted file mode 100644 index 8ef0fee..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll b/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index be162ca..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.FileVersionInfo.dll b/bin/Debug/net8.0/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 651d425..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.Process.dll b/bin/Debug/net8.0/System.Diagnostics.Process.dll deleted file mode 100644 index 5151def..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.Process.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.StackTrace.dll b/bin/Debug/net8.0/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 886be50..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.TextWriterTraceListener.dll b/bin/Debug/net8.0/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 59968c1..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.Tools.dll b/bin/Debug/net8.0/System.Diagnostics.Tools.dll deleted file mode 100644 index e20ecfe..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.TraceSource.dll b/bin/Debug/net8.0/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 215b8cb..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Diagnostics.Tracing.dll b/bin/Debug/net8.0/System.Diagnostics.Tracing.dll deleted file mode 100644 index 67cb465..0000000 Binary files a/bin/Debug/net8.0/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Drawing.Primitives.dll b/bin/Debug/net8.0/System.Drawing.Primitives.dll deleted file mode 100644 index 8974613..0000000 Binary files a/bin/Debug/net8.0/System.Drawing.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Drawing.dll b/bin/Debug/net8.0/System.Drawing.dll deleted file mode 100644 index 89f2b8c..0000000 Binary files a/bin/Debug/net8.0/System.Drawing.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Dynamic.Runtime.dll b/bin/Debug/net8.0/System.Dynamic.Runtime.dll deleted file mode 100644 index b848fdd..0000000 Binary files a/bin/Debug/net8.0/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Formats.Asn1.dll b/bin/Debug/net8.0/System.Formats.Asn1.dll deleted file mode 100644 index a976a45..0000000 Binary files a/bin/Debug/net8.0/System.Formats.Asn1.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Formats.Tar.dll b/bin/Debug/net8.0/System.Formats.Tar.dll deleted file mode 100644 index e50f2c4..0000000 Binary files a/bin/Debug/net8.0/System.Formats.Tar.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Globalization.Calendars.dll b/bin/Debug/net8.0/System.Globalization.Calendars.dll deleted file mode 100644 index 10b113e..0000000 Binary files a/bin/Debug/net8.0/System.Globalization.Calendars.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Globalization.Extensions.dll b/bin/Debug/net8.0/System.Globalization.Extensions.dll deleted file mode 100644 index 83ac6b6..0000000 Binary files a/bin/Debug/net8.0/System.Globalization.Extensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Globalization.dll b/bin/Debug/net8.0/System.Globalization.dll deleted file mode 100644 index b2281bd..0000000 Binary files a/bin/Debug/net8.0/System.Globalization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Compression.Brotli.dll b/bin/Debug/net8.0/System.IO.Compression.Brotli.dll deleted file mode 100644 index 792c9e6..0000000 Binary files a/bin/Debug/net8.0/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Compression.FileSystem.dll b/bin/Debug/net8.0/System.IO.Compression.FileSystem.dll deleted file mode 100644 index ee5ab44..0000000 Binary files a/bin/Debug/net8.0/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Compression.ZipFile.dll b/bin/Debug/net8.0/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 2ef625e..0000000 Binary files a/bin/Debug/net8.0/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Compression.dll b/bin/Debug/net8.0/System.IO.Compression.dll deleted file mode 100644 index 369e467..0000000 Binary files a/bin/Debug/net8.0/System.IO.Compression.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.FileSystem.AccessControl.dll b/bin/Debug/net8.0/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index 1c7fb3b..0000000 Binary files a/bin/Debug/net8.0/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.FileSystem.DriveInfo.dll b/bin/Debug/net8.0/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 2f29754..0000000 Binary files a/bin/Debug/net8.0/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.FileSystem.Primitives.dll b/bin/Debug/net8.0/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 50d825b..0000000 Binary files a/bin/Debug/net8.0/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.FileSystem.Watcher.dll b/bin/Debug/net8.0/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index dc767fb..0000000 Binary files a/bin/Debug/net8.0/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.FileSystem.dll b/bin/Debug/net8.0/System.IO.FileSystem.dll deleted file mode 100644 index 3b4526f..0000000 Binary files a/bin/Debug/net8.0/System.IO.FileSystem.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.IsolatedStorage.dll b/bin/Debug/net8.0/System.IO.IsolatedStorage.dll deleted file mode 100644 index decbf11..0000000 Binary files a/bin/Debug/net8.0/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.MemoryMappedFiles.dll b/bin/Debug/net8.0/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 1f397aa..0000000 Binary files a/bin/Debug/net8.0/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Pipelines.dll b/bin/Debug/net8.0/System.IO.Pipelines.dll deleted file mode 100644 index 83a1b24..0000000 Binary files a/bin/Debug/net8.0/System.IO.Pipelines.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Pipes.AccessControl.dll b/bin/Debug/net8.0/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index ca1ac24..0000000 Binary files a/bin/Debug/net8.0/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.Pipes.dll b/bin/Debug/net8.0/System.IO.Pipes.dll deleted file mode 100644 index 2a106c6..0000000 Binary files a/bin/Debug/net8.0/System.IO.Pipes.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.UnmanagedMemoryStream.dll b/bin/Debug/net8.0/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 6f93477..0000000 Binary files a/bin/Debug/net8.0/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.IO.dll b/bin/Debug/net8.0/System.IO.dll deleted file mode 100644 index 4d9a440..0000000 Binary files a/bin/Debug/net8.0/System.IO.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Linq.Dynamic.Core.dll b/bin/Debug/net8.0/System.Linq.Dynamic.Core.dll deleted file mode 100644 index 03ee529..0000000 Binary files a/bin/Debug/net8.0/System.Linq.Dynamic.Core.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Linq.Expressions.dll b/bin/Debug/net8.0/System.Linq.Expressions.dll deleted file mode 100644 index 92a0df0..0000000 Binary files a/bin/Debug/net8.0/System.Linq.Expressions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Linq.Parallel.dll b/bin/Debug/net8.0/System.Linq.Parallel.dll deleted file mode 100644 index 9c2a64b..0000000 Binary files a/bin/Debug/net8.0/System.Linq.Parallel.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Linq.Queryable.dll b/bin/Debug/net8.0/System.Linq.Queryable.dll deleted file mode 100644 index 8551947..0000000 Binary files a/bin/Debug/net8.0/System.Linq.Queryable.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Linq.dll b/bin/Debug/net8.0/System.Linq.dll deleted file mode 100644 index edb46aa..0000000 Binary files a/bin/Debug/net8.0/System.Linq.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Memory.dll b/bin/Debug/net8.0/System.Memory.dll deleted file mode 100644 index dff8dfe..0000000 Binary files a/bin/Debug/net8.0/System.Memory.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Http.Json.dll b/bin/Debug/net8.0/System.Net.Http.Json.dll deleted file mode 100644 index d837a7d..0000000 Binary files a/bin/Debug/net8.0/System.Net.Http.Json.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Http.dll b/bin/Debug/net8.0/System.Net.Http.dll deleted file mode 100644 index 17ce686..0000000 Binary files a/bin/Debug/net8.0/System.Net.Http.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.HttpListener.dll b/bin/Debug/net8.0/System.Net.HttpListener.dll deleted file mode 100644 index e3ce5c6..0000000 Binary files a/bin/Debug/net8.0/System.Net.HttpListener.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Mail.dll b/bin/Debug/net8.0/System.Net.Mail.dll deleted file mode 100644 index aed875a..0000000 Binary files a/bin/Debug/net8.0/System.Net.Mail.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.NameResolution.dll b/bin/Debug/net8.0/System.Net.NameResolution.dll deleted file mode 100644 index 1411f67..0000000 Binary files a/bin/Debug/net8.0/System.Net.NameResolution.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.NetworkInformation.dll b/bin/Debug/net8.0/System.Net.NetworkInformation.dll deleted file mode 100644 index 3f5774a..0000000 Binary files a/bin/Debug/net8.0/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Ping.dll b/bin/Debug/net8.0/System.Net.Ping.dll deleted file mode 100644 index af9fa0b..0000000 Binary files a/bin/Debug/net8.0/System.Net.Ping.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Primitives.dll b/bin/Debug/net8.0/System.Net.Primitives.dll deleted file mode 100644 index 50c977b..0000000 Binary files a/bin/Debug/net8.0/System.Net.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Quic.dll b/bin/Debug/net8.0/System.Net.Quic.dll deleted file mode 100644 index daac5da..0000000 Binary files a/bin/Debug/net8.0/System.Net.Quic.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Requests.dll b/bin/Debug/net8.0/System.Net.Requests.dll deleted file mode 100644 index 211b64b..0000000 Binary files a/bin/Debug/net8.0/System.Net.Requests.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Security.dll b/bin/Debug/net8.0/System.Net.Security.dll deleted file mode 100644 index 144233f..0000000 Binary files a/bin/Debug/net8.0/System.Net.Security.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.ServicePoint.dll b/bin/Debug/net8.0/System.Net.ServicePoint.dll deleted file mode 100644 index 054fcb7..0000000 Binary files a/bin/Debug/net8.0/System.Net.ServicePoint.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.Sockets.dll b/bin/Debug/net8.0/System.Net.Sockets.dll deleted file mode 100644 index 1930a18..0000000 Binary files a/bin/Debug/net8.0/System.Net.Sockets.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.WebClient.dll b/bin/Debug/net8.0/System.Net.WebClient.dll deleted file mode 100644 index e167ef2..0000000 Binary files a/bin/Debug/net8.0/System.Net.WebClient.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.WebHeaderCollection.dll b/bin/Debug/net8.0/System.Net.WebHeaderCollection.dll deleted file mode 100644 index 3f5b182..0000000 Binary files a/bin/Debug/net8.0/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.WebProxy.dll b/bin/Debug/net8.0/System.Net.WebProxy.dll deleted file mode 100644 index 649e9aa..0000000 Binary files a/bin/Debug/net8.0/System.Net.WebProxy.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.WebSockets.Client.dll b/bin/Debug/net8.0/System.Net.WebSockets.Client.dll deleted file mode 100644 index 06fbd83..0000000 Binary files a/bin/Debug/net8.0/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.WebSockets.dll b/bin/Debug/net8.0/System.Net.WebSockets.dll deleted file mode 100644 index 75fa63f..0000000 Binary files a/bin/Debug/net8.0/System.Net.WebSockets.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Net.dll b/bin/Debug/net8.0/System.Net.dll deleted file mode 100644 index 2691630..0000000 Binary files a/bin/Debug/net8.0/System.Net.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Numerics.Vectors.dll b/bin/Debug/net8.0/System.Numerics.Vectors.dll deleted file mode 100644 index 4d40bf9..0000000 Binary files a/bin/Debug/net8.0/System.Numerics.Vectors.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Numerics.dll b/bin/Debug/net8.0/System.Numerics.dll deleted file mode 100644 index f14b5a1..0000000 Binary files a/bin/Debug/net8.0/System.Numerics.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ObjectModel.dll b/bin/Debug/net8.0/System.ObjectModel.dll deleted file mode 100644 index 66d9791..0000000 Binary files a/bin/Debug/net8.0/System.ObjectModel.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Private.CoreLib.dll b/bin/Debug/net8.0/System.Private.CoreLib.dll deleted file mode 100644 index 962ecd8..0000000 Binary files a/bin/Debug/net8.0/System.Private.CoreLib.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Private.DataContractSerialization.dll b/bin/Debug/net8.0/System.Private.DataContractSerialization.dll deleted file mode 100644 index 75fad65..0000000 Binary files a/bin/Debug/net8.0/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Private.Uri.dll b/bin/Debug/net8.0/System.Private.Uri.dll deleted file mode 100644 index 31e2fa8..0000000 Binary files a/bin/Debug/net8.0/System.Private.Uri.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Private.Xml.Linq.dll b/bin/Debug/net8.0/System.Private.Xml.Linq.dll deleted file mode 100644 index 1ee725b..0000000 Binary files a/bin/Debug/net8.0/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Private.Xml.dll b/bin/Debug/net8.0/System.Private.Xml.dll deleted file mode 100644 index d02de7c..0000000 Binary files a/bin/Debug/net8.0/System.Private.Xml.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.DispatchProxy.dll b/bin/Debug/net8.0/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 22ca2d7..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Emit.ILGeneration.dll b/bin/Debug/net8.0/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index c3cb9df..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Emit.Lightweight.dll b/bin/Debug/net8.0/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 157d87a..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Emit.dll b/bin/Debug/net8.0/System.Reflection.Emit.dll deleted file mode 100644 index 0e93531..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Emit.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Extensions.dll b/bin/Debug/net8.0/System.Reflection.Extensions.dll deleted file mode 100644 index 13559e5..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Extensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Metadata.dll b/bin/Debug/net8.0/System.Reflection.Metadata.dll deleted file mode 100644 index 22dffbd..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Metadata.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.Primitives.dll b/bin/Debug/net8.0/System.Reflection.Primitives.dll deleted file mode 100644 index 2537921..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.TypeExtensions.dll b/bin/Debug/net8.0/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 9c7f856..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Reflection.dll b/bin/Debug/net8.0/System.Reflection.dll deleted file mode 100644 index 13e5f5a..0000000 Binary files a/bin/Debug/net8.0/System.Reflection.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Resources.Reader.dll b/bin/Debug/net8.0/System.Resources.Reader.dll deleted file mode 100644 index 38889ec..0000000 Binary files a/bin/Debug/net8.0/System.Resources.Reader.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Resources.ResourceManager.dll b/bin/Debug/net8.0/System.Resources.ResourceManager.dll deleted file mode 100644 index bc20d3e..0000000 Binary files a/bin/Debug/net8.0/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Resources.Writer.dll b/bin/Debug/net8.0/System.Resources.Writer.dll deleted file mode 100644 index dcdcfc4..0000000 Binary files a/bin/Debug/net8.0/System.Resources.Writer.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.CompilerServices.Unsafe.dll b/bin/Debug/net8.0/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index e514db8..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.CompilerServices.VisualC.dll b/bin/Debug/net8.0/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index 4ad45bc..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Extensions.dll b/bin/Debug/net8.0/System.Runtime.Extensions.dll deleted file mode 100644 index 0c988c1..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Extensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Handles.dll b/bin/Debug/net8.0/System.Runtime.Handles.dll deleted file mode 100644 index 97f825c..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Handles.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.InteropServices.JavaScript.dll b/bin/Debug/net8.0/System.Runtime.InteropServices.JavaScript.dll deleted file mode 100644 index b53bf6a..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll b/bin/Debug/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index fd3ffcd..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.InteropServices.dll b/bin/Debug/net8.0/System.Runtime.InteropServices.dll deleted file mode 100644 index 42168dc..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Intrinsics.dll b/bin/Debug/net8.0/System.Runtime.Intrinsics.dll deleted file mode 100644 index 7e023e1..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Loader.dll b/bin/Debug/net8.0/System.Runtime.Loader.dll deleted file mode 100644 index 67a3f65..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Loader.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Numerics.dll b/bin/Debug/net8.0/System.Runtime.Numerics.dll deleted file mode 100644 index 9499333..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Numerics.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Serialization.Formatters.dll b/bin/Debug/net8.0/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index bcb9885..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Serialization.Json.dll b/bin/Debug/net8.0/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 9e1b123..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Serialization.Primitives.dll b/bin/Debug/net8.0/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index 017a014..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Serialization.Xml.dll b/bin/Debug/net8.0/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 4afa1c8..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.Serialization.dll b/bin/Debug/net8.0/System.Runtime.Serialization.dll deleted file mode 100644 index f6ad930..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.Serialization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Runtime.dll b/bin/Debug/net8.0/System.Runtime.dll deleted file mode 100644 index 590bf35..0000000 Binary files a/bin/Debug/net8.0/System.Runtime.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.AccessControl.dll b/bin/Debug/net8.0/System.Security.AccessControl.dll deleted file mode 100644 index 849dc17..0000000 Binary files a/bin/Debug/net8.0/System.Security.AccessControl.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Claims.dll b/bin/Debug/net8.0/System.Security.Claims.dll deleted file mode 100644 index e819e83..0000000 Binary files a/bin/Debug/net8.0/System.Security.Claims.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.Algorithms.dll b/bin/Debug/net8.0/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 96fde45..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.Cng.dll b/bin/Debug/net8.0/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 1826670..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.Csp.dll b/bin/Debug/net8.0/System.Security.Cryptography.Csp.dll deleted file mode 100644 index ec438ec..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.Encoding.dll b/bin/Debug/net8.0/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index fd7dfd1..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.OpenSsl.dll b/bin/Debug/net8.0/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index c5597ab..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.Primitives.dll b/bin/Debug/net8.0/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 08e4bc3..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.X509Certificates.dll b/bin/Debug/net8.0/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 1489543..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Cryptography.dll b/bin/Debug/net8.0/System.Security.Cryptography.dll deleted file mode 100644 index 95d71fc..0000000 Binary files a/bin/Debug/net8.0/System.Security.Cryptography.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Principal.Windows.dll b/bin/Debug/net8.0/System.Security.Principal.Windows.dll deleted file mode 100644 index 340eb30..0000000 Binary files a/bin/Debug/net8.0/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.Principal.dll b/bin/Debug/net8.0/System.Security.Principal.dll deleted file mode 100644 index 8514111..0000000 Binary files a/bin/Debug/net8.0/System.Security.Principal.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.SecureString.dll b/bin/Debug/net8.0/System.Security.SecureString.dll deleted file mode 100644 index 66e3ec1..0000000 Binary files a/bin/Debug/net8.0/System.Security.SecureString.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Security.dll b/bin/Debug/net8.0/System.Security.dll deleted file mode 100644 index 782867d..0000000 Binary files a/bin/Debug/net8.0/System.Security.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ServiceModel.Web.dll b/bin/Debug/net8.0/System.ServiceModel.Web.dll deleted file mode 100644 index e42e2f2..0000000 Binary files a/bin/Debug/net8.0/System.ServiceModel.Web.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ServiceProcess.dll b/bin/Debug/net8.0/System.ServiceProcess.dll deleted file mode 100644 index f5ec1e1..0000000 Binary files a/bin/Debug/net8.0/System.ServiceProcess.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.Encoding.CodePages.dll b/bin/Debug/net8.0/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 761c0c1..0000000 Binary files a/bin/Debug/net8.0/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.Encoding.Extensions.dll b/bin/Debug/net8.0/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 4d61643..0000000 Binary files a/bin/Debug/net8.0/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.Encoding.dll b/bin/Debug/net8.0/System.Text.Encoding.dll deleted file mode 100644 index 6450566..0000000 Binary files a/bin/Debug/net8.0/System.Text.Encoding.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.Encodings.Web.dll b/bin/Debug/net8.0/System.Text.Encodings.Web.dll deleted file mode 100644 index 1574809..0000000 Binary files a/bin/Debug/net8.0/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.Json.dll b/bin/Debug/net8.0/System.Text.Json.dll deleted file mode 100644 index ff41f89..0000000 Binary files a/bin/Debug/net8.0/System.Text.Json.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Text.RegularExpressions.dll b/bin/Debug/net8.0/System.Text.RegularExpressions.dll deleted file mode 100644 index 9d2f4c0..0000000 Binary files a/bin/Debug/net8.0/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Channels.dll b/bin/Debug/net8.0/System.Threading.Channels.dll deleted file mode 100644 index 5f4c455..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Channels.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Overlapped.dll b/bin/Debug/net8.0/System.Threading.Overlapped.dll deleted file mode 100644 index 743a860..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Overlapped.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Tasks.Dataflow.dll b/bin/Debug/net8.0/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index e46f200..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Tasks.Extensions.dll b/bin/Debug/net8.0/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 2088bf3..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Tasks.Parallel.dll b/bin/Debug/net8.0/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index 9a24aaa..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Tasks.dll b/bin/Debug/net8.0/System.Threading.Tasks.dll deleted file mode 100644 index d0902f8..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Tasks.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Thread.dll b/bin/Debug/net8.0/System.Threading.Thread.dll deleted file mode 100644 index 6dcf688..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Thread.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.ThreadPool.dll b/bin/Debug/net8.0/System.Threading.ThreadPool.dll deleted file mode 100644 index 65f72ee..0000000 Binary files a/bin/Debug/net8.0/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.Timer.dll b/bin/Debug/net8.0/System.Threading.Timer.dll deleted file mode 100644 index c89a541..0000000 Binary files a/bin/Debug/net8.0/System.Threading.Timer.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Threading.dll b/bin/Debug/net8.0/System.Threading.dll deleted file mode 100644 index 5c91f94..0000000 Binary files a/bin/Debug/net8.0/System.Threading.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Transactions.Local.dll b/bin/Debug/net8.0/System.Transactions.Local.dll deleted file mode 100644 index 19cb90e..0000000 Binary files a/bin/Debug/net8.0/System.Transactions.Local.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Transactions.dll b/bin/Debug/net8.0/System.Transactions.dll deleted file mode 100644 index 3d13896..0000000 Binary files a/bin/Debug/net8.0/System.Transactions.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.ValueTuple.dll b/bin/Debug/net8.0/System.ValueTuple.dll deleted file mode 100644 index 2075ddc..0000000 Binary files a/bin/Debug/net8.0/System.ValueTuple.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Web.HttpUtility.dll b/bin/Debug/net8.0/System.Web.HttpUtility.dll deleted file mode 100644 index 5d81c7f..0000000 Binary files a/bin/Debug/net8.0/System.Web.HttpUtility.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Web.dll b/bin/Debug/net8.0/System.Web.dll deleted file mode 100644 index 3707bb5..0000000 Binary files a/bin/Debug/net8.0/System.Web.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Windows.dll b/bin/Debug/net8.0/System.Windows.dll deleted file mode 100644 index 7a0f13a..0000000 Binary files a/bin/Debug/net8.0/System.Windows.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.Linq.dll b/bin/Debug/net8.0/System.Xml.Linq.dll deleted file mode 100644 index cef5267..0000000 Binary files a/bin/Debug/net8.0/System.Xml.Linq.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.ReaderWriter.dll b/bin/Debug/net8.0/System.Xml.ReaderWriter.dll deleted file mode 100644 index 83199e1..0000000 Binary files a/bin/Debug/net8.0/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.Serialization.dll b/bin/Debug/net8.0/System.Xml.Serialization.dll deleted file mode 100644 index 22b702f..0000000 Binary files a/bin/Debug/net8.0/System.Xml.Serialization.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.XDocument.dll b/bin/Debug/net8.0/System.Xml.XDocument.dll deleted file mode 100644 index 1a0124c..0000000 Binary files a/bin/Debug/net8.0/System.Xml.XDocument.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.XPath.XDocument.dll b/bin/Debug/net8.0/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 931b4ab..0000000 Binary files a/bin/Debug/net8.0/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.XPath.dll b/bin/Debug/net8.0/System.Xml.XPath.dll deleted file mode 100644 index 8998059..0000000 Binary files a/bin/Debug/net8.0/System.Xml.XPath.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.XmlDocument.dll b/bin/Debug/net8.0/System.Xml.XmlDocument.dll deleted file mode 100644 index 8d479c8..0000000 Binary files a/bin/Debug/net8.0/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.XmlSerializer.dll b/bin/Debug/net8.0/System.Xml.XmlSerializer.dll deleted file mode 100644 index f6efe0e..0000000 Binary files a/bin/Debug/net8.0/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.Xml.dll b/bin/Debug/net8.0/System.Xml.dll deleted file mode 100644 index 9ea5cdd..0000000 Binary files a/bin/Debug/net8.0/System.Xml.dll and /dev/null differ diff --git a/bin/Debug/net8.0/System.dll b/bin/Debug/net8.0/System.dll deleted file mode 100644 index 6ee2d5c..0000000 Binary files a/bin/Debug/net8.0/System.dll and /dev/null differ diff --git a/bin/Debug/net8.0/WindowsBase.dll b/bin/Debug/net8.0/WindowsBase.dll deleted file mode 100644 index 150aa8d..0000000 Binary files a/bin/Debug/net8.0/WindowsBase.dll and /dev/null differ diff --git a/bin/Debug/net8.0/dotnet.js b/bin/Debug/net8.0/dotnet.js deleted file mode 100644 index 56c8b05..0000000 --- a/bin/Debug/net8.0/dotnet.js +++ /dev/null @@ -1,4 +0,0 @@ -//! Licensed to the .NET Foundation under one or more agreements. -//! The .NET Foundation licenses this file to you under the MIT license. -const e=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),t=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),o=Symbol.for("wasm promise_control");function n(e,t){let n=null;const r=new Promise((function(o,r){n={isDone:!1,promise:null,resolve:t=>{n.isDone||(n.isDone=!0,o(t),e&&e())},reject:e=>{n.isDone||(n.isDone=!0,r(e),t&&t())}}}));n.promise=r;const s=r;return s[o]=n,{promise:s,promise_control:n}}function r(e){return e[o]}function s(e){(function(e){return void 0!==e[o]})(e)||De(!1,"Promise is not controllable")}const i="MONO_WASM: ";function a(e,...t){Re.diagnosticTracing&&console.debug(i+e,...t)}function l(e,...t){console.info(e,...t)}function c(e,...t){console.warn(i+e,...t)}function u(e,...t){t&&t.length>0&&t[0]&&"object"==typeof t[0]&&t[0].silent||console.error(i+e,...t)}let d;function f(e,t,o){const n={log:t.log,error:t.error},r=t;function s(t,o,r){return function(...s){try{let n=s[0];if(void 0===n)n="undefined";else if(null===n)n="null";else if("function"==typeof n)n=n.toString();else if("string"!=typeof n)try{n=JSON.stringify(n)}catch(e){n=n.toString()}if("string"==typeof n)if("["==n[0]){const t=(new Date).toISOString();n="main"!==e?`[${e}][${t}] ${n}`:`[${t}] ${n}`}else"main"!==e&&(n=`[${e}] ${n}`);o(r?JSON.stringify({method:t,payload:n,arguments:s}):[t+n,...s.slice(1)])}catch(e){n.error(`proxyConsole failed: ${e}`)}}}const i=["debug","trace","warn","info","error"];for(const e of i)"function"!=typeof r[e]&&(r[e]=s(`console.${e}: `,t.log,!1));const a=`${o}/console`.replace("https://","wss://").replace("http://","ws://");d=new WebSocket(a),d.addEventListener("open",(()=>{n.log(`browser: [${e}] Console websocket connected.`)})),d.addEventListener("error",(t=>{n.error(`[${e}] websocket error: ${t}`,t)})),d.addEventListener("close",(t=>{n.error(`[${e}] websocket closed: ${t}`,t)}));const l=e=>{d.readyState===WebSocket.OPEN?d.send(e):n.log(e)};for(const e of["log",...i])r[e]=s(`console.${e}`,l,!0)}const m={},h={},g={};let p,b,w;function y(){const e=Object.values(g),t=Object.values(h),o=E(e),n=E(t),r=o+n;if(0===r)return;const s=ve?"%c":"",i=ve?["background: purple; color: white; padding: 1px 3px; border-radius: 3px;","font-weight: bold;","font-weight: normal;"]:[],a=Re.config.linkerEnabled?"":"\nThis application was built with linking (tree shaking) disabled. \nPublished applications will be significantly smaller if you install wasm-tools workload. \nSee also https://aka.ms/dotnet-wasm-features";console.groupCollapsed(`${s}dotnet${s} Loaded ${R(r)} resources${s}${a}`,...i),e.length&&(console.groupCollapsed(`Loaded ${R(o)} resources from cache`),console.table(g),console.groupEnd()),t.length&&(console.groupCollapsed(`Loaded ${R(n)} resources from network`),console.table(h),console.groupEnd()),console.groupEnd()}async function v(){const e=p;if(e){const t=(await e.keys()).map((async t=>{t.url in m||await e.delete(t)}));await Promise.all(t)}}function _(e){return`${e.resolvedUrl}.${e.hash}`}function E(e){return e.reduce(((e,t)=>e+(t.responseBytes||0)),0)}function R(e){return`${(e/1048576).toFixed(2)} MB`}function j(e){var t;if((null===(t=e.resources)||void 0===t?void 0:t.icu)&&"invariant"!=e.globalizationMode){const t=e.applicationCulture||(ve?navigator.languages&&navigator.languages[0]:Intl.DateTimeFormat().resolvedOptions().locale),o=Object.keys(e.resources.icu);let n=null;if("custom"===e.globalizationMode?1===o.length&&(n=o[0]):"hybrid"===e.globalizationMode?n="icudt_hybrid.dat":t&&"all"!==e.globalizationMode?"sharded"===e.globalizationMode&&(n=function(e){const t=e.split("-")[0];return"en"===t||["fr","fr-FR","it","it-IT","de","de-DE","es","es-ES"].includes(e)?"icudt_EFIGS.dat":["zh","ko","ja"].includes(t)?"icudt_CJK.dat":"icudt_no_CJK.dat"}(t)):n="icudt.dat",n&&o.includes(n))return n}return e.globalizationMode="invariant",null}const x=class{constructor(e){this.url=e}toString(){return this.url}};async function S(e,t){try{const o="function"==typeof globalThis.fetch;if(we){const n=e.startsWith("file://");if(!n&&o)return globalThis.fetch(e,t||{credentials:"same-origin"});b||(w=xe.require("url"),b=xe.require("fs")),n&&(e=w.fileURLToPath(e));const r=await b.promises.readFile(e);return{ok:!0,headers:{length:0,get:()=>null},url:e,arrayBuffer:()=>r,json:()=>JSON.parse(r),text:()=>{throw new Error("NotImplementedException")}}}if(o)return globalThis.fetch(e,t||{credentials:"same-origin"});if("function"==typeof read)return{ok:!0,url:e,headers:{length:0,get:()=>null},arrayBuffer:()=>new Uint8Array(read(e,"binary")),json:()=>JSON.parse(read(e,"utf8")),text:()=>read(e,"utf8")}}catch(t){return{ok:!1,url:e,status:500,headers:{length:0,get:()=>null},statusText:"ERR28: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t},text:()=>{throw t}}}throw new Error("No fetch implementation available")}function A(e){return"string"!=typeof e&&De(!1,"url must be a string"),!T(e)&&0!==e.indexOf("./")&&0!==e.indexOf("../")&&globalThis.URL&&globalThis.document&&globalThis.document.baseURI&&(e=new URL(e,globalThis.document.baseURI).toString()),e}const D=/^[a-zA-Z][a-zA-Z\d+\-.]*?:\/\//,C=/[a-zA-Z]:[\\/]/;function T(e){return we||_e?e.startsWith("/")||e.startsWith("\\")||-1!==e.indexOf("///")||C.test(e):D.test(e)}let O,k=0;const M=[],$=[],L=new Map,I={"js-module-threads":!0,"js-module-runtime":!0,"js-module-dotnet":!0,"js-module-native":!0},U={...I,"js-module-library-initializer":!0},N={...I,dotnetwasm:!0,heap:!0,manifest:!0},P={...U,manifest:!0},z={...U,dotnetwasm:!0},F={dotnetwasm:!0,symbols:!0},W={resource:!0,assembly:!0,pdb:!0,heap:!0,icu:!0},B={...U,dotnetwasm:!0,symbols:!0};function V(e){return!("icu"==e.behavior&&e.name!=Re.preferredIcuAsset)}function q(e,t,o){const n=Object.keys(t||{});De(1==n.length,`Expect to have one ${o} asset in resources`);const r=n[0],s={name:r,hash:t[r],behavior:o};return J(s),e.push(s),s}function J(e){N[e.behavior]&&L.set(e.behavior,e)}function H(e){const t=function(e){De(N[e],`Unknown single asset behavior ${e}`);const t=L.get(e);return De(t,`Single asset for ${e} not found`),t}(e);if(t.resolvedUrl=Re.locateFile(t.name),I[t.behavior]){const e=re(t);e?("string"!=typeof e&&De(!1,"loadBootResource response for 'dotnetjs' type should be a URL string"),t.resolvedUrl=e):t.resolvedUrl=X(t.resolvedUrl,t.behavior)}else if("dotnetwasm"!==t.behavior)throw new Error(`Unknown single asset behavior ${e}`);return t}async function Q(){a("mono_download_assets");try{const e=[],t=t=>{!B[t.behavior]&&V(t)&&Re.expected_instantiated_assets_count++,!z[t.behavior]&&V(t)&&(Re.expected_downloaded_assets_count++,e.push(G(t)))};for(const e of $)t(e);await Re.memorySnapshotSkippedOrDone.promise;for(const e of M)if(Ee.loadedMemorySnapshotSize){if(se(e),"resource"==e.behavior||"assembly"==e.behavior||"pdb"==e.behavior){const t=K(e,""),o="string"==typeof e.virtualPath?e.virtualPath:e.name;Re._loaded_files.push({url:t,file:o})}}else t(e);Re.allDownloadsQueued.promise_control.resolve(),await Re.runtimeModuleLoaded.promise;const o=[];for(const t of e)o.push((async()=>{const e=await t;if(e.buffer){if(!B[e.behavior]){e.buffer&&"object"==typeof e.buffer||De(!1,"asset buffer must be array-like or buffer-like or promise of these"),"string"!=typeof e.resolvedUrl&&De(!1,"resolvedUrl must be string");const t=e.resolvedUrl,o=await e.buffer,n=new Uint8Array(o);se(e),await Ee.beforeOnRuntimeInitialized.promise,Ee.instantiate_asset(e,t,n)}}else F[e.behavior]?("symbols"===e.behavior&&(await Ee.instantiate_symbols_asset(e),se(e)),F[e.behavior]&&++Re.actual_downloaded_assets_count):(e.isOptional||De(!1,"Expected asset to have the downloaded buffer"),!z[e.behavior]&&V(e)&&Re.expected_downloaded_assets_count--,!B[e.behavior]&&V(e)&&Re.expected_instantiated_assets_count--)})());Promise.all(o).then((()=>{Ee.allAssetsInMemory.promise_control.resolve()})).catch((e=>{throw Re.err("Error in mono_download_assets: "+e),ke(1,e),e}))}catch(e){throw Re.err("Error in mono_download_assets: "+e),e}}async function Z(e){const t=await G(e);return await t.pendingDownloadInternal.response,t.buffer}async function G(e){try{return await Y(e)}catch(t){if(!Re.enableDownloadRetry)throw t;if(_e||we)throw t;if(e.pendingDownload&&e.pendingDownloadInternal==e.pendingDownload)throw t;if(e.resolvedUrl&&-1!=e.resolvedUrl.indexOf("file://"))throw t;if(t&&404==t.status)throw t;e.pendingDownloadInternal=void 0,await Re.allDownloadsQueued.promise;try{return a(`Retrying download '${e.name}'`),await Y(e)}catch(t){return e.pendingDownloadInternal=void 0,await(100,new Promise((e=>globalThis.setTimeout(e,100)))),a(`Retrying download (2) '${e.name}' after delay`),await Y(e)}}}async function Y(e){for(;O;)await O.promise;try{++k,k==Re.maxParallelDownloads&&(a("Throttling further parallel downloads"),O=n());const t=await async function(e){if(e.pendingDownload&&(e.pendingDownloadInternal=e.pendingDownload),e.pendingDownloadInternal&&e.pendingDownloadInternal.response)return e.pendingDownloadInternal.response;if(e.buffer){const t=await e.buffer;return e.resolvedUrl||(e.resolvedUrl="undefined://"+e.name),e.pendingDownloadInternal={url:e.resolvedUrl,name:e.name,response:Promise.resolve({ok:!0,arrayBuffer:()=>t,json:()=>JSON.parse(new TextDecoder("utf-8").decode(t)),text:()=>{throw new Error("NotImplementedException")},headers:{get:()=>{}}})},e.pendingDownloadInternal.response}const t=e.loadRemote&&Re.config.remoteSources?Re.config.remoteSources:[""];let o;for(let n of t){n=n.trim(),"./"===n&&(n="");const t=K(e,n);e.name===t?a(`Attempting to download '${t}'`):a(`Attempting to download '${t}' for ${e.name}`);try{e.resolvedUrl=t;const n=oe(e);if(e.pendingDownloadInternal=n,o=await n.response,!o||!o.ok)continue;return o}catch(e){o||(o={ok:!1,url:t,status:0,statusText:""+e});continue}}const n=e.isOptional||e.name.match(/\.pdb$/)&&Re.config.ignorePdbLoadErrors;if(o||De(!1,`Response undefined ${e.name}`),!n){const t=new Error(`download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`);throw t.status=o.status,t}Re.out(`optional download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`)}(e);return t?(F[e.behavior]||(e.buffer=await t.arrayBuffer(),++Re.actual_downloaded_assets_count),e):e}finally{if(--k,O&&k==Re.maxParallelDownloads-1){a("Resuming more parallel downloads");const e=O;O=void 0,e.promise_control.resolve()}}}function K(e,t){let o;return null==t&&De(!1,`sourcePrefix must be provided for ${e.name}`),e.resolvedUrl?o=e.resolvedUrl:(o=""===t?"assembly"===e.behavior||"pdb"===e.behavior?e.name:"resource"===e.behavior&&e.culture&&""!==e.culture?`${e.culture}/${e.name}`:e.name:t+e.name,o=X(Re.locateFile(o),e.behavior)),o&&"string"==typeof o||De(!1,"attemptUrl need to be path or url string"),o}function X(e,t){return Re.modulesUniqueQuery&&P[t]&&(e+=Re.modulesUniqueQuery),e}let ee=0;const te=new Set;function oe(e){try{e.resolvedUrl||De(!1,"Request's resolvedUrl must be set");const t=async function(e){let t=await async function(e){const t=p;if(!t||e.noCache||!e.hash||0===e.hash.length)return;const o=_(e);let n;m[o]=!0;try{n=await t.match(o)}catch(e){}if(!n)return;const r=parseInt(n.headers.get("content-length")||"0");return g[e.name]={responseBytes:r},n}(e);return t||(t=await function(e){let t=e.resolvedUrl;if(Re.loadBootResource){const o=re(e);if(o instanceof Promise)return o;"string"==typeof o&&(t=o)}const o={};return Re.config.disableNoCacheFetch||(o.cache="no-cache"),e.useCredentials?o.credentials="include":!Re.config.disableIntegrityCheck&&e.hash&&(o.integrity=e.hash),Re.fetch_like(t,o)}(e),function(e,t){const o=p;if(!o||e.noCache||!e.hash||0===e.hash.length)return;const n=t.clone();setTimeout((()=>{const t=_(e);!async function(e,t,o,n){const r=await n.arrayBuffer(),s=function(e){if("undefined"!=typeof performance)return performance.getEntriesByName(e)[0]}(n.url),i=s&&s.encodedBodySize||void 0;h[t]={responseBytes:i};const a=new Response(r,{headers:{"content-type":n.headers.get("content-type")||"","content-length":(i||n.headers.get("content-length")||"").toString()}});try{await e.put(o,a)}catch(e){}}(o,e.name,t,n)}),0)}(e,t)),t}(e),o={name:e.name,url:e.resolvedUrl,response:t};return te.add(e.name),o.response.then((()=>{"assembly"==e.behavior&&Re.loadedAssemblies.push(e.resolvedUrl),ee++,Re.onDownloadResourceProgress&&Re.onDownloadResourceProgress(ee,te.size)})),o}catch(t){const o={ok:!1,url:e.resolvedUrl,status:500,statusText:"ERR29: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t}};return{name:e.name,url:e.resolvedUrl,response:Promise.resolve(o)}}}const ne={resource:"assembly",assembly:"assembly",pdb:"pdb",icu:"globalization",vfs:"configuration",manifest:"manifest",dotnetwasm:"dotnetwasm","js-module-dotnet":"dotnetjs","js-module-native":"dotnetjs","js-module-runtime":"dotnetjs","js-module-threads":"dotnetjs"};function re(e){var t;if(Re.loadBootResource){const o=null!==(t=e.hash)&&void 0!==t?t:"",n=e.resolvedUrl,r=ne[e.behavior];if(r){const t=Re.loadBootResource(r,e.name,n,o,e.behavior);return"string"==typeof t?A(t):t}}}function se(e){e.pendingDownloadInternal=null,e.pendingDownload=null,e.buffer=null,e.moduleExports=null}function ie(e){let t=e.lastIndexOf("/");return t>=0&&t++,e.substring(t)}async function ae(e){if(!e)return;const t=Object.keys(e);await Promise.all(t.map((e=>async function(e){try{const t=X(Re.locateFile(e),"js-module-library-initializer");a(`Attempting to import '${t}' for ${e}`);const o=await import(t);Re.libraryInitializers.push({scriptName:e,exports:o})}catch(t){c(`Failed to import library initializer '${e}': ${t}`)}}(e))))}async function le(e,t){if(!Re.libraryInitializers)return;const o=[];for(let n=0;nr.exports[e](...t))))}await Promise.all(o)}async function ce(e,t,o){try{await o()}catch(o){throw c(`Failed to invoke '${t}' on library initializer '${e}': ${o}`),ke(1,o),o}}var ue="Release";function de(e,t){if(e===t)return e;const o={...t};return void 0!==o.assets&&o.assets!==e.assets&&(o.assets=[...e.assets||[],...o.assets||[]]),void 0!==o.resources&&(o.resources=me(e.resources||{assembly:{},jsModuleNative:{},jsModuleRuntime:{},wasmNative:{}},o.resources)),void 0!==o.environmentVariables&&(o.environmentVariables={...e.environmentVariables||{},...o.environmentVariables||{}}),void 0!==o.runtimeOptions&&o.runtimeOptions!==e.runtimeOptions&&(o.runtimeOptions=[...e.runtimeOptions||[],...o.runtimeOptions||[]]),Object.assign(e,o)}function fe(e,t){if(e===t)return e;const o={...t};return o.config&&(e.config||(e.config={}),o.config=de(e.config,o.config)),Object.assign(e,o)}function me(e,t){if(e===t)return e;const o={...t};return void 0!==o.assembly&&(o.assembly={...e.assembly||{},...o.assembly||{}}),void 0!==o.lazyAssembly&&(o.lazyAssembly={...e.lazyAssembly||{},...o.lazyAssembly||{}}),void 0!==o.pdb&&(o.pdb={...e.pdb||{},...o.pdb||{}}),void 0!==o.jsModuleWorker&&(o.jsModuleWorker={...e.jsModuleWorker||{},...o.jsModuleWorker||{}}),void 0!==o.jsModuleNative&&(o.jsModuleNative={...e.jsModuleNative||{},...o.jsModuleNative||{}}),void 0!==o.jsModuleRuntime&&(o.jsModuleRuntime={...e.jsModuleRuntime||{},...o.jsModuleRuntime||{}}),void 0!==o.wasmSymbols&&(o.wasmSymbols={...e.wasmSymbols||{},...o.wasmSymbols||{}}),void 0!==o.wasmNative&&(o.wasmNative={...e.wasmNative||{},...o.wasmNative||{}}),void 0!==o.icu&&(o.icu={...e.icu||{},...o.icu||{}}),void 0!==o.satelliteResources&&(o.satelliteResources=he(e.satelliteResources||{},o.satelliteResources||{})),void 0!==o.modulesAfterConfigLoaded&&(o.modulesAfterConfigLoaded={...e.modulesAfterConfigLoaded||{},...o.modulesAfterConfigLoaded||{}}),void 0!==o.modulesAfterRuntimeReady&&(o.modulesAfterRuntimeReady={...e.modulesAfterRuntimeReady||{},...o.modulesAfterRuntimeReady||{}}),void 0!==o.extensions&&(o.extensions={...e.extensions||{},...o.extensions||{}}),void 0!==o.vfs&&(o.vfs=he(e.vfs||{},o.vfs||{})),Object.assign(e,o)}function he(e,t){if(e===t)return e;for(const o in t)e[o]={...e[o],...t[o]};return e}function ge(){const e=Re.config;if(e.environmentVariables=e.environmentVariables||{},e.runtimeOptions=e.runtimeOptions||[],e.resources=e.resources||{assembly:{},jsModuleNative:{},jsModuleWorker:{},jsModuleRuntime:{},wasmNative:{},vfs:{},satelliteResources:{}},e.assets){a("config.assets is deprecated, use config.resources instead");for(const t of e.assets){const o={};o[t.name]=t.hash||"";const n={};switch(t.behavior){case"assembly":n.assembly=o;break;case"pdb":n.pdb=o;break;case"resource":n.satelliteResources={},n.satelliteResources[t.culture]=o;break;case"icu":n.icu=o;break;case"symbols":n.wasmSymbols=o;break;case"vfs":n.vfs={},n.vfs[t.virtualPath]=o;break;case"dotnetwasm":n.wasmNative=o;break;case"js-module-threads":n.jsModuleWorker=o;break;case"js-module-runtime":n.jsModuleRuntime=o;break;case"js-module-native":n.jsModuleNative=o;break;case"js-module-dotnet":break;default:throw new Error(`Unexpected behavior ${t.behavior} of asset ${t.name}`)}me(e.resources,n)}}Re.assertAfterExit=e.assertAfterExit=e.assertAfterExit||!ve,void 0===e.debugLevel&&"Debug"===ue&&(e.debugLevel=-1),void 0===e.cachedResourcesPurgeDelay&&(e.cachedResourcesPurgeDelay=1e4),e.debugLevel=be(e)?e.debugLevel:0,void 0===e.diagnosticTracing&&"Debug"===ue&&(e.diagnosticTracing=!0),e.applicationCulture&&(e.environmentVariables.LANG=`${e.applicationCulture}.UTF-8`),Ee.diagnosticTracing=Re.diagnosticTracing=!!e.diagnosticTracing,Ee.waitForDebugger=e.waitForDebugger,e.startupMemoryCache=!!e.startupMemoryCache,e.startupMemoryCache&&Ee.waitForDebugger&&(a("Disabling startupMemoryCache because waitForDebugger is set"),e.startupMemoryCache=!1),Ee.enablePerfMeasure=!!e.browserProfilerOptions&&globalThis.performance&&"function"==typeof globalThis.performance.measure,Re.maxParallelDownloads=e.maxParallelDownloads||Re.maxParallelDownloads,Re.enableDownloadRetry=void 0!==e.enableDownloadRetry?e.enableDownloadRetry:Re.enableDownloadRetry}let pe=!1;function be(e){return!!globalThis.navigator&&((!!e.resources.pdb||0!=e.debugLevel)&&(Re.isChromium||Re.isFirefox))}const we="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ye="function"==typeof importScripts,ve="object"==typeof window||ye&&!we,_e=!ve&&!we&&!ye;let Ee={},Re={},je={},xe={},Se=!1;const Ae={mono:{},binding:{},internal:xe,module:{},loaderHelpers:Re,runtimeHelpers:Ee,api:je};function De(e,t){if(e)return;const o="Assert failed: "+("function"==typeof t?t():t),n=new Error(o);Ee.abort(n)}function Ce(){return void 0!==Re.exitCode}function Te(){return Ee.runtimeReady&&!Ce()}function Oe(){Ee.runtimeReady||De(!1,"mono runtime didn't start yet"),Re.assertAfterExit&&Ce()&&De(!1,`mono runtime already exited with ${Re.exitCode}`)}function ke(e,t){var o;const n=t&&"object"==typeof t;e=n&&"number"==typeof t.status?t.status:e;const r=n&&"string"==typeof t.message?t.message:""+t;if((t=n?t:Ee.ExitStatus?new Ee.ExitStatus(e):new Error("Exit with code "+e+" "+r)).status=e,t.message||(t.message=r),t.stack||(t.stack=(new Error).stack||""),t.silent=!0,!Ce()){try{Ee.runtimeReady||(a("abort_startup, reason: "+t),function(e){Re.allDownloadsQueued.promise_control.reject(e),Re.afterConfigLoaded.promise_control.reject(e),Re.wasmDownloadPromise.promise_control.reject(e),Re.runtimeModuleLoaded.promise_control.reject(e),Re.memorySnapshotSkippedOrDone.promise_control.reject(e),Ee.dotnetReady&&(Ee.dotnetReady.promise_control.reject(e),Ee.afterInstantiateWasm.promise_control.reject(e),Ee.beforePreInit.promise_control.reject(e),Ee.afterPreInit.promise_control.reject(e),Ee.afterPreRun.promise_control.reject(e),Ee.beforeOnRuntimeInitialized.promise_control.reject(e),Ee.afterOnRuntimeInitialized.promise_control.reject(e),Ee.afterPostRun.promise_control.reject(e))}(t)),function(e,t){if(0!==e&&t){const e=Ee.ExitStatus&&t instanceof Ee.ExitStatus?a:u;"string"==typeof t?e(t):t.stack&&t.message?Ee.stringify_as_error_with_stack?e(Ee.stringify_as_error_with_stack(t)):e(t.message+"\n"+t.stack):e(JSON.stringify(t))}if(Re.config&&Re.config.logExitCode)if(d){const t=()=>{0==d.bufferedAmount?l("WASM EXIT "+e):globalThis.setTimeout(t,100)};t()}else l("WASM EXIT "+e)}(e,t),function(e){if(ve&&Re.config&&Re.config.appendElementOnExit){const t=document.createElement("label");t.id="tests_done",e&&(t.style.background="red"),t.innerHTML=e.toString(),document.body.appendChild(t)}}(e),Ee.jiterpreter_dump_stats&&Ee.jiterpreter_dump_stats(!1),0===e&&(null===(o=Re.config)||void 0===o?void 0:o.interopCleanupOnExit)&&Ee.forceDisposeProxies(!0,!0)}catch(e){c("mono_exit failed",e)}Re.exitCode=e}if(Re.config&&Re.config.asyncFlushOnExit&&0===e)throw(async()=>{try{await async function(){try{const e=await import("process"),t=e=>new Promise(((t,o)=>{e.on("error",(e=>o(e))),e.write("",(function(){t()}))})),o=t(e.stderr),n=t(e.stdout);await Promise.all([n,o])}catch(e){u(`flushing std* streams failed: ${e}`)}}()}finally{Me(e,t)}})(),t;Me(e,t)}function Me(e,t){if(Te()&&Ee.mono_wasm_exit&&Ee.mono_wasm_exit(e),0!==e||!ve)throw we&&xe.process?xe.process.exit(e):Ee.quit&&Ee.quit(e,t),t}!function(o){if(Se)throw new Error("Loader module already loaded");Se=!0,Ee=o.runtimeHelpers,Re=o.loaderHelpers,je=o.api,xe=o.internal,Object.assign(je,{INTERNAL:xe,invokeLibraryInitializers:le}),Object.assign(o.module,{disableDotnet6Compatibility:!0,config:{environmentVariables:{}}}),Object.assign(Ee,{mono_wasm_bindings_is_ready:!1,javaScriptExports:{},config:o.module.config,diagnosticTracing:!1,abort:e=>{throw e}}),Object.assign(Re,{gitHash:"1381d5ebd2ab1f292848d5b19b80cf71ac332508",config:o.module.config,diagnosticTracing:!1,maxParallelDownloads:16,enableDownloadRetry:!0,assertAfterExit:!ve,_loaded_files:[],loadedFiles:[],loadedAssemblies:[],libraryInitializers:[],actual_downloaded_assets_count:0,actual_instantiated_assets_count:0,expected_downloaded_assets_count:0,expected_instantiated_assets_count:0,afterConfigLoaded:n(),allDownloadsQueued:n(),wasmDownloadPromise:n(),runtimeModuleLoaded:n(),memorySnapshotSkippedOrDone:n(),is_exited:Ce,is_runtime_running:Te,assert_runtime_running:Oe,mono_exit:ke,createPromiseController:n,getPromiseController:r,assertIsControllablePromise:s,mono_download_assets:Q,resolve_single_asset_path:H,setup_proxy_console:f,logDownloadStatsToConsole:y,purgeUnusedCacheEntriesAsync:v,hasDebuggingEnabled:be,retrieve_asset_download:Z,invokeLibraryInitializers:le,exceptions:e,simd:t})}(Ae);const $e="__mono_message_please_dont_collide__";let Le=!1;const Ie=Ae.module,Ue=Ie.config;async function Ne(e){if("function"==typeof e){const t=e(Ae.api);if(t.ready)throw new Error("Module.ready couldn't be redefined.");Object.assign(Ie,t),fe(Ie,t)}else{if("object"!=typeof e)throw new Error("Can't use moduleFactory callback of createDotnetRuntime function.");fe(Ie,e)}return await async function(e){if(we){const e=await import("process"),t=14;if(e.versions.node.split(".")[0]0&&(Re.modulesUniqueQuery=t.substring(o)),Re.scriptUrl=t.replace(/\\/g,"/").replace(/[?#].*/,""),Re.scriptDirectory=(n=Re.scriptUrl).slice(0,n.lastIndexOf("/"))+"/",Re.locateFile=e=>"URL"in globalThis&&globalThis.URL!==x?new URL(e,Re.scriptDirectory).toString():T(e)?e:Re.scriptDirectory+e,Re.fetch_like=S,Re.out=console.log,Re.err=console.error,Re.onDownloadResourceProgress=e.onDownloadResourceProgress,ve&&globalThis.navigator){const e=globalThis.navigator,t=e.userAgentData&&e.userAgentData.brands;t&&t.length>0?Re.isChromium=t.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand||"Chromium"===e.brand)):e.userAgent&&(Re.isChromium=e.userAgent.includes("Chrome"),Re.isFirefox=e.userAgent.includes("Firefox"))}xe.require=we?await import("module").then((e=>e.createRequire(import.meta.url))):Promise.resolve((()=>{throw new Error("require not supported")})),void 0===globalThis.URL&&(globalThis.URL=x)}(Ie),Ie.ENVIRONMENT_IS_PTHREAD?async function(){(function(){const e=new MessageChannel,t=e.port1,o=e.port2;t.addEventListener("message",(e=>{var n;n=JSON.parse(e.data.config),Le?a("mono config already received"):(de(Re.config,n),ge(),a("mono config received"),Le=!0,Re.afterConfigLoaded.promise_control.resolve(Re.config),ve&&n.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&Re.setup_proxy_console("pthread-worker",console,self.location.href)),t.close(),o.close()}),{once:!0}),t.start(),self.postMessage({[$e]:{monoCmd:"preload",port:o}},[o])})(),await Re.afterConfigLoaded.promise,function(){const e=Re.config;e.assets||De(!1,"config.assets must be defined");for(const t of e.assets)J(t)}();const e=Pe(),t=await Promise.all(e);return await ze(t),Ie}():async function(){var e;Ie.configSrc||Re.config&&0!==Object.keys(Re.config).length&&(Re.config.assets||Re.config.resources)||(Ie.configSrc="./blazor.boot.json"),await async function(e){var t;const o=e.configSrc;if(pe)await Re.afterConfigLoaded.promise;else try{if(pe=!0,o&&(a("mono_wasm_load_config"),await async function(e){const t=Re.locateFile(e.configSrc),o=void 0!==Re.loadBootResource?Re.loadBootResource("manifest","blazor.boot.json",t,"","manifest"):s(t);let n;n=o?"string"==typeof o?await s(A(o)):await o:await s(X(t,"manifest"));const r=await async function(e){const t=Re.config,o=await e.json();t.applicationEnvironment||(o.applicationEnvironment=e.headers.get("Blazor-Environment")||e.headers.get("DotNet-Environment")||"Production"),o.environmentVariables||(o.environmentVariables={});const n=e.headers.get("DOTNET-MODIFIABLE-ASSEMBLIES");n&&(o.environmentVariables.DOTNET_MODIFIABLE_ASSEMBLIES=n);const r=e.headers.get("ASPNETCORE-BROWSER-TOOLS");return r&&(o.environmentVariables.__ASPNETCORE_BROWSER_TOOLS=r),o}(n);function s(e){return Re.fetch_like(e,{method:"GET",credentials:"include",cache:"no-cache"})}de(Re.config,r)}(e)),ge(),await ae(null===(t=Re.config.resources)||void 0===t?void 0:t.modulesAfterConfigLoaded),await le("onRuntimeConfigLoaded",[Re.config]),e.onConfigLoaded)try{await e.onConfigLoaded(Re.config,je),ge()}catch(e){throw u("onConfigLoaded() failed",e),e}ge(),Re.config.startupMemoryCache&&e.instantiateWasm&&De(!1,"startupMemoryCache is not supported with Module.instantiateWasm"),Re.afterConfigLoaded.promise_control.resolve(Re.config),Re.config.startupMemoryCache||Re.memorySnapshotSkippedOrDone.promise_control.resolve()}catch(t){const n=`Failed to load config file ${o} ${t} ${null==t?void 0:t.stack}`;throw Re.config=e.config=Object.assign(Re.config,{message:n,error:t,isError:!0}),ke(1,new Error(n)),t}}(Ie),function(){const e=Re.config,t=[];if(e.assets)for(const t of e.assets)"object"!=typeof t&&De(!1,`asset must be object, it was ${typeof t} : ${t}`),"string"!=typeof t.behavior&&De(!1,"asset behavior must be known string"),"string"!=typeof t.name&&De(!1,"asset name must be string"),t.resolvedUrl&&"string"!=typeof t.resolvedUrl&&De(!1,"asset resolvedUrl could be string"),t.hash&&"string"!=typeof t.hash&&De(!1,"asset resolvedUrl could be string"),t.pendingDownload&&"object"!=typeof t.pendingDownload&&De(!1,"asset pendingDownload could be object"),W[t.behavior]?M.push(t):$.push(t),J(t);else if(e.resources){const o=e.resources;if(o.wasmNative||De(!1,"resources.wasmNative must be defined"),o.jsModuleNative||De(!1,"resources.jsModuleNative must be defined"),o.jsModuleRuntime||De(!1,"resources.jsModuleRuntime must be defined"),q($,o.wasmNative,"dotnetwasm"),q(t,o.jsModuleNative,"js-module-native"),q(t,o.jsModuleRuntime,"js-module-runtime"),o.assembly)for(const e in o.assembly)M.push({name:e,hash:o.assembly[e],behavior:"assembly"});if(0!=e.debugLevel&&o.pdb)for(const e in o.pdb)M.push({name:e,hash:o.pdb[e],behavior:"pdb"});if(e.loadAllSatelliteResources&&o.satelliteResources)for(const e in o.satelliteResources)for(const t in o.satelliteResources[e])M.push({name:t,hash:o.satelliteResources[e][t],behavior:"resource",culture:e});if(o.vfs)for(const e in o.vfs)for(const t in o.vfs[e])$.push({name:t,hash:o.vfs[e][t],behavior:"vfs",virtualPath:e});const n=j(e);if(n&&o.icu)for(const e in o.icu)e===n&&M.push({name:e,hash:o.icu[e],behavior:"icu",loadRemote:!0});if(o.wasmSymbols)for(const e in o.wasmSymbols)$.push({name:e,hash:o.wasmSymbols[e],behavior:"symbols"})}if(e.appsettings)for(let t=0;t{Re.wasmDownloadPromise.promise_control.resolve(e)})).catch((e=>{ke(1,e)})),setTimeout((()=>{(function(){if(Re.preferredIcuAsset=j(Re.config),Re.invariantMode="invariant"==Re.config.globalizationMode,!Re.invariantMode)if(Re.preferredIcuAsset)a("ICU data archive(s) available, disabling invariant mode");else{if("custom"===Re.config.globalizationMode||"all"===Re.config.globalizationMode||"sharded"===Re.config.globalizationMode){const e="invariant globalization mode is inactive and no ICU data archives are available";throw Re.err(`ERROR: ${e}`),new Error(e)}a("ICU data archive(s) not available, using invariant globalization mode"),Re.invariantMode=!0,Re.preferredIcuAsset=null}const e="DOTNET_SYSTEM_GLOBALIZATION_INVARIANT",t="DOTNET_SYSTEM_GLOBALIZATION_HYBRID",o=Re.config.environmentVariables;if(void 0===o[t]&&"hybrid"===Re.config.globalizationMode?o[t]="1":void 0===o[e]&&Re.invariantMode&&(o[e]="1"),void 0===o.TZ)try{const e=Intl.DateTimeFormat().resolvedOptions().timeZone||null;e&&(o.TZ=e)}catch(e){!function(e,...t){console.info(i+e,...t)}("failed to detect timezone, will fallback to UTC")}})(),Q()}),0);const o=await Promise.all(t);return await ze(o),await Ee.dotnetReady.promise,await ae(null===(e=Re.config.resources)||void 0===e?void 0:e.modulesAfterRuntimeReady),await le("onRuntimeReady",[Ae.api]),je}()}function Pe(){const e=H("js-module-runtime"),t=H("js-module-native");let o,n;return"object"==typeof e.moduleExports?o=e.moduleExports:(a(`Attempting to import '${e.resolvedUrl}' for ${e.name}`),o=import(e.resolvedUrl)),"object"==typeof t.moduleExports?n=t.moduleExports:(a(`Attempting to import '${t.resolvedUrl}' for ${t.name}`),n=import(t.resolvedUrl)),[o,n]}async function ze(e){const{initializeExports:t,initializeReplacements:o,configureRuntimeStartup:n,configureEmscriptenStartup:r,configureWorkerStartup:s,setRuntimeGlobals:i,passEmscriptenInternals:a}=e[0],{default:l}=e[1];i(Ae),t(Ae),await n(),Re.runtimeModuleLoaded.promise_control.resolve(),l((e=>(Object.assign(Ie,{ready:e.ready,__dotnet_runtime:{initializeReplacements:o,configureEmscriptenStartup:r,configureWorkerStartup:s,passEmscriptenInternals:a}}),Ie)))}const Fe=new class{withModuleConfig(e){try{return fe(Ie,e),this}catch(e){throw ke(1,e),e}}withOnConfigLoaded(e){try{return fe(Ie,{onConfigLoaded:e}),this}catch(e){throw ke(1,e),e}}withConsoleForwarding(){try{return de(Ue,{forwardConsoleLogsToWS:!0}),this}catch(e){throw ke(1,e),e}}withExitOnUnhandledError(){const e=function(e,t){e.preventDefault();try{t&&t.silent||ke(1,t)}catch(e){}};try{return ve&&(window.addEventListener("unhandledrejection",(t=>e(t,t.reason))),window.addEventListener("error",(t=>e(t,t.error)))),this}catch(e){throw ke(1,e),e}}withAsyncFlushOnExit(){try{return de(Ue,{asyncFlushOnExit:!0}),this}catch(e){throw ke(1,e),e}}withExitCodeLogging(){try{return de(Ue,{logExitCode:!0}),this}catch(e){throw ke(1,e),e}}withElementOnExit(){try{return de(Ue,{appendElementOnExit:!0}),this}catch(e){throw ke(1,e),e}}withInteropCleanupOnExit(){try{return de(Ue,{interopCleanupOnExit:!0}),this}catch(e){throw ke(1,e),e}}withAssertAfterExit(){try{return de(Ue,{assertAfterExit:!0}),this}catch(e){throw ke(1,e),e}}withWaitingForDebugger(e){try{return de(Ue,{waitForDebugger:e}),this}catch(e){throw ke(1,e),e}}withStartupMemoryCache(e){try{return de(Ue,{startupMemoryCache:e}),this}catch(e){throw ke(1,e),e}}withConfig(e){try{return de(Ue,e),this}catch(e){throw ke(1,e),e}}withConfigSrc(e){try{return e&&"string"==typeof e||De(!1,"must be file path or URL"),fe(Ie,{configSrc:e}),this}catch(e){throw ke(1,e),e}}withVirtualWorkingDirectory(e){try{return e&&"string"==typeof e||De(!1,"must be directory path"),this.virtualWorkingDirectory=e,this}catch(e){throw ke(1,e),e}}withEnvironmentVariable(e,t){try{const o={};return o[e]=t,de(Ue,{environmentVariables:o}),this}catch(e){throw ke(1,e),e}}withEnvironmentVariables(e){try{return e&&"object"==typeof e||De(!1,"must be dictionary object"),de(Ue,{environmentVariables:e}),this}catch(e){throw ke(1,e),e}}withDiagnosticTracing(e){try{return"boolean"!=typeof e&&De(!1,"must be boolean"),de(Ue,{diagnosticTracing:e}),this}catch(e){throw ke(1,e),e}}withDebugging(e){try{return e&&"number"==typeof e||De(!1,"must be number"),de(Ue,{debugLevel:e}),this}catch(e){throw ke(1,e),e}}withApplicationArguments(...e){try{return e&&Array.isArray(e)||De(!1,"must be array of strings"),this.applicationArguments=e,this}catch(e){throw ke(1,e),e}}withRuntimeOptions(e){try{return e&&Array.isArray(e)||De(!1,"must be array of strings"),de(Ue,{runtimeOptions:e}),this}catch(e){throw ke(1,e),e}}withMainAssembly(e){try{return de(Ue,{mainAssemblyName:e}),this}catch(e){throw ke(1,e),e}}withApplicationArgumentsFromQuery(){try{if(!globalThis.window)throw new Error("Missing window to the query parameters from");if(void 0===globalThis.URLSearchParams)throw new Error("URLSearchParams is supported");const e=new URLSearchParams(window.location.search).getAll("arg");return this.withApplicationArguments(...e)}catch(e){throw ke(1,e),e}}withApplicationEnvironment(e){try{return de(Ue,{applicationEnvironment:e}),this}catch(e){throw ke(1,e),e}}withApplicationCulture(e){try{return de(Ue,{applicationCulture:e}),this}catch(e){throw ke(1,e),e}}withResourceLoader(e){try{return Re.loadBootResource=e,this}catch(e){throw ke(1,e),e}}async create(){try{if(this.instance||(ve&&Ie.config.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&f("main",globalThis.console,globalThis.location.origin),Ie||De(!1,"Null moduleConfig"),Ie.config||De(!1,"Null moduleConfig.config"),await Ne(Ie),this.instance=Ae.api),this.virtualWorkingDirectory){const e=this.instance.Module.FS,t=e.stat(this.virtualWorkingDirectory);t&&e.isDir(t.mode)||De(!1,`Could not find working directory ${this.virtualWorkingDirectory}`),e.chdir(this.virtualWorkingDirectory)}return this.instance}catch(e){throw ke(1,e),e}}async run(){try{if(Ie.config||De(!1,"Null moduleConfig.config"),this.instance||await this.create(),Ie.config.mainAssemblyName||De(!1,"Null moduleConfig.config.mainAssemblyName"),!this.applicationArguments)if(we){const e=await import("process");this.applicationArguments=e.argv.slice(2)}else this.applicationArguments=[];return this.instance.runMainAndExit(Ie.config.mainAssemblyName,this.applicationArguments)}catch(e){throw ke(1,e),e}}},We=ke,Be=Ne;_e||"function"==typeof globalThis.URL||De(!1,"This browser/engine doesn't support URL API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"),"function"!=typeof globalThis.BigInt64Array&&De(!1,"This browser/engine doesn't support BigInt64Array API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features");export{Be as default,Fe as dotnet,We as exit}; -//# sourceMappingURL=dotnet.js.map diff --git a/bin/Debug/net8.0/dotnet.js.map b/bin/Debug/net8.0/dotnet.js.map deleted file mode 100644 index bdefed0..0000000 --- a/bin/Debug/net8.0/dotnet.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"dotnet.js","sources":["https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/node_modules/wasm-feature-detect/dist/esm/index.js","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/promise-controller.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/logging.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/assetsCache.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/polyfills.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/icu.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/assets.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/libraryInitializers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/config.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/exit.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/worker.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/run.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/index.ts"],"sourcesContent":["export const bigInt=()=>(async e=>{try{return(await WebAssembly.instantiate(e)).instance.exports.b(BigInt(0))===BigInt(0)}catch(e){return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,126,1,126,3,2,1,0,7,5,1,1,98,0,0,10,6,1,4,0,32,0,11])),bulkMemory=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,3,1,0,1,10,14,1,12,0,65,0,65,0,65,0,252,10,0,0,11])),exceptions=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),extendedConst=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,5,3,1,0,1,11,9,1,0,65,1,65,2,106,11,0])),gc=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,10,2,95,1,125,0,96,0,1,107,0,3,2,1,1,10,12,1,10,0,67,0,0,0,0,251,7,0,11])),memory64=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,5,3,1,4,1])),multiValue=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,0,2,127,127,3,2,1,0,10,8,1,6,0,65,0,65,0,11])),mutableGlobals=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,2,8,1,1,97,1,98,3,127,1,6,6,1,127,1,65,0,11,7,5,1,1,97,3,1])),referenceTypes=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,7,1,5,0,208,112,26,11])),relaxedSimd=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,15,1,13,0,65,1,253,15,65,2,253,15,253,128,2,11])),saturatedFloatToInt=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,12,1,10,0,67,0,0,0,0,252,0,26,11])),signExtensions=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,65,0,192,26,11])),simd=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),streamingCompilation=()=>(async()=>\"compileStreaming\"in WebAssembly)(),tailCall=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,6,1,4,0,18,0,11])),threads=()=>(async e=>{try{return\"undefined\"!=typeof MessageChannel&&(new MessageChannel).port1.postMessage(new SharedArrayBuffer(1)),WebAssembly.validate(e)}catch(e){return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11]));\n",null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["exceptions","async","WebAssembly","validate","Uint8Array","simd","promise_control_symbol","Symbol","for","createPromiseController","afterResolve","afterReject","promise_control","promise","Promise","resolve","reject","isDone","data","reason","controllablePromise","getPromiseController","assertIsControllablePromise","undefined","mono_assert","prefix","mono_log_debug","msg","loaderHelpers","diagnosticTracing","console","debug","mono_log_info_no_prefix","info","mono_log_warn","warn","mono_log_error","length","silent","error","consoleWebSocket","setup_proxy_console","id","origin","originalConsole","log","anyConsole","proxyConsoleMethod","func","asJson","args","payload","toString","JSON","stringify","e","now","Date","toISOString","method","arguments","slice","err","methods","m","consoleUrl","replace","WebSocket","addEventListener","event","send","readyState","OPEN","usedCacheKeys","networkLoads","cacheLoads","cacheIfUsed","node_fs","node_url","logDownloadStatsToConsole","cacheLoadsEntries","Object","values","networkLoadsEntries","cacheResponseBytes","countTotalBytes","networkResponseBytes","totalResponseBytes","useStyle","ENVIRONMENT_IS_WEB","style","linkerDisabledWarning","config","linkerEnabled","groupCollapsed","toDataSizeString","table","groupEnd","purgeUnusedCacheEntriesAsync","cache","deletionPromises","keys","map","cachedRequest","url","delete","all","getCacheKey","asset","resolvedUrl","hash","loads","reduce","prev","item","responseBytes","byteCount","toFixed","getIcuResourceName","_a","resources","icu","globalizationMode","culture","applicationCulture","navigator","languages","Intl","DateTimeFormat","resolvedOptions","locale","icuFiles","icuFile","split","includes","getShardedIcuResourceName","URLPolyfill","constructor","this","fetch_like","init","hasFetch","globalThis","ENVIRONMENT_IS_NODE","isFileUrl","startsWith","fetch","credentials","INTERNAL","require","fileURLToPath","arrayBuffer","promises","readFile","ok","headers","get","json","parse","text","Error","read","status","statusText","makeURLAbsoluteWithApplicationBase","isPathAbsolute","indexOf","URL","document","baseURI","protocolRx","windowsAbsoluteRx","path","ENVIRONMENT_IS_SHELL","test","throttlingPromise","parallel_count","containedInSnapshotAssets","alwaysLoadedAssets","singleAssets","Map","jsRuntimeModulesAssetTypes","jsModulesAssetTypes","singleAssetTypes","dotnetwasm","heap","manifest","appendQueryAssetTypes","skipDownloadsByAssetTypes","skipBufferByAssetTypes","symbols","containedInSnapshotByAssetTypes","resource","assembly","pdb","skipInstantiateByAssetTypes","shouldLoadIcuAsset","behavior","name","preferredIcuAsset","convert_single_asset","assetsCollection","set_single_asset","push","set","resolve_single_asset_path","get_single_asset","locateFile","customLoadResult","invokeLoadBootResource","appendUniqueQuery","mono_download_assets","promises_of_assets","countAndStartDownload","expected_instantiated_assets_count","expected_downloaded_assets_count","start_asset_download","memorySnapshotSkippedOrDone","runtimeHelpers","loadedMemorySnapshotSize","cleanupAsset","resolve_path","virtualName","virtualPath","_loaded_files","file","allDownloadsQueued","runtimeModuleLoaded","promises_of_asset_instantiation","downloadPromise","buffer","beforeOnRuntimeInitialized","instantiate_asset","instantiate_symbols_asset","actual_downloaded_assets_count","then","allAssetsInMemory","catch","mono_exit","retrieve_asset_download","pendingAsset","pendingDownloadInternal","response","start_asset_download_with_throttle","enableDownloadRetry","pendingDownload","setTimeout","maxParallelDownloads","TextDecoder","decode","sourcesList","loadRemote","remoteSources","sourcePrefix","trim","attemptUrl","loadingResource","download_resource","isOkToFail","isOptional","match","ignorePdbLoadErrors","out","start_asset_download_sources","old_throttling","modulesUniqueQuery","resourcesLoaded","totalResources","Set","fetchResponse","noCache","cacheKey","cachedResponse","parseInt","findCachedResponse","loadBootResource","fetchOptions","disableNoCacheFetch","useCredentials","disableIntegrityCheck","integrity","fetchResource","networkResponse","clonedResponse","clone","responseData","performanceEntry","performance","getEntriesByName","getPerformanceEntry","encodedBodySize","responseToCache","Response","put","addToCacheAsync","addCachedReponse","download_resource_with_cache","add","loadedAssemblies","onDownloadResourceProgress","size","monoToBlazorAssetTypeMap","vfs","requestHash","resourceType","moduleExports","fileName","lastIndexOfSlash","lastIndexOf","substring","importLibraryInitializers","libraryInitializers","initializerFiles","f","adjustedPath","initializer","import","scriptName","exports","importInitializer","invokeLibraryInitializers","functionName","i","abortStartupOnError","methodName","callback","deep_merge_config","target","source","providedConfig","assets","deep_merge_resources","jsModuleNative","jsModuleRuntime","wasmNative","environmentVariables","runtimeOptions","assign","deep_merge_module","providedResources","lazyAssembly","jsModuleWorker","wasmSymbols","satelliteResources","deep_merge_dict","modulesAfterConfigLoaded","modulesAfterRuntimeReady","extensions","key","normalizeConfig","toMerge","assertAfterExit","debugLevel","BuildConfiguration","cachedResourcesPurgeDelay","hasDebuggingEnabled","waitForDebugger","startupMemoryCache","enablePerfMeasure","browserProfilerOptions","measure","configLoaded","isChromium","isFirefox","process","versions","node","ENVIRONMENT_IS_WORKER","importScripts","window","exportedRuntimeAPI","_loaderModuleLoaded","globalObjectsRoot","mono","binding","internal","module","api","condition","messageFactory","message","abort","is_exited","exitCode","is_runtime_running","runtimeReady","assert_runtime_running","exit_code","is_object","ExitStatus","stack","afterConfigLoaded","wasmDownloadPromise","dotnetReady","afterInstantiateWasm","beforePreInit","afterPreInit","afterPreRun","afterOnRuntimeInitialized","afterPostRun","abort_promises","mono_log","stringify_as_error_with_stack","logExitCode","stop_when_ws_buffer_empty","bufferedAmount","logOnExit","appendElementOnExit","tests_done_elem","createElement","background","innerHTML","body","appendChild","jiterpreter_dump_stats","interopCleanupOnExit","forceDisposeProxies","asyncFlushOnExit","flushStream","stream","on","write","stderrFlushed","stderr","stdoutFlushed","stdout","flush_node_streams","set_exit_code_and_quit_now","mono_wasm_exit","exit","quit","globalObjects","disableDotnet6Compatibility","mono_wasm_bindings_is_ready","javaScriptExports","gitHash","loadedFiles","actual_instantiated_assets_count","setLoaderGlobals","monoSymbol","workerMonoConfigReceived","monoConfig","createEmscripten","moduleFactory","extension","ready","minNodeVersion","execPath","scriptUrlQuery","queryIndex","dir","scriptUrl","scriptDirectory","brands","userAgentData","some","b","brand","userAgent","mod","createRequire","detect_features_and_polyfill","ENVIRONMENT_IS_PTHREAD","channel","MessageChannel","workerPort","port1","mainPort","port2","forwardConsoleLogsToWS","self","location","href","close","once","start","postMessage","monoCmd","port","setupPreloadChannelToMainThread","prepareAssetsWorker","importModules","es6Modules","initializeModules","createEmscriptenWorker","configSrc","configFilePath","defaultConfigSrc","loaderResponse","defaultLoadBootConfig","loadConfigResponse","loadedConfig","applicationEnvironment","modifiableAssemblies","aspnetCoreBrowserTools","readBootConfigResponse","loadBootConfig","onConfigLoaded","instantiateWasm","errMessage","isError","mono_wasm_load_config","modulesAssets","loadAllSatelliteResources","icuDataResourceName","appsettings","configUrl","configFileName","prepareAssets","cacheBootResources","caches","isSecureContext","cacheName","open","getCacheToUseIfEnabled","initCacheToUseIfEnabled","invariantMode","invariantEnv","hybridEnv","env_variables","timezone","timeZone","mono_log_info","init_globalization","createEmscriptenMain","jsModuleRuntimeAsset","jsModuleNativeAsset","jsModuleRuntimePromise","jsModuleNativePromise","initializeExports","initializeReplacements","configureRuntimeStartup","configureEmscriptenStartup","configureWorkerStartup","setRuntimeGlobals","passEmscriptenInternals","default","emscriptenFactory","originalModule","__dotnet_runtime","dotnet","withModuleConfig","moduleConfig","withOnConfigLoaded","withConsoleForwarding","withExitOnUnhandledError","handler","preventDefault","withAsyncFlushOnExit","withExitCodeLogging","withElementOnExit","withInteropCleanupOnExit","withAssertAfterExit","withWaitingForDebugger","level","withStartupMemoryCache","value","withConfig","withConfigSrc","withVirtualWorkingDirectory","vfsPath","virtualWorkingDirectory","withEnvironmentVariable","withEnvironmentVariables","variables","withDiagnosticTracing","enabled","withDebugging","withApplicationArguments","Array","isArray","applicationArguments","withRuntimeOptions","withMainAssembly","mainAssemblyName","withApplicationArgumentsFromQuery","URLSearchParams","search","getAll","withApplicationEnvironment","withApplicationCulture","withResourceLoader","instance","FS","Module","wds","stat","isDir","mode","chdir","create","argv","runMainAndExit","legacyEntrypoint","BigInt64Array"],"mappings":"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","x_google_ignoreList":[0]} \ No newline at end of file diff --git a/bin/Debug/net8.0/dotnet.native.js b/bin/Debug/net8.0/dotnet.native.js deleted file mode 100644 index 7a9ac80..0000000 --- a/bin/Debug/net8.0/dotnet.native.js +++ /dev/null @@ -1,17 +0,0 @@ - -var createDotnetRuntime = (() => { - var _scriptDir = import.meta.url; - - return ( -async function(createDotnetRuntime = {}) { - -var Module=typeof createDotnetRuntime!="undefined"?createDotnetRuntime:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(_nativeModuleLoaded)throw new Error("Native module already loaded");_nativeModuleLoaded=true;createDotnetRuntime=Module=createDotnetRuntime(Module);Module["getWasmIndirectFunctionTable"]=function(){return wasmTable};Module["getMemory"]=function(){return wasmMemory};var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;if(ENVIRONMENT_IS_NODE){const{createRequire:createRequire}=await import("module");var require=createRequire(import.meta.url);var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=require("url").fileURLToPath(new URL("./",import.meta.url))}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){let data;if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data=="object");return data};readAsync=function readAsync(f,onload,onerror){setTimeout(()=>onload(readBinary(f)),0)};if(typeof clearTimeout=="undefined"){globalThis.clearTimeout=id=>{}}if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit=="function"){quit_=(status,toThrow)=>{setTimeout(()=>{if(!(toThrow instanceof ExitStatus)){let toLog=toThrow;if(toThrow&&typeof toThrow=="object"&&toThrow.stack){toLog=[toThrow,toThrow.stack]}err("exiting due to exception: "+toLog)}quit(status)});throw toThrow}}if(typeof print!="undefined"){if(typeof console=="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx>10,56320|ch&1023)}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&c<=57343){len+=4;++i}else{len+=3}}return len}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();FS.ignorePermissions=false;TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);callRuntimeCallbacks(__ATINIT__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;if(Module["locateFile"]){wasmBinaryFile="dotnet.native.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}}else{wasmBinaryFile=new URL("dotnet.native.wasm",import.meta.url).href}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(binaryFile){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(binaryFile)){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+binaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(binaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(binaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(binaryFile)})}function instantiateArrayBuffer(binaryFile,imports,receiver){return getBinaryPromise(binaryFile).then(function(binary){return WebAssembly.instantiate(binary,imports)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(binary,binaryFile,imports,callback){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,imports);return result.then(callback,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(binaryFile,imports,callback)})})}else{return instantiateArrayBuffer(binaryFile,imports,callback)}}function createWasm(){var info={"env":wasmImports,"wasi_snapshot_preview1":wasmImports};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["memory"];updateMemoryViews();wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate");return exports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err("Module.instantiateWasm callback failed with error: "+e);readyPromiseReject(e)}}instantiateAsync(wasmBinary,wasmBinaryFile,info,receiveInstantiationResult).catch(readyPromiseReject);return{}}var tempDouble;var tempI64;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}function callRuntimeCallbacks(callbacks){while(callbacks.length>0){callbacks.shift()(Module)}}function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP64[ptr>>3];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort("invalid type for getValue: "+type)}}function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;case"*":HEAPU32[ptr>>2]=value;break;default:abort("invalid type for setValue: "+type)}}var exceptionCaught=[];function exception_addRef(info){info.add_ref()}var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var info=new ExceptionInfo(ptr);if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(info);exception_addRef(info);return info.get_exception_ptr()}var exceptionLast=0;var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func}function exception_decRef(info){if(info.release_ref()&&!info.get_rethrown()){var destructor=info.get_destructor();if(destructor){getWasmTableEntry(destructor)(info.excPtr)}___cxa_free_exception(info.excPtr)}}function ___cxa_end_catch(){_setThrew(0);var info=exceptionCaught.pop();exception_decRef(info);exceptionLast=0}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){HEAPU32[this.ptr+4>>2]=type};this.get_type=function(){return HEAPU32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAPU32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAPU32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1};this.set_adjusted_ptr=function(adjustedPtr){HEAPU32[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return HEAPU32[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return HEAPU32[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}function ___resumeException(ptr){if(!exceptionLast){exceptionLast=ptr}throw ptr}function ___cxa_find_matching_catch(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0}var info=new ExceptionInfo(thrown);info.set_adjusted_ptr(thrown);var thrownType=info.get_type();if(!thrownType){setTempRet0(0);return thrown}for(var i=0;ipath.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments);return PATH.normalize(paths.join("/"))},join2:(l,r)=>{return PATH.normalize(l+"/"+r)}};function getRandomDevice(){if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){var randomBuffer=new Uint8Array(1);return()=>{crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return()=>crypto_module["randomBytes"](1)[0]}catch(e){}}return()=>abort("randomDevice")}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var TTY={ttys:[],init:function(){},shutdown:function(){},register:function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open:function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close:function(stream){stream.tty.ops.fsync(stream.tty)},fsync:function(stream){stream.tty.ops.fsync(stream.tty)},read:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function zeroMemory(address,size){HEAPU8.fill(0,address,address+size);return address}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(!ptr)return 0;return zeroMemory(ptr,size)}var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray:function(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length{assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},event=>{if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)}var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,lookupPath:(path,opts={})=>{path=PATH_FS.resolve(path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:node=>{var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:(parentid,name)=>{var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:node=>{var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:node=>{var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:(parent,name)=>{var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:(parent,name,mode,rdev)=>{var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:node=>{FS.hashRemoveNode(node)},isRoot:node=>{return node===node.parent},isMountpoint:node=>{return!!node.mounted},isFile:mode=>{return(mode&61440)===32768},isDir:mode=>{return(mode&61440)===16384},isLink:mode=>{return(mode&61440)===40960},isChrdev:mode=>{return(mode&61440)===8192},isBlkdev:mode=>{return(mode&61440)===24576},isFIFO:mode=>{return(mode&61440)===4096},isSocket:mode=>{return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:str=>{var flags=FS.flagModes[str];if(typeof flags=="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:flag=>{var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:(node,perms)=>{if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:dir=>{var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:(dir,name)=>{try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:(dir,name,isdir)=>{var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:(node,flags)=>{if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:(fd_start=0,fd_end=FS.MAX_OPEN_FDS)=>{for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:fd=>FS.streams[fd],createStream:(stream,fd_start,fd_end)=>{if(!FS.FSStream){FS.FSStream=function(){this.shared={}};FS.FSStream.prototype={};Object.defineProperties(FS.FSStream.prototype,{object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get:function(){return this.shared.position},set:function(val){this.shared.position=val}}})}stream=Object.assign(new FS.FSStream,stream);var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:fd=>{FS.streams[fd]=null},chrdev_stream_ops:{open:stream=>{var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:()=>{throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice:(dev,ops)=>{FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts:mount=>{var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:(populate,callback)=>{if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:(type,opts,mountpoint)=>{var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:mountpoint=>{var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:(parent,name)=>{return parent.node_ops.lookup(parent,name)},mknod:(path,mode,dev)=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:(path,mode)=>{mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:(path,mode)=>{mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:(path,mode)=>{var dirs=path.split("/");var d="";for(var i=0;i{if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink:(oldpath,newpath)=>{if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename:(old_path,new_path)=>{var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir:path=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink:path=>{var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return PATH_FS.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))},stat:(path,dontFollow)=>{var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat:path=>{return FS.stat(path,true)},chmod:(path,mode,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})},lchmod:(path,mode)=>{FS.chmod(path,mode,true)},fchmod:(fd,mode)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chmod(stream.node,mode)},chown:(path,uid,gid,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown:(path,uid,gid)=>{FS.chown(path,uid,gid,true)},fchown:(fd,uid,gid)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chown(stream.node,uid,gid)},truncate:(path,len)=>{if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate:(fd,len)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime:(path,atime,mtime)=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})},open:(path,flags,mode)=>{if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode=="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close:stream=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed:stream=>{return stream.fd===null},llseek:(stream,offset,whence)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read:(stream,buffer,offset,length,position)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write:(stream,buffer,offset,length,position,canOwn)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate:(stream,offset,length)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap:(stream,length,position,prot,flags)=>{if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync:(stream,buffer,offset,length,mmapFlags)=>{if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},munmap:stream=>0,ioctl:(stream,cmd,arg)=>{if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile:(path,opts={})=>{opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile:(path,data,opts={})=>{opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir:path=>{var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories:()=>{FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices:()=>{FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device=getRandomDevice();FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:()=>{FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:()=>{var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup:(parent,name)=>{var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams:()=>{if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},ensureErrnoError:()=>{if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.name="ErrnoError";this.node=node;this.setErrno=function(errno){this.errno=errno};this.setErrno(errno);this.message="FS error"};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack=""})},staticInit:()=>{FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init:(input,output,error)=>{FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit:()=>{FS.init.initialized=false;for(var i=0;i{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode},findObject:(path,dontResolveLastLink)=>{var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath:(path,dontResolveLastLink)=>{try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath:(parent,path,canRead,canWrite)=>{parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile:(parent,name,properties,canRead,canWrite)=>{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile:(parent,name,data,canRead,canWrite,canOwn)=>{var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:stream=>{stream.seekable=false},close:stream=>{if(output&&output.buffer&&output.buffer.length){output(10)}},read:(stream,buffer,offset,length,pos)=>{var bytesRead=0;for(var i=0;i{for(var i=0;i{if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(read_){try{obj.contents=intArrayFromString(read_(obj.url),true);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}},createLazyFile:(parent,name,url,canRead,canWrite)=>{function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr:ptr,allocated:true}};node.stream_ops=stream_ops;return node},createPreloadedFile:(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}if(Browser.handledByPreloadPlugin(byteArray,fullname,finish,()=>{if(onerror)onerror();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,byteArray=>processData(byteArray),onerror)}else{processData(url)}},indexedDB:()=>{return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:()=>{return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(paths,onload=(()=>{}),onerror=(()=>{}))=>{var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=()=>{out("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};openRequest.onsuccess=()=>{var db=openRequest.result;var transaction=db.transaction([FS.DB_STORE_NAME],"readwrite");var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=()=>{ok++;if(ok+fail==total)finish()};putRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror},loadFilesFromDB:(paths,onload=(()=>{}),onerror=(()=>{}))=>{var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror;openRequest.onsuccess=()=>{var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){onerror(e);return}var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var getRequest=files.get(path);getRequest.onsuccess=()=>{if(FS.analyzePath(path).exists){FS.unlink(path)}FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,true,true,true);ok++;if(ok+fail==total)finish()};getRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,path)},doStat:function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-54}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAPU32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();tempI64=[Math.floor(atime/1e3)>>>0,(tempDouble=Math.floor(atime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+56>>2]=tempI64[0],HEAP32[buf+60>>2]=tempI64[1];HEAPU32[buf+64>>2]=atime%1e3*1e3;tempI64=[Math.floor(mtime/1e3)>>>0,(tempDouble=Math.floor(mtime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+72>>2]=tempI64[0],HEAP32[buf+76>>2]=tempI64[1];HEAPU32[buf+80>>2]=mtime%1e3*1e3;tempI64=[Math.floor(ctime/1e3)>>>0,(tempDouble=Math.floor(ctime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+88>>2]=tempI64[0],HEAP32[buf+92>>2]=tempI64[1];HEAPU32[buf+96>>2]=ctime%1e3*1e3;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+104>>2]=tempI64[0],HEAP32[buf+108>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream}};function ___syscall_chdir(path){try{path=SYSCALLS.getStr(path);FS.chdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_chmod(path,mode){try{path=SYSCALLS.getStr(path);FS.chmod(path,mode);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var SOCKFS={mount:function(mount){Module["websocket"]=Module["websocket"]&&"object"===typeof Module["websocket"]?Module["websocket"]:{};Module["websocket"]._callbacks={};Module["websocket"]["on"]=function(event,callback){if("function"===typeof callback){this._callbacks[event]=callback}return this};Module["websocket"].emit=function(event,param){if("function"===typeof this._callbacks[event]){this._callbacks[event].call(this,param)}};return FS.createNode(null,"/",16384|511,0)},createSocket:function(family,type,protocol){type&=~526336;var streaming=type==1;if(streaming&&protocol&&protocol!=6){throw new FS.ErrnoError(66)}var sock={family:family,type:type,protocol:protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node:node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket:function(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll:function(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl:function(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read:function(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write:function(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close:function(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname:function(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return"socket["+SOCKFS.nextname.current+++"]"},websocket_sock_ops:{createPeer:function(sock,addr,port){var ws;if(typeof addr=="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var runtimeConfig=Module["websocket"]&&"object"===typeof Module["websocket"];var url="ws:#".replace("#","//");if(runtimeConfig){if("string"===typeof Module["websocket"]["url"]){url=Module["websocket"]["url"]}}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}var subProtocols="binary";if(runtimeConfig){if("string"===typeof Module["websocket"]["subprotocol"]){subProtocols=Module["websocket"]["subprotocol"]}}var opts=undefined;if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=subProtocols}if(runtimeConfig&&null===Module["websocket"]["subprotocol"]){subProtocols="null";opts=undefined}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(23)}}var peer={addr:addr,port:port,socket:ws,dgram_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!="undefined"){peer.dgram_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer:function(sock,addr,port){return sock.peers[addr+":"+port]},addPeer:function(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer:function(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents:function(sock,peer){var first=true;var handleOpen=function(){Module["websocket"].emit("open",sock.stream.fd);try{var queued=peer.dgram_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.dgram_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data=="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}data=new Uint8Array(data)}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data:data});Module["websocket"].emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,isBinary){if(!isBinary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){Module["websocket"].emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=14;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){Module["websocket"].emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=14;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll:function(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=16}return mask},ioctl:function(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return 28}},close:function(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i>2]=value;return value}function inetNtop4(addr){return(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255)}function inetNtop6(ints){var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family:family,addr:addr,port:port}}function inetPton4(str){var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0}function jstoi_q(str){return parseInt(str)}function inetPton6(str){var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w>1]=2;return 0}case 6:case 7:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstatfs64(fd,size,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return ___syscall_statfs64(0,size,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var MAX_INT53=9007199254740992;var MIN_INT53=-9007199254740992;function bigintToI53Checked(num){return numMAX_INT53?NaN:Number(num)}function ___syscall_ftruncate64(fd,length){try{length=bigintToI53Checked(length);if(isNaN(length))return-61;FS.ftruncate(fd,length);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_mkdirat(dirfd,path,mode){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function writeSockaddr(sa,family,addr,port,addrlen){switch(family){case 2:addr=inetPton4(addr);zeroMemory(sa,16);if(addrlen){HEAP32[addrlen>>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);break;case 10:addr=inetPton6(addr);zeroMemory(sa,28);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);break;default:return 5}return 0}function ___syscall_recvfrom(fd,buf,len,flags,addr,addrlen){try{var sock=getSocketFromFD(fd);var msg=sock.sock_ops.recvmsg(sock,len);if(!msg)return 0;if(addr){var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(msg.addr),msg.port,addrlen)}HEAPU8.set(msg.buffer,buf);return msg.buffer.byteLength}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_renameat(olddirfd,oldpath,newdirfd,newpath){try{oldpath=SYSCALLS.getStr(oldpath);newpath=SYSCALLS.getStr(newpath);oldpath=SYSCALLS.calculateAt(olddirfd,oldpath);newpath=SYSCALLS.calculateAt(newdirfd,newpath);FS.rename(oldpath,newpath);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_sendto(fd,message,length,flags,addr,addr_len){try{var sock=getSocketFromFD(fd);var dest=getSocketAddress(addr,addr_len,true);if(!dest){return FS.write(sock.stream,HEAP8,message,length)}return sock.sock_ops.sendmsg(sock,HEAP8,message,length,dest.addr,dest.port)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_symlink(target,linkpath){try{target=SYSCALLS.getStr(target);linkpath=SYSCALLS.getStr(linkpath);FS.symlink(target,linkpath);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function readI53FromI64(ptr){return HEAPU32[ptr>>2]+HEAP32[ptr+4>>2]*4294967296}function ___syscall_utimensat(dirfd,path,times,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path,true);if(!times){var atime=Date.now();var mtime=atime}else{var seconds=readI53FromI64(times);var nanoseconds=HEAP32[times+8>>2];atime=seconds*1e3+nanoseconds/(1e3*1e3);times+=16;seconds=readI53FromI64(times);nanoseconds=HEAP32[times+8>>2];mtime=seconds*1e3+nanoseconds/(1e3*1e3)}FS.utime(path,atime,mtime);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var nowIsMonotonic=true;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function __gmtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getUTCSeconds();HEAP32[tmPtr+4>>2]=date.getUTCMinutes();HEAP32[tmPtr+8>>2]=date.getUTCHours();HEAP32[tmPtr+12>>2]=date.getUTCDate();HEAP32[tmPtr+16>>2]=date.getUTCMonth();HEAP32[tmPtr+20>>2]=date.getUTCFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getUTCDay();var start=Date.UTC(date.getUTCFullYear(),0,1,0,0,0,0);var yday=(date.getTime()-start)/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}var __MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var __MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];function __yday_from_date(date){var isLeapYear=__isLeapYear(date.getFullYear());var monthDaysCumulative=isLeapYear?__MONTH_DAYS_LEAP_CUMULATIVE:__MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday}function __localtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=__yday_from_date(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}function __mmap_js(len,prot,flags,fd,off,allocated,addr){try{var stream=SYSCALLS.getStreamFromFD(fd);var res=FS.mmap(stream,len,off,prot,flags);var ptr=res.ptr;HEAP32[allocated>>2]=res.allocated;HEAPU32[addr>>2]=ptr;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __msync_js(addr,len,prot,flags,fd,offset){try{SYSCALLS.doMsync(addr,SYSCALLS.getStreamFromFD(fd),len,flags,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __munmap_js(addr,len,prot,flags,fd,offset){try{var stream=SYSCALLS.getStreamFromFD(fd);if(prot&2){SYSCALLS.doMsync(addr,stream,len,flags,offset)}FS.munmap(stream)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}function __tzset_js(timezone,daylight,tzname){var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAPU32[tzname+4>>2]=summerNamePtr}else{HEAPU32[tzname>>2]=summerNamePtr;HEAPU32[tzname+4>>2]=winterNamePtr}}function _abort(){abort("")}var dlopenMissingError="To use dlopen, you need enable dynamic linking, see https://github.com/emscripten-core/emscripten/wiki/Linking";function _dlopen(handle){abort(dlopenMissingError)}var DOTNETENTROPY={getBatchedRandomValues:function(buffer,bufferLength){const batchedQuotaMax=65536;const needTempBuf=typeof SharedArrayBuffer!=="undefined"&&Module.HEAPU8.buffer instanceof SharedArrayBuffer;const buf=needTempBuf?new ArrayBuffer(bufferLength):Module.HEAPU8.buffer;const offset=needTempBuf?0:buffer;for(let i=0;i{var t=process.hrtime();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!="undefined"){_emscripten_get_now=dateNow}else _emscripten_get_now=()=>performance.now();function _emscripten_get_now_res(){if(ENVIRONMENT_IS_NODE){return 1}else if(typeof dateNow!="undefined"){return 1e3}else return 1e3}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){var b=wasmMemory.buffer;try{wasmMemory.grow(size-b.byteLength+65535>>>16);updateMemoryViews();return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}let alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAPU32[penviron_buf_size>>2]=bufSize;return 0}function _proc_exit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}function exitJS(status,implicit){EXITSTATUS=status;_proc_exit(status)}var _exit=exitJS;function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_fdstat_get(fd,pbuf){try{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4;HEAP8[pbuf>>0]=type;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doReadv(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doWritev(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(typeof offset!=="undefined"){offset+=curr}}return ret}function _fd_pwrite(fd,iov,iovcnt,offset,pnum){try{offset=bigintToI53Checked(offset);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt,offset);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_seek(fd,offset,whence,newOffset){try{offset=bigintToI53Checked(offset);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_sync(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);if(stream.stream_ops&&stream.stream_ops.fsync){return stream.stream_ops.fsync(stream)}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _llvm_eh_typeid_for(type){return type}var DOTNET={setup:function setup(linkerSetup){const pthreadReplacements={};const dotnet_replacements={fetch:globalThis.fetch,require:require,updateMemoryViews:updateMemoryViews,pthreadReplacements:pthreadReplacements,scriptDirectory:scriptDirectory,noExitRuntime:noExitRuntime};const ENVIRONMENT_IS_PTHREAD=false;Module.__dotnet_runtime.passEmscriptenInternals({isPThread:ENVIRONMENT_IS_PTHREAD,quit_:quit_,ExitStatus:ExitStatus,...linkerSetup});Module.__dotnet_runtime.initializeReplacements(dotnet_replacements);Module.__dotnet_runtime.configureEmscriptenStartup(Module);updateMemoryViews=dotnet_replacements.updateMemoryViews;noExitRuntime=dotnet_replacements.noExitRuntime;fetch=dotnet_replacements.fetch;require=dotnet_replacements.require;_scriptDir=__dirname=scriptDirectory=dotnet_replacements.scriptDirectory}};function _mono_interp_flush_jitcall_queue(){return{runtime_idx:12}}function _mono_interp_invoke_wasm_jit_call_trampoline(){return{runtime_idx:11}}function _mono_interp_jit_wasm_entry_trampoline(){return{runtime_idx:9}}function _mono_interp_jit_wasm_jit_call_trampoline(){return{runtime_idx:10}}function _mono_interp_record_interp_entry(){return{runtime_idx:8}}function _mono_interp_tier_prepare_jiterpreter(){return{runtime_idx:7}}function _mono_jiterp_do_jit_call_indirect(){return{runtime_idx:13}}function _mono_wasm_add_dbg_command_received(){return{runtime_idx:3}}function _mono_wasm_asm_loaded(){return{runtime_idx:1}}function _mono_wasm_bind_cs_function(){return{runtime_idx:23}}function _mono_wasm_bind_js_function(){return{runtime_idx:20}}function _mono_wasm_change_case(){return{runtime_idx:26}}function _mono_wasm_change_case_invariant(){return{runtime_idx:25}}function _mono_wasm_compare_string(){return{runtime_idx:27}}function _mono_wasm_create_cs_owned_object_ref(){return{runtime_idx:41}}function _mono_wasm_debugger_log(){return{runtime_idx:2}}function _mono_wasm_ends_with(){return{runtime_idx:29}}function _mono_wasm_fire_debugger_agent_message_with_data(){return{runtime_idx:4}}function _mono_wasm_get_by_index_ref(){return{runtime_idx:38}}function _mono_wasm_get_calendar_info(){return{runtime_idx:31}}function _mono_wasm_get_culture_info(){return{runtime_idx:32}}function _mono_wasm_get_first_day_of_week(){return{runtime_idx:33}}function _mono_wasm_get_first_week_of_year(){return{runtime_idx:34}}function _mono_wasm_get_global_object_ref(){return{runtime_idx:40}}function _mono_wasm_get_object_property_ref(){return{runtime_idx:36}}function _mono_wasm_index_of(){return{runtime_idx:30}}function _mono_wasm_invoke_bound_function(){return{runtime_idx:21}}function _mono_wasm_invoke_import(){return{runtime_idx:22}}function _mono_wasm_invoke_js_blazor(){return{runtime_idx:44}}function _mono_wasm_invoke_js_with_args_ref(){return{runtime_idx:35}}function _mono_wasm_marshal_promise(){return{runtime_idx:24}}function _mono_wasm_profiler_enter(){return{runtime_idx:14}}function _mono_wasm_profiler_leave(){return{runtime_idx:15}}function _mono_wasm_release_cs_owned_object(){return{runtime_idx:19}}function _mono_wasm_schedule_timer(){return{runtime_idx:0}}function _mono_wasm_set_by_index_ref(){return{runtime_idx:39}}function _mono_wasm_set_entrypoint_breakpoint(){return{runtime_idx:17}}function _mono_wasm_set_object_property_ref(){return{runtime_idx:37}}function _mono_wasm_starts_with(){return{runtime_idx:28}}function _mono_wasm_trace_logger(){return{runtime_idx:16}}function _mono_wasm_typed_array_from_ref(){return{runtime_idx:43}}function _mono_wasm_typed_array_to_array_ref(){return{runtime_idx:42}}function _schedule_background_exec(){return{runtime_idx:6}}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}return thisDate.getFullYear()}return thisDate.getFullYear()-1}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}return"PM"},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&__isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!__isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":function(date){return(date.tm_year+1900).toString().substring(2)},"%Y":function(date){return date.tm_year+1900},"%z":function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function getCFunc(ident){var func=Module["_"+ident];return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;itype==="number"||type==="boolean");var numericRet=returnType!=="string";if(numericRet&&numericArgs&&!opts){return getCFunc(ident)}return function(){return ccall(ident,returnType,argTypes,arguments,opts)}}function uleb128Encode(n,target){if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}}function sigToWasmTypes(sig){var typeNames={"i":"i32","j":"i32","f":"f32","d":"f64","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i>4;chr2=(enc2&15)<<4|enc3>>2;chr3=(enc3&3)<<6|enc4;output=output+String.fromCharCode(chr1);if(enc3!==64){output=output+String.fromCharCode(chr2)}if(enc4!==64){output=output+String.fromCharCode(chr3)}}while(i0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); - - - return createDotnetRuntime.ready -} - -); -})(); -export default createDotnetRuntime; -var fetch = fetch || undefined; var require = require || undefined; var __dirname = __dirname || ''; var _nativeModuleLoaded = false; diff --git a/bin/Debug/net8.0/dotnet.native.wasm b/bin/Debug/net8.0/dotnet.native.wasm deleted file mode 100644 index 308fc5e..0000000 Binary files a/bin/Debug/net8.0/dotnet.native.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/dotnet.runtime.js b/bin/Debug/net8.0/dotnet.runtime.js deleted file mode 100644 index 68b6c94..0000000 --- a/bin/Debug/net8.0/dotnet.runtime.js +++ /dev/null @@ -1,4 +0,0 @@ -//! Licensed to the .NET Foundation under one or more agreements. -//! The .NET Foundation licenses this file to you under the MIT license. -var e="8.0.2";let t,n;const r="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,o="function"==typeof importScripts,a="object"==typeof window||o&&!r,s=!a&&!r&&!o;let i,c=null,l=null,u=null,p=!1,d=!0,_=!0,f=!1,m=!1,h=!1;function b(e){i=e.isPThread,p=e.linkerDisableLegacyJsInterop,d=e.linkerWasmEnableSIMD,_=e.linkerWasmEnableEH,f=e.linkerEnableAotProfiler,m=e.linkerEnableBrowserProfiler,l.quit=e.quit_,l.ExitStatus=e.ExitStatus,l.moduleGitHash=e.gitHash}function g(e){if(h)throw new Error("Runtime module already loaded");h=!0,t=e.module,n=e.internal,l=e.runtimeHelpers,u=e.loaderHelpers,c=e.api,Object.assign(l,{gitHash:"1381d5ebd2ab1f292848d5b19b80cf71ac332508",allAssetsInMemory:y(),dotnetReady:y(),afterInstantiateWasm:y(),beforePreInit:y(),afterPreInit:y(),afterPreRun:y(),beforeOnRuntimeInitialized:y(),afterOnRuntimeInitialized:y(),afterPostRun:y(),mono_wasm_exit:()=>{throw new Error("Mono shutdown")},abort:e=>{throw e}}),Object.assign(e.module.config,{}),Object.assign(e.api,{Module:e.module,...e.module}),Object.assign(e.api,{INTERNAL:e.internal})}function y(e,t){return u.createPromiseController(e,t)}function w(e,t){if(e)return;const n="Assert failed: "+("function"==typeof t?t():t),r=new Error(n);l.abort(r)}const S=0,k=0,v=0,E=0,U=0,I=-1,T=0,x=0,A=0;function j(e){return null==e}var R;!function(e){e[e.None=0]="None",e[e.Void=1]="Void",e[e.Discard=2]="Discard",e[e.Boolean=3]="Boolean",e[e.Byte=4]="Byte",e[e.Char=5]="Char",e[e.Int16=6]="Int16",e[e.Int32=7]="Int32",e[e.Int52=8]="Int52",e[e.BigInt64=9]="BigInt64",e[e.Double=10]="Double",e[e.Single=11]="Single",e[e.IntPtr=12]="IntPtr",e[e.JSObject=13]="JSObject",e[e.Object=14]="Object",e[e.String=15]="String",e[e.Exception=16]="Exception",e[e.DateTime=17]="DateTime",e[e.DateTimeOffset=18]="DateTimeOffset",e[e.Nullable=19]="Nullable",e[e.Task=20]="Task",e[e.Array=21]="Array",e[e.ArraySegment=22]="ArraySegment",e[e.Span=23]="Span",e[e.Action=24]="Action",e[e.Function=25]="Function",e[e.JSException=26]="JSException"}(R||(R={}));var L=!1;const C=[],$=32768;let N,D;const B=BigInt("9223372036854775807"),O=BigInt("-9223372036854775808");function M(){N||(N=t._malloc($),D=N),C.push(D)}function F(e,t,n){if(!Number.isSafeInteger(e))throw new Error(`Assert failed: Value is not an integer: ${e} (${typeof e})`);if(!(e>=t&&e<=n))throw new Error(`Assert failed: Overflow: value ${e} is out of ${t} ${n} range`)}function P(e,t){Ee().fill(0,e,e+t)}function z(e,n){const r=!!n;"number"==typeof n&&F(n,0,1),t.HEAP32[e>>>2]=r?1:0}function V(e,n){F(n,0,255),t.HEAPU8[e]=n}function W(e,n){F(n,0,65535),t.HEAPU16[e>>>1]=n}function H(e,t,n){F(n,0,65535),e[t>>>1]=n}function G(e,n){t.HEAPU32[e>>>2]=n}function q(e,n){F(n,0,4294967295),t.HEAPU32[e>>>2]=n}function J(e,n){F(n,-128,127),t.HEAP8[e]=n}function Y(e,n){F(n,-32768,32767),t.HEAP16[e>>>1]=n}function X(e,n){t.HEAP32[e>>>2]=n}function Z(e,n){F(n,-2147483648,2147483647),t.HEAP32[e>>>2]=n}function K(e){if(0!==e)switch(e){case 1:throw new Error("value was not an integer");case 2:throw new Error("value out of range");default:throw new Error("unknown internal error")}}function Q(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);K(St.mono_wasm_f64_to_i52(e,t))}function ee(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);if(!(t>=0))throw new Error("Assert failed: Can't convert negative Number into UInt64");K(St.mono_wasm_f64_to_u52(e,t))}function te(e,n){if("bigint"!=typeof n)throw new Error(`Assert failed: Value is not an bigint: ${n} (${typeof n})`);if(!(n>=O&&n<=B))throw new Error(`Assert failed: Overflow: value ${n} is out of ${O} ${B} range`);t.HEAP64[e>>>3]=n}function ne(e,n){if("number"!=typeof n)throw new Error(`Assert failed: Value is not a Number: ${n} (${typeof n})`);t.HEAPF32[e>>>2]=n}function re(e,n){if("number"!=typeof n)throw new Error(`Assert failed: Value is not a Number: ${n} (${typeof n})`);t.HEAPF64[e>>>3]=n}function oe(e){return!!t.HEAP32[e>>>2]}function ae(e){return t.HEAPU8[e]}function se(e){return t.HEAPU16[e>>>1]}function ie(e){return t.HEAPU32[e>>>2]}function ce(e,t){return e[t>>>2]}function le(e){return St.mono_wasm_get_i32_unaligned(e)}function ue(e){return St.mono_wasm_get_i32_unaligned(e)>>>0}function pe(e){return t.HEAP8[e]}function de(e){return t.HEAP16[e>>>1]}function _e(e){return t.HEAP32[e>>>2]}function fe(e){const t=St.mono_wasm_i52_to_f64(e,l._i52_error_scratch_buffer);return K(_e(l._i52_error_scratch_buffer)),t}function me(e){const t=St.mono_wasm_u52_to_f64(e,l._i52_error_scratch_buffer);return K(_e(l._i52_error_scratch_buffer)),t}function he(e){return t.HEAP64[e>>>3]}function be(e){return t.HEAPF32[e>>>2]}function ge(e){return t.HEAPF64[e>>>3]}function ye(e){const n=t._malloc(e.length);return new Uint8Array(Ee().buffer,n,e.length).set(e),n}function we(){return t.HEAP8}function Se(){return t.HEAP16}function ke(){return t.HEAP32}function ve(){return t.HEAP64}function Ee(){return t.HEAPU8}function Ue(){return t.HEAPU16}function Ie(){return t.HEAPU32}function Te(){return t.HEAPF32}function xe(){return t.HEAPF64}const Ae=8192;let je=null,Re=null,Le=0;const Ce=[],$e=[];function Ne(e,n){if(e<=0)throw new Error("capacity >= 1");const r=4*(e|=0),o=t._malloc(r);if(o%4!=0)throw new Error("Malloc returned an unaligned offset");return P(o,r),new WasmRootBufferImpl(o,e,!0,n)}function De(e){let t;if(!e)throw new Error("address must be a location in the native heap");return $e.length>0?(t=$e.pop(),t._set_address(e)):t=new Fe(e),t}function Be(e=void 0){let t;if(Ce.length>0)t=Ce.pop();else{const e=function(){if(j(je)||!Re){je=Ne(Ae,"js roots"),Re=new Int32Array(Ae),Le=Ae;for(let e=0;e>>2,this.__count=t,this.length=t,this.__handle=St.mono_wasm_register_root(e,o,r||"noname"),this.__ownsAllocation=n}_throw_index_out_of_range(){throw new Error("index out of range")}_check_in_range(e){(e>=this.__count||e<0)&&this._throw_index_out_of_range()}get_address(e){return this._check_in_range(e),this.__offset+4*e}get_address_32(e){return this._check_in_range(e),this.__offset32+e}get(e){this._check_in_range(e);const t=this.get_address_32(e);return Ie()[t]}set(e,t){const n=this.get_address(e);return St.mono_wasm_write_managed_pointer_unsafe(n,t),t}copy_value_from_address(e,t){const n=this.get_address(e);St.mono_wasm_copy_managed_pointer(n,t)}_unsafe_get(e){return Ie()[this.__offset32+e]}_unsafe_set(e,t){const n=this.__offset+e;St.mono_wasm_write_managed_pointer_unsafe(n,t)}clear(){this.__offset&&P(this.__offset,4*this.__count)}release(){this.__offset&&this.__ownsAllocation&&(St.mono_wasm_deregister_root(this.__offset),P(this.__offset,4*this.__count),t._free(this.__offset)),this.__handle=this.__offset=this.__count=this.__offset32=0}toString(){return`[root buffer @${this.get_address(0)}, size ${this.__count} ]`}}class Me{constructor(e,t){this.__buffer=e,this.__index=t}get_address(){return this.__buffer.get_address(this.__index)}get_address_32(){return this.__buffer.get_address_32(this.__index)}get address(){return this.__buffer.get_address(this.__index)}get(){return this.__buffer._unsafe_get(this.__index)}set(e){const t=this.__buffer.get_address(this.__index);return St.mono_wasm_write_managed_pointer_unsafe(t,e),e}copy_from(e){const t=e.address,n=this.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.address,n=e.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.address;St.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.address;St.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){const e=this.__buffer.get_address_32(this.__index);Ie()[e]=0}release(){if(!this.__buffer)throw new Error("No buffer");var e;Ce.length>128?(void 0!==(e=this.__index)&&(je.set(e,0),Re[Le]=e,Le++),this.__buffer=null,this.__index=0):(this.set(0),Ce.push(this))}toString(){return`[root @${this.address}]`}}class Fe{constructor(e){this.__external_address=U,this.__external_address_32=0,this._set_address(e)}_set_address(e){this.__external_address=e,this.__external_address_32=e>>>2}get address(){return this.__external_address}get_address(){return this.__external_address}get_address_32(){return this.__external_address_32}get(){return Ie()[this.__external_address_32]}set(e){return St.mono_wasm_write_managed_pointer_unsafe(this.__external_address,e),e}copy_from(e){const t=e.address,n=this.__external_address;St.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.__external_address,n=e.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.__external_address;St.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.__external_address;St.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){Ie()[this.__external_address>>>2]=0}release(){$e.length<128&&$e.push(this)}toString(){return`[external root @${this.address}]`}}const Pe=new Map,ze="";let Ve;const We=new Map;let He,Ge,qe,Je,Ye=0,Xe=null,Ze=0;function Ke(e){if(void 0===Je){const n=new Uint8Array(2*e.length);return t.stringToUTF8Array(e,n,0,2*e.length),n}return Je.encode(e)}function Qe(e){const n=Ee();return function(e,n,r){const o=n+r;let a=n;for(;e[a]&&!(a>=o);)++a;if(a-n<=16)return t.UTF8ArrayToString(e,n,r);if(void 0===qe)return t.UTF8ArrayToString(e,n,r);const s=it(e,n,a);return qe.decode(s)}(n,e,n.length-e)}function et(e,t){if(He){const n=it(Ee(),e,t);return He.decode(n)}return tt(e,t)}function tt(e,t){let n="";const r=Ue();for(let o=e;o>>1];n+=String.fromCharCode(e)}return n}function nt(e,t,n){const r=Ue(),o=n.length;for(let a=0;a=t));a++);}function rt(e){if(e.value===E)return null;const t=Ve+0,n=Ve+4,r=Ve+8;let o;St.mono_wasm_string_get_data_ref(e.address,t,n,r);const a=Ie(),s=ce(a,n),i=ce(a,t),c=ce(a,r);if(c&&(o=We.get(e.value)),void 0===o&&(s&&i?(o=et(i,i+s),c&&We.set(e.value,o)):o=ze),void 0===o)throw new Error(`internal error when decoding string at location ${e.value}`);return o}function ot(e,t){if(t.clear(),null!==e)if("symbol"==typeof e)at(e,t);else{if("string"!=typeof e)throw new Error("Expected string argument, got "+typeof e);if(0===e.length)at(e,t);else{if(e.length<=256){const n=Pe.get(e);if(n)return void t.set(n)}st(e,t)}}}function at(e,t){let n;if("symbol"==typeof e?(n=e.description,"string"!=typeof n&&(n=Symbol.keyFor(e)),"string"!=typeof n&&(n="")):"string"==typeof e&&(n=e),"string"!=typeof n)throw new Error(`Argument to stringToInternedMonoStringRoot must be a string but was ${e}`);if(0===n.length&&Ye)return void t.set(Ye);const r=Pe.get(n);r?t.set(r):(st(n,t),function(e,t,n){if(!t.value)throw new Error("null pointer passed to _store_string_in_intern_table");Ze>=8192&&(Xe=null),Xe||(Xe=Ne(8192,"interned strings"),Ze=0);const r=Xe,o=Ze++;if(St.mono_wasm_intern_string_ref(t.address),!t.value)throw new Error("mono_wasm_intern_string_ref produced a null pointer");Pe.set(e,t.value),We.set(t.value,e),0!==e.length||Ye||(Ye=t.value),r.copy_value_from_address(o,t.address)}(n,t))}function st(e,n){const r=2*(e.length+1),o=t._malloc(r);nt(o,o+r,e),St.mono_wasm_string_from_utf16_ref(o,e.length,n.address),t._free(o)}function it(e,t,n){return e.buffer,e.subarray(t,n)}let ct="MONO_WASM: ";function lt(e,...t){l.diagnosticTracing&&console.debug(ct+e,...t)}function ut(e,...t){console.info(ct+e,...t)}function pt(e,...t){console.warn(ct+e,...t)}function dt(e,...t){t&&t.length>0&&t[0]&&"object"==typeof t[0]&&t[0].silent||console.error(ct+e,...t)}const _t=new Map,ft=[];function mt(e){try{if(0==_t.size)return e;const t=e;for(let n=0;n{const n=t.find((e=>"object"==typeof e&&void 0!==e.replaceSection));if(void 0===n)return e;const r=n.funcNum,o=n.replaceSection,a=_t.get(Number(r));return void 0===a?e:e.replace(o,`${a} (${o})`)}));if(r!==t)return r}return t}catch(t){return console.debug(`failed to symbolicate: ${t}`),e}}function ht(e){let t=e;return t&&t.stack||(t=new Error(t?""+t:"Unknown error")),mt(t.stack)}function bt(){return[..._t.values()]}ft.push(/at (?[^:()]+:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)((?![^)a-fA-F\d])|$)/),ft.push(/(?:WASM \[[\da-zA-Z]+\], (?function #(?[\d]+) \(''\)))/),ft.push(/(?[a-z]+:\/\/[^ )]*:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)/),ft.push(/(?<[^ >]+>[.:]wasm-function\[(?[0-9]+)\])/);const gt=[[!0,"mono_wasm_array_get_ref","void",["number","number","number"]],[!0,"mono_wasm_obj_array_new_ref","void",["number","number"]],[!0,"mono_wasm_obj_array_set_ref","void",["number","number","number"]],[!0,"mono_wasm_try_unbox_primitive_and_get_type_ref","number",["number","number","number"]],[!0,"mono_wasm_box_primitive_ref","void",["number","number","number","number"]],[!0,"mono_wasm_string_array_new_ref","void",["number","number"]],[!0,"mono_wasm_typed_array_new_ref","void",["number","number","number","number","number"]],[!0,"mono_wasm_get_delegate_invoke_ref","number",["number"]],[!0,"mono_wasm_get_type_name","string",["number"]],[!0,"mono_wasm_get_type_aqn","string",["number"]],[!0,"mono_wasm_obj_array_new","number",["number"]],[!0,"mono_wasm_obj_array_set","void",["number","number","number"]],[!0,"mono_wasm_array_length_ref","number",["number"]]],yt=[[!0,"mono_wasm_register_root","number",["number","number","string"]],[!0,"mono_wasm_deregister_root",null,["number"]],[!0,"mono_wasm_string_get_data_ref",null,["number","number","number","number"]],[!0,"mono_wasm_set_is_debugger_attached","void",["bool"]],[!0,"mono_wasm_send_dbg_command","bool",["number","number","number","number","number"]],[!0,"mono_wasm_send_dbg_command_with_parms","bool",["number","number","number","number","number","number","string"]],[!0,"mono_wasm_setenv",null,["string","string"]],[!0,"mono_wasm_parse_runtime_options",null,["number","number"]],[!0,"mono_wasm_strdup","number",["string"]],[!0,"mono_background_exec",null,[]],[!0,"mono_wasm_execute_timer",null,[]],[!0,"mono_wasm_load_icu_data","number",["number"]],[!1,"mono_wasm_add_assembly","number",["string","number","number"]],[!0,"mono_wasm_add_satellite_assembly","void",["string","string","number","number"]],[!1,"mono_wasm_load_runtime",null,["string","number"]],[!0,"mono_wasm_change_debugger_log_level","void",["number"]],[!0,"mono_wasm_get_corlib","number",[]],[!0,"mono_wasm_assembly_load","number",["string"]],[!0,"mono_wasm_assembly_find_class","number",["number","string","string"]],[!0,"mono_wasm_runtime_run_module_cctor","void",["number"]],[!0,"mono_wasm_assembly_find_method","number",["number","string","number"]],[!1,"mono_wasm_invoke_method_ref","void",["number","number","number","number","number"]],[!0,"mono_wasm_string_from_utf16_ref","void",["number","number","number"]],[!0,"mono_wasm_intern_string_ref","void",["number"]],[!0,"mono_wasm_assembly_get_entry_point","number",["number","number"]],[!0,"mono_wasm_class_get_type","number",["number"]],[!1,"mono_wasm_exit","void",["number"]],[!1,"mono_wasm_abort","void",[]],[!0,"mono_wasm_getenv","number",["string"]],[!0,"mono_wasm_set_main_args","void",["number","number"]],[!1,"mono_wasm_enable_on_demand_gc","void",["number"]],[()=>!f,"mono_wasm_profiler_init_aot","void",["string"]],[()=>!m,"mono_wasm_profiler_init_aot","void",["string"]],[!0,"mono_wasm_profiler_init_browser","void",["number"]],[!1,"mono_wasm_exec_regression","number",["number","string"]],[!1,"mono_wasm_invoke_method_bound","number",["number","number","number"]],[!0,"mono_wasm_write_managed_pointer_unsafe","void",["number","number"]],[!0,"mono_wasm_copy_managed_pointer","void",["number","number"]],[!0,"mono_wasm_i52_to_f64","number",["number","number"]],[!0,"mono_wasm_u52_to_f64","number",["number","number"]],[!0,"mono_wasm_f64_to_i52","number",["number","number"]],[!0,"mono_wasm_f64_to_u52","number",["number","number"]],[!0,"mono_wasm_method_get_name","number",["number"]],[!0,"mono_wasm_method_get_full_name","number",["number"]],[!0,"mono_wasm_gc_lock","void",[]],[!0,"mono_wasm_gc_unlock","void",[]],[!0,"mono_wasm_get_i32_unaligned","number",["number"]],[!0,"mono_wasm_get_f32_unaligned","number",["number"]],[!0,"mono_wasm_get_f64_unaligned","number",["number"]],[!0,"mono_jiterp_trace_bailout","void",["number"]],[!0,"mono_jiterp_get_trace_bailout_count","number",["number"]],[!0,"mono_jiterp_value_copy","void",["number","number","number"]],[!0,"mono_jiterp_get_member_offset","number",["number"]],[!0,"mono_jiterp_encode_leb52","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb64_ref","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb_signed_boundary","number",["number","number","number"]],[!0,"mono_jiterp_write_number_unaligned","void",["number","number","number"]],[!0,"mono_jiterp_type_is_byref","number",["number"]],[!0,"mono_jiterp_get_size_of_stackval","number",[]],[!0,"mono_jiterp_parse_option","number",["string"]],[!0,"mono_jiterp_get_options_as_json","number",[]],[!0,"mono_jiterp_get_options_version","number",[]],[!0,"mono_jiterp_adjust_abort_count","number",["number","number"]],[!0,"mono_jiterp_register_jit_call_thunk","void",["number","number"]],[!0,"mono_jiterp_type_get_raw_value_size","number",["number"]],[!0,"mono_jiterp_update_jit_call_dispatcher","void",["number"]],[!0,"mono_jiterp_get_signature_has_this","number",["number"]],[!0,"mono_jiterp_get_signature_return_type","number",["number"]],[!0,"mono_jiterp_get_signature_param_count","number",["number"]],[!0,"mono_jiterp_get_signature_params","number",["number"]],[!0,"mono_jiterp_type_to_ldind","number",["number"]],[!0,"mono_jiterp_type_to_stind","number",["number"]],[!0,"mono_jiterp_imethod_to_ftnptr","number",["number"]],[!0,"mono_jiterp_debug_count","number",[]],[!0,"mono_jiterp_get_trace_hit_count","number",["number"]],[!0,"mono_jiterp_get_polling_required_address","number",[]],[!0,"mono_jiterp_get_rejected_trace_count","number",[]],[!0,"mono_jiterp_boost_back_branch_target","void",["number"]],[!0,"mono_jiterp_is_imethod_var_address_taken","number",["number","number"]],[!0,"mono_jiterp_get_opcode_value_table_entry","number",["number"]],[!0,"mono_jiterp_get_simd_intrinsic","number",["number","number"]],[!0,"mono_jiterp_get_simd_opcode","number",["number","number"]],[!0,"mono_jiterp_get_arg_offset","number",["number","number","number"]],[!0,"mono_jiterp_get_opcode_info","number",["number","number"]],[!0,"mono_wasm_is_zero_page_reserved","number",[]],[!0,"mono_jiterp_is_special_interface","number",["number"]],...gt],wt={};var St=wt;const kt=wt,vt=wt,Et=["void","number",null];function Ut(e,n,r,o){let a=void 0===o&&Et.indexOf(n)>=0&&(!r||r.every((e=>Et.indexOf(e)>=0)))&&t.asm?t.asm[e]:void 0;if(a&&r&&a.length!==r.length&&(dt(`argument count mismatch for cwrap ${e}`),a=void 0),"function"!=typeof a&&(a=t.cwrap(e,n,r,o)),"function"!=typeof a)throw new Error(`cwrap ${e} not found or not a function`);return a}function It(e,t,n){const r=function(e,t,n){let r,o="number"==typeof t?t:0;r="number"==typeof n?o+n:e.length-o;const a={read:function(){if(o>=r)return null;const t=e[o];return o+=1,t}};return Object.defineProperty(a,"eof",{get:function(){return o>=r},configurable:!0,enumerable:!0}),a}(e,t,n);let o="",a=0,s=0,i=0,c=0,l=0,u=0;for(;a=r.read(),s=r.read(),i=r.read(),null!==a;)null===s&&(s=0,l+=1),null===i&&(i=0,l+=1),u=a<<16|s<<8|i<<0,c=(16777215&u)>>18,o+=Tt[c],c=(262143&u)>>12,o+=Tt[c],l<2&&(c=(4095&u)>>6,o+=Tt[c]),2===l?o+="==":1===l?o+="=":(c=(63&u)>>0,o+=Tt[c]);return o}const Tt=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],xt=new Map;xt.remove=function(e){const t=this.get(e);return this.delete(e),t};let At,jt,Rt,Lt={},Ct=0,$t=-1;function mono_wasm_runtime_ready(){if(n.mono_wasm_runtime_is_ready=l.mono_wasm_runtime_is_ready=!0,Ct=0,Lt={},$t=-1,globalThis.dotnetDebugger)debugger}function mono_wasm_fire_debugger_agent_message_with_data_to_pause(e){console.assert(!0,`mono_wasm_fire_debugger_agent_message_with_data ${e}`);debugger}function Nt(e){e.length>$t&&(At&&t._free(At),$t=Math.max(e.length,$t,256),At=t._malloc($t));const n=atob(e),r=Ee();for(let e=0;ee.value)),e;if(void 0===t.dimensionsDetails||1===t.dimensionsDetails.length)return e=t.items.map((e=>e.value)),e}const n={};return Object.keys(t).forEach((e=>{const r=t[e];void 0!==r.get?Object.defineProperty(n,r.name,{get:()=>Bt(r.get.id,r.get.commandSet,r.get.command,r.get.buffer),set:function(e){return Dt(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):void 0!==r.set?Object.defineProperty(n,r.name,{get:()=>r.value,set:function(e){return Dt(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):n[r.name]=r.value})),n}(t,n);const o=null!=e.arguments?e.arguments.map((e=>JSON.stringify(e.value))):[],a=`const fn = ${e.functionDeclaration}; return fn.apply(proxy, [${o}]);`,s=new Function("proxy",a)(r);if(void 0===s)return{type:"undefined"};if(Object(s)!==s)return"object"==typeof s&&null==s?{type:typeof s,subtype:`${s}`,value:null}:{type:typeof s,description:`${s}`,value:`${s}`};if(e.returnByValue&&null==s.subtype)return{type:"object",value:s};if(Object.getPrototypeOf(s)==Array.prototype){const e=Gt(s);return{type:"object",subtype:"array",className:"Array",description:`Array(${s.length})`,objectId:e}}return void 0!==s.value||void 0!==s.subtype?s:s==r?{type:"object",className:"Object",description:"Object",objectId:t}:{type:"object",className:"Object",description:"Object",objectId:Gt(s)}}function Ht(e,t={}){return function(e,t){if(!(e in Lt))throw new Error(`Could not find any object with id ${e}`);const n=Lt[e],r=Object.getOwnPropertyDescriptors(n);t.accessorPropertiesOnly&&Object.keys(r).forEach((e=>{void 0===r[e].get&&Reflect.deleteProperty(r,e)}));const o=[];return Object.keys(r).forEach((e=>{let t;const n=r[e];t="object"==typeof n.value?Object.assign({name:e},n):void 0!==n.value?{name:e,value:Object.assign({type:typeof n.value,description:""+n.value},n)}:void 0!==n.get?{name:e,get:{className:"Function",description:`get ${e} () {}`,type:"function"}}:{name:e,value:{type:"symbol",value:"",description:""}},o.push(t)})),{__value_as_json_string__:JSON.stringify(o)}}(`dotnet:cfo_res:${e}`,t)}function Gt(e){const t="dotnet:cfo_res:"+Ct++;return Lt[t]=e,t}function qt(e){e in Lt&&delete Lt[e]}function Jt(){if(l.enablePerfMeasure)return globalThis.performance.now()}function Yt(e,t,n){if(l.enablePerfMeasure&&e){const r=a?{start:e}:{startTime:e},o=n?`${t}${n} `:t;globalThis.performance.measure(o,r)}}const Xt=[],Zt=new Map,Kt=new Map,Qt=new Map,en=Symbol.for("wasm bound_cs_function"),tn=Symbol.for("wasm bound_js_function"),nn=Symbol.for("wasm imported_js_function"),rn=16;function on(e){const n=t.stackAlloc(rn*e);return n&&n%8==0||w(!1,"Arg alignment"),hn(an(n,0),R.None),hn(an(n,1),R.None),n}function an(e,t){return e||w(!1,"Null args"),e+t*rn}function sn(e,t){return e||w(!1,"Null signatures"),e+32*t+8}function cn(e){return e||w(!1,"Null sig"),ie(e)}function ln(e){return e||w(!1,"Null sig"),ie(e+16)}function un(e){return e||w(!1,"Null sig"),ie(e+20)}function pn(e){return e||w(!1,"Null sig"),ie(e+24)}function dn(e){return e||w(!1,"Null sig"),ie(e+28)}function _n(e){return e||w(!1,"Null signatures"),_e(e+4)}function fn(e){return e||w(!1,"Null signatures"),_e(e)}function mn(e){return e||w(!1,"Null arg"),ie(e+12)}function hn(e,t){e||w(!1,"Null arg"),q(e+12,t)}function bn(e){return e||w(!1,"Null arg"),ie(e)}function gn(e,t){if(e||w(!1,"Null arg"),"boolean"!=typeof t)throw new Error(`Assert failed: Value is not a Boolean: ${t} (${typeof t})`);V(e,t?1:0)}function yn(e,t){e||w(!1,"Null arg"),q(e,t)}function wn(e,t){e||w(!1,"Null arg"),re(e,t.getTime())}function Sn(e,t){e||w(!1,"Null arg"),re(e,t)}function kn(e){return e||w(!1,"Null arg"),ie(e+4)}function vn(e,t){e||w(!1,"Null arg"),q(e+4,t)}function En(e){return e||w(!1,"Null arg"),ie(e+4)}function Un(e,t){e||w(!1,"Null arg"),q(e+4,t)}function In(e){return e||w(!1,"Null arg"),De(e)}function Tn(e){return e||w(!1,"Null arg"),_e(e+8)}function xn(e,t){e||w(!1,"Null arg"),Z(e+8,t)}class ManagedObject{dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}toString(){return`CsObject(gc_handle: ${this[Lr]})`}}class ManagedError extends Error{constructor(e){super(e),this.superStack=Object.getOwnPropertyDescriptor(this,"stack"),Object.defineProperty(this,"stack",{get:this.getManageStack})}getSuperStack(){if(this.superStack){if(void 0!==this.superStack.value)return this.superStack.value;if(void 0!==this.superStack.get)return this.superStack.get.call(this)}return super.stack}getManageStack(){if(this.managed_stack)return this.managed_stack;if(u.is_runtime_running()&&!L){const e=this[Lr];if(e!==x){const t=l.javaScriptExports.get_managed_stack_trace(e);if(t)return this.managed_stack=t+"\n"+this.getSuperStack(),this.managed_stack}}return this.getSuperStack()}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function An(e){return e==R.Byte?1:e==R.Int32?4:e==R.Int52||e==R.Double?8:e==R.String||e==R.Object||e==R.JSObject?rn:-1}class jn{constructor(e,t,n){this._pointer=e,this._length=t,this._viewType=n}_unsafe_create_view(){const e=0==this._viewType?new Uint8Array(Ee().buffer,this._pointer,this._length):1==this._viewType?new Int32Array(ke().buffer,this._pointer,this._length):2==this._viewType?new Float64Array(xe().buffer,this._pointer,this._length):null;if(!e)throw new Error("NotImplementedException");return e}set(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);n.set(e,t)}copyTo(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);const r=n.subarray(t);e.set(r)}slice(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._unsafe_create_view().slice(e,t)}get length(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._length}get byteLength(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return 0==this._viewType?this._length:1==this._viewType?this._length<<2:2==this._viewType?this._length<<3:0}}class Span extends jn{constructor(e,t,n){super(e,t,n),this.is_disposed=!1}dispose(){this.is_disposed=!0}get isDisposed(){return this.is_disposed}}class ArraySegment extends jn{constructor(e,t,n){super(e,t,n)}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function Rn(e,t,n){if(t===R.None||t===R.Void)return;let r,o,a,s;o=Xr(un(e)),a=Xr(pn(e)),s=Xr(dn(e));const i=ln(e);r=Ln(i),t===R.Nullable&&(t=i);const c=Ln(t),l=un(e),u=n*rn;return e=>c(e+u,l,r,o,a,s)}function Ln(e){if(e===R.None||e===R.Void)return;const t=Kt.get(e);return t&&"function"==typeof t||w(!1,`ERR41: Unknown converter for type ${e}. ${Jr}`),t}function Cn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),!!ae(e)}(e)}function $n(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ae(e)}(e)}function Nn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),se(e)}(e)}function Dn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),de(e)}(e)}function Bn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),_e(e)}(e)}function On(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ge(e)}(e)}function Mn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),he(e)}(e)}function Fn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),be(e)}(e)}function Pn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ge(e)}(e)}function zn(e){return mn(e)==R.None?null:bn(e)}function Vn(){return null}function Wn(e){return mn(e)===R.None?null:function(e){e||w(!1,"Null arg");const t=ge(e);return new Date(t)}(e)}function Hn(e,t,n,r,o,a){if(mn(e)===R.None)return null;const s=En(e);let i=zr(s);return null==i&&(i=(e,t,i)=>l.javaScriptExports.call_delegate(s,e,t,i,n,r,o,a),i.dispose=()=>{i.isDisposed||(i.isDisposed=!0,Mr(i,s))},i.isDisposed=!1,Or(i,s)),i}function Gn(e,t,n){const r=mn(e);if(r===R.None)return null;if(r!==R.Task){n||(n=Kt.get(r)),n||w(!1,`Unknown sub_converter for type ${R[r]}. ${Jr}`);const t=n(e);return new Promise((e=>e(t)))}const o=kn(e);if(o==T)return new Promise((e=>e(void 0)));const a=Nr(o);a||w(!1,`ERR28: promise not found for js_handle: ${o} `),u.assertIsControllablePromise(a);const s=u.getPromiseController(a),i=s.resolve;return s.resolve=e=>{const t=mn(e);if(t===R.None)return void i(null);n||(n=Kt.get(t)),n||w(!1,`Unknown sub_converter for type ${R[t]}. ${Jr}`);const r=n(e);i(r)},a}function qn(e){if(mn(e)==R.None)return null;const t=In(e);try{return rt(t)}finally{t.release()}}function Jn(e){const t=mn(e);if(t==R.None)return null;if(t==R.JSException)return Nr(kn(e));const n=En(e);let r=zr(n);if(null==r){const t=qn(e);r=new ManagedError(t),Or(r,n)}return r}function Yn(e){return mn(e)==R.None?null:Nr(kn(e))}function Xn(e){const t=mn(e);if(t==R.None)return null;if(t==R.JSObject)return Nr(kn(e));if(t==R.Array){const t=function(e){return e||w(!1,"Null arg"),ie(e+4)}(e);return Kn(e,t)}if(t==R.Object){const t=En(e);if(t===x)return null;let n=zr(t);return n||(n=new ManagedObject,Or(n,t)),n}const n=Kt.get(t);return n||w(!1,`Unknown converter for type ${R[t]}. ${Jr}`),n(e)}function Zn(e,t){return t||w(!1,"Expected valid element_type parameter"),Kn(e,t)}function Kn(e,n){if(mn(e)==R.None)return null;-1==An(n)&&w(!1,`Element type ${R[n]} not supported`);const r=bn(e),o=Tn(e);let a=null;if(n==R.String){a=new Array(o);for(let e=0;e>2,(r>>2)+o).slice();else{if(n!=R.Double)throw new Error(`NotImplementedException ${R[n]}. ${Jr}`);a=xe().subarray(r>>3,(r>>3)+o).slice()}return t._free(r),a}function Qn(e,t){t||w(!1,"Expected valid element_type parameter");const n=bn(e),r=Tn(e);let o=null;if(t==R.Byte)o=new Span(n,r,0);else if(t==R.Int32)o=new Span(n,r,1);else{if(t!=R.Double)throw new Error(`NotImplementedException ${R[t]}. ${Jr}`);o=new Span(n,r,2)}return o}function er(e,t){t||w(!1,"Expected valid element_type parameter");const n=bn(e),r=Tn(e);let o=null;if(t==R.Byte)o=new ArraySegment(n,r,0);else if(t==R.Int32)o=new ArraySegment(n,r,1);else{if(t!=R.Double)throw new Error(`NotImplementedException ${R[t]}. ${Jr}`);o=new ArraySegment(n,r,2)}return Or(o,En(e)),o}let tr;const nr=[null];function rr(e,t){ur.set(e,t),lt(`added module imports '${e}'`)}function or(e,t,n){if(!e)throw new Error("Assert failed: Null reference");e[t]=n}function ar(e,t){if(!e)throw new Error("Assert failed: Null reference");return e[t]}function sr(e,t){if(!e)throw new Error("Assert failed: Null reference");return t in e}function ir(e,t){if(!e)throw new Error("Assert failed: Null reference");return typeof e[t]}function cr(){return globalThis}const lr=new Map,ur=new Map;function pr(e,t){e&&"string"==typeof e||w(!1,"module_name must be string"),t&&"string"==typeof t||w(!1,"module_url must be string");let n=lr.get(e);const r=!n;return r&&(lt(`importing ES6 module '${e}' from '${t}'`),n=import(t),lr.set(e,n)),Gr((async()=>{const o=await n;return r&&(ur.set(e,o),lt(`imported ES6 module '${e}' from '${t}'`)),o}))}function dr(e,t,n){const r=function(e,t){let n="unknown exception";if(t){n=t.toString();const e=t.stack;e&&(e.startsWith(n)?n=e:n+="\n"+e),n=mt(n)}return e&&X(e,1),n}(e,t);ot(r,n)}function _r(e,t){e&&X(e,0),t&&t.clear()}function fr(){u.assert_runtime_running(),l.mono_wasm_bindings_is_ready||w(!1,"The runtime must be initialized.")}const mr="function"==typeof globalThis.WeakRef;function hr(e){return mr?new WeakRef(e):{deref:()=>e,dispose:()=>{e=null}}}const br=new Map,gr=new Map;let yr=0;function wr(e){if(br.has(e))return br.get(e);const t=St.mono_wasm_assembly_load(e);return br.set(e,t),t}function Sr(e,t){yr||(yr=St.mono_wasm_get_corlib());let n=function(e,t,n){let r=gr.get(e);r||gr.set(e,r=new Map);let o=r.get(t);return o||(o=new Map,r.set(t,o)),o.get(n)}(yr,e,t);if(void 0!==n)return n;if(n=St.mono_wasm_assembly_find_class(yr,e,t),!n)throw new Error(`Failed to find corlib class ${e}.${t}`);return function(e,t,n,r){const o=gr.get(e);if(!o)throw new Error("internal error");const a=o.get(t);if(!a)throw new Error("internal error");a.set(n,r)}(yr,e,t,n),n}function kr(e,t){fr();const n=Be();try{if(St.mono_wasm_invoke_method_bound(e,t,n.address))throw new Error("ERR24: Unexpected error: "+rt(n));if(function(e){return e||w(!1,"Null args"),mn(e)!==R.None}(t))throw Jn(an(t,0))}finally{n.release()}}const vr=new Map;async function Er(e){if(fr(),!vr.get(e)){const t=Jt(),n=wr(e);if(!n)throw new Error("Could not find assembly: "+e);const r=St.mono_wasm_assembly_find_class(n,l.runtime_interop_namespace,"__GeneratedInitializer");if(r){const e=St.mono_wasm_assembly_find_method(r,"__Register_",-1);if(e){const t=Be(),n=Be();try{if(St.mono_wasm_invoke_method_ref(e,U,A,t.address,n.address),t.value!==S){const e=rt(n);throw new Error(e)}}finally{t.release(),n.release()}}}else St.mono_wasm_runtime_run_module_cctor(n);Yt(t,"mono.getAssemblyExports:",e)}return vr.get(e)||{}}function Ur(e){const t=e.substring(e.indexOf("[")+1,e.indexOf("]")).trim(),n=(e=e.substring(e.indexOf("]")+1).trim()).substring(e.indexOf(":")+1);let r="",o=e=e.substring(0,e.indexOf(":")).trim();if(-1!=e.indexOf(".")){const t=e.lastIndexOf(".");r=e.substring(0,t),o=e.substring(t+1)}if(!t.trim())throw new Error("No assembly name specified "+e);if(!o.trim())throw new Error("No class name specified "+e);if(!n.trim())throw new Error("No method name specified "+e);return{assembly:t,namespace:r,classname:o,methodname:n}}const Ir="function"==typeof globalThis.FinalizationRegistry;let Tr;const xr=[null],Ar=[];let jr=1;const Rr=new Map;Ir&&(Tr=new globalThis.FinalizationRegistry(Pr));const Lr=Symbol.for("wasm js_owned_gc_handle"),Cr=Symbol.for("wasm cs_owned_js_handle"),$r=Symbol.for("wasm do_not_force_dispose");function Nr(e){return e!==T&&e!==I?xr[e]:null}function Dr(e){if(e[Cr])return e[Cr];const t=Ar.length?Ar.pop():jr++;return xr[t]=e,Object.isExtensible(e)&&(e[Cr]=t),t}function Br(e){const t=xr[e];null!=t&&(void 0!==t[Cr]&&(t[Cr]=void 0),xr[e]=void 0,Ar.push(e))}function Or(e,t){e[Lr]=t,Ir&&Tr.register(e,t,e);const n=hr(e);Rr.set(t,n)}function Mr(e,t){e&&(t=e[Lr],e[Lr]=x,Ir&&Tr.unregister(e)),t!==x&&Rr.delete(t)&&l.javaScriptExports.release_js_owned_object_by_gc_handle(t)}function Fr(e){const t=e[Lr];if(t==x)throw new Error("Assert failed: ObjectDisposedException");return t}function Pr(e){u.is_exited()||Mr(null,e)}function zr(e){if(!e)return null;const t=Rr.get(e);return t?t.deref():null}function Vr(e,t){let n=!1,r=!1,o=0,a=0,s=0,i=0;const c=[...Rr.keys()];for(const e of c){const r=Rr.get(e),o=r.deref();if(Ir&&o&&Tr.unregister(o),o){const a="boolean"==typeof o[$r]&&o[$r];if(t&&pt(`Proxy of C# ${typeof o} with GCHandle ${e} was still alive. ${a?"keeping":"disposing"}.`),a)n=!0;else{const t=u.getPromiseController(o);t&&t.reject(new Error("WebWorker which is origin of the Task is being terminated.")),"function"==typeof o.dispose&&o.dispose(),o[Lr]===e&&(o[Lr]=x),!mr&&r&&r.dispose(),s++}}}n||(Rr.clear(),Ir&&(Tr=new globalThis.FinalizationRegistry(Pr)));for(let e=0;en.resolve(e))).catch((e=>n.reject(e))),t}function qr(e){const t=zr(e);if(!t)return;const n=t.promise;n||w(!1,`Expected Promise for GCHandle ${e}`),u.assertIsControllablePromise(n),u.getPromiseController(n).reject(new Error("OperationCanceledException"))}const Jr="For more information see https://aka.ms/dotnet-wasm-jsinterop";function Yr(e,t,n){if(t===R.None||t===R.Void)return;let r,o,a,s;o=Ln(un(e)),a=Ln(pn(e)),s=Ln(dn(e));const i=ln(e);r=Xr(i),t===R.Nullable&&(t=i);const c=Xr(t),l=un(e),u=n*rn;return(e,t)=>{c(e+u,t,l,r,o,a,s)}}function Xr(e){if(e===R.None||e===R.Void)return;const t=Qt.get(e);return t&&"function"==typeof t||w(!1,`ERR30: Unknown converter for type ${e}`),t}function Zr(e,t){null==t?hn(e,R.None):(hn(e,R.Boolean),gn(e,t))}function Kr(e,t){null==t?hn(e,R.None):(hn(e,R.Byte),function(e,t){e||w(!1,"Null arg"),V(e,t)}(e,t))}function Qr(e,t){null==t?hn(e,R.None):(hn(e,R.Char),function(e,t){e||w(!1,"Null arg"),W(e,t)}(e,t))}function eo(e,t){null==t?hn(e,R.None):(hn(e,R.Int16),function(e,t){e||w(!1,"Null arg"),Y(e,t)}(e,t))}function to(e,t){null==t?hn(e,R.None):(hn(e,R.Int32),function(e,t){e||w(!1,"Null arg"),Z(e,t)}(e,t))}function no(e,t){null==t?hn(e,R.None):(hn(e,R.Int52),function(e,t){if(e||w(!1,"Null arg"),!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not an integer: ${t} (${typeof t})`);re(e,t)}(e,t))}function ro(e,t){null==t?hn(e,R.None):(hn(e,R.BigInt64),function(e,t){e||w(!1,"Null arg"),te(e,t)}(e,t))}function oo(e,t){null==t?hn(e,R.None):(hn(e,R.Double),Sn(e,t))}function ao(e,t){null==t?hn(e,R.None):(hn(e,R.Single),function(e,t){e||w(!1,"Null arg"),ne(e,t)}(e,t))}function so(e,t){null==t?hn(e,R.None):(hn(e,R.IntPtr),yn(e,t))}function io(e,t){if(null==t)hn(e,R.None);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");hn(e,R.DateTime),wn(e,t)}}function co(e,t){if(null==t)hn(e,R.None);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");hn(e,R.DateTimeOffset),wn(e,t)}}function lo(e,t){if(null==t)hn(e,R.None);else{if(hn(e,R.String),"string"!=typeof t)throw new Error("Assert failed: Value is not a String");uo(e,t)}}function uo(e,t){const n=In(e);try{ot(t,n)}finally{n.release()}}function po(e){hn(e,R.None)}function _o(e,t,n,r,o,a,s){if(null==t)return void hn(e,R.None);if(!(t&&t instanceof Function))throw new Error("Assert failed: Value is not a Function");const i=e=>{const n=an(e,0),c=an(e,1),l=an(e,2),u=an(e,3),p=an(e,4);try{let e,n,d;L&&i.isDisposed,o&&(e=o(l)),a&&(n=a(u)),s&&(d=s(p));const _=t(e,n,d);r&&r(c,_)}catch(e){ho(n,e)}};i[tn]=!0,i.isDisposed=!1,i.dispose=()=>{i.isDisposed=!0},vn(e,Dr(i)),hn(e,R.Function)}class fo{constructor(e){this.promise=e}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function mo(e,t,n,r){if(null==t)return void hn(e,R.None);if(!Hr(t))throw new Error("Assert failed: Value is not a Promise");const o=l.javaScriptExports.create_task_callback();Un(e,o),hn(e,R.Task);const a=new fo(t);Or(a,o),t.then((e=>{try{u.assert_runtime_running(),a.isDisposed&&w(!1,"This promise can't be propagated to managed code, because the Task was already freed."),l.javaScriptExports.complete_task(o,null,e,r||go),Mr(a,o)}catch(e){pt("Exception marshalling result of JS promise to CS: ",e)}})).catch((e=>{try{u.assert_runtime_running(),a.isDisposed&&w(!1,"This promise can't be propagated to managed code, because the Task was already freed."),l.javaScriptExports.complete_task(o,e,null,void 0),Mr(a,o)}catch(e){u.is_exited()||pt("Exception marshalling error of JS promise to CS: ",e)}}))}function ho(e,t){if(null==t)hn(e,R.None);else if(t instanceof ManagedError)hn(e,R.Exception),Un(e,Fr(t));else{if("object"!=typeof t&&"string"!=typeof t)throw new Error("Assert failed: Value is not an Error "+typeof t);hn(e,R.JSException),uo(e,t.toString());const n=t[Cr];vn(e,n||Dr(t))}}function bo(e,t){if(null==t)hn(e,R.None);else{if(void 0!==t[Lr])throw new Error(`Assert failed: JSObject proxy of ManagedObject proxy is not supported. ${Jr}`);if("function"!=typeof t&&"object"!=typeof t)throw new Error(`Assert failed: JSObject proxy of ${typeof t} is not supported`);hn(e,R.JSObject),vn(e,Dr(t))}}function go(e,t){if(null==t)hn(e,R.None);else{const n=t[Lr],r=typeof t;if(void 0===n)if("string"===r||"symbol"===r)hn(e,R.String),uo(e,t);else if("number"===r)hn(e,R.Double),Sn(e,t);else{if("bigint"===r)throw new Error("NotImplementedException: bigint");if("boolean"===r)hn(e,R.Boolean),gn(e,t);else if(t instanceof Date)hn(e,R.DateTime),wn(e,t);else if(t instanceof Error)ho(e,t);else if(t instanceof Uint8Array)wo(e,t,R.Byte);else if(t instanceof Float64Array)wo(e,t,R.Double);else if(t instanceof Int32Array)wo(e,t,R.Int32);else if(Array.isArray(t))wo(e,t,R.Object);else{if(t instanceof Int16Array||t instanceof Int8Array||t instanceof Uint8ClampedArray||t instanceof Uint16Array||t instanceof Uint32Array||t instanceof Float32Array)throw new Error("NotImplementedException: TypedArray");if(Hr(t))mo(e,t);else{if(t instanceof Span)throw new Error("NotImplementedException: Span");if("object"!=r)throw new Error(`JSObject proxy is not supported for ${r} ${t}`);{const n=Dr(t);hn(e,R.JSObject),vn(e,n)}}}}else{if(Fr(t),t instanceof ArraySegment)throw new Error("NotImplementedException: ArraySegment. "+Jr);if(t instanceof ManagedError)hn(e,R.Exception),Un(e,n);else{if(!(t instanceof ManagedObject))throw new Error("NotImplementedException "+r+". "+Jr);hn(e,R.Object),Un(e,n)}}}}function yo(e,t,n){n||w(!1,"Expected valid element_type parameter"),wo(e,t,n)}function wo(e,n,r){if(null==n)hn(e,R.None);else{const o=An(r);-1==o&&w(!1,`Element type ${R[r]} not supported`);const a=n.length,s=o*a,i=t._malloc(s);if(r==R.String){if(!Array.isArray(n))throw new Error("Assert failed: Value is not an Array");P(i,s),St.mono_wasm_register_root(i,s,"marshal_array_to_cs");for(let e=0;e>2,(i>>2)+a).set(n)}else{if(r!=R.Double)throw new Error("not implemented");if(!(Array.isArray(n)||n instanceof Float64Array))throw new Error("Assert failed: Value is not an Array or Float64Array");xe().subarray(i>>3,(i>>3)+a).set(n)}yn(e,i),hn(e,R.Array),function(e,t){e||w(!1,"Null arg"),q(e+4,t)}(e,r),xn(e,n.length)}}function So(e,t,n){if(n||w(!1,"Expected valid element_type parameter"),t.isDisposed)throw new Error("Assert failed: ObjectDisposedException");vo(n,t._viewType),hn(e,R.Span),yn(e,t._pointer),xn(e,t.length)}function ko(e,t,n){n||w(!1,"Expected valid element_type parameter");const r=Fr(t);r||w(!1,"Only roundtrip of ArraySegment instance created by C#"),vo(n,t._viewType),hn(e,R.ArraySegment),yn(e,t._pointer),xn(e,t.length),Un(e,r)}function vo(e,t){if(e==R.Byte){if(0!=t)throw new Error("Assert failed: Expected MemoryViewType.Byte")}else if(e==R.Int32){if(1!=t)throw new Error("Assert failed: Expected MemoryViewType.Int32")}else{if(e!=R.Double)throw new Error(`NotImplementedException ${R[e]} `);if(2!=t)throw new Error("Assert failed: Expected MemoryViewType.Double")}}const Eo={now:function(){return Date.now()}};function Uo(e){void 0===globalThis.performance&&(globalThis.performance=Eo),e.require=n.require,e.scriptDirectory=u.scriptDirectory,t.locateFile===t.__locateFile&&(t.locateFile=u.locateFile),e.fetch=u.fetch_like,e.noExitRuntime=a&&!i;const r=e.updateMemoryViews;l.updateMemoryViews=e.updateMemoryViews=()=>{r()}}async function Io(){var e;if(r){if(globalThis.performance===Eo){const{performance:e}=n.require("perf_hooks");globalThis.performance=e}if(n.process=await import("process"),globalThis.crypto||(globalThis.crypto={}),!globalThis.crypto.getRandomValues){let e;try{e=n.require("node:crypto")}catch(e){}e?e.webcrypto?globalThis.crypto=e.webcrypto:e.randomBytes&&(globalThis.crypto.getRandomValues=t=>{t&&t.set(e.randomBytes(t.length))}):globalThis.crypto.getRandomValues=()=>{throw new Error("Using node without crypto support. To enable current operation, either provide polyfill for 'globalThis.crypto.getRandomValues' or enable 'node:crypto' module.")}}}l.subtle=null===(e=globalThis.crypto)||void 0===e?void 0:e.subtle}function To(e){const t=St.mono_wasm_assembly_find_method(l.runtime_interop_exports_class,e,-1);if(!t)throw"Can't find method "+l.runtime_interop_namespace+"."+l.runtime_interop_exports_classname+"."+e;return t}function xo(){if("function"!=typeof globalThis.fetch||"function"!=typeof globalThis.AbortController)throw new Error(r?"Please install `node-fetch` and `node-abort-controller` npm packages to enable HTTP client support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support fetch API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}function Ao(){return"undefined"!=typeof Response&&"body"in Response.prototype&&"function"==typeof ReadableStream}function jo(){return xo(),new AbortController}function Ro(e){e.abort()}function Lo(e){e.__abort_controller.abort(),e.__reader&&e.__reader.cancel().catch((e=>{e&&"AbortError"!==e.name&&t.err("Error in http_wasm_abort_response: "+e)}))}function Co(e,t,n,r,o,a,s,i){return $o(e,t,n,r,o,a,new Span(s,i,0).slice())}function $o(e,t,n,r,o,a,s){xo(),e&&"string"==typeof e||w(!1,"expected url string"),t&&n&&Array.isArray(t)&&Array.isArray(n)&&t.length===n.length||w(!1,"expected headerNames and headerValues arrays"),r&&o&&Array.isArray(r)&&Array.isArray(o)&&r.length===o.length||w(!1,"expected headerNames and headerValues arrays");const i=new Headers;for(let e=0;e{const t=await u.fetch_like(e,c);return t.__abort_controller=a,t}))}function No(e){if(!e.__headerNames&&(e.__headerNames=[],e.__headerValues=[],e.headers&&e.headers.entries)){const t=e.headers.entries();for(const n of t)e.__headerNames.push(n[0]),e.__headerValues.push(n[1])}}function Do(e){return No(e),e.__headerNames}function Bo(e){return No(e),e.__headerValues}function Oo(e){return Gr((async()=>{const t=await e.arrayBuffer();return e.__buffer=t,e.__source_offset=0,t.byteLength}))}function Mo(e,t){if(e.__buffer||w(!1,"expected resoved arrayBuffer"),e.__source_offset==e.__buffer.byteLength)return 0;const n=new Uint8Array(e.__buffer,e.__source_offset);t.set(n,0);const r=Math.min(t.byteLength,n.byteLength);return e.__source_offset+=r,r}function Fo(e,t,n){const r=new Span(t,n,0);return Gr((async()=>{if(e.__reader||(e.__reader=e.body.getReader()),e.__chunk||(e.__chunk=await e.__reader.read(),e.__source_offset=0),e.__chunk.done)return 0;const t=e.__chunk.value.byteLength-e.__source_offset;t>0||w(!1,"expected remaining_source to be greater than 0");const n=Math.min(t,r.byteLength),o=e.__chunk.value.subarray(e.__source_offset,e.__source_offset+n);return r.set(o,0),e.__source_offset+=n,t==n&&(e.__chunk=void 0),n}))}let Po,zo=0,Vo=0;function Wo(){if(!u.isChromium)return;const e=(new Date).valueOf(),t=e+36e4;for(let n=Math.max(e+1e3,zo);n0;)--Vo,St.mono_background_exec()}function mono_wasm_schedule_timer_tick(){t.maybeExit(),u.is_runtime_running()&&(Po=void 0,St.mono_wasm_execute_timer())}class qo{constructor(){this.queue=[],this.offset=0}getLength(){return this.queue.length-this.offset}isEmpty(){return 0==this.queue.length}enqueue(e){this.queue.push(e)}dequeue(){if(0===this.queue.length)return;const e=this.queue[this.offset];return this.queue[this.offset]=null,2*++this.offset>=this.queue.length&&(this.queue=this.queue.slice(this.offset),this.offset=0),e}peek(){return this.queue.length>0?this.queue[this.offset]:void 0}drain(e){for(;this.getLength();)e(this.dequeue())}}const Jo=Symbol.for("wasm ws_pending_send_buffer"),Yo=Symbol.for("wasm ws_pending_send_buffer_offset"),Xo=Symbol.for("wasm ws_pending_send_buffer_type"),Zo=Symbol.for("wasm ws_pending_receive_event_queue"),Ko=Symbol.for("wasm ws_pending_receive_promise_queue"),Qo=Symbol.for("wasm ws_pending_open_promise"),ea=Symbol.for("wasm ws_pending_close_promises"),ta=Symbol.for("wasm ws_pending_send_promises"),na=Symbol.for("wasm ws_is_aborted"),ra=Symbol.for("wasm ws_on_closed"),oa=Symbol.for("wasm ws_receive_status_ptr");let aa=!1;const sa=65536,ia=new Uint8Array;function ca(e,t,n,o){!function(){if(s)throw new Error("WebSockets are not supported in shell JS engine.");if("function"!=typeof globalThis.WebSocket)throw new Error(r?"Please install `ws` npm package to enable networking support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support WebSocket API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}(),e&&"string"==typeof e||w(!1,"ERR12: Invalid uri "+typeof e),"function"!=typeof o&&w(!1,"ERR12: Invalid onClosed "+typeof o);const a=new globalThis.WebSocket(e,t||void 0),{promise_control:i}=y();a[Zo]=new qo,a[Ko]=new qo,a[Qo]=i,a[ta]=[],a[ea]=[],a[oa]=n,a[ra]=o,a.binaryType="arraybuffer";const c=()=>{a[na]||(i.resolve(a),Wo())},l=e=>{a[na]||(function(e,t){const n=e[Zo],r=e[Ko];if("string"==typeof t.data)n.enqueue({type:0,data:Ke(t.data),offset:0});else{if("ArrayBuffer"!==t.data.constructor.name)throw new Error("ERR19: WebSocket receive expected ArrayBuffer");n.enqueue({type:1,data:new Uint8Array(t.data),offset:0})}if(r.getLength()&&n.getLength()>1)throw new Error("ERR21: Invalid WS state");for(;r.getLength()&&n.getLength();){const t=r.dequeue();ma(e,n,t.buffer_ptr,t.buffer_length),t.resolve()}Wo()}(a,e),Wo())},u=e=>{if(a.removeEventListener("message",l),!a[na]){o(e.code,e.reason),i.reject(new Error(e.reason));for(const e of a[ea])e.resolve();a[Ko].drain((e=>{Z(n,0),Z(n+4,2),Z(n+8,1),e.resolve()})),a[ra].dispose()}},p=e=>{if(a[na])return;a.removeEventListener("message",l);const t=new Error(e.message||"WebSocket error");pt("WebSocket error",t),fa(a,t)};return a.addEventListener("message",l),a.addEventListener("open",c,{once:!0}),a.addEventListener("close",u,{once:!0}),a.addEventListener("error",p,{once:!0}),a.dispose=()=>{a.removeEventListener("message",l),a.removeEventListener("open",c),a.removeEventListener("close",u),a.removeEventListener("error",p),_a(a)},a}function la(e){return e||w(!1,"ERR17: expected ws instance"),e[Qo].promise}function ua(e,n,r,o,a){e||w(!1,"ERR17: expected ws instance");const s=function(e,n,r,o){let a=e[Jo],s=0;const i=n.byteLength;if(a){if(s=e[Yo],r=e[Xo],0!==i){if(s+i>a.length){const t=new Uint8Array(1.5*(s+i+50));t.set(a,0),t.subarray(s).set(n),e[Jo]=a=t}else a.subarray(s).set(n);s+=i,e[Yo]=s}}else o?0!==i&&(a=n,s=i):(0!==i&&(a=n.slice(),s=i,e[Yo]=s,e[Jo]=a),e[Xo]=r);return o?0==s||null==a?ia:0===r?function(e){return void 0===Ge?t.UTF8ArrayToString(e,0,e.byteLength):Ge.decode(e)}(it(a,0,s)):a.subarray(0,s):null}(e,new Uint8Array(Ee().buffer,n,r),o,a);return a&&s?function(e,t){if(e.send(t),e[Jo]=null,e.bufferedAmount{if(0===e.bufferedAmount)r.resolve();else{const t=e.readyState;if(t!=WebSocket.OPEN&&t!=WebSocket.CLOSING)r.reject(new Error(`InvalidState: ${t} The WebSocket is not connected.`));else if(!r.isDone)return globalThis.setTimeout(s,a),void(a=Math.min(1.5*a,1e3))}const t=o.indexOf(r);t>-1&&o.splice(t,1)};return globalThis.setTimeout(s,0),n}(e,s):null}function pa(e,t,n){e||w(!1,"ERR18: expected ws instance");const r=e[Zo],o=e[Ko],a=e.readyState;if(a!=WebSocket.OPEN&&a!=WebSocket.CLOSING)throw new Error(`InvalidState: ${a} The WebSocket is not connected.`);if(r.getLength())return 0!=o.getLength()&&w(!1,"ERR20: Invalid WS state"),ma(e,r,t,n),null;const{promise:s,promise_control:i}=y(),c=i;return c.buffer_ptr=t,c.buffer_length=n,o.enqueue(c),s}function da(e,t,n,r){if(e||w(!1,"ERR19: expected ws instance"),e.readyState==WebSocket.CLOSED)return null;if(r){const{promise:r,promise_control:o}=y();return e[ea].push(o),"string"==typeof n?e.close(t,n):e.close(t),r}return aa||(aa=!0,pt("WARNING: Web browsers do not support closing the output side of a WebSocket. CloseOutputAsync has closed the socket and discarded any incoming messages.")),"string"==typeof n?e.close(t,n):e.close(t),null}function _a(e){var t;e||w(!1,"ERR18: expected ws instance"),e[na]=!0,fa(e,new Error("OperationCanceledException")),null===(t=e[ra])||void 0===t||t.dispose();try{e.close(1e3,"Connection was aborted.")}catch(e){pt("WebSocket error while aborting",e)}}function fa(e,t){const n=e[Qo];n&&n.reject(t);for(const n of e[ea])n.reject(t);for(const n of e[ta])n.reject(t);e[Ko].drain((e=>{e.reject(t)}))}function ma(e,t,n,r){const o=t.peek(),a=Math.min(r,o.data.length-o.offset);if(a>0){const e=o.data.subarray(o.offset,o.offset+a);new Uint8Array(Ee().buffer,n,r).set(e,0),o.offset+=a}const s=o.data.length===o.offset?1:0;s&&t.dequeue();const i=e[oa];Z(i,a),Z(i+4,o.type),Z(i+8,s)}function ha(e){return 1===St.mono_wasm_load_icu_data(e)}function ba(e,n,r){lt(`Loaded:${e.name} as ${e.behavior} size ${r.length} from ${n}`);const o=Jt(),a="string"==typeof e.virtualPath?e.virtualPath:e.name;let s=null;switch(e.behavior){case"dotnetwasm":case"js-module-threads":case"symbols":break;case"resource":case"assembly":case"pdb":u._loaded_files.push({url:n,file:a});case"heap":case"icu":s=ye(r);break;case"vfs":{const e=a.lastIndexOf("/");let n=e>0?a.substr(0,e):null,o=e>0?a.substr(e+1):a;o.startsWith("/")&&(o=o.substr(1)),n?(lt(`Creating directory '${n}'`),t.FS_createPath("/",n,!0,!0)):n="/",lt(`Creating file '${o}' in directory '${n}'`),t.FS_createDataFile(n,o,r,!0,!0,!0);break}default:throw new Error(`Unrecognized asset behavior:${e.behavior}, for asset ${e.name}`)}if("assembly"===e.behavior){if(!St.mono_wasm_add_assembly(a,s,r.length)){const e=u._loaded_files.findIndex((e=>e.file==a));u._loaded_files.splice(e,1)}}else"pdb"===e.behavior?St.mono_wasm_add_assembly(a,s,r.length):"icu"===e.behavior?ha(s)||t.err(`Error loading ICU asset ${e.name}`):"resource"===e.behavior&&St.mono_wasm_add_satellite_assembly(a,e.culture||"",s,r.length);Yt(o,"mono.instantiateAsset:",e.name),++u.actual_instantiated_assets_count}async function ga(e){try{const t=await e.pendingDownloadInternal.response;(await t.text()).split(/[\r\n]/).forEach((e=>{const t=e.split(/:/);t.length<2||(t[1]=t.splice(1).join(":"),_t.set(Number(t[0]),t[1]))})),lt(`Loaded ${_t.size} symbols`)}catch(t){ut(`Error loading symbol file ${e.name}: ${JSON.stringify(t)}`)}}function ya(){return u.loadedFiles}const wa={};function Sa(e){let t=wa[e];if("string"!=typeof t){const n=St.mono_jiterp_get_opcode_info(e,0);wa[e]=t=Qe(n)}return t}const ka=2,va=64,Ea=64,Ua=["Unknown","InterpreterTiering","NullCheck","VtableNotInitialized","Branch","BackwardBranch","ConditionalBranch","ConditionalBackwardBranch","ComplexBranch","ArrayLoadFailed","ArrayStoreFailed","StringOperationFailed","DivideByZero","Overflow","Return","Call","Throw","AllocFailed","SpanOperationFailed","CastFailed","SafepointBranchTaken","UnboxFailed","CallDelegate","Debugging","Icall","UnexpectedRetIp","LeaveCheck"],Ia={};class Ta{constructor(e){this.locals=new Map,this.permanentFunctionTypeCount=0,this.permanentFunctionTypes={},this.permanentFunctionTypesByShape={},this.permanentFunctionTypesByIndex={},this.functionTypesByIndex={},this.permanentImportedFunctionCount=0,this.permanentImportedFunctions={},this.nextImportIndex=0,this.functions=[],this.estimatedExportBytes=0,this.frame=0,this.traceBuf=[],this.branchTargets=new Set,this.constantSlots=[],this.backBranchOffsets=[],this.callHandlerReturnAddresses=[],this.nextConstantSlot=0,this.compressImportNames=!1,this.lockImports=!1,this._assignParameterIndices=e=>{let t=0;for(const n in e)this.locals.set(n,t),t++;return t},this.stack=[new xa],this.clear(e),this.cfg=new Aa(this)}clear(e){this.options=os(),this.stackSize=1,this.inSection=!1,this.inFunction=!1,this.lockImports=!1,this.locals.clear(),this.functionTypeCount=this.permanentFunctionTypeCount,this.functionTypes=Object.create(this.permanentFunctionTypes),this.functionTypesByShape=Object.create(this.permanentFunctionTypesByShape),this.functionTypesByIndex=Object.create(this.permanentFunctionTypesByIndex),this.nextImportIndex=0,this.importedFunctionCount=0,this.importedFunctions=Object.create(this.permanentImportedFunctions);for(const e in this.importedFunctions)this.importedFunctions[e].index=void 0;this.functions.length=0,this.estimatedExportBytes=0,this.argumentCount=0,this.current.clear(),this.traceBuf.length=0,this.branchTargets.clear(),this.activeBlocks=0,this.nextConstantSlot=0,this.constantSlots.length=this.options.useConstants?e:0;for(let e=0;e=this.stack.length&&this.stack.push(new xa),this.current.clear()}_pop(e){if(this.stackSize<=1)throw new Error("Stack empty");const t=this.current;return this.stackSize--,e?(this.appendULeb(t.size),t.copyTo(this.current),null):t.getArrayView(!1).slice(0,t.size)}getWasmImports(){const e=t.getMemory();e instanceof WebAssembly.Memory||w(!1,`expected heap import to be WebAssembly.Memory but was ${e}`);const n={c:this.getConstants(),m:{h:e}},r=this.getImportsToEmit();for(let e=0;e>>0||e>255)throw new Error(`Byte out of range: ${e}`);return this.current.appendU8(e)}appendSimd(e,t){return this.current.appendU8(253),0!=(0|e)||0===e&&!0===t||w(!1,"Expected non-v128_load simd opcode or allowLoad==true"),this.current.appendULeb(e)}appendU32(e){return this.current.appendU32(e)}appendF32(e){return this.current.appendF32(e)}appendF64(e){return this.current.appendF64(e)}appendBoundaryValue(e,t){return this.current.appendBoundaryValue(e,t)}appendULeb(e){return this.current.appendULeb(e)}appendLeb(e){return this.current.appendLeb(e)}appendLebRef(e,t){return this.current.appendLebRef(e,t)}appendBytes(e){return this.current.appendBytes(e)}appendName(e){return this.current.appendName(e)}ret(e){this.ip_const(e),this.appendU8(15)}i32_const(e){this.appendU8(65),this.appendLeb(e)}ptr_const(e){let t=this.options.useConstants?this.constantSlots.indexOf(e):-1;this.options.useConstants&&t<0&&this.nextConstantSlot=0?(this.appendU8(35),this.appendLeb(t)):this.i32_const(e)}ip_const(e){this.appendU8(65),this.appendLeb(e-this.base)}i52_const(e){this.appendU8(66),this.appendLeb(e)}v128_const(e){if(0===e)this.local("v128_zero");else{if("object"!=typeof e)throw new Error("Expected v128_const arg to be 0 or a Uint8Array");{16!==e.byteLength&&w(!1,"Expected v128_const arg to be 16 bytes in size");let t=!0;for(let n=0;n<16;n++)0!==e[n]&&(t=!1);t?this.local("v128_zero"):(this.appendSimd(12),this.appendBytes(e))}}}defineType(e,t,n,r){if(this.functionTypes[e])throw new Error(`Function type ${e} already defined`);if(r&&this.functionTypeCount>this.permanentFunctionTypeCount)throw new Error("New permanent function types cannot be defined after non-permanent ones");let o="";for(const e in t)o+=t[e]+",";o+=n;let a=this.functionTypesByShape[o];"number"!=typeof a&&(a=this.functionTypeCount++,r?(this.permanentFunctionTypeCount++,this.permanentFunctionTypesByShape[o]=a,this.permanentFunctionTypesByIndex[a]=[t,Object.values(t).length,n]):(this.functionTypesByShape[o]=a,this.functionTypesByIndex[a]=[t,Object.values(t).length,n]));const s=[a,t,n,`(${JSON.stringify(t)}) -> ${n}`,r];return r?this.permanentFunctionTypes[e]=s:this.functionTypes[e]=s,a}generateTypeSection(){this.beginSection(1),this.appendULeb(this.functionTypeCount);for(let e=0;ee.index-t.index)),e}_generateImportSection(e){const t=this.getImportsToEmit();if(this.lockImports=!0,!1!==e)throw new Error("function table imports are disabled");this.beginSection(2),this.appendULeb(1+t.length+this.constantSlots.length+(!1!==e?1:0));for(let e=0;e0)throw new Error("New permanent imports cannot be defined after any indexes have been assigned");const a=this.functionTypes[n];if(!a)throw new Error("No function type named "+n);if(r&&!a[4])throw new Error("A permanent import must have a permanent function type");const s=a[0],i=r?this.permanentImportedFunctions:this.importedFunctions;if("number"==typeof o&&(o=Ma().get(o)),"function"!=typeof o&&void 0!==o)throw new Error(`Value passed for imported function ${t} was not a function or valid function pointer or undefined`);return i[t]={index:void 0,typeIndex:s,module:e,name:t,func:o}}markImportAsUsed(e){const t=this.importedFunctions[e];if(!t)throw new Error("No imported function named "+e);"number"!=typeof t.index&&(t.index=this.importedFunctionCount++)}defineFunction(e,t){const n={index:this.functions.length,name:e.name,typeName:e.type,typeIndex:this.functionTypes[e.type][0],export:e.export,locals:e.locals,generator:t,error:null,blob:null};return this.functions.push(n),n.export&&(this.estimatedExportBytes+=n.name.length+8),n}emitImportsAndFunctions(e){let t=0;for(let e=0;e0)throw new Error(`${this.activeBlocks} unclosed block(s) at end of function`);const t=this._pop(e);return this.inFunction=!1,t}block(e,t){const n=this.appendU8(t||2);return e?this.appendU8(e):this.appendU8(64),this.activeBlocks++,n}endBlock(){if(this.activeBlocks<=0)throw new Error("No blocks active");this.activeBlocks--,this.appendU8(11)}arg(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e;if("number"!=typeof n)throw new Error("No local named "+e);t&&this.appendU8(t),this.appendULeb(n)}local(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e+this.argumentCount;if("number"!=typeof n)throw new Error("No local named "+e);t?this.appendU8(t):this.appendU8(32),this.appendULeb(n)}appendMemarg(e,t){this.appendULeb(t),this.appendULeb(e)}lea(e,t){"string"==typeof e?this.local(e):this.i32_const(e),this.i32_const(t),this.appendU8(106)}getArrayView(e){if(this.stackSize>1)throw new Error("Jiterpreter block stack not empty");return this.stack[0].getArrayView(e)}getConstants(){const e={};for(let t=0;t=this.capacity)throw new Error("Buffer full");const t=this.size;return Ee()[this.buffer+this.size++]=e,t}appendU32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,0),this.size+=4,t}appendI32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,1),this.size+=4,t}appendF32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,2),this.size+=4,t}appendF64(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,3),this.size+=8,t}appendBoundaryValue(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=St.mono_jiterp_encode_leb_signed_boundary(this.buffer+this.size,e,t);if(n<1)throw new Error(`Failed to encode ${e} bit boundary value with sign ${t}`);return this.size+=n,n}appendULeb(e){if("number"!=typeof e&&w(!1,`appendULeb expected number but got ${e}`),e>=0||w(!1,"cannot pass negative value to appendULeb"),e<127){if(this.size+1>=this.capacity)throw new Error("Buffer full");return this.appendU8(e),1}if(this.size+8>=this.capacity)throw new Error("Buffer full");const t=St.mono_jiterp_encode_leb52(this.buffer+this.size,e,0);if(t<1)throw new Error(`Failed to encode value '${e}' as unsigned leb`);return this.size+=t,t}appendLeb(e){if("number"!=typeof e&&w(!1,`appendLeb expected number but got ${e}`),this.size+8>=this.capacity)throw new Error("Buffer full");const t=St.mono_jiterp_encode_leb52(this.buffer+this.size,e,1);if(t<1)throw new Error(`Failed to encode value '${e}' as signed leb`);return this.size+=t,t}appendLebRef(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=St.mono_jiterp_encode_leb64_ref(this.buffer+this.size,e,t?1:0);if(n<1)throw new Error("Failed to encode value as leb");return this.size+=n,n}copyTo(e,t){"number"!=typeof t&&(t=this.size),Ee().copyWithin(e.buffer+e.size,this.buffer,this.buffer+t),e.size+=t}appendBytes(e,t){const n=this.size,r=Ee();return e.buffer===r.buffer?("number"!=typeof t&&(t=e.length),r.copyWithin(this.buffer+n,e.byteOffset,e.byteOffset+t),this.size+=t):("number"==typeof t&&(e=new Uint8Array(e.buffer,e.byteOffset,t)),this.getArrayView(!0).set(e,this.size),this.size+=e.length),n}appendName(e){let t=e.length,n=1===e.length?e.charCodeAt(0):-1;if(n>127&&(n=-1),t&&n<0)if(this.encoder)t=this.encoder.encodeInto(e,this.textBuf).written||0;else for(let n=0;n127)throw new Error("Out of range character and no TextEncoder available");this.textBuf[n]=t}this.appendULeb(t),n>=0?this.appendU8(n):t>1&&this.appendBytes(this.textBuf,t)}getArrayView(e){return new Uint8Array(Ee().buffer,this.buffer,e?this.capacity:this.size)}}class Aa{constructor(e){this.segments=[],this.backBranchTargets=null,this.lastSegmentEnd=0,this.overheadBytes=0,this.blockStack=[],this.backDispatchOffsets=[],this.dispatchTable=new Map,this.observedBranchTargets=new Set,this.trace=0,this.builder=e}initialize(e,t,n){this.segments.length=0,this.blockStack.length=0,this.startOfBody=e,this.backBranchTargets=t,this.base=this.builder.base,this.ip=this.lastSegmentStartIp=this.builder.base,this.lastSegmentEnd=0,this.overheadBytes=10,this.dispatchTable.clear(),this.observedBranchTargets.clear(),this.trace=n,this.backDispatchOffsets.length=0}entry(e){this.entryIp=e,this.appendBlob(),1!==this.segments.length&&w(!1,"expected 1 segment"),"blob"!==this.segments[0].type&&w(!1,"expected blob"),this.entryBlob=this.segments[0],this.segments.length=0,this.overheadBytes+=9,this.backBranchTargets&&(this.overheadBytes+=20,this.overheadBytes+=this.backBranchTargets.length)}appendBlob(){this.builder.current.size!==this.lastSegmentEnd&&(this.segments.push({type:"blob",ip:this.lastSegmentStartIp,start:this.lastSegmentEnd,length:this.builder.current.size-this.lastSegmentEnd}),this.lastSegmentStartIp=this.ip,this.lastSegmentEnd=this.builder.current.size,this.overheadBytes+=2)}startBranchBlock(e,t){this.appendBlob(),this.segments.push({type:"branch-block-header",ip:e,isBackBranchTarget:t}),this.overheadBytes+=1}branch(e,t,n){this.observedBranchTargets.add(e),this.appendBlob(),this.segments.push({type:"branch",from:this.ip,target:e,isBackward:t,branchType:n}),this.overheadBytes+=4,t&&(this.overheadBytes+=11),3!==n&&2!==n||(this.overheadBytes+=17)}emitBlob(e,t){const n=t.subarray(e.start,e.start+e.length);this.builder.appendBytes(n)}generate(){this.appendBlob();const e=this.builder.endFunction(!1);this.builder._push(),this.builder.base=this.base,this.emitBlob(this.entryBlob,e),this.backBranchTargets&&(this.builder.i32_const(0),this.builder.local("disp",33),this.builder.block(64,3));for(let e=0;ee-t));for(let e=0;e0&&ut("No back branch targets were reachable after filtering");else if(1===this.backDispatchOffsets.length)this.trace>0&&(this.backDispatchOffsets[0]===this.entryIp?ut(`Exactly one back dispatch offset and it was the entry point 0x${this.entryIp.toString(16)}`):ut(`Exactly one back dispatch offset and it was 0x${this.backDispatchOffsets[0].toString(16)}`)),this.builder.local("disp"),this.builder.appendU8(13),this.builder.appendULeb(this.blockStack.indexOf(this.backDispatchOffsets[0]));else{this.builder.block(64),this.builder.block(64),this.builder.local("disp"),this.builder.appendU8(14),this.builder.appendULeb(this.backDispatchOffsets.length+1),this.builder.appendULeb(1);for(let e=0;e0&&this.blockStack.push(0)}this.trace>1&&ut(`blockStack=${this.blockStack}`);for(let t=0;t1&&ut(`backward br from ${n.from.toString(16)} to ${n.target.toString(16)}: disp=${e}`),this.builder.i32_const(1),this.builder.local("backbranched",33),this.builder.i32_const(e),this.builder.local("disp",33),r=!0}else this.trace>0&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed: back branch target not in dispatch table`),t=-1;if(t>=0||r){let e=0;switch(n.branchType){case 2:Da(this.builder,n.from),this.builder.appendU8(12);break;case 3:this.builder.block(64,4),Da(this.builder,n.from),this.builder.appendU8(12),e=1;break;case 0:this.builder.appendU8(12);break;case 1:this.builder.appendU8(13);break;default:throw new Error("Unimplemented branch type")}this.builder.appendULeb(e+t),e&&this.builder.endBlock(),this.trace>1&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} breaking out ${e+t+1} level(s)`)}else{if(this.trace>0){const e=this.base;n.target>=e&&n.target1&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed (outside of trace 0x${e.toString(16)} - 0x${this.exitIp.toString(16)})`)}const e=1===n.branchType||3===n.branchType;e&&this.builder.block(64,4),Ba(this.builder,n.target,4),e&&this.builder.endBlock()}break}default:throw new Error("unreachable")}}return this.backBranchTargets&&(this.blockStack.length<=1||w(!1,"expected one or zero entries in the block stack at the end"),this.blockStack.length&&this.blockStack.shift(),this.builder.endBlock()),0!==this.blockStack.length&&w(!1,`expected block stack to be empty at end of function but it was ${this.blockStack}`),this.builder.ip_const(this.exitIp),this.builder.appendU8(15),this.builder.appendU8(11),this.builder._pop(!1)}}let ja,Ra=-1,La=0;const Ca={generation:0,compilation:0},$a={traceCandidates:0,tracesCompiled:0,entryWrappersCompiled:0,jitCallsCompiled:0,directJitCallsCompiled:0,failures:0,bytesGenerated:0,nullChecksEliminated:0,nullChecksFused:0,backBranchesEmitted:0,backBranchesNotEmitted:0,simdFallback:{}},Na=globalThis.performance&&globalThis.performance.now?globalThis.performance.now.bind(globalThis.performance):Date.now;function Da(e,t){e.ptr_const(St.mono_jiterp_get_polling_required_address()),e.appendU8(40),e.appendMemarg(0,2),e.block(64,4),e.local("frame"),e.i32_const(t),e.callImport("safepoint"),e.endBlock()}function Ba(e,t,n){e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.base),e.i32_const(n),e.callImport("bailout")),e.appendU8(15)}function Oa(e,t,n,r){n<=e.options.monitoringLongDistance+2&&(e.local("cinfo"),e.i32_const(n),e.appendU8(54),e.appendMemarg(4,0),e.local("cinfo"),e.local("backbranched"),e.appendU8(54),e.appendMemarg(0,0)),e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.base),e.i32_const(r),e.callImport("bailout")),e.appendU8(15)}function Ma(){if(ja||(ja=t.getWasmIndirectFunctionTable()),!ja)throw new Error("Module did not export the indirect function table");return ja}function Fa(e){e||w(!1,"Attempting to set null function into table"),l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const t=Ma();La<=0&&(Ra=t.length,La=512,t.grow(La));const n=Ra;return Ra++,La--,t.set(n,e),n}function Pa(e,t,n,r,o){if(r<=0)return o&&e.appendU8(26),!0;if(r>=va)return!1;if(0!==n)return!1;const a=o?"memop_dest":"pLocals";o&&e.local(a,33);let s=o?0:t;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.v128_const(0),e.appendSimd(11),e.appendMemarg(s,0),s+=t,r-=t}for(;r>=8;)e.local(a),e.i52_const(0),e.appendU8(55),e.appendMemarg(s,0),s+=8,r-=8;for(;r>=1;){e.local(a),e.i32_const(0);let t=r%4;switch(t){case 0:t=4,e.appendU8(54);break;case 1:e.appendU8(58);break;case 3:case 2:t=2,e.appendU8(59)}e.appendMemarg(s,0),s+=t,r-=t}return!0}function za(e,t,n){Pa(e,0,t,n,!0)||(e.i32_const(t),e.i32_const(n),e.appendU8(252),e.appendU8(11),e.appendU8(0))}function Va(e,t,n,r,o,a,s){if(r<=0)return o&&(e.appendU8(26),e.appendU8(26)),!0;if(r>=Ea)return!1;o?(a=a||"memop_dest",s=s||"memop_src",e.local(s,33),e.local(a,33)):a&&s||(a=s="pLocals");let i=o?0:t,c=o?0:n;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.local(s),e.appendSimd(0,!0),e.appendMemarg(c,0),e.appendSimd(11),e.appendMemarg(i,0),i+=t,c+=t,r-=t}for(;r>=8;)e.local(a),e.local(s),e.appendU8(41),e.appendMemarg(c,0),e.appendU8(55),e.appendMemarg(i,0),i+=8,c+=8,r-=8;for(;r>=1;){let t,n,o=r%4;switch(o){case 0:o=4,t=40,n=54;break;default:case 1:o=1,t=44,n=58;break;case 3:case 2:o=2,t=46,n=59}e.local(a),e.local(s),e.appendU8(t),e.appendMemarg(c,0),e.appendU8(n),e.appendMemarg(i,0),c+=o,i+=o,r-=o}return!0}function Wa(e,t){return Va(e,0,0,t,!0)||(e.i32_const(t),e.appendU8(252),e.appendU8(10),e.appendU8(0),e.appendU8(0)),!0}function Ha(){$a.failures++,$a.failures>=ka&&(ut(`Disabling jiterpreter after ${$a.failures} failures`),rs({enableTraces:!1,enableInterpEntry:!1,enableJitCall:!1}))}const Ga={};function qa(e){const t=Ga[e];return void 0===t?Ga[e]=St.mono_jiterp_get_member_offset(e):t}function Ja(e){const n=t.asm[e];if("function"!=typeof n)throw new Error(`raw cwrap ${e} not found`);return n}const Ya={};function Xa(e){let t=Ya[e];return"number"!=typeof t&&(t=Ya[e]=St.mono_jiterp_get_opcode_value_table_entry(e)),t}function Za(e,t){return[e,e,t]}let Ka;function Qa(){if(!St.mono_wasm_is_zero_page_reserved())return!1;if(!0===Ka)return!1;const e=Ie();for(let t=0;t<8;t++)if(0!==e[t])return!1===Ka&&dt(`Zero page optimizations are enabled but garbage appeared in memory at address ${4*t}: ${e[t]}`),Ka=!0,!1;return Ka=!1,!0}const es={enableTraces:"jiterpreter-traces-enabled",enableInterpEntry:"jiterpreter-interp-entry-enabled",enableJitCall:"jiterpreter-jit-call-enabled",enableBackwardBranches:"jiterpreter-backward-branch-entries-enabled",enableCallResume:"jiterpreter-call-resume-enabled",enableWasmEh:"jiterpreter-wasm-eh-enabled",enableSimd:"jiterpreter-simd-enabled",zeroPageOptimization:"jiterpreter-zero-page-optimization",enableStats:"jiterpreter-stats-enabled",disableHeuristic:"jiterpreter-disable-heuristic",estimateHeat:"jiterpreter-estimate-heat",countBailouts:"jiterpreter-count-bailouts",dumpTraces:"jiterpreter-dump-traces",useConstants:"jiterpreter-use-constants",eliminateNullChecks:"jiterpreter-eliminate-null-checks",noExitBackwardBranches:"jiterpreter-backward-branches-enabled",directJitCalls:"jiterpreter-direct-jit-calls",minimumTraceValue:"jiterpreter-minimum-trace-value",minimumTraceHitCount:"jiterpreter-minimum-trace-hit-count",monitoringPeriod:"jiterpreter-trace-monitoring-period",monitoringShortDistance:"jiterpreter-trace-monitoring-short-distance",monitoringLongDistance:"jiterpreter-trace-monitoring-long-distance",monitoringMaxAveragePenalty:"jiterpreter-trace-monitoring-max-average-penalty",backBranchBoost:"jiterpreter-back-branch-boost",jitCallHitCount:"jiterpreter-jit-call-hit-count",jitCallFlushThreshold:"jiterpreter-jit-call-queue-flush-threshold",interpEntryHitCount:"jiterpreter-interp-entry-hit-count",interpEntryFlushThreshold:"jiterpreter-interp-entry-queue-flush-threshold",wasmBytesLimit:"jiterpreter-wasm-bytes-limit"};let ts=-1,ns={};function rs(e){for(const t in e){const n=es[t];if(!n){dt(`Unrecognized jiterpreter option: ${t}`);continue}const r=e[t];"boolean"==typeof r?St.mono_jiterp_parse_option((r?"--":"--no-")+n):"number"==typeof r?St.mono_jiterp_parse_option(`--${n}=${r}`):dt(`Jiterpreter option must be a boolean or a number but was ${typeof r} '${r}'`)}}function os(){const e=St.mono_jiterp_get_options_version();return e!==ts&&(function(){const e=St.mono_jiterp_get_options_as_json(),n=Qe(e);t._free(e);const r=JSON.parse(n);ns={};for(const e in es){const t=es[e];ns[e]=r[t]}}(),ts=e),ns}const as={2:["V128_I1_NEGATION","V128_I2_NEGATION","V128_I4_NEGATION","V128_ONES_COMPLEMENT","V128_U2_WIDEN_LOWER","V128_U2_WIDEN_UPPER","V128_I1_CREATE_SCALAR","V128_I2_CREATE_SCALAR","V128_I4_CREATE_SCALAR","V128_I8_CREATE_SCALAR","V128_I1_EXTRACT_MSB","V128_I2_EXTRACT_MSB","V128_I4_EXTRACT_MSB","V128_I8_EXTRACT_MSB","V128_I1_CREATE","V128_I2_CREATE","V128_I4_CREATE","V128_I8_CREATE","SplatX1","SplatX2","SplatX4","SplatX8","NegateD1","NegateD2","NegateD4","NegateD8","NegateR4","NegateR8","SqrtR4","SqrtR8","CeilingR4","CeilingR8","FloorR4","FloorR8","TruncateR4","TruncateR8","RoundToNearestR4","RoundToNearestR8","NotANY","AnyTrueANY","AllTrueD1","AllTrueD2","AllTrueD4","AllTrueD8","PopCountU1","BitmaskD1","BitmaskD2","BitmaskD4","BitmaskD8","AddPairwiseWideningI1","AddPairwiseWideningU1","AddPairwiseWideningI2","AddPairwiseWideningU2","AbsI1","AbsI2","AbsI4","AbsI8","AbsR4","AbsR8","ConvertToSingleI4","ConvertToSingleU4","ConvertToSingleR8","ConvertToDoubleLowerI4","ConvertToDoubleLowerU4","ConvertToDoubleLowerR8","ConvertToInt32SaturateR4","ConvertToUInt32SaturateR4","ConvertToInt32SaturateR8","ConvertToUInt32SaturateR8","SignExtendWideningLowerD1","SignExtendWideningLowerD2","SignExtendWideningLowerD4","SignExtendWideningUpperD1","SignExtendWideningUpperD2","SignExtendWideningUpperD4","ZeroExtendWideningLowerD1","ZeroExtendWideningLowerD2","ZeroExtendWideningLowerD4","ZeroExtendWideningUpperD1","ZeroExtendWideningUpperD2","ZeroExtendWideningUpperD4","LoadVector128ANY","LoadScalarVector128X4","LoadScalarVector128X8","LoadScalarAndSplatVector128X1","LoadScalarAndSplatVector128X2","LoadScalarAndSplatVector128X4","LoadScalarAndSplatVector128X8","LoadWideningVector128I1","LoadWideningVector128U1","LoadWideningVector128I2","LoadWideningVector128U2","LoadWideningVector128I4","LoadWideningVector128U4"],3:["V128_I1_ADD","V128_I2_ADD","V128_I4_ADD","V128_R4_ADD","V128_I1_SUB","V128_I2_SUB","V128_I4_SUB","V128_R4_SUB","V128_BITWISE_AND","V128_BITWISE_OR","V128_BITWISE_EQUALITY","V128_BITWISE_INEQUALITY","V128_R4_FLOAT_EQUALITY","V128_R8_FLOAT_EQUALITY","V128_EXCLUSIVE_OR","V128_I1_MULTIPLY","V128_I2_MULTIPLY","V128_I4_MULTIPLY","V128_R4_MULTIPLY","V128_R4_DIVISION","V128_I1_LEFT_SHIFT","V128_I2_LEFT_SHIFT","V128_I4_LEFT_SHIFT","V128_I8_LEFT_SHIFT","V128_I1_RIGHT_SHIFT","V128_I2_RIGHT_SHIFT","V128_I4_RIGHT_SHIFT","V128_I1_URIGHT_SHIFT","V128_I2_URIGHT_SHIFT","V128_I4_URIGHT_SHIFT","V128_I8_URIGHT_SHIFT","V128_U1_NARROW","V128_U1_GREATER_THAN","V128_I1_LESS_THAN","V128_U1_LESS_THAN","V128_I2_LESS_THAN","V128_I1_EQUALS","V128_I2_EQUALS","V128_I4_EQUALS","V128_R4_EQUALS","V128_I8_EQUALS","V128_AND_NOT","V128_U2_LESS_THAN_EQUAL","V128_I1_SHUFFLE","V128_I2_SHUFFLE","V128_I4_SHUFFLE","V128_I8_SHUFFLE","ExtractScalarI1","ExtractScalarU1","ExtractScalarI2","ExtractScalarU2","ExtractScalarD4","ExtractScalarD8","ExtractScalarR4","ExtractScalarR8","SwizzleD1","AddD1","AddD2","AddD4","AddD8","AddR4","AddR8","SubtractD1","SubtractD2","SubtractD4","SubtractD8","SubtractR4","SubtractR8","MultiplyD2","MultiplyD4","MultiplyD8","MultiplyR4","MultiplyR8","DivideR4","DivideR8","DotI2","ShiftLeftD1","ShiftLeftD2","ShiftLeftD4","ShiftLeftD8","ShiftRightArithmeticD1","ShiftRightArithmeticD2","ShiftRightArithmeticD4","ShiftRightArithmeticD8","ShiftRightLogicalD1","ShiftRightLogicalD2","ShiftRightLogicalD4","ShiftRightLogicalD8","AndANY","AndNotANY","OrANY","XorANY","CompareEqualD1","CompareEqualD2","CompareEqualD4","CompareEqualD8","CompareEqualR4","CompareEqualR8","CompareNotEqualD1","CompareNotEqualD2","CompareNotEqualD4","CompareNotEqualD8","CompareNotEqualR4","CompareNotEqualR8","CompareLessThanI1","CompareLessThanU1","CompareLessThanI2","CompareLessThanU2","CompareLessThanI4","CompareLessThanU4","CompareLessThanI8","CompareLessThanR4","CompareLessThanR8","CompareLessThanOrEqualI1","CompareLessThanOrEqualU1","CompareLessThanOrEqualI2","CompareLessThanOrEqualU2","CompareLessThanOrEqualI4","CompareLessThanOrEqualU4","CompareLessThanOrEqualI8","CompareLessThanOrEqualR4","CompareLessThanOrEqualR8","CompareGreaterThanI1","CompareGreaterThanU1","CompareGreaterThanI2","CompareGreaterThanU2","CompareGreaterThanI4","CompareGreaterThanU4","CompareGreaterThanI8","CompareGreaterThanR4","CompareGreaterThanR8","CompareGreaterThanOrEqualI1","CompareGreaterThanOrEqualU1","CompareGreaterThanOrEqualI2","CompareGreaterThanOrEqualU2","CompareGreaterThanOrEqualI4","CompareGreaterThanOrEqualU4","CompareGreaterThanOrEqualI8","CompareGreaterThanOrEqualR4","CompareGreaterThanOrEqualR8","ConvertNarrowingSaturateSignedI2","ConvertNarrowingSaturateSignedI4","ConvertNarrowingSaturateUnsignedI2","ConvertNarrowingSaturateUnsignedI4","MultiplyWideningLowerI1","MultiplyWideningLowerI2","MultiplyWideningLowerI4","MultiplyWideningLowerU1","MultiplyWideningLowerU2","MultiplyWideningLowerU4","MultiplyWideningUpperI1","MultiplyWideningUpperI2","MultiplyWideningUpperI4","MultiplyWideningUpperU1","MultiplyWideningUpperU2","MultiplyWideningUpperU4","AddSaturateI1","AddSaturateU1","AddSaturateI2","AddSaturateU2","SubtractSaturateI1","SubtractSaturateU1","SubtractSaturateI2","SubtractSaturateU2","MultiplyRoundedSaturateQ15I2","MinI1","MinI2","MinI4","MinU1","MinU2","MinU4","MaxI1","MaxI2","MaxI4","MaxU1","MaxU2","MaxU4","AverageRoundedU1","AverageRoundedU2","MinR4","MinR8","MaxR4","MaxR8","PseudoMinR4","PseudoMinR8","PseudoMaxR4","PseudoMaxR8","StoreANY"],4:["V128_CONDITIONAL_SELECT","ReplaceScalarD1","ReplaceScalarD2","ReplaceScalarD4","ReplaceScalarD8","ReplaceScalarR4","ReplaceScalarR8","ShuffleD1","BitwiseSelectANY","LoadScalarAndInsertX1","LoadScalarAndInsertX2","LoadScalarAndInsertX4","LoadScalarAndInsertX8","StoreSelectedScalarX1","StoreSelectedScalarX2","StoreSelectedScalarX4","StoreSelectedScalarX8"]},ss={13:[65,-1],14:[65,0],15:[65,1],16:[65,2],17:[65,3],18:[65,4],19:[65,5],20:[65,6],21:[65,7],22:[65,8]},is={463:168,469:174,464:170,470:176},cs={515:[69,40,54],435:[106,40,54],437:[107,40,54],439:[107,40,54],443:[115,40,54],436:[124,41,55],438:[125,41,55],440:[125,41,55],444:[133,41,55],518:[106,40,54],522:[108,40,54],519:[124,41,55],523:[126,41,55],441:[140,42,56],442:[154,43,57],471:[178,40,56],474:[183,40,57],445:[184,40,57],472:[180,41,56],475:[185,41,57],446:[186,41,57],476:[187,42,57],473:[182,43,56],467:[1,52,55],468:[1,53,55],451:[113,40,54],459:[113,40,54],447:[117,40,54],455:[117,40,54],452:[113,41,54],460:[113,41,54],448:[117,41,54],456:[117,41,54],526:[116,40,54],527:[134,41,55],528:[117,40,54],529:[135,41,55],524:[118,40,54],525:[136,41,55],628:[119,40,54],629:[137,41,55],630:[120,40,54],631:[138,41,55],632:[103,40,54],634:[104,40,54],636:[105,40,54],633:[121,41,55],635:[122,41,55],637:[123,41,55]},ls={401:187,402:1,405:187,406:1,409:187,410:1,413:187,414:1,419:187,420:1,423:187,424:1,433:187,434:1,427:187,428:1,65536:187,65537:187,65535:187,65539:1,65540:1,65538:1},us={351:[106,40,54],369:[106,40,54],371:[106,40,54],355:[107,40,54],359:[108,40,54],373:[108,40,54],375:[108,40,54],363:[109,40,54],367:[110,40,54],387:[111,40,54],391:[112,40,54],381:[113,40,54],383:[114,40,54],385:[115,40,54],395:[116,40,54],397:[117,40,54],393:[118,40,54],352:[124,41,55],356:[125,41,55],360:[126,41,55],364:[127,41,55],388:[129,41,55],368:[128,41,55],392:[130,41,55],382:[131,41,55],384:[132,41,55],386:[133,41,55],396:[134,41,55],398:[135,41,55],394:[136,41,55],353:[146,42,56],357:[147,42,56],361:[148,42,56],365:[149,42,56],354:[160,43,57],358:[161,43,57],362:[162,43,57],366:[163,43,57],399:[70,40,54],403:[71,40,54],421:[72,40,54],407:[74,40,54],425:[76,40,54],411:[78,40,54],431:[73,40,54],417:[75,40,54],429:[77,40,54],415:[79,40,54],400:[81,41,54],404:[82,41,54],422:[83,41,54],408:[85,41,54],426:[87,41,54],412:[89,41,54],432:[84,41,54],418:[86,41,54],430:[88,41,54],416:[90,41,54]},ps={195:399,215:403,203:407,223:417,207:421,231:431,199:411,219:415,211:425,227:429,239:[399,!1,!0],249:[403,!1,!0],243:[407,!1,!0],253:[417,!1,!0],245:[421,!1,!0],257:[431,!1,!0],241:[411,!1,!0],251:[415,!1,!0],247:[425,!1,!0],255:[429,!1,!0],259:[399,65,!0],269:[403,65,!0],263:[407,65,!0],273:[417,65,!0],265:[421,65,!0],277:[431,65,!0],261:[411,65,!0],271:[415,65,!0],267:[425,65,!0],275:[429,65,!0],196:400,216:404,204:408,224:418,208:422,232:432,200:412,220:416,212:426,228:430,260:[400,66,!0],264:[408,66,!0],274:[418,66,!0],266:[422,66,!0],278:[432,66,!0],262:[412,66,!0],272:[416,66,!0],268:[426,66,!0],276:[430,66,!0],197:401,217:65535,205:409,225:419,209:423,233:433,201:413,221:65536,213:427,229:65537,198:402,218:65538,206:410,226:420,210:424,234:434,202:414,222:65539,214:428,230:65540},ds={588:[!0,!1,159],615:[!0,!0,145],575:[!0,!1,155],602:[!0,!0,141],581:[!0,!1,156],608:[!0,!0,142],592:[!0,!1,153],619:[!0,!0,139],570:[!0,!1,"acos"],597:[!0,!0,"acosf"],571:[!0,!1,"acosh"],598:[!0,!0,"acoshf"],576:[!0,!1,"cos"],603:[!0,!0,"cosf"],568:[!0,!1,"asin"],595:[!0,!0,"asinf"],569:[!0,!1,"asinh"],596:[!0,!0,"asinhf"],587:[!0,!1,"sin"],614:[!0,!0,"sinf"],572:[!0,!1,"atan"],599:[!0,!0,"atanf"],573:[!0,!1,"atanh"],600:[!0,!0,"atanhf"],590:[!0,!1,"tan"],617:[!0,!0,"tanf"],577:[!0,!1,"cbrt"],604:[!0,!0,"cbrtf"],579:[!0,!1,"exp"],606:[!0,!0,"expf"],582:[!0,!1,"log"],609:[!0,!0,"logf"],583:[!0,!1,"log2"],610:[!0,!0,"log2f"],584:[!0,!1,"log10"],611:[!0,!0,"log10f"],593:[!1,!1,164],620:[!1,!0,150],594:[!1,!1,165],621:[!1,!0,151],574:[!1,!1,"atan2"],601:[!1,!0,"atan2f"],585:[!1,!1,"pow"],612:[!1,!0,"powf"],390:[!1,!1,"fmod"],389:[!1,!0,"fmodf"]},_s={641:1,642:2,643:4,644:8},fs={641:44,642:46,643:40,644:41},ms={641:58,642:59,643:54,644:55},hs=new Set([20,21,22,23,24,25,26,27,28,29,30]),bs={47:[16,54],48:[16,54],49:[8,54],50:[8,54],51:[4,54],53:[4,56],52:[2,55],54:[2,57]},gs={1:[16,40],2:[8,40],3:[4,40],5:[4,42],4:[2,41],6:[2,43]},ys=new Set([81,84,85,86,87,82,83,88,89,90,91,92,93]),ws={13:[16],14:[8],15:[4],16:[2]},Ss={10:100,11:132,12:164,13:196},ks={6:[44,23],7:[46,26],8:[40,28],9:[41,30]};function vs(e,t){return se(e+2*t)}function Es(e,t){return de(e+2*t)}function Us(e,t){return le(e+2*t)}function Is(e,t){return ue(e+2*t)}function Ts(e){return ue(e+qa(4))}function xs(e,t){const n=ue(Ts(e)+qa(5));return ue(n+t*Ei)}function As(e,t){const n=ue(Ts(e)+qa(12));return ue(n+t*Ei)}function js(e,t,n){if(!n)return!1;for(let r=0;r=40||w(!1,`Expected load opcode but got ${n}`),e.appendU8(n),void 0!==r)e.appendULeb(r);else if(253===n)throw new Error("PREFIX_simd ldloc without a simdOpcode");const o=Fs(t,n,r);e.appendMemarg(t,o)}function zs(e,t,n,r){n>=54||w(!1,`Expected store opcode but got ${n}`),e.appendU8(n),void 0!==r&&e.appendULeb(r);const o=Fs(t,n,r);e.appendMemarg(t,o),Bs(t),void 0!==r&&Bs(t+8)}function Vs(e,t,n){"number"!=typeof n&&(n=512),n>0&&Os(t,n),e.lea("pLocals",t)}function Ws(e,t,n,r){Os(t,r),Pa(e,t,n,r,!1)||(Vs(e,t,r),za(e,n,r))}function Hs(e,t,n,r){if(Os(t,r),Va(e,t,n,r,!1))return!0;Vs(e,t,r),Vs(e,n,0),Wa(e,r)}function Gs(e,t){return 0!==St.mono_jiterp_is_imethod_var_address_taken(Ts(e.frame),t)}function qs(e,t,n,r){if(e.allowNullCheckOptimization&&Cs.has(t)&&!Gs(e,t))return $a.nullChecksEliminated++,void(Ns===t?r&&e.local("cknull_ptr"):(Ps(e,t,40),e.local("cknull_ptr",r?34:33),Ns=t));Ps(e,t,40),e.local("cknull_ptr",34),e.appendU8(69),e.block(64,4),Ba(e,n,2),e.endBlock(),r&&e.local("cknull_ptr"),e.allowNullCheckOptimization&&!Gs(e,t)?(Cs.set(t,n),Ns=t):Ns=-1}function Js(e,t,n){let r,o=54;const a=ss[n];if(a)e.local("pLocals"),e.appendU8(a[0]),r=a[1],e.appendLeb(r);else switch(n){case 23:e.local("pLocals"),r=Es(t,2),e.i32_const(r);break;case 24:e.local("pLocals"),r=Us(t,2),e.i32_const(r);break;case 25:e.local("pLocals"),e.i52_const(0),o=55;break;case 27:e.local("pLocals"),e.appendU8(66),e.appendLebRef(t+4,!0),o=55;break;case 26:e.local("pLocals"),e.i52_const(Es(t,2)),o=55;break;case 28:e.local("pLocals"),e.appendU8(67),e.appendF32(function(e,t){return n=e+2*t,St.mono_wasm_get_f32_unaligned(n);var n}(t,2)),o=56;break;case 29:e.local("pLocals"),e.appendU8(68),e.appendF64(function(e,t){return n=e+2*t,St.mono_wasm_get_f64_unaligned(n);var n}(t,2)),o=57;break;default:return!1}e.appendU8(o);const s=vs(t,1);return e.appendMemarg(s,2),Bs(s),"number"==typeof r?Rs.set(s,r):Rs.delete(s),!0}function Ys(e,t,n){let r=40,o=54;switch(n){case 82:r=44;break;case 83:r=45;break;case 84:r=46;break;case 85:r=47;break;case 86:r=45,o=58;break;case 87:r=47,o=59;break;case 88:break;case 89:r=41,o=55;break;case 90:{const n=vs(t,3);return Hs(e,vs(t,1),vs(t,2),n),!0}case 91:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),!0;case 92:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),Hs(e,vs(t,5),vs(t,6),8),!0;case 93:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),Hs(e,vs(t,5),vs(t,6),8),Hs(e,vs(t,7),vs(t,8),8),!0;default:return!1}return e.local("pLocals"),Ps(e,vs(t,2),r),zs(e,vs(t,1),o),!0}function Xs(e,t,n,r){const o=r>=31&&r<=44||r>=58&&r<=68,a=vs(n,o?2:1),s=vs(n,3),i=vs(n,o?1:2),c=e.allowNullCheckOptimization&&Cs.has(a)&&!Gs(e,a);44!==r&&53!==r&&qs(e,a,n,!1);let l=54,u=40;switch(r){case 31:u=44;break;case 32:u=45;break;case 33:u=46;break;case 34:u=47;break;case 39:case 49:case 35:break;case 51:case 37:u=42,l=56;break;case 52:case 38:u=43,l=57;break;case 45:case 46:l=58;break;case 47:case 48:l=59;break;case 36:case 50:u=41,l=55;break;case 53:return c||e.block(),e.local("pLocals"),e.i32_const(s),e.i32_const(a),e.i32_const(i),e.callImport("stfld_o"),c?(e.appendU8(26),$a.nullChecksEliminated++):(e.appendU8(13),e.appendULeb(0),Ba(e,n,2),e.endBlock()),!0;case 40:{const t=vs(n,4);return Vs(e,i,t),e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Wa(e,t),!0}case 54:{const r=xs(t,vs(n,4));return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Vs(e,i,0),e.ptr_const(r),e.callImport("value_copy"),!0}case 55:{const t=vs(n,4);return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Vs(e,i,0),Wa(e,t),!0}case 44:case 43:return e.local("pLocals"),Ps(e,a,40),0!==s&&(e.i32_const(s),e.appendU8(106)),zs(e,i,l),!0;default:return!1}return o&&e.local("pLocals"),e.local("cknull_ptr"),o?(e.appendU8(u),e.appendMemarg(s,0),zs(e,i,l),!0):(Ps(e,i,u),e.appendU8(l),e.appendMemarg(s,0),!0)}function Zs(e,t,n,r){const o=r>=31&&r<=44||r>=58&&r<=68,a=vs(n,1),s=xs(t,vs(n,2)),i=xs(t,vs(n,3));!function(e,t,n){e.block(),e.ptr_const(t),e.appendU8(45),e.appendMemarg(qa(0),0),e.appendU8(13),e.appendULeb(0),Ba(e,n,3),e.endBlock()}(e,s,n);let c=54,l=40;switch(r){case 58:l=44;break;case 59:l=45;break;case 60:l=46;break;case 61:l=47;break;case 66:case 73:case 62:break;case 75:case 64:l=42,c=56;break;case 76:case 65:l=43,c=57;break;case 69:case 70:c=58;break;case 71:case 72:c=59;break;case 63:case 74:l=41,c=55;break;case 77:return e.ptr_const(i),Vs(e,a,0),e.callImport("copy_ptr"),!0;case 67:{const t=vs(n,4);return Vs(e,a,t),e.ptr_const(i),Wa(e,t),!0}case 80:return e.local("pLocals"),e.ptr_const(i),zs(e,a,c),!0;default:return!1}return o?(e.local("pLocals"),e.ptr_const(i),e.appendU8(l),e.appendMemarg(0,0),zs(e,a,c),!0):(e.ptr_const(i),Ps(e,a,l),e.appendU8(c),e.appendMemarg(0,0),!0)}function Ks(e,t,n){let r,o,a,s,i="math_lhs32",c="math_rhs32",l=!1;const u=ls[n];if(u){e.local("pLocals");const r=1==u;return Ps(e,vs(t,2),r?43:42),r||e.appendU8(u),Ps(e,vs(t,3),r?43:42),r||e.appendU8(u),e.i32_const(n),e.callImport("relop_fp"),zs(e,vs(t,1),54),!0}switch(n){case 389:case 390:return ri(e,t,n);default:if(s=us[n],!s)return!1;s.length>3?(r=s[1],o=s[2],a=s[3]):(r=o=s[1],a=s[2])}switch(n){case 363:case 364:case 367:case 368:case 387:case 388:case 391:case 392:{const a=368===n||392===n||364===n||388===n;i=a?"math_lhs64":"math_lhs32",c=a?"math_rhs64":"math_rhs32",e.block(),Ps(e,vs(t,2),r),e.local(i,33),Ps(e,vs(t,3),o),e.local(c,34),l=!0,a&&(e.appendU8(80),e.appendU8(69)),e.appendU8(13),e.appendULeb(0),Ba(e,t,12),e.endBlock(),363!==n&&387!==n&&364!==n&&388!==n||(e.block(),e.local(c),a?e.i52_const(-1):e.i32_const(-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),e.local(i),e.appendU8(a?66:65),e.appendBoundaryValue(a?64:32,-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),Ba(e,t,13),e.endBlock());break}case 369:case 371:case 373:case 375:Ps(e,vs(t,2),r),e.local(i,34),Ps(e,vs(t,3),o),e.local(c,34),e.i32_const(n),e.callImport(371===n||375===n?"ckovr_u4":"ckovr_i4"),e.block(64,4),Ba(e,t,13),e.endBlock(),l=!0}return e.local("pLocals"),l?(e.local(i),e.local(c)):(Ps(e,vs(t,2),r),Ps(e,vs(t,3),o)),e.appendU8(s[0]),zs(e,vs(t,1),a),!0}function Qs(e,t,n){const r=cs[n];if(!r)return!1;const o=r[1],a=r[2];switch((n<479||n>514)&&e.local("pLocals"),n){case 435:case 437:Ps(e,vs(t,2),o),e.i32_const(1);break;case 439:e.i32_const(0),Ps(e,vs(t,2),o);break;case 443:Ps(e,vs(t,2),o),e.i32_const(-1);break;case 451:case 452:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(255);break;case 459:case 460:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(65535);break;case 447:case 448:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(24),e.appendU8(116),e.i32_const(24);break;case 455:case 456:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(16),e.appendU8(116),e.i32_const(16);break;case 436:case 438:Ps(e,vs(t,2),o),e.i52_const(1);break;case 440:e.i52_const(0),Ps(e,vs(t,2),o);break;case 444:Ps(e,vs(t,2),o),e.i52_const(-1);break;case 518:case 522:case 526:case 528:case 524:case 628:case 630:Ps(e,vs(t,2),o),e.i32_const(Es(t,3));break;case 519:case 523:case 527:case 529:case 525:case 629:case 631:Ps(e,vs(t,2),o),e.i52_const(Es(t,3));break;default:Ps(e,vs(t,2),o)}return 1!==r[0]&&e.appendU8(r[0]),zs(e,vs(t,1),a),!0}function ei(e,t,n,r){const o=141===r?t+6:t+8,a=As(n,se(o-2));e.local("pLocals"),e.ptr_const(o),e.appendU8(54),e.appendMemarg(a,0),e.callHandlerReturnAddresses.push(o)}function ti(e,t,n,r,o){const a=r>=235&&r<=278;switch(r){case 140:case 141:case 136:case 137:{const a=140===r||141===r,s=t+2*(o=136===r||140===r?Us(t,1):Es(t,1));return o<=0?e.backBranchOffsets.indexOf(s)>=0?(a&&ei(e,t,n,r),e.cfg.branch(s,!0,0),$a.backBranchesEmitted++,!0):(s1&&ut(`${Sa(r)} target 0x${s.toString(16)} before start of trace`):e.cfg.trace>0&&ut(`0x${t.toString(16)} ${Sa(r)} target 0x${s.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),St.mono_jiterp_boost_back_branch_target(s),Ba(e,s,5),$a.backBranchesNotEmitted++,!0):(e.branchTargets.add(s),a&&ei(e,t,n,r),e.cfg.branch(s,!1,0),!0)}case 153:case 151:case 237:case 235:case 154:case 152:{const n=154===r||152===r;o=Es(t,2),Ps(e,vs(t,1),n?41:40),151===r||235===r?e.appendU8(69):152===r?e.appendU8(80):154===r&&(e.appendU8(80),e.appendU8(69));break}default:if(void 0===ps[r])throw new Error(`Unsupported relop branch opcode: ${Sa(r)}`);if(4!==St.mono_jiterp_get_opcode_info(r,1))throw new Error(`Unsupported long branch opcode: ${Sa(r)}`)}if(!o)throw new Error("Branch had no displacement");const s=t+2*o;return o<0?e.backBranchOffsets.indexOf(s)>=0?(e.cfg.branch(s,!0,a?3:1),$a.backBranchesEmitted++):(s1&&ut(`${Sa(r)} target 0x${s.toString(16)} before start of trace`):e.cfg.trace>0&&ut(`0x${t.toString(16)} ${Sa(r)} target 0x${s.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),St.mono_jiterp_boost_back_branch_target(s),e.block(64,4),Ba(e,s,5),e.endBlock(),$a.backBranchesNotEmitted++):(e.branchTargets.add(s),e.cfg.branch(s,!1,a?3:1)),!0}function ni(e,t,n,r){const o=ps[r];if(!o)return!1;const a=Array.isArray(o)?o[0]:o,s=us[a],i=ls[a];if(!s&&!i)return!1;const c=Es(t,3),l=s?s[1]:1===i?43:42;return Ps(e,vs(t,1),l),s||1===i||e.appendU8(i),Array.isArray(o)&&o[1]?(e.appendU8(o[1]),e.appendLeb(Es(t,2))):Ps(e,vs(t,2),l),s||1==i||e.appendU8(i),s?e.appendU8(s[0]):(e.i32_const(a),e.callImport("relop_fp")),ti(e,t,n,r,c)}function ri(e,t,n){let r,o,a,s;const i=vs(t,1),c=vs(t,2),l=vs(t,3),u=ds[n];if(!u)return!1;if(r=u[0],o=u[1],"string"==typeof u[2]?a=u[2]:s=u[2],e.local("pLocals"),r){if(Ps(e,c,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return zs(e,i,o?56:57),!0}if(Ps(e,c,o?42:43),Ps(e,l,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return zs(e,i,o?56:57),!0}function oi(e,t,n){const r=n>=95&&n<=120,o=n>=115&&n<=120,a=n>=103&&n<=114||n>=128&&n<=135||o,s=n>=109&&n<=114||n>=132&&n<=135||o;let i,c,l=-1,u=0,p=1;o?(i=vs(t,1),c=vs(t,2),l=vs(t,3),u=Es(t,4),p=Es(t,5)):a?s?r?(i=vs(t,1),c=vs(t,2),u=Es(t,3)):(i=vs(t,2),c=vs(t,1),u=Es(t,3)):r?(i=vs(t,1),c=vs(t,2),l=vs(t,3)):(i=vs(t,3),c=vs(t,1),l=vs(t,2)):r?(c=vs(t,2),i=vs(t,1)):(c=vs(t,1),i=vs(t,2));let d,_=54;switch(n){case 95:case 103:case 109:case 115:d=44;break;case 96:case 104:case 110:case 116:d=45;break;case 97:case 105:case 111:case 117:d=46;break;case 98:case 106:case 112:case 118:d=47;break;case 121:case 128:case 132:d=40,_=58;break;case 122:case 129:case 133:d=40,_=59;break;case 99:case 107:case 113:case 119:case 123:case 130:case 134:case 127:d=40;break;case 101:case 125:d=42,_=56;break;case 102:case 126:d=43,_=57;break;case 100:case 108:case 114:case 120:case 124:case 131:case 135:d=41,_=55;break;default:return!1}return qs(e,c,t,!1),r?(e.local("pLocals"),e.local("cknull_ptr"),o?(Ps(e,l,40),0!==u&&(e.i32_const(u),e.appendU8(106),u=0),1!==p&&(e.i32_const(p),e.appendU8(108)),e.appendU8(106)):a&&l>=0?(Ps(e,l,40),e.appendU8(106)):u<0&&(e.i32_const(u),e.appendU8(106),u=0),e.appendU8(d),e.appendMemarg(u,0),zs(e,i,_)):127===n?(e.local("cknull_ptr"),Vs(e,i,0),e.callImport("copy_ptr")):(e.local("cknull_ptr"),a&&l>=0?(Ps(e,l,40),e.appendU8(106)):u<0&&(e.i32_const(u),e.appendU8(106),u=0),Ps(e,i,d),e.appendU8(_),e.appendMemarg(u,0)),!0}function ai(e,t,n,r,o){e.block(),Ps(e,r,40),e.local("index",34);let a="cknull_ptr";e.options.zeroPageOptimization&&Qa()?($a.nullChecksFused++,Ps(e,n,40),a="src_ptr",e.local(a,34)):qs(e,n,t,!0),e.appendU8(40),e.appendMemarg(qa(9),2),e.appendU8(73),e.appendU8(13),e.appendULeb(0),Ba(e,t,9),e.endBlock(),e.local(a),e.i32_const(qa(1)),e.appendU8(106),e.local("index"),1!=o&&(e.i32_const(o),e.appendU8(108)),e.appendU8(106)}function si(e,t,n,r){const o=r<=336&&r>=323||348===r,a=vs(n,o?2:1),s=vs(n,o?1:3),i=vs(n,o?3:2);let c,l,u=54;switch(r){case 348:return e.local("pLocals"),qs(e,a,n,!0),e.appendU8(40),e.appendMemarg(qa(9),2),zs(e,s,54),!0;case 334:return e.local("pLocals"),l=vs(n,4),ai(e,n,a,i,l),zs(e,s,54),!0;case 345:return e.block(),Ps(e,vs(n,1),40),Ps(e,vs(n,2),40),Ps(e,vs(n,3),40),e.callImport("stelem_ref"),e.appendU8(13),e.appendULeb(0),Ba(e,n,10),e.endBlock(),!0;case 332:case 328:case 327:case 341:l=4,c=40;break;case 323:l=1,c=44;break;case 324:l=1,c=45;break;case 338:case 337:l=1,c=40,u=58;break;case 325:l=2,c=46;break;case 326:l=2,c=47;break;case 340:case 339:l=2,c=40,u=59;break;case 330:case 343:l=4,c=42,u=56;break;case 329:case 342:l=8,c=41,u=55;break;case 331:case 344:l=8,c=43,u=57;break;case 333:{const t=vs(n,4);return e.local("pLocals"),e.i32_const(vs(n,1)),e.appendU8(106),ai(e,n,a,i,t),Wa(e,t),Os(vs(n,1),t),!0}case 346:{const r=vs(n,5),o=xs(t,vs(n,4));return ai(e,n,a,i,r),Vs(e,s,0),e.ptr_const(o),e.callImport("value_copy"),!0}case 347:{const t=vs(n,5);return ai(e,n,a,i,t),Vs(e,s,0),Wa(e,t),!0}default:return!1}return o?(e.local("pLocals"),ai(e,n,a,i,l),e.appendU8(c),e.appendMemarg(0,0),zs(e,s,u)):(ai(e,n,a,i,l),Ps(e,s,c),e.appendU8(u),e.appendMemarg(0,0)),!0}function ii(){if(void 0!==$s)return $s;try{const e=function(){const e=new Ta(0);e.defineType("test",{},64,!0),e.defineFunction({type:"test",name:"test",export:!0,locals:{}},(()=>{e.i32_const(0),e.appendSimd(17),e.appendU8(26),e.appendU8(11)})),e.appendU32(1836278016),e.appendU32(1),e.generateTypeSection(),e.emitImportsAndFunctions(!1);const t=e.getArrayView();return new WebAssembly.Module(t)}();$s=!!e}catch(e){ut("Disabling WASM SIMD support due to JIT failure",e),$s=!1}return $s}function ci(e,t,n){const r=`${t}_${n.toString(16)}`;return"object"!=typeof e.importedFunctions[r]&&e.defineImportedFunction("s",r,t,!1,n),r}function li(e,t,n,r,o,a){if(e.options.enableSimd&&ii())switch(o){case 2:if(function(e,t,n){const r=St.mono_jiterp_get_simd_opcode(1,n);if(r>=0)return ys.has(n)?(e.local("pLocals"),Ps(e,vs(t,2),40),e.appendSimd(r,!0),e.appendMemarg(0,0),ui(e,t)):(pi(e,t),e.appendSimd(r),ui(e,t)),!0;const o=Ss[n];if(o)return pi(e,t),e.appendSimd(o),zs(e,vs(t,1),54),!0;switch(n){case 6:case 7:case 8:case 9:{const r=ks[n];return e.local("pLocals"),e.v128_const(0),Ps(e,vs(t,2),r[0]),e.appendSimd(r[1]),e.appendU8(0),zs(e,vs(t,1),253,11),!0}case 14:return pi(e,t,7),ui(e,t),!0;case 15:return pi(e,t,8),ui(e,t),!0;case 16:return pi(e,t,9),ui(e,t),!0;case 17:return pi(e,t,10),ui(e,t),!0;default:return!1}}(e,t,a))return!0;break;case 3:if(function(e,t,n){const r=St.mono_jiterp_get_simd_opcode(2,n);if(r>=0){const o=hs.has(n),a=bs[n];if(o)e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),40),e.appendSimd(r),ui(e,t);else if(Array.isArray(a)){const n=Ls(e,vs(t,3)),o=a[0];if("number"!=typeof n)return dt(`${e.functions[0].name}: Non-constant lane index passed to ExtractScalar`),!1;if(n>=o||n<0)return dt(`${e.functions[0].name}: ExtractScalar index ${n} out of range (0 - ${o-1})`),!1;e.local("pLocals"),Ps(e,vs(t,2),253,0),e.appendSimd(r),e.appendU8(n),zs(e,vs(t,1),a[1])}else di(e,t),e.appendSimd(r),ui(e,t);return!0}switch(n){case 187:return Ps(e,vs(t,2),40),Ps(e,vs(t,3),253,0),e.appendSimd(11),e.appendMemarg(0,0),!0;case 10:case 11:return di(e,t),e.appendSimd(214),e.appendSimd(195),11===n&&e.appendU8(69),zs(e,vs(t,1),54),!0;case 12:case 13:{const r=13===n,o=r?71:65;return e.local("pLocals"),Ps(e,vs(t,2),253,0),e.local("math_lhs128",34),Ps(e,vs(t,3),253,0),e.local("math_rhs128",34),e.appendSimd(o),e.local("math_lhs128"),e.local("math_lhs128"),e.appendSimd(o),e.local("math_rhs128"),e.local("math_rhs128"),e.appendSimd(o),e.appendSimd(80),e.appendSimd(77),e.appendSimd(80),e.appendSimd(r?195:163),zs(e,vs(t,1),54),!0}case 43:{const n=vs(t,3),r=Ls(e,n);return e.local("pLocals"),Ps(e,vs(t,2),253,0),"object"==typeof r?(e.appendSimd(12),e.appendBytes(r)):Ps(e,n,253,0),e.appendSimd(14),ui(e,t),!0}case 44:case 45:return function(e,t,n){const r=16/n,o=vs(t,3),a=Ls(e,o);if(2!==r&&4!==r&&w(!1,"Unsupported shuffle element size"),e.local("pLocals"),Ps(e,vs(t,2),253,0),"object"==typeof a){const t=new Uint8Array(Ui),o=2===r?new Uint16Array(a.buffer,a.byteOffset,n):new Uint32Array(a.buffer,a.byteOffset,n);for(let e=0,a=0;e=0){const o=gs[n],a=ws[n];if(Array.isArray(o)){const n=o[0],a=Ls(e,vs(t,3));if("number"!=typeof a)return dt(`${e.functions[0].name}: Non-constant lane index passed to ReplaceScalar`),!1;if(a>=n||a<0)return dt(`${e.functions[0].name}: ReplaceScalar index ${a} out of range (0 - ${n-1})`),!1;e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,4),o[1]),e.appendSimd(r),e.appendU8(a),ui(e,t)}else if(Array.isArray(a)){const n=a[0],o=Ls(e,vs(t,4));if("number"!=typeof o)return dt(`${e.functions[0].name}: Non-constant lane index passed to store method`),!1;if(o>=n||o<0)return dt(`${e.functions[0].name}: Store lane ${o} out of range (0 - ${n-1})`),!1;Ps(e,vs(t,2),40),Ps(e,vs(t,3),253,0),e.appendSimd(r),e.appendMemarg(0,0),e.appendU8(o)}else!function(e,t){e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),253,0),Ps(e,vs(t,4),253,0)}(e,t),e.appendSimd(r),ui(e,t);return!0}switch(n){case 0:return e.local("pLocals"),Ps(e,vs(t,3),253,0),Ps(e,vs(t,4),253,0),Ps(e,vs(t,2),253,0),e.appendSimd(82),ui(e,t),!0;case 7:{const n=Ls(e,vs(t,4));if("object"!=typeof n)return dt(`${e.functions[0].name}: Non-constant indices passed to PackedSimd.Shuffle`),!1;for(let t=0;t<32;t++){const r=n[t];if(r<0||r>31)return dt(`${e.functions[0].name}: Shuffle lane index #${t} (${r}) out of range (0 - 31)`),!1}return e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),253,0),e.appendSimd(13),e.appendBytes(n),ui(e,t),!0}default:return!1}}(e,t,a))return!0}switch(n){case 640:if(e.options.enableSimd&&ii()){e.local("pLocals");const n=Ee().slice(t+4,t+4+Ui);e.v128_const(n),ui(e,t),Rs.set(vs(t,1),n)}else Vs(e,vs(t,1),Ui),e.ptr_const(t+4),Wa(e,Ui);return!0;case 641:case 642:case 643:case 644:{const r=_s[n],o=Ui/r,a=vs(t,1),s=vs(t,2),i=fs[n],c=ms[n];for(let t=0;t0&&(xi.push(["trace_eip","trace_eip",Ni]),xi.push(["trace_args","trace_eip",Di]));const e=(e,t)=>{for(let n=0;n>>0,fi.operand2=t>>>0}function Bi(e,t,n,r){if("number"==typeof r)St.mono_jiterp_adjust_abort_count(r,1),r=Sa(r);else{let e=ki[r];"number"!=typeof e?e=1:e++,ki[r]=e}vi[e].abortReason=r}function Oi(e,t){if(!l.runtimeReady)return;if(mi&&void 0===e||(mi=os()),!mi.enableStats&&void 0!==e)return;const n=$a.backBranchesEmitted/($a.backBranchesEmitted+$a.backBranchesNotEmitted)*100,r=St.mono_jiterp_get_rejected_trace_count(),o=mi.eliminateNullChecks?$a.nullChecksEliminated.toString():"off",a=mi.zeroPageOptimization?$a.nullChecksFused.toString()+(Qa()?"":" (disabled)"):"off",s=mi.enableBackwardBranches?`emitted: ${$a.backBranchesEmitted}, failed: ${$a.backBranchesNotEmitted} (${n.toFixed(1)}%)`:": off",i=$a.jitCallsCompiled?mi.directJitCalls?`direct jit calls: ${$a.directJitCallsCompiled} (${($a.directJitCallsCompiled/$a.jitCallsCompiled*100).toFixed(1)}%)`:"direct jit calls: off":"";if(ut(`// jitted ${$a.bytesGenerated} bytes; ${$a.tracesCompiled} traces (${($a.tracesCompiled/$a.traceCandidates*100).toFixed(1)}%) (${r} rejected); ${$a.jitCallsCompiled} jit_calls; ${$a.entryWrappersCompiled} interp_entries`),ut(`// cknulls eliminated: ${o}, fused: ${a}; back-branches ${s}; ${i}`),ut(`// time: ${0|Ca.generation}ms generating, ${0|Ca.compilation}ms compiling wasm.`),!t){if(mi.countBailouts){const e=Object.values(vi);e.sort(((e,t)=>(t.bailoutCount||0)-(e.bailoutCount||0)));for(let e=0;et.hitCount-e.hitCount)),ut("// hottest failed traces:");for(let e=0,n=0;e=0)){if(t[e].abortReason){if(t[e].abortReason.startsWith("mono_icall_")||t[e].abortReason.startsWith("ret."))continue;switch(t[e].abortReason){case"trace-too-small":case"trace-too-big":case"call":case"callvirt.fast":case"calli.nat.fast":case"calli.nat":case"call.delegate":case"newobj":case"newobj_vt":case"newobj_slow":case"switch":case"rethrow":case"end-of-body":case"ret":case"intrins_marvin_block":case"intrins_ascii_chars_to_uppercase":continue}}n++,ut(`${t[e].name} @${t[e].ip} (${t[e].hitCount} hits) ${t[e].abortReason}`)}const n=[];for(const t in e)n.push([t,e[t]]);n.sort(((e,t)=>t[1]-e[1])),ut("// heat:");for(let e=0;e0?ki[t]=n:delete ki[t]}const e=Object.keys(ki);e.sort(((e,t)=>ki[t]-ki[e]));for(let t=0;tOi(e)),15e3)}}let Mi=!1;function Fi(){if(Mi)throw new Error("GC is already locked");Mi=!0}function Pi(){if(!Mi)throw new Error("GC is not locked");Mi=!1}async function zi(e){const t=u.config.resources.lazyAssembly;if(!t)throw new Error("No assemblies have been marked as lazy-loadable. Use the 'BlazorWebAssemblyLazyLoad' item group in your project file to enable lazy loading an assembly.");if(!t[e])throw new Error(`${e} must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.`);const n={name:e,hash:t[e],behavior:"assembly"};if(u.loadedAssemblies.some((t=>t.includes(e))))return!1;const r=function(e,t){const n=e.lastIndexOf(".");if(n<0)throw new Error(`No extension to replace in '${e}'`);return e.substring(0,n)+".pdb"}(n.name),o=u.hasDebuggingEnabled(u.config)&&Object.prototype.hasOwnProperty.call(t,r),a=u.retrieve_asset_download(n);let s=null,i=null;if(o){const e=t[r]?u.retrieve_asset_download({name:r,hash:t[r],behavior:"pdb"}):Promise.resolve(null),[n,o]=await Promise.all([a,e]);s=new Uint8Array(n),i=o?new Uint8Array(o):null}else{const e=await a;s=new Uint8Array(e),i=null}return l.javaScriptExports.load_lazy_assembly(s,i),!0}async function Vi(e){const t=u.config.resources.satelliteResources;t&&await Promise.all(e.filter((e=>Object.prototype.hasOwnProperty.call(t,e))).map((e=>{const n=[];for(const r in t[e]){const o={name:r,hash:t[e][r],behavior:"resource",culture:e};n.push(u.retrieve_asset_download(o))}return n})).reduce(((e,t)=>e.concat(t)),new Array).map((async e=>{const t=await e;l.javaScriptExports.load_satellite_assembly(new Uint8Array(t))})))}const Wi=64;let Hi,Gi,qi,Ji=0;const Yi=[],Xi={};function Zi(){return Gi||(Gi=[Za("interp_entry_prologue",Ja("mono_jiterp_interp_entry_prologue")),Za("interp_entry",Ja("mono_jiterp_interp_entry")),Za("unbox",Ja("mono_jiterp_object_unbox")),Za("stackval_from_data",Ja("mono_jiterp_stackval_from_data"))],Gi)}let Ki;function Qi(){if(Yi.length<=0)return;const e=4*Yi.length+1;let t=Hi;if(t?t.clear(e):(Hi=t=new Ta(e),t.defineType("unbox",{pMonoObject:127},127,!0),t.defineType("interp_entry_prologue",{pData:127,this_arg:127},127,!0),t.defineType("interp_entry",{pData:127,res:127},64,!0),t.defineType("stackval_from_data",{type:127,result:127,value:127},64,!0)),t.options.wasmBytesLimit<=$a.bytesGenerated)return void(Yi.length=0);const n=Na();let r=0,o=!0,a=!1;try{t.appendU32(1836278016),t.appendU32(1);for(let e=0;ehc[St.mono_jiterp_type_to_ldind(e)])),this.enableDirect=os().directJitCalls&&!this.noWrapper&&this.wasmNativeReturnType&&(0===this.wasmNativeSignature.length||this.wasmNativeSignature.every((e=>e))),this.enableDirect&&(this.target=this.addr);let i=this.target.toString(16);const c=ic++;this.name=`${this.enableDirect?"jcp":"jcw"}_${i}_${c.toString(16)}`}}function dc(e){let t=cc[e];return t||(e>=cc.length&&(cc.length=e+1),ac||(ac=Ma()),cc[e]=t=ac.get(e)),t}let _c;function fc(){if(void 0!==sc)return sc;try{_c=function(){const e=new Ta(0);e.defineType("jit_call_cb",{cb_data:127},64,!0),e.defineType("do_jit_call",{unused:127,cb_data:127,thrown:127},64,!0),e.defineImportedFunction("i","jit_call_cb","jit_call_cb",!0),e.defineFunction({type:"do_jit_call",name:"do_jit_call_indirect",export:!0,locals:{}},(()=>{e.block(64,6),e.local("cb_data"),e.callImport("jit_call_cb"),e.appendU8(25),e.local("thrown"),e.i32_const(1),e.appendU8(54),e.appendMemarg(0,0),e.endBlock(),e.appendU8(11)})),e.appendU32(1836278016),e.appendU32(1),e.generateTypeSection(),e.emitImportsAndFunctions(!1);const t=e.getArrayView();return new WebAssembly.Module(t)}(),sc=!0}catch(e){ut("Disabling WASM EH support due to JIT failure",e),sc=!1}return sc}function mc(){if(0===uc.length)return;let e=oc;if(e?e.clear(0):(oc=e=new Ta(0),e.defineType("trampoline",{ret_sp:127,sp:127,ftndesc:127,thrown:127},64,!0)),e.options.wasmBytesLimit<=$a.bytesGenerated)return void(uc.length=0);e.options.enableWasmEh&&(fc()||(rs({enableWasmEh:!1}),e.options.enableWasmEh=!1));const t=Na();let n=0,r=!0,o=!1;const a=[];try{ac||(ac=Ma()),e.appendU32(1836278016),e.appendU32(1);for(let t=0;t0?t[0]:void 0}catch(t){throw new Error(`Get culture info failed for culture = ${e} with error: ${t}`)}}const jc="MMMM",Rc="yyyy",Lc="d";function Cc(e,t,n,r){let o=n;const a=t.indexOf(n);if(-1==a||-1!=a&&t.length>a+n.length&&" "!=t[a+n.length]&&","!=t[a+n.length]&&"،"!=t[a+n.length]){const a=r.format(e).toLowerCase();o=t.split(/,| /).filter((e=>!a.split(/,| /).includes(e)&&e[0]==n[0]))[0]}return o}async function $c(e,t){try{const n=await Nc(e,t);return u.mono_exit(n),n}catch(e){try{u.mono_exit(1,e)}catch(e){}return e&&"number"==typeof e.status?e.status:1}}async function Nc(e,n){!function(e,n){const r=n.length+1,o=t._malloc(4*r);let a=0;t.setValue(o+4*a,St.mono_wasm_strdup(e),"i32"),a+=1;for(let e=0;e{const t=setInterval((()=>{1==l.waitForDebugger&&(clearInterval(t),e())}),100)})));const r=Dc(e);return l.javaScriptExports.call_entry_point(r,n)}function Dc(e){u.assert_runtime_running(),fr();const t=wr(e);if(!t)throw new Error("Could not find assembly: "+e);let n=0;1==l.waitForDebugger&&(n=1);const r=St.mono_wasm_assembly_get_entry_point(t,n);if(!r)throw new Error("Could not find entry point for assembly: "+e);return r}let Bc,Oc;const Mc={},Fc=Symbol.for("wasm type");function Pc(e){return"undefined"!=typeof SharedArrayBuffer?e.buffer instanceof ArrayBuffer||e.buffer instanceof SharedArrayBuffer:e.buffer instanceof ArrayBuffer}function zc(e,t,n){switch(!0){case null===t:case void 0===t:return void n.clear();case"symbol"==typeof t:case"string"==typeof t:return void sl._create_uri_ref(t,n.address);default:return void Hc(e,t,n)}}function Vc(e){ol();const t=Be();try{return Wc(e,t,!1),t.value}finally{t.release()}}function Wc(e,t,n){if(ol(),j(t))throw new Error("Expected (value, WasmRoot, boolean)");switch(!0){case null===e:case void 0===e:return void t.clear();case"number"==typeof e:{let n;return(0|e)===e?(X(Mc._box_buffer,e),n=Mc._class_int32):e>>>0===e?(G(Mc._box_buffer,e),n=Mc._class_uint32):(re(Mc._box_buffer,e),n=Mc._class_double),void kt.mono_wasm_box_primitive_ref(n,Mc._box_buffer,8,t.address)}case"string"==typeof e:return void ot(e,t);case"symbol"==typeof e:return void at(e,t);case"boolean"==typeof e:return z(Mc._box_buffer,e),void kt.mono_wasm_box_primitive_ref(Mc._class_boolean,Mc._box_buffer,4,t.address);case!0===Hr(e):return void function(e,t){if(!e)return t.clear(),null;const n=Dr(e),r=sl._create_tcs(),o={tcs_gc_handle:r};Or(o,r),e.then((e=>{sl._set_tcs_result_ref(r,e)}),(e=>{sl._set_tcs_failure(r,e?e.toString():"")})).finally((()=>{Br(n),Mr(o,r)})),sl._get_tcs_task_ref(r,t.address)}(e,t);case"Date"===e.constructor.name:return void sl._create_date_time_ref(e.getTime(),t.address);default:return void Hc(n,e,t)}}function Hc(e,t,n){if(n.clear(),null!=t)if(void 0===t[Lr]){if(t[Cr]&&(function(e,t,n){e!==T&&e!==I?sl._get_cs_owned_object_by_js_handle_ref(e,t?1:0,n):X(n,0)}(t[Cr],e,n.address),n.value||delete t[Cr]),!n.value){const r=t[Fc],o=void 0===r?0:r,a=Dr(t);sl._create_cs_owned_proxy_ref(a,o,e?1:0,n.address)}}else bl(Fr(t),n.address)}function Gc(e,n){if(!Pc(e)||!e.BYTES_PER_ELEMENT)throw new Error("Object '"+e+"' is not a typed array");{const r=e[Fc],o=function(e){ol();const n=e.length*e.BYTES_PER_ELEMENT,r=t._malloc(n),o=Ee(),a=new Uint8Array(o.buffer,r,n);return a.set(new Uint8Array(e.buffer,e.byteOffset,n)),a}(e);kt.mono_wasm_typed_array_new_ref(o.byteOffset,e.length,e.BYTES_PER_ELEMENT,r,n.address),t._free(o.byteOffset)}}function qc(e){const t=Be();try{return Gc(e,t),t.value}finally{t.release()}}function Jc(e){if("number"!=typeof e)throw new Error(`Expected numeric value for enum argument, got '${e}'`);return 0|e}const Yc=/[^A-Za-z0-9_$]/g,Xc=new Map,Zc=new Map,Kc=new Map;function Qc(e,t,n,r){let o=null,a=null,s=null;if(r){s=Object.keys(r),a=new Array(s.length);for(let e=0,t=s.length;e=512)throw new Error(`Got marshaling error ${t} when attempting to unbox object at address ${e.value} (root located at ${e.address})`);let r=v;if((4===t||7==t)&&(r=ie(n),r<1024))throw new Error(`Got invalid MonoType ${r} for object at address ${e.value} (root located at ${e.address})`);return function(e,t,n,r){switch(t){case 0:return null;case 26:case 27:throw new Error("int64 not available");case 3:case 29:return rt(e);case 4:throw new Error("no idea on how to unbox value types");case 5:return function(e){return e.value===S?null:function(e){let t=zr(e);if(t)Fr(t);else{t=function(...e){return Fr(t),(0,t[pl])(...e)};const n=Be();bl(e,n.address);try{if(void 0===t[pl]){const r=kt.mono_wasm_get_delegate_invoke_ref(n.address),o=el(r,rl(r,n),!0);if(t[pl]=o.bind({this_arg_gc_handle:e}),!t[pl])throw new Error("System.Delegate Invoke method can not be resolved.")}}finally{n.release()}Or(t,e)}return t}(sl._get_js_owned_object_gc_handle_ref(e.address))}(e);case 6:return function(e){if(e.value===S)return null;if(!Wr)throw new Error("Promises are not supported thus 'System.Threading.Tasks.Task' can not work in this context.");const t=sl._get_js_owned_object_gc_handle_ref(e.address);let n=zr(t);if(!n){const r=()=>Mr(n,t),{promise:o,promise_control:a}=y(r,r);n=o,sl._setup_js_cont_ref(e.address,a),Or(n,t)}return n}(e);case 7:return function(e){if(e.value===S)return null;const t=sl._try_get_cs_owned_object_js_handle_ref(e.address,0);if(t){if(t===I)throw new Error("Cannot access a disposed JSObject at "+e.value);return Nr(t)}const n=sl._get_js_owned_object_gc_handle_ref(e.address);let r=zr(n);return j(r)&&(r=new ManagedObject,Or(r,n)),r}(e);case 10:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:throw new Error("Marshaling of primitive arrays are not supported.");case 20:return new Date(sl._get_date_value_ref(e.address));case 21:case 22:return sl._object_to_string_ref(e.address);case 23:return function(e){return Nr(sl._get_cs_owned_object_js_handle_ref(e.address,0))}(e);case 30:return;default:throw new Error(`no idea on how to unbox object of MarshalType ${t} at offset ${e.value} (root address is ${e.address})`)}}(e,t)}function fl(e){if(0===e.value)return;const t=Mc._unbox_buffer,n=kt.mono_wasm_try_unbox_primitive_and_get_type_ref(e.address,t,Mc._unbox_buffer_size);switch(n){case 1:return _e(t);case 25:case 32:return ie(t);case 24:return be(t);case 2:return ge(t);case 8:return 0!==_e(t);case 28:return String.fromCharCode(_e(t));case 0:return null;default:return _l(e,n,t)}}function ml(e){if(ol(),e===k)return null;const t=Be(e);try{return hl(t)}finally{t.release()}}function hl(e){if(e.value===k)return null;const t=e.address,n=Be(),r=n.address;try{const e=kt.mono_wasm_array_length_ref(t),a=new Array(e);for(let s=0;s0&&Array.isArray(e[0])&&(e[0]=function(e,t,n){const r=Be();kt.mono_wasm_string_array_new_ref(e.length,r.address);const o=Be(S),a=r.address,s=o.address;try{for(let t=0;tnew RegExp("^((?![0-9]).)*$").test(e)));return e&&0!=e.length?e.join(" "):""}return o}function El(e){try{return new Intl.Locale(e).weekInfo}catch(t){try{return new Intl.Locale(e).getWeekInfo()}catch(e){return}}}const Ul=[function(e){Po&&(globalThis.clearTimeout(Po),Po=void 0),Po=t.safeSetTimeout(mono_wasm_schedule_timer_tick,e)},function(e,t,n,r,o){if(!0!==l.mono_wasm_runtime_is_ready)return;const a=Ee(),s=0!==e?Qe(e).concat(".dll"):"",i=It(new Uint8Array(a.buffer,t,n));let c;r&&(c=It(new Uint8Array(a.buffer,r,o))),zt({eventName:"AssemblyLoaded",assembly_name:s,assembly_b64:i,pdb_b64:c})},function(e,t){const r=Qe(t);n.logging&&"function"==typeof n.logging.debugger&&n.logging.debugger(e,r)},function(e,t,n,r){const o={res_ok:e,res:{id:t,value:It(new Uint8Array(Ee().buffer,n,r))}};xt.has(t)&&pt(`Adding an id (${t}) that already exists in commands_received`),xt.set(t,o)},function mono_wasm_fire_debugger_agent_message_with_data(e,t){mono_wasm_fire_debugger_agent_message_with_data_to_pause(It(new Uint8Array(Ee().buffer,e,t)))},mono_wasm_fire_debugger_agent_message_with_data_to_pause,function(){++Vo,t.safeSetTimeout(Go,0)},function(e,n,r,o,a,s,i){if(r||w(!1,"expected instruction pointer"),mi||(mi=os()),!mi.enableTraces)return 1;if(mi.wasmBytesLimit<=$a.bytesGenerated)return 1;let c,u=vi[r];if(u||(vi[r]=u=new yi(r,o,i)),$a.traceCandidates++,mi.estimateHeat||bi.length>0||u.isVerbose){const e=St.mono_wasm_method_get_full_name(n);c=Qe(e),t._free(e)}const p=Qe(St.mono_wasm_method_get_name(n));u.name=c||p;const d=ue(qa(4)+e),_=ue(qa(11)+d),f=ue(qa(10)+d);let m=_?new Uint16Array(Ee().buffer,f,_):null;if(m&&r!==a){const e=(r-a)/2;let t=!1;for(let n=0;ne){t=!0;break}t||(m=null)}const h=function(e,t,n,r,o,a,s){let i=Ti;i?i.clear(8):(Ti=i=new Ta(8),function(e){e.defineType("trace",{frame:127,pLocals:127,cinfo:127},127,!0),e.defineType("bailout",{retval:127,base:127,reason:127},127,!0),e.defineType("copy_ptr",{dest:127,src:127},64,!0),e.defineType("value_copy",{dest:127,src:127,klass:127},64,!0),e.defineType("entry",{imethod:127},127,!0),e.defineType("strlen",{ppString:127,pResult:127},127,!0),e.defineType("getchr",{ppString:127,pIndex:127,pResult:127},127,!0),e.defineType("getspan",{destination:127,span:127,index:127,element_size:127},127,!0),e.defineType("overflow_check_i4",{lhs:127,rhs:127,opcode:127},127,!0),e.defineType("mathop_d_d",{value:124},124,!0),e.defineType("mathop_dd_d",{lhs:124,rhs:124},124,!0),e.defineType("mathop_f_f",{value:125},125,!0),e.defineType("mathop_ff_f",{lhs:125,rhs:125},125,!0),e.defineType("fmaf",{x:125,y:125,z:125},125,!0),e.defineType("fma",{x:124,y:124,z:124},124,!0),e.defineType("trace_eip",{traceId:127,eip:127},64,!0),e.defineType("newobj_i",{ppDestination:127,vtable:127},127,!0),e.defineType("newstr",{ppDestination:127,length:127},127,!0),e.defineType("localloc",{destination:127,len:127,frame:127},64,!0),e.defineType("ld_del_ptr",{ppDestination:127,ppSource:127},64,!0),e.defineType("ldtsflda",{ppDestination:127,offset:127},64,!0),e.defineType("gettype",{destination:127,source:127},127,!0),e.defineType("castv2",{destination:127,source:127,klass:127,opcode:127},127,!0),e.defineType("hasparent",{klass:127,parent:127},127,!0),e.defineType("imp_iface",{vtable:127,klass:127},127,!0),e.defineType("imp_iface_s",{obj:127,vtable:127,klass:127},127,!0),e.defineType("box",{vtable:127,destination:127,source:127,vt:127},64,!0),e.defineType("conv",{destination:127,source:127,opcode:127},127,!0),e.defineType("relop_fp",{lhs:124,rhs:124,opcode:127},127,!0),e.defineType("safepoint",{frame:127,ip:127},64,!0),e.defineType("hashcode",{ppObj:127},127,!0),e.defineType("try_hash",{ppObj:127},127,!0),e.defineType("hascsize",{ppObj:127},127,!0),e.defineType("hasflag",{klass:127,dest:127,sp1:127,sp2:127},64,!0),e.defineType("array_rank",{destination:127,source:127},127,!0),e.defineType("stfld_o",{locals:127,fieldOffsetBytes:127,targetLocalOffsetBytes:127,sourceLocalOffsetBytes:127},127,!0),e.defineType("notnull",{ptr:127,expected:127,traceIp:127,ip:127},64,!0),e.defineType("cmpxchg_i32",{dest:127,newVal:127,expected:127},127,!0),e.defineType("cmpxchg_i64",{dest:127,newVal:127,expected:127,oldVal:127},64,!0),e.defineType("transfer",{displacement:127,trace:127,frame:127,locals:127,cinfo:127},127,!0),e.defineType("stelem_ref",{o:127,aindex:127,ref:127},127,!0),e.defineType("simd_p_p",{arg0:127,arg1:127},64,!0),e.defineType("simd_p_pp",{arg0:127,arg1:127,arg2:127},64,!0),e.defineType("simd_p_ppp",{arg0:127,arg1:127,arg2:127,arg3:127},64,!0);const t=$i();for(let n=0;na.indexOf(e)>=0))>=0;h&&!a&&w(!1,"Expected methodFullName if trace is instrumented");const b=h?Si++:0;h&&(ut(`instrumenting: ${a}`),wi[b]=new gi(a)),i.compressImportNames=!h;try{i.appendU32(1836278016),i.appendU32(1),i.generateTypeSection();const t={disp:127,cknull_ptr:127,dest_ptr:127,src_ptr:127,memop_dest:127,memop_src:127,index:127,count:127,math_lhs32:127,math_rhs32:127,math_lhs64:126,math_rhs64:126,temp_f32:125,temp_f64:124,backbranched:127};i.options.enableSimd&&(t.v128_zero=123,t.math_lhs128=123,t.math_rhs128=123);let o=!0,a=0;if(i.defineFunction({type:"trace",name:u,export:!0,locals:t},(()=>{if(i.base=n,i.frame=e,662!==se(n))throw new Error(`Expected *ip to be MINT_TIER_PREPARE_JITERPRETER but was ${se(n)}`);return i.cfg.initialize(r,s,h?1:0),a=function(e,t,n,r,o,a,s,i){let c=!0,l=!1,u=!0,p=!1,d=!1,_=!1,f=0,m=0,h=0;const b=n;Ds();let g=n+=2*St.mono_jiterp_get_opcode_info(664,1);for(a.cfg.entry(n);n&&n;){if(a.cfg.ip=n,n>=o){Bi(b,0,0,"end-of-body"),s&&ut(`instrumented trace ${t} exited at end of body @${n.toString(16)}`);break}const y=3840-a.bytesGeneratedSoFar-a.cfg.overheadBytes;if(a.size>=y){Bi(b,0,0,"trace-too-big"),s&&ut(`instrumented trace ${t} exited because of size limit at @${n.toString(16)} (spaceLeft=${y}b)`);break}let S=se(n);const k=St.mono_jiterp_get_opcode_info(S,2),v=St.mono_jiterp_get_opcode_info(S,3),E=St.mono_jiterp_get_opcode_info(S,1),U=S>=645&&S<=647,I=U?S-645+2:0,T=U?vs(n,1+I):0;S>=0&&S<673||w(!1,`invalid opcode ${S}`);const x=U?as[I][T]:Sa(S),A=n,j=a.options.noExitBackwardBranches&&js(n,r,i),R=a.branchTargets.has(n),L=j||R||c&&i,C=h+m+a.branchTargets.size;let $=!1,N=Xa(S);switch(j&&a.backBranchOffsets.push(n),L&&(d=!1,_=!1,Ms(a,n,j),l=!0,u=!0,Ds(),h=0),N<-1&&l&&(N=-2===N?2:0),c=!1,279===S||(hi.indexOf(S)>=0?(Ba(a,n,23),S=666):d&&(S=666)),S){case 666:d&&(_||a.appendU8(0),_=!0);break;case 321:case 322:Ws(a,vs(n,1),0,vs(n,2));break;case 320:Vs(a,vs(n,1)),Ps(a,vs(n,2),40),a.local("frame"),a.callImport("localloc");break;case 294:Ps(a,vs(n,1),40),za(a,0,vs(n,2));break;case 318:{const e=vs(n,3),t=vs(n,2),r=vs(n,1),o=Ls(a,e);0!==o&&("number"!=typeof o?(Ps(a,e,40),a.local("count",34),a.block(64,4)):(a.i32_const(o),a.local("count",33)),Ps(a,r,40),a.local("dest_ptr",34),a.appendU8(69),Ps(a,t,40),a.local("src_ptr",34),a.appendU8(69),a.appendU8(114),a.block(64,4),Ba(a,n,2),a.endBlock(),"number"==typeof o&&Va(a,0,0,o,!1,"dest_ptr","src_ptr")||(a.local("dest_ptr"),a.local("src_ptr"),a.local("count"),a.appendU8(252),a.appendU8(10),a.appendU8(0),a.appendU8(0)),"number"!=typeof o&&a.endBlock());break}case 319:{const e=vs(n,3),t=vs(n,2);qs(a,vs(n,1),n,!0),Ps(a,t,40),Ps(a,e,40),a.appendU8(252),a.appendU8(11),a.appendU8(0);break}case 151:case 153:case 235:case 237:case 152:case 154:case 137:case 140:case 141:ti(a,n,e,S)?l=!0:n=0;break;case 537:{const e=vs(n,2),t=vs(n,1);e!==t?(a.local("pLocals"),qs(a,e,n,!0),zs(a,t,54)):qs(a,e,n,!1),a.allowNullCheckOptimization&&Cs.set(t,n),$=!0;break}case 626:case 627:{const t=ue(e+qa(4));a.ptr_const(t),a.callImport("entry"),a.block(64,4),Ba(a,n,1),a.endBlock();break}case 664:if(N=0,f>=a.options.minimumTraceValue&&!a.options.noExitBackwardBranches&&(!l||u)){const e=Is(n,1);a.ip_const(n),a.i32_const(e),a.local("frame"),a.local("pLocals"),a.local("cinfo"),a.callImport("transfer"),a.appendU8(15),n=0}break;case 146:Da(a,n);break;case 94:{a.local("pLocals");const e=vs(n,2);Gs(a,e)||dt(`${t}: Expected local ${e} to have address taken flag`),Vs(a,e),zs(a,vs(n,1),54);break}case 280:case 308:case 309:case 555:{a.local("pLocals");let t=xs(e,vs(n,2));308===S&&(t=St.mono_jiterp_imethod_to_ftnptr(t)),a.ptr_const(t),zs(a,vs(n,1),54);break}case 313:{const t=xs(e,vs(n,3));Ps(a,vs(n,1),40),Ps(a,vs(n,2),40),a.ptr_const(t),a.callImport("value_copy");break}case 314:{const e=vs(n,3);Ps(a,vs(n,1),40),Ps(a,vs(n,2),40),Wa(a,e);break}case 315:{const e=vs(n,3);Vs(a,vs(n,1),e),qs(a,vs(n,2),n,!0),Wa(a,e);break}case 316:{const t=xs(e,vs(n,3));Ps(a,vs(n,1),40),Vs(a,vs(n,2),0),a.ptr_const(t),a.callImport("value_copy");break}case 317:{const e=vs(n,3);Ps(a,vs(n,1),40),Vs(a,vs(n,2),0),Wa(a,e);break}case 539:a.local("pLocals"),qs(a,vs(n,2),n,!0),a.appendU8(40),a.appendMemarg(qa(2),2),zs(a,vs(n,1),54);break;case 538:{a.block(),Ps(a,vs(n,3),40),a.local("index",34);let e="cknull_ptr";a.options.zeroPageOptimization&&Qa()?($a.nullChecksFused++,Ps(a,vs(n,2),40),e="src_ptr",a.local(e,34)):qs(a,vs(n,2),n,!0),a.appendU8(40),a.appendMemarg(qa(2),2),a.appendU8(72),a.local("index"),a.i32_const(0),a.appendU8(78),a.appendU8(113),a.appendU8(13),a.appendULeb(0),Ba(a,n,11),a.endBlock(),a.local("pLocals"),a.local("index"),a.i32_const(2),a.appendU8(108),a.local(e),a.appendU8(106),a.appendU8(47),a.appendMemarg(qa(3),1),zs(a,vs(n,1),54);break}case 349:case 350:{const e=Es(n,4);a.block(),Ps(a,vs(n,3),40),a.local("index",34);let t="cknull_ptr";349===S?qs(a,vs(n,2),n,!0):(Vs(a,vs(n,2),0),t="src_ptr",a.local(t,34)),a.appendU8(40),a.appendMemarg(qa(7),2),a.appendU8(73),a.local("index"),a.i32_const(0),a.appendU8(78),a.appendU8(113),a.appendU8(13),a.appendULeb(0),Ba(a,n,18),a.endBlock(),a.local("pLocals"),a.local(t),a.appendU8(40),a.appendMemarg(qa(8),2),a.local("index"),a.i32_const(e),a.appendU8(108),a.appendU8(106),zs(a,vs(n,1),54);break}case 652:a.block(),Ps(a,vs(n,3),40),a.local("count",34),a.i32_const(0),a.appendU8(78),a.appendU8(13),a.appendULeb(0),Ba(a,n,18),a.endBlock(),Vs(a,vs(n,1),16),a.local("dest_ptr",34),Ps(a,vs(n,2),40),a.appendU8(54),a.appendMemarg(0,0),a.local("dest_ptr"),a.local("count"),a.appendU8(54),a.appendMemarg(4,0);break;case 567:Vs(a,vs(n,1),8),Vs(a,vs(n,2),8),a.callImport("ld_del_ptr");break;case 81:Vs(a,vs(n,1),4),a.ptr_const(Us(n,2)),a.callImport("ldtsflda");break;case 651:a.block(),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.callImport("gettype"),a.appendU8(13),a.appendULeb(0),Ba(a,n,2),a.endBlock();break;case 648:{const t=xs(e,vs(n,4));a.ptr_const(t),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),Vs(a,vs(n,3),0),a.callImport("hasflag");break}case 657:{const e=qa(1);a.local("pLocals"),qs(a,vs(n,2),n,!0),a.i32_const(e),a.appendU8(106),zs(a,vs(n,1),54);break}case 649:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("hashcode"),zs(a,vs(n,1),54);break;case 650:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("try_hash"),zs(a,vs(n,1),54);break;case 653:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("hascsize"),zs(a,vs(n,1),54);break;case 658:a.local("pLocals"),Ps(a,vs(n,2),40),a.local("math_lhs32",34),Ps(a,vs(n,3),40),a.appendU8(115),a.i32_const(2),a.appendU8(116),a.local("math_rhs32",33),a.local("math_lhs32"),a.i32_const(327685),a.appendU8(106),a.i32_const(10485920),a.appendU8(114),a.i32_const(1703962),a.appendU8(106),a.i32_const(-8388737),a.appendU8(114),a.local("math_rhs32"),a.appendU8(113),a.appendU8(69),zs(a,vs(n,1),54);break;case 540:case 541:a.block(),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.callImport(540===S?"array_rank":"a_elesize"),a.appendU8(13),a.appendULeb(0),Ba(a,n,2),a.endBlock();break;case 297:case 298:{const t=xs(e,vs(n,3)),r=St.mono_jiterp_is_special_interface(t),o=297===S,s=vs(n,1);if(!t){Bi(b,0,0,"null-klass"),n=0;continue}a.block(),a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(a.block(),Ps(a,vs(n,2),40),a.local("dest_ptr",34),a.appendU8(13),a.appendULeb(0),a.local("pLocals"),a.i32_const(0),zs(a,s,54),a.appendU8(12),a.appendULeb(1),a.endBlock(),a.local("dest_ptr")),r&&a.local("dest_ptr"),a.appendU8(40),a.appendMemarg(qa(14),0),a.ptr_const(t),a.callImport(r?"imp_iface_s":"imp_iface"),o&&(a.local("dest_ptr"),a.appendU8(69),a.appendU8(114)),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),o?Ba(a,n,19):(a.local("pLocals"),a.i32_const(0),zs(a,s,54)),a.endBlock(),a.endBlock();break}case 299:case 300:case 295:case 296:{const t=xs(e,vs(n,3)),r=299===S||300===S,o=295===S||299===S,s=vs(n,1);if(!t){Bi(b,0,0,"null-klass"),n=0;continue}a.block(),a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(a.block(),Ps(a,vs(n,2),40),a.local("dest_ptr",34),a.appendU8(13),a.appendULeb(0),a.local("pLocals"),a.i32_const(0),zs(a,s,54),a.appendU8(12),a.appendULeb(1),a.endBlock(),a.local("dest_ptr")),a.appendU8(40),a.appendMemarg(qa(14),0),a.appendU8(40),a.appendMemarg(qa(15),0),r&&a.local("src_ptr",34),a.i32_const(t),a.appendU8(70),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),r?(a.local("src_ptr"),a.ptr_const(t),a.callImport("hasparent"),o&&(a.local("dest_ptr"),a.appendU8(69),a.appendU8(114)),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),o?Ba(a,n,19):(a.local("pLocals"),a.i32_const(0),zs(a,s,54)),a.endBlock()):(Vs(a,vs(n,1),4),a.local("dest_ptr"),a.ptr_const(t),a.i32_const(S),a.callImport("castv2"),a.appendU8(69),a.block(64,4),Ba(a,n,19),a.endBlock()),a.endBlock(),a.endBlock();break}case 303:case 304:a.ptr_const(xs(e,vs(n,3))),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.i32_const(304===S?1:0),a.callImport("box");break;case 307:{const t=xs(e,vs(n,3)),r=qa(17),o=vs(n,1),s=ue(t+r);if(!t||!s){Bi(b,0,0,"null-klass"),n=0;continue}a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(qs(a,vs(n,2),n,!0),a.local("dest_ptr",34)),a.appendU8(40),a.appendMemarg(qa(14),0),a.appendU8(40),a.appendMemarg(qa(15),0),a.local("src_ptr",34),a.appendU8(40),a.appendMemarg(r,0),a.i32_const(s),a.appendU8(70),a.local("src_ptr"),a.appendU8(45),a.appendMemarg(qa(16),0),a.appendU8(69),a.appendU8(113),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),a.i32_const(qa(18)),a.appendU8(106),zs(a,o,54),a.appendU8(5),Ba(a,n,21),a.endBlock();break}case 302:a.block(),Vs(a,vs(n,1),4),Ps(a,vs(n,2),40),a.callImport("newstr"),a.appendU8(13),a.appendULeb(0),Ba(a,n,17),a.endBlock();break;case 291:a.block(),Vs(a,vs(n,1),4),a.ptr_const(xs(e,vs(n,2))),a.callImport("newobj_i"),a.appendU8(13),a.appendULeb(0),Ba(a,n,17),a.endBlock();break;case 293:{const e=vs(n,3);Vs(a,vs(n,2),e),za(a,0,e),a.local("pLocals"),Vs(a,vs(n,2),e),zs(a,vs(n,1),54);break}case 290:case 292:case 543:case 542:l?(Oa(a,n,C,15),d=!0,N=0):n=0;break;case 545:case 546:case 547:case 548:case 544:l?(Oa(a,n,C,544==S?22:15),d=!0):n=0;break;case 145:case 142:Ba(a,n,16),d=!0;break;case 138:case 139:Ba(a,n,26),d=!0;break;case 144:if(a.callHandlerReturnAddresses.length>0&&a.callHandlerReturnAddresses.length<=3){const t=As(e,vs(n,1));a.local("pLocals"),a.appendU8(40),a.appendMemarg(t,0),a.local("index",33);for(let e=0;e=3&&S<=12||S>=516&&S<=517?l||a.options.countBailouts?(Ba(a,n,14),d=!0):n=0:S>=13&&S<=29?Js(a,n,S)?$=!0:n=0:S>=82&&S<=93?Ys(a,n,S)||(n=0):S>=351&&S<=434?Ks(a,n,S)||(n=0):cs[S]?Qs(a,n,S)||(n=0):ps[S]?ni(a,n,e,S)?l=!0:n=0:S>=31&&S<=57?Xs(a,e,n,S)||(n=0):S>=58&&S<=81?Zs(a,e,n,S)||(n=0):S>=95&&S<=135?oi(a,n,S)||(n=0):S>=568&&S<=621?ri(a,n,S)||(n=0):S>=323&&S<=348?si(a,e,n,S)||(n=0):S>=235&&S<=278?a.branchTargets.size>0?(Oa(a,n,C,8),d=!0):n=0:S>=640&&S<=647?li(a,n,S,x,I,T)?(p=!0,$=!0):n=0:0===N||(n=0)}if(n){if(!$){const e=n+2;for(let t=0;t0&&(e+=" -> ");for(let n=0;n0&&(l?h++:m++,f+=N),(n+=2*E)<=o&&(g=n)}else s&&ut(`instrumented trace ${t} aborted for opcode ${x} @${A.toString(16)}`),Bi(b,0,0,S)}for(;a.activeBlocks>0;)a.endBlock();return a.cfg.exitIp=g,p&&(f+=10240),f}(e,u,n,r,c,i,b,s),o=a>=mi.minimumTraceValue,i.cfg.generate()})),i.emitImportsAndFunctions(!1),!o)return m&&"end-of-body"===m.abortReason&&(m.abortReason="trace-too-small"),0;d=Na();const p=i.getArrayView();if($a.bytesGenerated+=p.length,p.length>=4080)return pt(`Jiterpreter generated too much code (${p.length} bytes) for trace ${u}. Please report this issue.`),0;const f=new WebAssembly.Module(p),g=i.getWasmImports(),y=new WebAssembly.Instance(f,g).exports[u];_=!1,l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const S=Fa(y);if(!S)throw new Error("add_function_pointer returned a 0 index");return i.options.enableStats&&$a.tracesCompiled&&$a.tracesCompiled%500==0&&Oi(!1,!0),S}catch(e){return f=!0,_=!1,dt(`${a||u} code generation failed: ${e} ${e.stack}`),Ha(),0}finally{const e=Na();if(d?(Ca.generation+=d-p,Ca.compilation+=e-d):Ca.generation+=e-p,f||!_&&mi.dumpTraces||h){if(f||mi.dumpTraces||h)for(let e=0;e0;)i.endBlock();i.inSection&&i.endSection()}catch(e){}const n=i.getArrayView();for(let r=0;r=4?Qi():Ji>0||"function"==typeof globalThis.setTimeout&&(Ji=globalThis.setTimeout((()=>{Ji=0,Qi()}),10))}},function(e,t,n,r,o,a,s,i,c){if(n>16)return 0;const l=new class{constructor(e,t,n,r,o,a,s,i,c){this.imethod=e,this.method=t,this.argumentCount=n,this.unbox=o,this.hasThisReference=a,this.hasReturnValue=s,this.name=i,this.paramTypes=new Array(n);for(let e=0;ee&&(l=l.substring(l.length-e,l.length)),l=`${this.imethod.toString(16)}_${l}`}else l=`${this.imethod.toString(16)}_${this.hasThisReference?"i":"s"}${this.hasReturnValue?"_r":""}_${this.argumentCount}`;this.traceName=l,this.hitCount=0}}(e,t,n,r,o,a,s,Qe(i),c);qi||(qi=Ma());const u=qi.get(c);return l.result=Fa(u),Xi[e]=l,l.result},function(e,t,n,r,o){const a=ue(n+0),s=lc[a];if(s)return void(s.result>0?St.mono_jiterp_register_jit_call_thunk(n,s.result):(s.queue.push(n),s.queue.length>12&&mc()));const i=new pc(e,t,n,r,0!==o);lc[a]=i,uc.push(i),uc.length>=6&&mc()},function(e,t,n,r,o){const a=dc(e);try{a(t,n,r,o)}catch(e){G(o,1)}},mc,function(e,n,r){l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const o=Ma().get(e),a=function(e,t,n){try{o(t)}catch(e){G(n,1)}};let s=!fc();if(!s)try{const e=new WebAssembly.Instance(_c,{i:{jit_call_cb:o},m:{h:t.getMemory()}}).exports.do_jit_call_indirect;if("function"!=typeof e)throw new Error("Did not find exported do_jit_call handler");const n=Fa(e);St.mono_jiterp_update_jit_call_dispatcher(n),s=!1}catch(e){dt("failed to compile do_jit_call handler",e),s=!0}if(s)try{const e=t.addFunction(a,"viii");St.mono_jiterp_update_jit_call_dispatcher(e)}catch(e){St.mono_jiterp_update_jit_call_dispatcher(0)}a(0,n,r)},function(){l.enablePerfMeasure&&Xt.push(globalThis.performance.now())},function(e){if(l.enablePerfMeasure){const t=Xt.pop(),n=a?{start:t}:{startTime:t};let r=Zt.get(e);r||(r=Qe(vt.mono_wasm_method_get_name(e)),Zt.set(e,r)),globalThis.performance.measure(r,n)}},function(e,t,r,o,a){const s=Qe(r),i=!!o,c=Qe(e),l=a,u=Qe(t),p=`[MONO] ${s}`;if(n.logging&&"function"==typeof n.logging.trace)n.logging.trace(c,u,p,i,l);else switch(u){case"critical":case"error":console.error(ht(p));break;case"warning":console.warn(p);break;case"message":default:console.log(p);break;case"info":console.info(p);break;case"debug":console.debug(p)}},function(e,t){jt=Qe(e).concat(".dll"),Rt=t,console.assert(!0,`Adding an entrypoint breakpoint ${jt} at method token ${Rt}`);debugger},function(){},Br,function(e,r,o,a,s,i){fr();const c=De(e),l=De(r),u=De(i);try{const e=fn(o);1!==e&&w(!1,`Signature version ${e} mismatch.`);const t=rt(c),r=Jt(),i=rt(l);lt(`Binding [JSImport] ${t} from ${i} module`);const p=function(e,t){e&&"string"==typeof e||w(!1,"function_name must be string");let r={};const o=e.split(".");t?(r=ur.get(t),r||w(!1,`ES6 module ${t} was not imported yet, please call JSHost.ImportAsync() first.`)):"INTERNAL"===o[0]?(r=n,o.shift()):"globalThis"===o[0]&&(r=globalThis,o.shift());for(let t=0;t{e&&e.dispose()},m=!0):R.Task}const h=sn(o,1),b=cn(h);R.Task;const g=Yr(h,b,1),y={fn:p,fqn:i+":"+t,args_count:d,arg_marshalers:_,res_converter:g,has_cleanup:m,arg_cleanup:f,isDisposed:!1};let S;S=0!=d||g?1!=d||m||g?1==d&&!m&&g?function(e){const t=e.fn,n=e.arg_marshalers[0],r=e.res_converter,o=e.fqn;return e=null,function(a){const s=Jt();try{L&&e.isDisposed;const o=n(a),s=t(o);r(a,s)}catch(e){ho(a,e)}finally{Yt(s,"mono.callCsFunction:",o)}}}(y):2==d&&!m&&g?function(e){const t=e.fn,n=e.arg_marshalers[0],r=e.arg_marshalers[1],o=e.res_converter,a=e.fqn;return e=null,function(s){const i=Jt();try{L&&e.isDisposed;const a=n(s),i=r(s),c=t(a,i);o(s,c)}catch(e){ho(s,e)}finally{Yt(i,"mono.callCsFunction:",a)}}}(y):function(e){const t=e.args_count,n=e.arg_marshalers,r=e.res_converter,o=e.arg_cleanup,a=e.has_cleanup,s=e.fn,i=e.fqn;return e=null,function(c){const l=Jt();try{L&&e.isDisposed;const i=new Array(t);for(let e=0;e2?t:r,e)}else{u=1;const t=s[e].toUpperCase();H(l,n+2*e,(t.length>1?s[e]:t).charCodeAt(0))}else for(let e=0;e2?t:r,e)}else{u=1;const t=s[e].toLowerCase();H(l,n+2*e,(t.length>1?s[e]:t).charCodeAt(0))}}catch(e){dr(a,e,i)}finally{i.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c);if(!e)throw new Error("Cannot change case, the culture name is null.");const i=tt(t,t+2*n),u=a?i.toLocaleUpperCase(e):i.toLocaleLowerCase(e);if(u.length<=i.length)return nt(r,r+2*o,u),void _r(s,l);const p=Ue();let d=1;if(a)for(let t=0;t2?n:o,t)}else{d=1;const n=i[t].toLocaleUpperCase(e);H(p,r+2*t,(n.length>1?i[t]:n).charCodeAt(0))}else for(let t=0;t2?n:o,t)}else{d=1;const n=i[t].toLocaleLowerCase(e);H(p,r+2*t,(n.length>1?i[t]:n).charCodeAt(0))}_r(s,l)}catch(e){dr(s,e,l)}finally{c.release(),l.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c),i=et(t,t+2*n),u=et(r,r+2*o),p=31&a,d=e||void 0;return _r(s,l),Uc(i,u,d,p)}catch(e){return dr(s,e,l),-2}finally{c.release(),l.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c),i=Ic(r,o);if(0==i.length)return 1;const u=Ic(t,n);if(u.lengthe.segment));let h=0,b=!1,g=-1,y=0,w=0,S=0;for(;!b;){const e=f.segment(c.slice(h,c.length))[Symbol.iterator]();let t=e.next();if(t.done)break;let n=p(t.value.segment,m[0],d,_);if(w=S,t=e.next(),t.done){g=n?w:g;break}if(y=t.value.index,S=w+y,n){for(let r=1;r1&&e<15||22==e||23==e}(n))return{eraNames:"",abbreviatedEraNames:""};const r=e.toLocaleDateString(t,{year:"numeric"}),o=e.toLocaleDateString(t,{day:"numeric"}),a=e.toLocaleDateString(t,{era:"short"}),s=e.toLocaleDateString(t,{era:"narrow"}),i=a.includes(r)?l(r):l(e.getFullYear().toString());return{eraNames:c(i.eraDateParts,i.ignoredPart),abbreviatedEraNames:c(i.abbrEraDateParts,i.ignoredPart)};function c(e,n){const r=new RegExp(`^((?!${n}|[0-9]).)*$`),o=e.filter((e=>r.test(e)));if(0==o.length)throw new Error(`Internal error, era for locale ${t} was in non-standard format.`);return o[0].trim()}function l(e){return a.startsWith(e)||a.endsWith(e)?{eraDateParts:a.split(o),abbrEraDateParts:s.split(o),ignoredPart:e}:{eraDateParts:a.split(e),abbrEraDateParts:s.split(e),ignoredPart:o}}}(c,e,t);a.EraNames=p.eraNames,a.AbbreviatedEraNames=p.abbreviatedEraNames;const d=Object.values(a).join("##");if(d.length>r)throw new Error(`Calendar info exceeds length of ${r}.`);return nt(n,n+2*d.length,d),_r(o,i),d.length}catch(e){return dr(o,e,i),-1}finally{s.release(),i.release()}},function(e,t,n,r,o){const a=De(e),s=De(o);try{const e=rt(a),o={AmDesignator:"",PmDesignator:"",LongTimePattern:"",ShortTimePattern:""},i=Ac(e),c=function(e){const t=new Date("August 19, 1975 12:15:30"),n=new Date("August 19, 1975 11:15:30"),r=vl(t,e);return{am:vl(n,e),pm:r}}(i);o.AmDesignator=c.am,o.PmDesignator=c.pm,o.LongTimePattern=function(e,t){const n=18..toLocaleString(e),r=6..toLocaleString(e),o=new Date("August 19, 1975 18:15:30"),a=new Intl.DateTimeFormat(e,{timeStyle:"medium"}),s=a.format(o),i=o.toLocaleTimeString(e,{minute:"numeric"}),c=o.toLocaleTimeString(e,{second:"numeric"});let l=s.replace(t.pm,"tt").replace(i,"mm").replace(c,"ss");const u=l.includes(n),p=`${(0).toLocaleString(e)}${r}`,d=new Date("August 19, 1975 6:15:30"),_=a.format(d);let f;if(u)f=_.includes(p)?"HH":"H",l=l.replace(n,f);else{const e=_.includes(p);f=e?"hh":"h",l=l.replace(e?p:r,f)}return l}(i,c),o.ShortTimePattern=function(e){const t=e.indexOf("ss");if(t>0){const n=`${e[t-1]}ss`,r=e.replace(n,"");e=r.length>t&&"t"!=r[r.length-1]?e.split(n)[0]:r}return e}(o.LongTimePattern);const l=Object.values(o).join("##");if(l.length>n)throw new Error(`Culture info exceeds length of ${n}.`);return nt(t,t+2*l.length,l),_r(r,s),l.length}catch(e){return dr(r,e,s),-1}finally{a.release(),s.release()}},function(e,t,n){const r=De(e),o=De(n);try{return function(e){const t=El(e);if(t)return 7==t.firstDay?0:t.firstDay;if(["en-AE","en-SD","fa-IR"].includes(e))return 6;const n=e.split("-")[0];return["zh","th","pt","mr","ml","ko","kn","ja","id","hi","he","gu","fil","bn","am","ar"].includes(n)||["ta-SG","ta-IN","sw-KE","ms-SG","fr-CA","es-MX","en-US","en-ZW","en-ZA","en-WS","en-VI","en-UM","en-TT","en-SG","en-PR","en-PK","en-PH","en-MT","en-MO","en-MH","en-KE","en-JM","en-IN","en-IL","en-HK","en-GU","en-DM","en-CA","en-BZ","en-BW","en-BS","en-AU","en-AS","en-AG"].includes(e)?0:1}(Ac(rt(r)))}catch(e){return dr(t,e,o),-1}finally{r.release(),o.release()}},function(e,t,n){const r=De(e),o=De(n);try{return function(e){const t=El(e);if(t)return 7==t.minimalDays?1:t.minimalDays<4?0:2;const n=e.split("-")[0];return["pt-PT","fr-CH","fr-FR","fr-BE","es-ES","en-SE","en-NL","en-JE","en-IM","en-IE","en-GI","en-GG","en-GB","en-FJ","en-FI","en-DK","en-DE","en-CH","en-BE","en-AT","el-GR"].includes(e)||["sv","sk","ru","pl","nl","no","lt","it","hu","fi","et","de","da","cs","ca","bg"].includes(n)?2:0}(Ac(rt(r)))}catch(e){return dr(t,e,o),-1}finally{r.release(),o.release()}}],Il=[...Ul,function(e,t,n,r,o){ol();const a=De(n),s=De(t),i=De(o);try{const t=rt(s);if(!t||"string"!=typeof t)return void dr(r,"ERR12: Invalid method name object @"+s.value,i);const n=function(e){return e!==T&&e!==I?Nr(e):null}(e);if(j(n))return void dr(r,"ERR13: Invalid JS object handle '"+e+"' while invoking '"+t+"'",i);const o=hl(a);try{const e=n[t];if(void 0===e)throw new Error("Method: '"+t+"' not found for: '"+Object.prototype.toString.call(n)+"'");Wc(e.apply(n,o),i,!0),_r(r)}catch(e){dr(r,e,i)}}finally{a.release(),s.release(),i.release()}},function(e,t,n,r){ol();const o=De(t),a=De(r);try{const t=rt(o);if(!t)return void dr(n,"Invalid property name object '"+o.value+"'",a);const r=Nr(e);if(j(r))return void dr(n,"ERR01: Invalid JS object handle '"+e+"' while geting '"+t+"'",a);Wc(r[t],a,!0),_r(n)}catch(e){dr(n,e,a)}finally{a.release(),o.release()}},function(e,t,n,r,o,a,s){ol();const i=De(n),c=De(t),l=De(s);try{const n=rt(c);if(!n)return void dr(a,"Invalid property name object '"+t+"'",l);const s=Nr(e);if(j(s))return void dr(a,"ERR02: Invalid JS object handle '"+e+"' while setting '"+n+"'",l);const u=fl(i);if(r)s[n]=u;else{if(!r&&!Object.prototype.hasOwnProperty.call(s,n))return;!0===o?Object.prototype.hasOwnProperty.call(s,n)&&(s[n]=u):s[n]=u}_r(a,l)}catch(e){dr(a,e,l)}finally{l.release(),c.release(),i.release()}},function(e,t,n,r){ol();const o=De(r);try{const r=Nr(e);if(j(r))return void dr(n,"ERR03: Invalid JS object handle '"+e+"' while getting ["+t+"]",o);Wc(r[t],o,!0),_r(n)}catch(e){dr(n,e,o)}finally{o.release()}},function(e,t,n,r,o){ol();const a=De(n),s=De(o);try{const n=Nr(e);if(j(n))return void dr(r,"ERR04: Invalid JS object handle '"+e+"' while setting ["+t+"]",s);const o=fl(a);n[t]=o,_r(r,s)}catch(e){dr(r,e,s)}finally{s.release(),a.release()}},function(e,r,o){ol();const a=De(e),s=De(o);try{const e=rt(a);let o;if(o=e?"Module"==e?t:"INTERNAL"==e?n:globalThis[e]:globalThis,null===o||void 0===typeof o)return void dr(r,"Global object '"+e+"' not found.",s);Wc(o,s,!0),_r(r)}catch(e){dr(r,e,s)}finally{s.release(),a.release()}},function(e,t,n,r){const o=De(t),a=De(e),s=De(r);try{const e=rt(a);if(!e)return void dr(n,"Invalid name @"+a.value,s);const t=globalThis[e];if(null==t)return void dr(n,"JavaScript host object '"+e+"' not found.",s);try{const e=hl(o),r=function(e,t){let n=[];return n[0]=e,t&&(n=n.concat(t)),new(e.bind.apply(e,n))};Wc(Dr(r(t,e)),s,!1),_r(n)}catch(e){return void dr(n,e,s)}}finally{s.release(),o.release(),a.release()}},function(e,t,n){const r=De(n);try{const n=Nr(e);if(j(n))return void dr(t,"ERR06: Invalid JS object handle '"+e+"'",r);Gc(n,r),_r(t)}catch(e){dr(t,String(e),r)}finally{r.release()}},function(e,t,n,r,o,a,s){const i=De(s);try{const s=function(e,t,n,r,o){let a=null;switch(o){case 5:a=new Int8Array(n-t);break;case 6:a=new Uint8Array(n-t);break;case 7:a=new Int16Array(n-t);break;case 8:a=new Uint16Array(n-t);break;case 9:a=new Int32Array(n-t);break;case 10:a=new Uint32Array(n-t);break;case 13:a=new Float32Array(n-t);break;case 14:a=new Float64Array(n-t);break;case 15:a=new Uint8ClampedArray(n-t);break;default:throw new Error("Unknown array type "+o)}return function(e,t,n,r,o){if(Pc(e)&&e.BYTES_PER_ELEMENT){if(o!==e.BYTES_PER_ELEMENT)throw new Error("Inconsistent element sizes: TypedArray.BYTES_PER_ELEMENT '"+e.BYTES_PER_ELEMENT+"' sizeof managed element: '"+o+"'");let a=(r-n)*o;const s=e.length*e.BYTES_PER_ELEMENT;a>s&&(a=s);const i=n*o;return new Uint8Array(e.buffer,0,a).set(Ee().subarray(t+i,t+i+a)),a}throw new Error("Object '"+e+"' is not a typed array")}(a,e,t,n,r),a}(e,t,n,r,o);Wc(s,i,!0),_r(a)}catch(e){dr(a,String(e),i)}finally{i.release()}},function(e,t,n,r,o){try{ol();const e=globalThis.Blazor;if(!e)throw new Error("The blazor.webassembly.js library is not loaded.");return e._internal.invokeJSFromDotNet(t,n,r,o)}catch(t){const n=t.message+"\n"+t.stack,r=Be();return ot(n,r),r.copy_to_address(e),r.release(),0}}];function Tl(e){const t=e.env||e.a;if(!t)return void pt("WARNING: Neither imports.env or imports.a were present when instantiating the wasm module. This likely indicates an emscripten configuration issue.");const n=new Array(Il.length);for(const e in t){const r=t[e];if("function"==typeof r&&-1!==r.toString().indexOf("runtime_idx"))try{const{runtime_idx:t}=r();if(void 0!==n[t])throw new Error(`Duplicate runtime_idx ${t}`);n[t]=e}catch(e){}}for(const[e,r]of Il.entries()){const o=n[e];if(void 0!==o){const e=t[o];if("function"!=typeof e)throw new Error(`Expected ${o} to be a function`);t[o]=r,lt(`Replaced WASM import ${o} stub ${e.name} with ${r.name||"minified implementation"}`)}}}const xl="https://dotnet.generated.invalid/wasm-memory";async function Al(){if(void 0===globalThis.caches)return null;if(a&&!1===globalThis.window.isSecureContext)return null;const e=`dotnet-resources${document.baseURI.substring(document.location.origin.length)}`;try{return await globalThis.caches.open(e)||null}catch(e){return pt("Failed to open cache"),null}}async function jl(){if(l.memorySnapshotCacheKey)return l.memorySnapshotCacheKey;if(!l.subtle)return null;const t=Object.assign({},l.config);t.resourcesHash=t.resources.hash,delete t.assets,delete t.resources,t.preferredIcuAsset=u.preferredIcuAsset,delete t.forwardConsoleLogsToWS,delete t.diagnosticTracing,delete t.appendElementOnExit,delete t.assertAfterExit,delete t.interopCleanupOnExit,delete t.logExitCode,delete t.pthreadPoolSize,delete t.asyncFlushOnExit,delete t.remoteSources,delete t.ignorePdbLoadErrors,delete t.maxParallelDownloads,delete t.enableDownloadRetry,delete t.exitAfterSnapshot,delete t.extensions,t.GitHash=u.gitHash,t.ProductVersion=e;const n=JSON.stringify(t),r=await l.subtle.digest("SHA-256",(new TextEncoder).encode(n)),o=new Uint8Array(r),a=Array.from(o).map((e=>e.toString(16).padStart(2,"0"))).join("");return l.memorySnapshotCacheKey=`${xl}-${a}`,l.memorySnapshotCacheKey}async function Rl(){await Io(),await async function(){try{if(!l.config.startupMemoryCache)return;const e=await jl();if(!e)return;const t=await Al();if(!t)return;const n=await t.match(e),r=null==n?void 0:n.headers.get("content-length"),o=r?parseInt(r):void 0;l.loadedMemorySnapshotSize=o,l.storeMemorySnapshotPending=!o}catch(e){pt("Failed find memory snapshot in the cache",e)}finally{l.loadedMemorySnapshotSize||u.memorySnapshotSkippedOrDone.promise_control.resolve()}}()}function Ll(e){const n=Jt();e.locateFile||(e.locateFile=e.__locateFile=e=>u.scriptDirectory+e),e.out||(e.out=console.log.bind(console)),e.err||(e.err=console.error.bind(console)),u.out=e.out,u.err=e.err,e.mainScriptUrlOrBlob=u.scriptUrl;const h=e.instantiateWasm,b=e.preInit?"function"==typeof e.preInit?[e.preInit]:e.preInit:[],g=e.preRun?"function"==typeof e.preRun?[e.preRun]:e.preRun:[],y=e.postRun?"function"==typeof e.postRun?[e.postRun]:e.postRun:[],S=e.onRuntimeInitialized?e.onRuntimeInitialized:()=>{};e.instantiateWasm=(e,n)=>function(e,n,r){const o=Jt();if(r){const t=r(e,((e,t)=>{Yt(o,"mono.instantiateWasm"),l.afterInstantiateWasm.promise_control.resolve(),n(e,t)}));return t}return async function(e,n){var r;try{await u.afterConfigLoaded,lt("instantiate_wasm_module"),await l.beforePreInit.promise,t.addRunDependency("instantiate_wasm_module");const o=async function(){d&&(await u.simd()||w(!1,"This browser/engine doesn't support WASM SIMD. Please use a modern version. See also https://aka.ms/dotnet-wasm-features")),_&&(await u.exceptions()||w(!1,"This browser/engine doesn't support WASM exception handling. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"))}();Tl(e);const i=await u.wasmDownloadPromise.promise;if(await o,await async function(e,t,n){e&&e.pendingDownloadInternal&&e.pendingDownloadInternal.response||w(!1,"Can't load dotnet.native.wasm");const r=await e.pendingDownloadInternal.response,o=r.headers&&r.headers.get?r.headers.get("Content-Type"):void 0;let i,c;if("function"==typeof WebAssembly.instantiateStreaming&&"application/wasm"===o){lt("instantiate_wasm_module streaming");const e=await WebAssembly.instantiateStreaming(r,t);i=e.instance,c=e.module}else{a&&"application/wasm"!==o&&pt('WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.');const e=await r.arrayBuffer();if(lt("instantiate_wasm_module buffered"),s)c=new WebAssembly.Module(e),i=new WebAssembly.Instance(c,t);else{const n=await WebAssembly.instantiate(e,t);i=n.instance,c=n.module}}n(i,c)}(i,e,n),i.pendingDownloadInternal=null,i.pendingDownload=null,i.buffer=null,i.moduleExports=null,lt("instantiate_wasm_module done"),l.loadedMemorySnapshotSize){try{const e=(null===(r=t.asm)||void 0===r?void 0:r.memory)||t.wasmMemory;e.grow(l.loadedMemorySnapshotSize-e.buffer.byteLength+65535>>>16),l.updateMemoryViews()}catch(e){pt("failed to resize memory for the snapshot",e),l.loadedMemorySnapshotSize=void 0}u.memorySnapshotSkippedOrDone.promise_control.resolve()}l.afterInstantiateWasm.promise_control.resolve()}catch(e){throw dt("instantiate_wasm_module() failed",e),u.mono_exit(1,e),e}t.removeRunDependency("instantiate_wasm_module")}(e,n),[]}(e,n,h),e.preInit=[()=>function(e){t.addRunDependency("mono_pre_init");const n=Jt();try{$l(!1),lt("preInit"),l.beforePreInit.promise_control.resolve(),e.forEach((e=>e()))}catch(e){throw dt("user preInint() failed",e),u.mono_exit(1,e),e}(async()=>{try{await async function(){lt("mono_wasm_pre_init_essential_async"),t.addRunDependency("mono_wasm_pre_init_essential_async"),t.removeRunDependency("mono_wasm_pre_init_essential_async")}(),Yt(n,"mono.preInit")}catch(e){throw u.mono_exit(1,e),e}l.afterPreInit.promise_control.resolve(),t.removeRunDependency("mono_pre_init")})()}(b)],e.preRun=[()=>async function(e){t.addRunDependency("mono_pre_run_async");try{await l.afterInstantiateWasm.promise,await l.afterPreInit.promise,lt("preRunAsync");const t=Jt();e.map((e=>e())),Yt(t,"mono.preRun")}catch(e){throw dt("user callback preRun() failed",e),u.mono_exit(1,e),e}l.afterPreRun.promise_control.resolve(),t.removeRunDependency("mono_pre_run_async")}(g)],e.onRuntimeInitialized=()=>async function(e){try{await l.afterPreRun.promise,lt("onRuntimeInitialized"),l.mono_wasm_exit=St.mono_wasm_exit,l.abort=e=>{throw u.is_exited()||St.mono_wasm_abort(),e};const n=Jt();if(l.beforeOnRuntimeInitialized.promise_control.resolve(),await async function(){await l.allAssetsInMemory.promise,l.config.assets&&(u.actual_downloaded_assets_count!=u.expected_downloaded_assets_count&&w(!1,`Expected ${u.expected_downloaded_assets_count} assets to be downloaded, but only finished ${u.actual_downloaded_assets_count}`),u.actual_instantiated_assets_count!=u.expected_instantiated_assets_count&&w(!1,`Expected ${u.expected_instantiated_assets_count} assets to be in memory, but only instantiated ${u.actual_instantiated_assets_count}`),u._loaded_files.forEach((e=>u.loadedFiles.push(e.url))),lt("all assets are loaded in wasm memory"))}(),L&&l.config.startupMemoryCache,await async function(){const e=Jt();if(l.loadedMemorySnapshotSize){const e=await async function(){try{const e=await jl();if(!e)return;const t=await Al();if(!t)return;const n=await t.match(e);if(!n)return;return n.arrayBuffer()}catch(e){return void pt("Failed load memory snapshot from the cache",e)}}(),t=Ee();return e.byteLength!==t.byteLength&&w(!1,"Loaded memory is not the expected size"),t.set(new Uint8Array(e),0),void lt("Loaded WASM linear memory from browser cache")}for(const e in l.config.environmentVariables){const t=l.config.environmentVariables[e];if("string"!=typeof t)throw new Error(`Expected environment variable '${e}' to be a string but it was ${typeof t}: '${t}'`);Nl(e,t)}l.config.startupMemoryCache&&St.mono_jiterp_update_jit_call_dispatcher(0),l.config.runtimeOptions&&function(e){if(!Array.isArray(e))throw new Error("Expected runtimeOptions to be an array of strings");const n=t._malloc(4*e.length);let r=0;for(let o=0;oaot; in your project file."),null==e&&(e={}),"writeAt"in e||(e.writeAt="System.Runtime.InteropServices.JavaScript.JavaScriptExports::StopProfile"),"sendTo"in e||(e.sendTo="Interop/Runtime::DumpAotProfileData");const t="aot:write-at-method="+e.writeAt+",send-to-method="+e.sendTo;vt.mono_wasm_profiler_init_aot(t)}(l.config.aotProfilerOptions),l.config.browserProfilerOptions&&(l.config.browserProfilerOptions,m||w(!1,"Browser profiler is not enabled, please use browser; in your project file."),vt.mono_wasm_profiler_init_browser("browser:")),Dl("unused",l.config.debugLevel),l.config.startupMemoryCache&&(St.mono_jiterp_update_jit_call_dispatcher(-1),await async function(e){try{const t=await jl();if(!t)return;const n=await Al();if(!n)return;const r=L?new Uint8Array(e).slice(0):e,o=new Response(r,{headers:{"content-type":"wasm-memory","content-length":e.byteLength.toString()}});await n.put(t,o),async function(e){try{const t=await Al();if(!t)return;const n=await t.keys();for(const r of n)r.url&&r.url!==e&&r.url.startsWith(xl)&&await t.delete(r)}catch(e){return}}(t)}catch(e){return void pt("Failed to store memory snapshot in the cache",e)}}(Ee().buffer),l.storeMemorySnapshotPending=!1),Yt(e,"mono.memorySnapshot")}(),l.config.exitAfterSnapshot){const e=l.ExitStatus?new l.ExitStatus(0):new Error("Snapshot taken, exiting because exitAfterSnapshot was set.");return e.silent=!0,void u.mono_exit(0,e)}L&&l.config.startupMemoryCache,function(){if(!l.mono_wasm_bindings_is_ready){lt("bindings_init"),l.mono_wasm_bindings_is_ready=!0;try{const e=Jt();Ve||("undefined"!=typeof TextDecoder&&(He=new TextDecoder("utf-16le"),Ge=new TextDecoder("utf-8",{fatal:!1}),qe=new TextDecoder("utf-8"),Je=new TextEncoder),Ve=t._malloc(12)),function(){const e="System.Runtime.InteropServices.JavaScript";if(l.runtime_interop_module=St.mono_wasm_assembly_load(e),!l.runtime_interop_module)throw"Can't find bindings module assembly: "+e;if(l.runtime_interop_namespace="System.Runtime.InteropServices.JavaScript",l.runtime_interop_exports_classname="JavaScriptExports",l.runtime_interop_exports_class=St.mono_wasm_assembly_find_class(l.runtime_interop_module,l.runtime_interop_namespace,l.runtime_interop_exports_classname),!l.runtime_interop_exports_class)throw"Can't find "+l.runtime_interop_namespace+"."+l.runtime_interop_exports_classname+" class";const n=To("CallEntrypoint");n||w(!1,"Can't find CallEntrypoint method");const r=To("ReleaseJSOwnedObjectByGCHandle");r||w(!1,"Can't find ReleaseJSOwnedObjectByGCHandle method");const o=To("CreateTaskCallback");o||w(!1,"Can't find CreateTaskCallback method");const a=To("CompleteTask");a||w(!1,"Can't find CompleteTask method");const s=To("CallDelegate");s||w(!1,"Can't find CallDelegate method");const i=To("GetManagedStackTrace");i||w(!1,"Can't find GetManagedStackTrace method");const c=To("LoadSatelliteAssembly");c||w(!1,"Can't find LoadSatelliteAssembly method");const p=To("LoadLazyAssembly");p||w(!1,"Can't find LoadLazyAssembly method"),l.javaScriptExports.call_entry_point=async(e,r)=>{u.assert_runtime_running();const o=t.stackSave();try{t.runtimeKeepalivePush();const o=on(4),a=an(o,1),s=an(o,2),i=an(o,3);so(s,e),r&&0==r.length&&(r=void 0),wo(i,r,R.String),kr(n,o);let c=Gn(a,0,Bn);return null==c&&(c=Promise.resolve(0)),c[$r]=!0,await c}finally{t.runtimeKeepalivePop(),t.stackRestore(o)}},l.javaScriptExports.load_satellite_assembly=e=>{const n=t.stackSave();try{const t=on(3),n=an(t,2);hn(n,R.Array),yo(n,e,R.Byte),kr(c,t)}finally{t.stackRestore(n)}},l.javaScriptExports.load_lazy_assembly=(e,n)=>{const r=t.stackSave();try{const t=on(4),r=an(t,2),o=an(t,3);hn(r,R.Array),hn(o,R.Array),yo(r,e,R.Byte),yo(o,n,R.Byte),kr(p,t)}finally{t.stackRestore(r)}},l.javaScriptExports.release_js_owned_object_by_gc_handle=e=>{e||w(!1,"Must be valid gc_handle"),u.assert_runtime_running();const n=t.stackSave();try{const t=on(3),n=an(t,2);hn(n,R.Object),Un(n,e),kr(r,t)}finally{t.stackRestore(n)}},l.javaScriptExports.create_task_callback=()=>{const e=t.stackSave();u.assert_runtime_running();try{const e=on(2);return kr(o,e),En(an(e,1))}finally{t.stackRestore(e)}},l.javaScriptExports.complete_task=(e,n,r,o)=>{u.assert_runtime_running();const s=t.stackSave();try{const t=on(5),s=an(t,2);hn(s,R.Object),Un(s,e);const i=an(t,3);if(n)ho(i,n);else{hn(i,R.None);const e=an(t,4);o||w(!1,"res_converter missing"),o(e,r)}kr(a,t)}finally{t.stackRestore(s)}},l.javaScriptExports.call_delegate=(e,n,r,o,a,i,c,l)=>{u.assert_runtime_running();const p=t.stackSave();try{const t=on(6),u=an(t,2);if(hn(u,R.Object),Un(u,e),i&&i(an(t,3),n),c&&c(an(t,4),r),l&&l(an(t,5),o),kr(s,t),a)return a(an(t,1))}finally{t.stackRestore(p)}},l.javaScriptExports.get_managed_stack_trace=e=>{u.assert_runtime_running();const n=t.stackSave();try{const t=on(3),n=an(t,2);return hn(n,R.Exception),Un(n,e),kr(i,t),qn(an(t,1))}finally{t.stackRestore(n)}}}(),p||i||function(){if(Object.prototype[Fc]=0,Array.prototype[Fc]=1,ArrayBuffer.prototype[Fc]=2,DataView.prototype[Fc]=3,Function.prototype[Fc]=4,Uint8Array.prototype[Fc]=11,Mc._unbox_buffer_size=65536,Mc._box_buffer=t._malloc(65536),Mc._unbox_buffer=t._malloc(Mc._unbox_buffer_size),Mc._class_int32=Sr("System","Int32"),Mc._class_uint32=Sr("System","UInt32"),Mc._class_double=Sr("System","Double"),Mc._class_boolean=Sr("System","Boolean"),Mc._null_root=Be(),function(){const e=Xc;e.set("m",{steps:[{}],size:0}),e.set("s",{steps:[{convert_root:ot.bind(t)}],size:0,needs_root:!0}),e.set("S",{steps:[{convert_root:at.bind(t)}],size:0,needs_root:!0}),e.set("o",{steps:[{convert_root:Wc.bind(t)}],size:0,needs_root:!0}),e.set("u",{steps:[{convert_root:zc.bind(t,!1)}],size:0,needs_root:!0}),e.set("R",{steps:[{convert_root:Wc.bind(t),byref:!0}],size:0,needs_root:!0}),e.set("j",{steps:[{convert:Jc.bind(t),indirect:"i32"}],size:8}),e.set("b",{steps:[{indirect:"bool"}],size:8}),e.set("i",{steps:[{indirect:"i32"}],size:8}),e.set("I",{steps:[{indirect:"u32"}],size:8}),e.set("l",{steps:[{indirect:"i52"}],size:8}),e.set("L",{steps:[{indirect:"u52"}],size:8}),e.set("f",{steps:[{indirect:"float"}],size:8}),e.set("d",{steps:[{indirect:"double"}],size:8})}(),Mc.runtime_legacy_exports_classname="LegacyExports",Mc.runtime_legacy_exports_class=St.mono_wasm_assembly_find_class(l.runtime_interop_module,l.runtime_interop_namespace,Mc.runtime_legacy_exports_classname),!Mc.runtime_legacy_exports_class)throw"Can't find "+l.runtime_interop_namespace+"."+Mc.runtime_legacy_exports_classname+" class";for(const e of al){const t=sl,[n,r,o,a]=e;if(n)t[r]=function(...e){const n=il(o,a);return t[r]=n,n(...e)};else{const e=il(o,a);t[r]=e}}}(),0==Kt.size&&(Kt.set(R.Array,Zn),Kt.set(R.Span,Qn),Kt.set(R.ArraySegment,er),Kt.set(R.Boolean,Cn),Kt.set(R.Byte,$n),Kt.set(R.Char,Nn),Kt.set(R.Int16,Dn),Kt.set(R.Int32,Bn),Kt.set(R.Int52,On),Kt.set(R.BigInt64,Mn),Kt.set(R.Single,Fn),Kt.set(R.IntPtr,zn),Kt.set(R.Double,Pn),Kt.set(R.String,qn),Kt.set(R.Exception,Jn),Kt.set(R.JSException,Jn),Kt.set(R.JSObject,Yn),Kt.set(R.Object,Xn),Kt.set(R.DateTime,Wn),Kt.set(R.DateTimeOffset,Wn),Kt.set(R.Task,Gn),Kt.set(R.Action,Hn),Kt.set(R.Function,Hn),Kt.set(R.None,Vn),Kt.set(R.Void,Vn),Kt.set(R.Discard,Vn)),0==Qt.size&&(Qt.set(R.Array,yo),Qt.set(R.Span,So),Qt.set(R.ArraySegment,ko),Qt.set(R.Boolean,Zr),Qt.set(R.Byte,Kr),Qt.set(R.Char,Qr),Qt.set(R.Int16,eo),Qt.set(R.Int32,to),Qt.set(R.Int52,no),Qt.set(R.BigInt64,ro),Qt.set(R.Double,oo),Qt.set(R.Single,ao),Qt.set(R.IntPtr,so),Qt.set(R.DateTime,io),Qt.set(R.DateTimeOffset,co),Qt.set(R.String,lo),Qt.set(R.Exception,ho),Qt.set(R.JSException,ho),Qt.set(R.JSObject,bo),Qt.set(R.Object,go),Qt.set(R.Task,mo),Qt.set(R.Action,_o),Qt.set(R.Function,_o),Qt.set(R.None,po),Qt.set(R.Discard,po),Qt.set(R.Void,po)),l._i52_error_scratch_buffer=t._malloc(4),Yt(e,"mono.bindingsInit")}catch(e){throw dt("Error in bindings_init",e),e}}}(),l.runtimeReady=!0,r&&!o&&t.runtimeKeepalivePush(),l.mono_wasm_runtime_is_ready||mono_wasm_runtime_ready(),0!==u.config.debugLevel&&u.config.cacheBootResources&&u.logDownloadStatsToConsole(),setTimeout((()=>{u.purgeUnusedCacheEntriesAsync()}),u.config.cachedResourcesPurgeDelay);try{e()}catch(e){throw dt("user callback onRuntimeInitialized() failed",e),e}await async function(){lt("mono_wasm_after_user_runtime_initialized");try{if(!t.disableDotnet6Compatibility&&t.exports){const e=globalThis;for(let n=0;nasync function(e){try{await l.afterOnRuntimeInitialized.promise,lt("postRunAsync");const n=Jt();t.FS_createPath("/","usr",!0,!0),t.FS_createPath("/","usr/share",!0,!0),e.map((e=>e())),Yt(n,"mono.postRun")}catch(e){throw dt("user callback posRun() failed",e),u.mono_exit(1,e),e}l.afterPostRun.promise_control.resolve()}(y)],e.ready.then((async()=>{await l.afterPostRun.promise,Yt(n,"mono.emscriptenStartup"),l.dotnetReady.promise_control.resolve(c)})).catch((e=>{l.dotnetReady.promise_control.reject(e)})),e.ready=l.dotnetReady.promise,e.onAbort||(e.onAbort=e=>{u.mono_exit(1,e)}),e.onExit||(e.onExit=e=>{u.mono_exit(e,null)})}async function Cl(e,n){await u.afterConfigLoaded.promise,Tl(e),n(new WebAssembly.Instance(t.wasmModule,e),void 0),t.wasmModule=null}function $l(e){var r,o,a;e||t.addRunDependency("mono_wasm_pre_init_essential"),lt("mono_wasm_pre_init_essential"),u.gitHash!==l.gitHash&&pt("The version of dotnet.runtime.js is different from the version of dotnet.js!"),u.gitHash!==l.moduleGitHash&&pt("The version of dotnet.native.js is different from the version of dotnet.js!"),function(){const e=[...yt,...p?[]:gt];for(const t of e){const e=wt,[n,r,o,a,s]=t,i="function"==typeof n;if(!0===n||i)e[r]=function(...t){!i||!n()||w(!1,`cwrap ${r} should not be called when binding was skipped`);const c=Ut(r,o,a,s);return e[r]=c,c(...t)};else{const t=Ut(r,o,a,s);e[r]=t}}}(),r=n,Object.assign(r,{mono_wasm_exit:St.mono_wasm_exit,mono_wasm_enable_on_demand_gc:St.mono_wasm_enable_on_demand_gc,mono_wasm_profiler_init_aot:vt.mono_wasm_profiler_init_aot,mono_wasm_profiler_init_browser:vt.mono_wasm_profiler_init_browser,mono_wasm_exec_regression:St.mono_wasm_exec_regression}),p||(a=Bc,Object.assign(a,{mono_wasm_add_assembly:kt.mono_wasm_add_assembly}),o=Oc,Object.assign(o,{mono_obj_array_new:kt.mono_wasm_obj_array_new,mono_obj_array_set:kt.mono_wasm_obj_array_set,mono_obj_array_new_ref:kt.mono_wasm_obj_array_new_ref,mono_obj_array_set_ref:kt.mono_wasm_obj_array_set_ref})),e||t.removeRunDependency("mono_wasm_pre_init_essential")}function Nl(e,t){St.mono_wasm_setenv(e,t)}function Dl(e,t){lt("mono_wasm_load_runtime");try{const n=Jt();null==t&&(t=0,l.config.debugLevel&&(t=0+t)),St.mono_wasm_load_runtime(e||"unused",t),Yt(n,"mono.loadRuntime")}catch(e){throw dt("mono_wasm_load_runtime () failed",e),u.mono_exit(1,e),e}}async function Bl(e){tr=null,null.addEventListener("dotnet:pthread:created",(e=>{lt("pthread created 0x"+e.pthread_self.pthreadId.toString(16))})),e.preInit=[()=>async function(){lt("worker initializing essential C exports and APIs");const e=Jt();try{lt("preInitWorker"),l.beforePreInit.promise_control.resolve(),$l(!0),await Io(),l.afterPreInit.promise_control.resolve(),Yt(e,"mono.preInitWorker")}catch(e){throw dt("user preInitWorker() failed",e),u.mono_exit(1,e),e}}()],e.instantiateWasm=Cl,await l.afterPreInit.promise}function Ol(n){const r=t,o=n,a=globalThis;p||function(e){Bc=e.mono,Oc=e.binding}(o),p||(Object.assign(o.mono,{mono_wasm_setenv:Nl,mono_wasm_load_bytes_into_heap:ye,mono_wasm_load_icu_data:ha,mono_wasm_runtime_ready:mono_wasm_runtime_ready,mono_wasm_new_root_buffer:Ne,mono_wasm_new_root:Be,mono_wasm_new_external_root:De,mono_wasm_release_roots:Oe,mono_run_main:Nc,mono_run_main_and_exit:$c,mono_wasm_add_assembly:null,mono_wasm_load_runtime:Dl,config:l.config,loaded_files:[],setB32:z,setI8:J,setI16:Y,setI32:Z,setI52:Q,setU52:ee,setI64Big:te,setU8:V,setU16:W,setU32:q,setF32:ne,setF64:re,getB32:oe,getI8:pe,getI16:de,getI32:_e,getI52:fe,getU52:me,getI64Big:he,getU8:ae,getU16:se,getU32:ie,getF32:be,getF64:ge}),Object.assign(o.binding,{bind_static_method:Sl,call_assembly_entry_point:kl,mono_obj_array_new:null,mono_obj_array_set:null,js_string_to_mono_string:ll,js_typed_array_to_array:qc,mono_array_to_js_array:ml,js_to_mono_obj:Vc,conv_string:gl,unbox_mono_obj:dl,mono_obj_array_new_ref:null,mono_obj_array_set_ref:null,js_string_to_mono_string_root:ot,js_typed_array_to_array_root:Gc,js_to_mono_obj_root:Wc,conv_string_root:rt,unbox_mono_obj_root:fl,mono_array_root_to_js_array:hl}),Object.assign(o.internal,{stringToMonoStringIntern:ul,mono_method_resolve:nl})),Object.assign(o.internal,{mono_wasm_exit:e=>{t.err("early exit "+e)},forceDisposeProxies:Vr,logging:void 0,mono_wasm_stringify_as_error_with_stack:ht,mono_wasm_get_loaded_files:ya,mono_wasm_send_dbg_command_with_parms:Dt,mono_wasm_send_dbg_command:Bt,mono_wasm_get_dbg_command_info:Ot,mono_wasm_get_details:Ht,mono_wasm_release_object:qt,mono_wasm_call_function_on:Wt,mono_wasm_debugger_resume:Mt,mono_wasm_detach_debugger:Ft,mono_wasm_raise_debug_event:zt,mono_wasm_change_debugger_log_level:Pt,mono_wasm_debugger_attached:Vt,mono_wasm_runtime_is_ready:l.mono_wasm_runtime_is_ready,mono_wasm_get_func_id_to_name_mappings:bt,get_property:ar,set_property:or,has_property:sr,get_typeof_property:ir,get_global_this:cr,get_dotnet_instance:()=>c,dynamic_import:pr,mono_wasm_cancel_promise:qr,ws_wasm_create:ca,ws_wasm_open:la,ws_wasm_send:ua,ws_wasm_receive:pa,ws_wasm_close:da,ws_wasm_abort:_a,http_wasm_supports_streaming_response:Ao,http_wasm_create_abort_controler:jo,http_wasm_abort_request:Ro,http_wasm_abort_response:Lo,http_wasm_fetch:$o,http_wasm_fetch_bytes:Co,http_wasm_get_response_header_names:Do,http_wasm_get_response_header_values:Bo,http_wasm_get_response_bytes:Mo,http_wasm_get_response_length:Oo,http_wasm_get_streamed_response_bytes:Fo,jiterpreter_dump_stats:Oi,jiterpreter_apply_options:rs,jiterpreter_get_options:os,mono_wasm_gc_lock:Fi,mono_wasm_gc_unlock:Pi,loadLazyAssembly:zi,loadSatelliteAssemblies:Vi}),Object.assign(l,{stringify_as_error_with_stack:ht,instantiate_symbols_asset:ga,instantiate_asset:ba,jiterpreter_dump_stats:Oi,forceDisposeProxies:Vr});const s={runMain:Nc,runMainAndExit:$c,setEnvironmentVariable:Nl,getAssemblyExports:Er,setModuleImports:rr,getConfig:()=>l.config,invokeLibraryInitializers:u.invokeLibraryInitializers,setHeapB32:z,setHeapU8:V,setHeapU16:W,setHeapU32:q,setHeapI8:J,setHeapI16:Y,setHeapI32:Z,setHeapI52:Q,setHeapU52:ee,setHeapI64Big:te,setHeapF32:ne,setHeapF64:re,getHeapB32:oe,getHeapU8:ae,getHeapU16:se,getHeapU32:ie,getHeapI8:pe,getHeapI16:de,getHeapI32:_e,getHeapI52:fe,getHeapU52:me,getHeapI64Big:he,getHeapF32:be,getHeapF64:ge,localHeapViewU8:Ee,localHeapViewU16:Ue,localHeapViewU32:Ie,localHeapViewI8:we,localHeapViewI16:Se,localHeapViewI32:ke,localHeapViewI64Big:ve,localHeapViewF32:Te,localHeapViewF64:xe};if(Object.assign(c,{INTERNAL:o.internal,Module:r,runtimeBuildInfo:{productVersion:e,gitHash:l.gitHash,buildConfiguration:"Release"},...s}),p||Object.assign(c,{MONO:o.mono,BINDING:o.binding}),void 0===r.disableDotnet6Compatibility&&(r.disableDotnet6Compatibility=!0),!r.disableDotnet6Compatibility){Object.assign(r,c),p||(r.mono_bind_static_method=(e,t)=>(pt("Module.mono_bind_static_method is obsolete, please use [JSExportAttribute] interop instead"),Sl(e,t)));const e=(e,t)=>{if(void 0!==a[e])return;let n;Object.defineProperty(globalThis,e,{get:()=>{if(j(n)){const r=(new Error).stack,o=r?r.substr(r.indexOf("\n",8)+1):"";pt(`global ${e} is obsolete, please use Module.${e} instead ${o}`),n=t()}return n}})};a.MONO=o.mono,a.BINDING=o.binding,a.INTERNAL=o.internal,a.Module=r,e("cwrap",(()=>r.cwrap)),e("addRunDependency",(()=>r.addRunDependency)),e("removeRunDependency",(()=>r.removeRunDependency))}let i;return a.getDotnetRuntime?i=a.getDotnetRuntime.__list:(a.getDotnetRuntime=e=>a.getDotnetRuntime.__list.getRuntime(e),a.getDotnetRuntime.__list=i=new Ml),i.registerRuntime(c),c}class Ml{constructor(){this.list={}}registerRuntime(e){return e.runtimeId=Object.keys(this.list).length,this.list[e.runtimeId]=hr(e),e.runtimeId}getRuntime(e){const t=this.list[e];return t?t.deref():void 0}}export{Ll as configureEmscriptenStartup,Rl as configureRuntimeStartup,Bl as configureWorkerStartup,Ol as initializeExports,Uo as initializeReplacements,b as passEmscriptenInternals,g as setRuntimeGlobals}; -//# sourceMappingURL=dotnet.runtime.js.map diff --git a/bin/Debug/net8.0/dotnet.runtime.js.map b/bin/Debug/net8.0/dotnet.runtime.js.map deleted file mode 100644 index fc78aef..0000000 --- a/bin/Debug/net8.0/dotnet.runtime.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"dotnet.runtime.js","sources":["https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/types/internal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/memory.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/roots.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/strings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/logging.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/cwraps.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/base64.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/debug.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/profiler.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal-to-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/pthreads/worker/index.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/invoke-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/weak-ref.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/class-loader.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/invoke-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/gc-handles.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/cancelable-promise.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal-to-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/polyfills.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/managed-exports.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/http.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/scheduling.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/queue.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/web-socket.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/icu.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/assets.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-opcodes.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-support.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508//mintops.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-tables.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-trace-generator.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-feature-detect.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/gc-lock.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/lazyLoading.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/satelliteAssemblies.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-interp-entry.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-jit-call.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/server_pthread/socket-connection.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/server_pthread/protocol-socket.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/change-case.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/collations.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/helpers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/calendar.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/run.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/startup.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/buffers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/js-to-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/method-binding.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/corebindings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/strings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/cs-to-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/method-calls.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/culture-info.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/locales.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports-binding.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/index.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/snapshot.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports-internal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/exports-legacy.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/pthreads/worker/events.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/export-api.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["Module","INTERNAL","ENVIRONMENT_IS_NODE","process","versions","node","ENVIRONMENT_IS_WORKER","importScripts","ENVIRONMENT_IS_WEB","window","ENVIRONMENT_IS_SHELL","ENVIRONMENT_IS_PTHREAD","exportedRuntimeAPI","runtimeHelpers","loaderHelpers","linkerDisableLegacyJsInterop","linkerWasmEnableSIMD","linkerWasmEnableEH","linkerEnableAotProfiler","linkerEnableBrowserProfiler","_runtimeModuleLoaded","passEmscriptenInternals","internals","isPThread","quit","quit_","ExitStatus","moduleGitHash","gitHash","setRuntimeGlobals","globalObjects","Error","module","internal","api","Object","assign","allAssetsInMemory","createPromiseController","dotnetReady","afterInstantiateWasm","beforePreInit","afterPreInit","afterPreRun","beforeOnRuntimeInitialized","afterOnRuntimeInitialized","afterPostRun","mono_wasm_exit","abort","reason","config","afterResolve","afterReject","mono_assert","condition","messageFactory","message","error","MonoObjectNull","MonoArrayNull","MonoTypeNull","MonoStringNull","MonoObjectRefNull","JSHandleDisposed","JSHandleNull","GCHandleNull","VoidPtrNull","is_nullish","value","MarshalerType","alloca_stack","alloca_buffer_size","alloca_base","alloca_offset","max_int64_big","BigInt","min_int64_big","_create_temp_frame","_malloc","push","assert_int_in_range","min","max","Number","isSafeInteger","_zero_region","byteOffset","sizeBytes","localHeapViewU8","fill","setB32","offset","boolValue","HEAP32","setU8","HEAPU8","setU16","HEAPU16","setU16_local","localView","setU32_unchecked","HEAPU32","setU32","setI8","HEAP8","setI16","HEAP16","setI32_unchecked","setI32","autoThrowI52","setI52","cwraps","mono_wasm_f64_to_i52","setU52","mono_wasm_f64_to_u52","setI64Big","HEAP64","setF32","HEAPF32","setF64","HEAPF64","getB32","getU8","getU16","getU32","getU32_local","getI32_unaligned","mono_wasm_get_i32_unaligned","getU32_unaligned","getI8","getI16","getI32","getI52","result","mono_wasm_i52_to_f64","_i52_error_scratch_buffer","getU52","mono_wasm_u52_to_f64","getI64Big","getF32","getF64","mono_wasm_load_bytes_into_heap","bytes","memoryOffset","length","Uint8Array","buffer","set","localHeapViewI8","localHeapViewI16","localHeapViewI32","localHeapViewI64Big","localHeapViewU16","localHeapViewU32","localHeapViewF32","localHeapViewF64","maxScratchRoots","_scratch_root_buffer","_scratch_root_free_indices","_scratch_root_free_indices_count","_scratch_root_free_instances","_external_root_free_instances","mono_wasm_new_root_buffer","capacity","name","capacityBytes","WasmRootBufferImpl","mono_wasm_new_external_root","address","pop","_set_address","WasmExternalRoot","mono_wasm_new_root","undefined","index","Int32Array","i","_mono_wasm_claim_scratch_index","WasmJsOwnedRoot","mono_wasm_release_roots","args","release","constructor","ownsAllocation","this","__offset","__offset32","__count","__handle","mono_wasm_register_root","__ownsAllocation","_throw_index_out_of_range","_check_in_range","get_address","get_address_32","get","mono_wasm_write_managed_pointer_unsafe","copy_value_from_address","sourceAddress","destinationAddress","mono_wasm_copy_managed_pointer","_unsafe_get","_unsafe_set","clear","mono_wasm_deregister_root","_free","toString","__buffer","__index","copy_from","source","copy_to","destination","copy_from_address","copy_to_address","valueOf","address32","__external_address","__external_address_32","interned_js_string_table","Map","mono_wasm_empty_string","mono_wasm_string_decoder_buffer","interned_string_table","_text_decoder_utf16","_text_decoder_utf8_relaxed","_text_decoder_utf8_validating","_text_encoder_utf8","_empty_string_ptr","_interned_string_current_root_buffer","_interned_string_current_root_buffer_count","stringToUTF8","str","stringToUTF8Array","encode","utf8ToString","ptr","heapU8","heapOrArray","idx","maxBytesToRead","endIdx","endPtr","UTF8ArrayToString","view","viewOrCopy","decode","utf8BufferToString","utf16ToString","startPtr","subArray","utf16ToStringLoop","heapU16","char","String","fromCharCode","stringToUTF16","dstPtr","text","heapI16","len","charCodeAt","monoStringToString","root","ppChars","pLengthBytes","pIsInterned","mono_wasm_string_get_data_ref","heapU32","lengthBytes","pChars","isInterned","stringToMonoStringRoot","string","stringToInternedMonoStringRoot","interned","stringToMonoStringNewRoot","description","Symbol","keyFor","internIt","rootBuffer","mono_wasm_intern_string_ref","storeStringInInternTable","bufferLen","mono_wasm_string_from_utf16_ref","start","end","subarray","prefix","mono_log_debug","msg","data","diagnosticTracing","console","debug","mono_log_info","info","mono_log_warn","warn","mono_log_error","silent","wasm_func_map","regexes","mono_wasm_symbolicate_string","size","origMessage","newRaw","replace","RegExp","substring","groups","find","arg","replaceSection","funcNum","mono_wasm_stringify_as_error_with_stack","err","errObj","stack","mono_wasm_get_func_id_to_name_mappings","values","legacy_interop_cwraps","fn_signatures","wrapped_c_functions","legacy_c_functions","profiler_c_functions","fastCwrapTypes","cwrap","returnType","argTypes","opts","fce","indexOf","every","atype","toBase64StringImpl","inArray","reader","count","endpoint","position","read","nextByte","defineProperty","configurable","enumerable","_makeByteReader","ch1","ch2","ch3","bits","equalsCount","sum","_base64Table","commands_received","remove","key","delete","_debugger_buffer","_assembly_name_str","_entrypoint_method_token","_call_function_res_cache","_next_call_function_res_id","_debugger_buffer_len","mono_wasm_runtime_ready","mono_wasm_runtime_is_ready","globalThis","dotnetDebugger","mono_wasm_fire_debugger_agent_message_with_data_to_pause","base64String","assert","mono_wasm_malloc_and_set_debug_buffer","command_parameters","Math","byteCharacters","atob","mono_wasm_send_dbg_command_with_parms","id","command_set","command","valtype","newvalue","res_ok","res","mono_wasm_send_dbg_command","mono_wasm_get_dbg_command_info","mono_wasm_debugger_resume","mono_wasm_detach_debugger","mono_wasm_set_is_debugger_attached","mono_wasm_change_debugger_log_level","level","mono_wasm_raise_debug_event","event","JSON","stringify","eventName","mono_wasm_debugger_attached","waitForDebugger","mono_wasm_call_function_on","request","arguments","Array","isArray","objId","objectId","details","proxy","startsWith","ret","items","map","p","dimensionsDetails","keys","forEach","prop","commandSet","newValue","_create_proxy_from_object_id","fn_args","a","fn_body_template","functionDeclaration","fn_res","Function","fn_defn","type","subtype","returnByValue","getPrototypeOf","prototype","fn_res_id","_cache_call_function_res","className","mono_wasm_get_details","real_obj","descriptors","getOwnPropertyDescriptors","accessorPropertiesOnly","k","Reflect","deleteProperty","res_details","new_obj","prop_desc","__value_as_json_string__","_get_cfo_res_details","obj","mono_wasm_release_object","startMeasure","enablePerfMeasure","performance","now","endMeasure","block","options","startTime","measure","stackFrames","methodNames","cs_to_js_marshalers","js_to_cs_marshalers","bound_cs_function_symbol","for","bound_js_function_symbol","imported_js_function_symbol","JavaScriptMarshalerArgSize","alloc_stack_frame","stackAlloc","set_arg_type","get_arg","None","get_sig","signature","get_signature_type","sig","get_signature_res_type","get_signature_arg1_type","get_signature_arg2_type","get_signature_arg3_type","get_signature_argument_count","get_signature_version","get_arg_type","get_arg_intptr","set_arg_b8","set_arg_intptr","set_arg_date","getTime","set_arg_f64","get_arg_js_handle","set_js_handle","jsHandle","get_arg_gc_handle","set_gc_handle","gcHandle","get_string_root","get_arg_length","set_arg_length","ManagedObject","dispose","teardown_managed_proxy","isDisposed","js_owned_gc_handle_symbol","ManagedError","super","superStack","getOwnPropertyDescriptor","getManageStack","getSuperStack","call","managed_stack","is_runtime_running","MonoWasmThreads","gc_handle","javaScriptExports","get_managed_stack_trace","array_element_size","element_type","Byte","Int32","Int52","Double","JSObject","MemoryView","_pointer","_length","_viewType","_unsafe_create_view","Float64Array","targetOffset","targetView","copyTo","target","sourceOffset","sourceView","trimmedSource","slice","byteLength","Span","pointer","viewType","is_disposed","ArraySegment","bind_arg_marshal_to_js","marshaler_type","Void","res_marshaler","arg1_marshaler","arg2_marshaler","arg3_marshaler","get_marshaler_to_cs_by_type","marshaler_type_res","get_marshaler_to_js_by_type","Nullable","converter","arg_offset","jsinteropDoc","_marshal_bool_to_js","get_arg_b8","_marshal_byte_to_js","get_arg_u8","_marshal_char_to_js","get_arg_u16","_marshal_int16_to_js","get_arg_i16","marshal_int32_to_js","get_arg_i32","_marshal_int52_to_js","get_arg_i52","_marshal_bigint64_to_js","get_arg_i64_big","_marshal_float_to_js","get_arg_f32","_marshal_double_to_js","get_arg_f64","_marshal_intptr_to_js","_marshal_null_to_js","_marshal_datetime_to_js","unixTime","Date","get_arg_date","_marshal_delegate_to_js","_","res_converter","arg1_converter","arg2_converter","arg3_converter","_lookup_js_owned_object","arg1_js","arg2_js","arg3_js","call_delegate","setup_managed_proxy","marshal_task_to_js","Task","val","Promise","resolve","js_handle","promise","mono_wasm_get_jsobj_from_js_handle","assertIsControllablePromise","promise_control","getPromiseController","orig_resolve","argInner","js_value","marshal_string_to_js","marshal_exception_to_js","JSException","_marshal_js_object_to_js","_marshal_cs_object_to_js","get_arg_element_type","_marshal_array_to_js_impl","_marshal_array_to_js","buffer_ptr","element_arg","_marshal_span_to_js","_marshal_array_segment_to_js","currentWorkerThreadEvents","fn_wrapper_by_fn_handle","mono_wasm_set_module_imports","module_name","moduleImports","importedModules","set_property","self","get_property","has_property","get_typeof_property","get_global_this","importedModulesPromises","dynamic_import","module_url","newPromise","import","wrap_as_cancelable_promise","async","wrap_error_root","is_exception","ex","_wrap_error_flag","wrap_no_error_root","assert_bindings","assert_runtime_running","_use_weak_ref","WeakRef","create_weak_ref","js_obj","deref","_assembly_cache_by_name","_class_cache_by_assembly","_corlib","assembly_load","has","mono_wasm_assembly_load","find_corlib_class","namespace","mono_wasm_get_corlib","assembly","namespaces","classes","_find_cached_class","mono_wasm_assembly_find_class","_set_cached_class","invoke_method_and_handle_exception","method","fail_root","mono_wasm_invoke_method_bound","is_args_exception","exportsByAssembly","mono_wasm_get_assembly_exports","mark","asm","klass","runtime_interop_namespace","mono_wasm_assembly_find_method","outException","outResult","mono_wasm_invoke_method_ref","mono_wasm_runtime_run_module_cctor","parseFQN","fqn","trim","methodname","classname","lastIndexOf","_use_finalization_registry","FinalizationRegistry","_js_owned_object_registry","_cs_owned_objects_by_js_handle","_js_handle_free_list","_next_js_handle","_js_owned_object_table","_js_owned_object_finalized","cs_owned_js_handle_symbol","do_not_force_dispose","mono_wasm_get_js_handle","isExtensible","mono_wasm_release_cs_owned_object","register","wr","unregister","release_js_owned_object_by_gc_handle","assert_not_disposed","is_exited","forceDisposeProxies","disposeMethods","verbose","keepSomeCsAlive","keepSomeJsAlive","doneImports","doneExports","doneGCHandles","doneJSHandles","gc_handles","keepAlive","reject","bound_fn","closure","disposed","assemblyExports","assemblyExport","exportName","_are_promises_supported","isThenable","then","fn","catch","mono_wasm_cancel_promise","task_holder_gc_handle","holder","bind_arg_marshal_to_cs","_marshal_bool_to_cs","Boolean","_marshal_byte_to_cs","set_arg_u8","_marshal_char_to_cs","Char","set_arg_u16","_marshal_int16_to_cs","Int16","set_arg_i16","_marshal_int32_to_cs","set_arg_i32","_marshal_int52_to_cs","set_arg_i52","_marshal_bigint64_to_cs","BigInt64","set_arg_i64_big","_marshal_double_to_cs","_marshal_float_to_cs","Single","set_arg_f32","marshal_intptr_to_cs","IntPtr","_marshal_date_time_to_cs","DateTime","_marshal_date_time_offset_to_cs","DateTimeOffset","_marshal_string_to_cs","_marshal_string_to_cs_impl","_marshal_null_to_cs","_marshal_function_to_cs","wrapper","exc","arg1","arg2","arg3","res_js","marshal_exception_to_cs","TaskCallbackHolder","_marshal_task_to_cs","create_task_callback","complete_task","_marshal_cs_object_to_cs","Exception","known_js_handle","marshal_js_object_to_cs","js_type","marshal_array_to_cs_impl","Int16Array","Int8Array","Uint8ClampedArray","Uint16Array","Uint32Array","Float32Array","marshal_array_to_cs","element_size","buffer_length","set_arg_element_type","_marshal_span_to_cs","checkViewType","_marshal_array_segment_to_cs","dummyPerformance","initializeReplacements","replacements","require","scriptDirectory","locateFile","__locateFile","fetch","fetch_like","noExitRuntime","originalUpdateMemoryViews","updateMemoryViews","init_polyfills_async","crypto","getRandomValues","nodeCrypto","webcrypto","randomBytes","subtle","_a","get_method","method_name","runtime_interop_exports_class","runtime_interop_exports_classname","verifyEnvironment","AbortController","http_wasm_supports_streaming_response","Response","ReadableStream","http_wasm_create_abort_controler","http_wasm_abort_request","abort_controller","http_wasm_abort_response","__abort_controller","__reader","cancel","http_wasm_fetch_bytes","url","header_names","header_values","option_names","option_values","bodyPtr","bodyLength","http_wasm_fetch","body","headers","Headers","append","signal","get_response_headers","__headerNames","__headerValues","entries","pair","http_wasm_get_response_header_names","http_wasm_get_response_header_values","http_wasm_get_response_length","arrayBuffer","__source_offset","http_wasm_get_response_bytes","source_view","bytes_read","http_wasm_get_streamed_response_bytes","bufferPtr","bufferLength","getReader","__chunk","done","remaining_source","bytes_copied","lastScheduledTimeoutId","spread_timers_maximum","pump_count","prevent_timer_throttling","isChromium","desired_reach_time","schedule","delay","setTimeout","prevent_timer_throttling_tick","maybeExit","mono_wasm_execute_timer","mono_background_exec_until_done","mono_background_exec","mono_wasm_schedule_timer_tick","Queue","queue","getLength","isEmpty","enqueue","item","dequeue","peek","drain","onEach","wasm_ws_pending_send_buffer","wasm_ws_pending_send_buffer_offset","wasm_ws_pending_send_buffer_type","wasm_ws_pending_receive_event_queue","wasm_ws_pending_receive_promise_queue","wasm_ws_pending_open_promise","wasm_ws_pending_close_promises","wasm_ws_pending_send_promises","wasm_ws_is_aborted","wasm_ws_on_closed","wasm_ws_receive_status_ptr","mono_wasm_web_socket_close_warning","ws_send_buffer_blocking_threshold","emptyBuffer","ws_wasm_create","uri","sub_protocols","receive_status_ptr","onClosed","WebSocket","ws","open_promise_control","binaryType","local_on_open","local_on_message","ev","event_queue","promise_queue","_mono_wasm_web_socket_receive_buffering","_mono_wasm_web_socket_on_message","local_on_close","removeEventListener","code","close_promise_control","receive_promise_control","local_on_error","reject_promises","addEventListener","once","ws_wasm_abort","ws_wasm_open","ws_wasm_send","message_type","end_of_message","whole_buffer","buffer_view","newbuffer","utf8ToStringRelaxed","_mono_wasm_web_socket_send_buffering","send","bufferedAmount","pending","nextDelay","polling_check","readyState","OPEN","CLOSING","isDone","splice","_mono_wasm_web_socket_send_and_wait","ws_wasm_receive","receive_event_queue","receive_promise_queue","ws_wasm_close","wait_for_close_received","CLOSED","close","send_promise_control","response_ptr","mono_wasm_load_icu_data","instantiate_asset","asset","behavior","virtualName","virtualPath","_loaded_files","file","lastSlash","parentDirectory","substr","fileName","FS_createPath","FS_createDataFile","mono_wasm_add_assembly","findIndex","element","mono_wasm_add_satellite_assembly","culture","actual_instantiated_assets_count","instantiate_symbols_asset","pendingAsset","response","pendingDownloadInternal","split","line","parts","join","mono_wasm_get_loaded_files","loadedFiles","opcodeNameCache","getOpcodeName","opcode","pName","mono_jiterp_get_opcode_info","maxFailures","maxMemsetSize","maxMemmoveSize","BailoutReasonNames","compressedNameCache","WasmBuilder","constantSlotCount","locals","permanentFunctionTypeCount","permanentFunctionTypes","permanentFunctionTypesByShape","permanentFunctionTypesByIndex","functionTypesByIndex","permanentImportedFunctionCount","permanentImportedFunctions","nextImportIndex","functions","estimatedExportBytes","frame","traceBuf","branchTargets","Set","constantSlots","backBranchOffsets","callHandlerReturnAddresses","nextConstantSlot","compressImportNames","lockImports","_assignParameterIndices","parms","BlobBuilder","cfg","Cfg","getOptions","stackSize","inSection","inFunction","functionTypeCount","functionTypes","create","functionTypesByShape","importedFunctionCount","importedFunctions","argumentCount","current","activeBlocks","useConstants","allowNullCheckOptimization","eliminateNullChecks","_push","_pop","writeToOutput","appendULeb","getArrayView","getWasmImports","memory","getMemory","WebAssembly","Memory","c","getConstants","m","h","importsToEmit","getImportsToEmit","ifi","mangledName","getCompressedName","subTable","func","bytesGeneratedSoFar","importSize","appendU8","appendSimd","allowLoad","appendU32","appendF32","appendF64","appendBoundaryValue","sign","appendLeb","appendLebRef","signed","appendBytes","appendName","ip","ip_const","i32_const","ptr_const","base","i52_const","v128_const","local","isZero","defineType","parameters","permanent","shape","tup","generateTypeSection","beginSection","parameterCount","endSection","getImportedFunctionTable","imports","f","v","sort","lhs","rhs","_generateImportSection","includeFunctionTable","typeIndex","defineImportedFunction","functionTypeName","table","getWasmFunctionTable","markImportAsUsed","defineFunction","generator","rec","typeName","export","blob","emitImportsAndFunctions","exportCount","beginFunction","endFunction","call_indirect","callImport","_assignLocalIndices","counts","localGroupCount","ty","offi64","offf32","offf64","offv128","tk","localBaseIndex","endBlock","appendMemarg","alignPower","lea","ptr1","fullCapacity","textBuf","encoder","TextEncoder","mono_jiterp_write_number_unaligned","appendI32","bytesWritten","mono_jiterp_encode_leb_signed_boundary","mono_jiterp_encode_leb52","mono_jiterp_encode_leb64_ref","copyWithin","singleChar","encodeInto","written","ch","builder","segments","backBranchTargets","lastSegmentEnd","overheadBytes","blockStack","backDispatchOffsets","dispatchTable","observedBranchTargets","trace","initialize","startOfBody","lastSegmentStartIp","entry","entryIp","appendBlob","entryBlob","startBranchBlock","isBackBranchTarget","branch","isBackward","branchType","add","from","emitBlob","segment","generate","indexInStack","shift","lookupTarget","successfulBackBranch","disp","append_safepoint","exitIp","isConditional","append_bailout","wasmTable","wasmNextFunctionIndex","wasmFunctionIndicesFree","elapsedTimes","generation","compilation","counters","traceCandidates","tracesCompiled","entryWrappersCompiled","jitCallsCompiled","directJitCallsCompiled","failures","bytesGenerated","nullChecksEliminated","nullChecksFused","backBranchesEmitted","backBranchesNotEmitted","simdFallback","_now","bind","mono_jiterp_get_polling_required_address","countBailouts","append_exit","opcodeCounter","monitoringLongDistance","getWasmIndirectFunctionTable","addWasmFunctionPointer","storeMemorySnapshotPending","grow","try_append_memset_fast","localOffset","destOnStack","destLocal","enableSimd","sizeofV128","localCount","append_memset_dest","try_append_memmove_fast","destLocalOffset","srcLocalOffset","addressesOnStack","srcLocal","destOffset","srcOffset","loadOp","storeOp","append_memmove_dest_src","recordFailure","applyOptions","enableTraces","enableInterpEntry","enableJitCall","memberOffsets","getMemberOffset","member","cached","mono_jiterp_get_member_offset","getRawCwrap","opcodeTableCache","getOpcodeTableValue","mono_jiterp_get_opcode_value_table_entry","importDef","observedTaintedZeroPage","isZeroPageReserved","mono_wasm_is_zero_page_reserved","optionNames","enableBackwardBranches","enableCallResume","enableWasmEh","zeroPageOptimization","enableStats","disableHeuristic","estimateHeat","dumpTraces","noExitBackwardBranches","directJitCalls","minimumTraceValue","minimumTraceHitCount","monitoringPeriod","monitoringShortDistance","monitoringMaxAveragePenalty","backBranchBoost","jitCallHitCount","jitCallFlushThreshold","interpEntryHitCount","interpEntryFlushThreshold","wasmBytesLimit","optionsVersion","optionTable","mono_jiterp_parse_option","currentVersion","mono_jiterp_get_options_version","pJson","mono_jiterp_get_options_as_json","json","parse","updateOptions","SimdInfo","ldcTable","floatToIntTable","unopTable","intrinsicFpBinops","binopTable","relopbranchTable","mathIntrinsicTable","simdCreateSizes","simdCreateLoadOps","simdCreateStoreOps","simdShiftTable","simdExtractTable","simdReplaceTable","simdLoadTable","simdStoreTable","bitmaskTable","createScalarTable","getArgU16","indexPlusOne","getArgI16","getArgI32","getArgU32","get_imethod","get_imethod_data","pData","sizeOfDataItem","get_imethod_clause_data_offset","is_backward_branch_target","backwardBranchTable","knownConstantValues","get_known_constant_value","isAddressTaken","notNullSince","wasmSimdSupported","cknullOffset","eraseInferredState","invalidate_local","invalidate_local_range","append_branch_target_block","computeMemoryAlignment","opcodeOrPrefix","simdOpcode","alignment","append_ldloc","append_stloc_tail","append_ldloca","bytesInvalidated","append_memset_local","append_memmove_local_local","sourceLocalOffset","mono_jiterp_is_imethod_var_address_taken","append_ldloc_cknull","leaveOnStack","emit_ldc","storeType","tableEntry","mono_wasm_get_f32_unaligned","getArgF32","mono_wasm_get_f64_unaligned","getArgF64","emit_mov","emit_fieldop","isLoad","objectOffset","fieldOffset","notNull","setter","getter","emit_sfieldop","pVtable","pStaticData","append_vtable_initialize","emit_binop","lhsLoadOp","rhsLoadOp","lhsVar","rhsVar","operandsCached","intrinsicFpBinop","isF64","emit_math_intrinsic","is64","emit_unop","append_call_handler_store_ret_ip","retIp","clauseDataOffset","emit_branch","displacement","isSafepoint","isCallHandler","bbo","mono_jiterp_boost_back_branch_target","emit_relop_branch","relopBranchInfo","relop","relopInfo","operandLoadOp","isUnary","isF32","wasmOp","rhsOffset","emit_indirectop","isAddMul","isOffset","isImm","valueVarIndex","addressVarIndex","offsetVarIndex","constantOffset","constantMultiplier","append_getelema1","indexOffset","elementSize","ptrLocal","emit_arrayop","valueOffset","elementGetter","elementSetter","getIsWasmSimdSupported","compileSimdFeatureDetect","get_import_name","functionPtr","emit_simd","opname","argCount","simple","mono_jiterp_get_simd_opcode","append_simd_store","append_simd_2_load","bitmask","emit_simd_2","isShift","extractTup","lane","laneCount","append_simd_3_load","isR8","eqOpcode","indicesOffset","constantIndices","elementCount","newShuffleVector","sizeOfV128","nativeIndices","elementIndex","j","emit_shuffle","emit_simd_3","rtup","stup","append_simd_4_load","indices","emit_simd_4","numElements","sizeOfStackval","importName","mono_jiterp_get_simd_intrinsic","summaryStatCount","mostRecentTrace","mostRecentOptions","disabledOpcodes","instrumentedMethodNames","InstrumentedTraceState","eip","TraceInfo","isVerbose","hitCount","mono_jiterp_get_trace_hit_count","instrumentedTraces","nextInstrumentedTraceId","abortCounts","traceInfo","traceBuilder","traceImports","mathOps1d","mathOps2d","mathOps1f","mathOps2f","recordBailout","mono_jiterp_trace_bailout","bailoutCounts","counter","bailoutCount","getTraceImports","trace_current_ip","trace_operands","pushMathOps","list","mop","traceId","b","operand1","operand2","record_abort","traceIp","traceName","mono_jiterp_adjust_abort_count","abortCount","abortReason","jiterpreter_dump_stats","concise","runtimeReady","backBranchHitRate","tracesRejected","mono_jiterp_get_rejected_trace_count","nullChecksEliminatedText","nullChecksFusedText","backBranchesEmittedText","toFixed","directJitCallsText","traces","mono_jiterp_get_trace_bailout_count","l","r","fnPtr","tuples","locked","mono_wasm_gc_lock","mono_wasm_gc_unlock","loadLazyAssembly","assemblyNameToLoad","lazyAssemblies","resources","lazyAssembly","dllAsset","hash","loadedAssemblies","some","includes","pdbNameToLoad","filename","newExtensionWithLeadingDot","lastDotIndex","changeExtension","shouldLoadPdb","hasDebuggingEnabled","hasOwnProperty","dllBytesPromise","retrieve_asset_download","dll","pdb","pdbBytesPromise","dllBytes","pdbBytes","all","load_lazy_assembly","loadSatelliteAssemblies","culturesToLoad","satelliteResources","filter","promises","reduce","previous","next","concat","bytesPromise","load_satellite_assembly","sizeOfJiterpEntryData","trampBuilder","trampImports","fnTable","jitQueueTimeout","jitQueue","infoTable","getTrampImports","flush_wasm_entry_trampoline_jit_queue","pMonoObject","this_arg","started","compileStarted","rejected","threw","hasThisReference","hasReturnValue","sp_args","need_unbox","scratchBuffer","generate_wasm_body","traceModule","wasmImports","traceInstance","Instance","exports","finished","s","buf","append_stackval_from_data","imethod","valueName","argIndex","rawSize","mono_jiterp_type_get_raw_value_size","mono_jiterp_get_arg_offset","paramTypes","offsetOfArgInfo","JIT_ARG_BYVAL","wasmEhSupported","nextDisambiguateIndex","fnCache","targetCache","TrampolineInfo","rmethod","cinfo","arg_offsets","catch_exceptions","catchExceptions","addr","noWrapper","mono_jiterp_get_signature_return_type","paramCount","mono_jiterp_get_signature_param_count","mono_jiterp_get_signature_has_this","mono_jiterp_get_signature_params","argOffsetCount","argOffsets","wasmNativeReturnType","wasmTypeFromCilOpcode","mono_jiterp_type_to_stind","wasmNativeSignature","monoType","mono_jiterp_type_to_ldind","enableDirect","vt","suffix","disambiguate","getWasmTableEntry","doJitCallModule","getIsWasmEhSupported","cb_data","unused","thrown","compileDoJitCall","mono_interp_flush_jitcall_queue","ret_sp","sp","ftndesc","actualParamCount","callTarget","old_sp","mono_jiterp_register_jit_call_thunk","wasmOpcodeFromCilOpcode","offsetBytes","stack_index","svalOffset","loadCilOp","loadWasmOp","storeCilOp","storeWasmOp","ListenerState","InState","isSurrogate","startIdx","appendSurrogateToMemory","dst","surrogate","compare_strings","string1","string2","locale","casePicker","localeCompare","toLocaleLowerCase","ignorePunctuation","sensitivity","decode_to_clean_string","strPtr","strLen","clean_string","normalize","INNER_SEPARATOR","normalizeLocale","canonicalLocales","Intl","getCanonicalLocales","MONTH_CODE","YEAR_CODE","DAY_CODE","getGenitiveForName","date","pattern","formatWithoutName","genitiveName","nameStart","patternWithoutName","format","toLowerCase","x","mono_run_main_and_exit","main_assembly_name","mono_run_main","mono_exit","e","status","allRuntimeArguments","main_argc","main_argv","aindex","setValue","mono_wasm_strdup","mono_wasm_set_main_args","interval","setInterval","clearInterval","find_entry_point","call_entry_point","auto_set_breakpoint","mono_wasm_assembly_get_entry_point","MONO","BINDING","legacyHelpers","wasm_type_symbol","has_backing_array_buffer","SharedArrayBuffer","ArrayBuffer","_js_to_mono_uri_root","should_add_in_flight","legacyManagedExports","_create_uri_ref","_extract_mono_obj_root","js_to_mono_obj","assert_legacy_interop","temp","js_to_mono_obj_root","box_class","_box_buffer","_class_int32","_class_uint32","_class_double","mono_wasm_box_primitive_ref","_class_boolean","thenable","resultRoot","thenable_js_handle","tcs_gc_handle","_create_tcs","_set_tcs_result_ref","_set_tcs_failure","finally","_get_tcs_task_ref","_wrap_js_thenable_as_task_root","_create_date_time_ref","_get_cs_owned_object_by_js_handle_ref","get_cs_owned_object_by_js_handle_ref","wasm_type","wasm_type_id","_create_cs_owned_proxy_ref","get_js_owned_object_by_gc_handle_ref","js_typed_array_to_array_root","BYTES_PER_ELEMENT","arrayType","heapBytes","typedArray","numBytes","js_typedarray_to_heap","mono_wasm_typed_array_new_ref","js_typed_array_to_array","js_to_mono_enum","escapeRE","primitiveConverters","_signature_converters","boundMethodsByMethod","_create_named_function","argumentNames","closureArgumentList","closureArgumentNames","closureArgNames","uriPrefix","escapedFunctionIdentifier","rawFunctionText","apply","_create_rebindable_named_function","mono_bind_method","args_marshal","has_this_arg","friendly_name","steps","is_result_definitely_unmarshaled","is_result_possibly_unmarshaled","result_unmarshaled_if_argc","needs_root_buffer","conv","localStep","needs_root","_create_converter_for_marshal_string","_get_converter_for_marshal_string","compiled_function","compiled_variadic_function","converterName","scratchValueRoot","indirectLocalOffset","indirectBaseOffset","bufferSizeBytes","step","closureKey","valueKey","argKey","offsetText","convert_root","indirect","dummyAddress","stackSave","byref","convert","bodyJs","compiledFunction","compiledVariadicFunction","variadicClosure","scratchRootBuffer","_compile_converter_for_marshal_string","unbox_buffer","token","scratchResultRoot","scratchExceptionRoot","scratchThisArgRoot","_handle_exception_for_call","_teardown_after_call","mono_wasm_try_unbox_primitive_and_get_type_ref","_unbox_mono_obj_root_with_known_nonprimitive_type","invoke_method_ref","unbox_buffer_size","converterKey","argName","displayName","exceptionRoot","thisArgRoot","exception","_convert_exception_for_method_call","mono_method_resolve","mono_method_get_call_signature_ref","mono_obj","_get_call_sig_ref","_null_root","bind_runtime_method","runtime_legacy_exports_class","runtime_legacy_exports_classname","mono_wasm_string_root","stringToMonoStringUnsafe","stringToMonoStringIntern","delegate_invoke_symbol","unbox_mono_obj","unbox_mono_obj_root","typePtr","boundMethod","delegateRoot","mono_wasm_get_delegate_invoke_ref","js_method","this_arg_gc_handle","_wrap_delegate_gc_handle_as_function","_get_js_owned_object_gc_handle_ref","_wrap_delegate_root_as_function","explicitFinalization","_setup_js_cont_ref","_unbox_task_root_as_promise","_try_get_cs_owned_object_js_handle_ref","_unbox_ref_type_root_as_js_object","_get_date_value_ref","_object_to_string_ref","_get_cs_owned_object_js_handle_ref","_unbox_cs_owned_root_as_js_object","_unbox_mono_obj_root_with_known_nonprimitive_type_impl","_unbox_buffer","_unbox_buffer_size","mono_array_to_js_array","mono_array","arrayRoot","mono_array_root_to_js_array","arrayAddress","elemRoot","elemAddress","mono_wasm_array_length_ref","mono_wasm_array_get_ref","ele","_is_simple_array_ref","_get_js_owned_object_by_gc_handle_ref","conv_string","mono_string","monoStringToStringUnsafe","boundMethodsByFqn","_release_temp_frame","stackRestore","mono_bind_static_method","mono_call_assembly_entry_point","js_array","asString","mono_wasm_string_array_new_ref","mono_wasm_obj_array_set_ref","js_array_to_mono_array","mono_bind_assembly_entry_point","getDesignator","time","withDesignator","toLocaleTimeString","hourCycle","withoutDesignator","designator","test","designatorParts","part","getWeekInfo","Locale","weekInfo","_b","mono_wasm_imports","shortestDueTimeMs","clearTimeout","safeSetTimeout","assembly_name","assembly_ptr","assembly_len","pdb_ptr","pdb_len","assembly_name_str","assembly_b64","pdb_b64","message_ptr","logging","debugger","buffer_len","buffer_obj","mono_wasm_fire_debugger_agent_message_with_data","sizeOfBody","methodFullName","pMethodName","mono_wasm_method_get_full_name","methodName","mono_wasm_method_get_name","backBranchCount","pBackBranches","threshold","foundReachableBranchTarget","pLocals","retval","dest","src","ppString","pResult","pIndex","span","y","z","ppDestination","vtable","ppSource","parent","ppObj","sp1","sp2","fieldOffsetBytes","targetLocalOffsetBytes","sourceLocalOffsetBytes","expected","newVal","oldVal","o","ref","arg0","initialize_builder","endOfBody","ti","instrument","instrumentedTraceId","traceLocals","cknull_ptr","dest_ptr","src_ptr","memop_dest","memop_src","math_lhs32","math_rhs32","math_lhs64","math_rhs64","temp_f32","temp_f64","backbranched","keep","traceValue","isFirstInstruction","isConditionallyExecuted","firstOpcodeInBlock","containsSimd","pruneOpcodes","hasEmittedUnreachable","prologueOpcodeCounter","conditionalOpcodeCounter","rip","spaceLeft","numSregs","numDregs","opLengthU16","isSimdIntrins","simdIntrinsArgCount","simdIntrinsIndex","_ip","isForwardBranchTarget","exitOpcodeCounter","skipDregInvalidation","opcodeValue","sizeOffset","constantSize","iMethod","targetTrace","mono_jiterp_imethod_to_ftnptr","isSpecialInterface","mono_jiterp_is_special_interface","bailoutOnFailure","canDoFastCheck","elementClassOffset","elementClass","ret_size","ra","isI64","limit","tempLocal","isI32","multiplier","firstDreg","stmtText","firstSreg","generateWasmBody","generate_wasm","pParamTypes","unbox","defaultImplementation","subName","maxLength","defaultImplementationFn","cacheKey","existing","thunkIndex","thunk","jit_call_cb","jitCallCb","do_jit_call_indirect_js","_cb_data","_thrown","failed","impl","do_jit_call_indirect","mono_jiterp_update_jit_call_dispatcher","addFunction","log_domain_ptr","log_level_ptr","fatal","user_data","isFatal","domain","dataPtr","log_level","log","entrypoint_method_token","function_name","function_js_handle","result_address","function_name_root","module_name_root","version","js_function_name","js_module_name","scope","newscope","mono_wasm_lookup_function","args_count","arg_marshalers","arg_cleanup","has_cleanup","arg_marshaler","js_arg","res_sig","res_marshaler_type","marshaler1","js_result","bind_fn_1R","marshaler2","bind_fn_2R","js_args","marshaler","cleanup","bind_fn","bind_fn_1V","bind_fn_0V","fn_handle","bound_function_js_handle","fully_qualified_name","signature_hash","fqn_root","js_fqn","wrapper_name","assemblyScope","_walk_exports_to_set_function","arg_handle","arg_value","exc_type","value_type","sub_converter","srcLength","dstLength","toUpper","ex_address","input","toUpperCase","jump","upperSurrogate","upperChar","cultureRoot","cultureName","toLocaleUpperCase","lowerChar","str1","str1Length","str2","str2Length","diff","needlePtr","needleLength","srcPtr","fromBeginning","needle","segmenter","Segmenter","granularity","needleSegments","stop","segmentWidth","nextIndex","iteratorSrc","iterator","srcNext","matchFound","check_match_found","calendarId","isException","exAddress","calendarInfo","EnglishName","YearMonth","MonthDay","LongDates","ShortDates","EraNames","AbbreviatedEraNames","DayNames","AbbreviatedDayNames","ShortestDayNames","MonthNames","AbbreviatedMonthNames","MonthGenitiveNames","AbbrevMonthGenitiveNames","calendars","getCalendars","getCalendarInfo","getCalendarName","dayNames","weekDay","dayNamesAbb","dayNamesSS","toLocaleDateString","weekday","setDate","getDate","long","abbreviated","shortest","getDayNames","monthNames","localeLang","firstMonthShift","months","monthsAbb","monthsGen","monthsAbbGen","isChineeseStyle","isShortFormBroken","monthCnt","setMonth","monthNameLong","month","monthNameShort","charAt","formatWithoutMonthName","DateTimeFormat","day","monthWithDayLong","monthWithDayShort","longGenitive","abbreviatedGenitive","getMonthNames","year","monthName","toLocaleString","yearStr","getMonthYearPattern","replacedMonthName","dayStr","getMonthDayPattern","dateStyle","yearStrShort","monthStr","localizedMonthCode","localizedDayCode","getShortDatePattern","monthSuffix","shortMonthName","replacedWeekday","getLongDatePattern","eraNames","shouldBePopulatedByManagedCode","abbreviatedEraNames","eraDate","era","shortEraDate","eraDateParts","getEraDateParts","getFullYear","getEraFromDateParts","ignoredPart","abbrEraDateParts","dateParts","regex","filteredEra","endsWith","getEraNames","cultureInfo","AmDesignator","PmDesignator","LongTimePattern","ShortTimePattern","canonicalLocale","designators","pmTime","amTime","pmDesignator","am","pm","getAmPmDesignators","localizedHour24","localizedHour12","shortTime","timeStyle","shortPmStyle","minutes","minute","seconds","second","isISOStyle","hour12WithPrefix","h12Style","hourPattern","hasPrefix","getLongTimePattern","secondsIdx","secondsWithSeparator","shortPatternNoSecondsDigits","getShortTimePattern","firstDay","getFirstDayOfWeek","minimalDays","getFirstWeekOfYear","argsRoot","nameRoot","js_name","get_js_obj","property_name","createIfNotExist","valueRoot","property","property_index","global_name","globalObj","core_name","coreObj","allocator","argsList","pinned_array","begin","bytes_per_element","newTypedArray","typed_array","num_of_bytes","view_bytes","typedarray_copy_from","typed_array_from","exceptionMessage","callInfo","blazorExports","Blazor","_internal","invokeJSFromDotNet","exceptionJsString","replace_linker_placeholders","env","indexToNameMap","shortName","stub_fn","runtime_idx","realFn","stubFn","memoryPrefix","openCache","caches","isSecureContext","cacheName","document","baseURI","location","origin","open","getCacheKey","memorySnapshotCacheKey","inputs","resourcesHash","assets","preferredIcuAsset","forwardConsoleLogsToWS","appendElementOnExit","assertAfterExit","interopCleanupOnExit","logExitCode","pthreadPoolSize","asyncFlushOnExit","remoteSources","ignorePdbLoadErrors","maxParallelDownloads","enableDownloadRetry","exitAfterSnapshot","extensions","GitHash","ProductVersion","inputsJson","sha256Buffer","digest","uint8ViewOfHash","hashAsString","padStart","configureRuntimeStartup","startupMemoryCache","cache","match","contentLength","memorySize","parseInt","loadedMemorySnapshotSize","memorySnapshotSkippedOrDone","checkMemorySnapshotSize","configureEmscriptenStartup","path","out","mainScriptUrlOrBlob","scriptUrl","userInstantiateWasm","instantiateWasm","userPreInit","preInit","userPreRun","preRun","userpostRun","postRun","userOnRuntimeInitialized","onRuntimeInitialized","callback","successCallback","instance","afterConfigLoaded","addRunDependency","wasmFeaturePromise","simd","exceptions","ensureUsedWasmFeatures","assetToLoad","wasmDownloadPromise","wasmModuleImports","contentType","compiledInstance","compiledModule","instantiateStreaming","streamingResult","arrayBufferResult","instantiate","instantiate_wasm_asset","pendingDownload","moduleExports","wasmMemory","removeRunDependency","instantiate_wasm_module","mono_wasm_pre_init_essential","mono_wasm_pre_init_essential_async","preRunAsync","mono_wasm_abort","actual_downloaded_assets_count","expected_downloaded_assets_count","expected_instantiated_assets_count","wait_for_all_assets","memoryBytes","getMemorySnapshot","environmentVariables","mono_wasm_setenv","runtimeOptions","argv","option","mono_wasm_parse_runtime_options","mono_wasm_set_runtime_options","aotProfilerOptions","writeAt","sendTo","mono_wasm_profiler_init_aot","mono_wasm_init_aot_profiler","browserProfilerOptions","mono_wasm_profiler_init_browser","mono_wasm_load_runtime","debugLevel","copy","responseToCache","put","protectKey","cleanupMemorySnapshots","storeMemorySnapshot","mono_wasm_before_memory_snapshot","mono_wasm_bindings_is_ready","TextDecoder","exports_fqn_asm","runtime_interop_module","release_js_owned_object_by_gc_handle_method","create_task_callback_method","complete_task_method","call_delegate_method","get_managed_stack_trace_method","load_satellite_assembly_method","load_lazy_assembly_method","entry_point","program_args","runtimeKeepalivePush","runtimeKeepalivePop","holder_gc_handle","callback_gc_handle","exception_gc_handle","init_managed_exports","DataView","_create_primitive_converters","wf","lazy","jsname","csname","init_legacy_exports","Action","Discard","bindings_init","cacheBootResources","logDownloadStatsToConsole","purgeUnusedCacheEntriesAsync","cachedResourcesPurgeDelay","disableDotnet6Compatibility","globalThisAny","exportValue","onDotnetReady","mono_wasm_after_user_runtime_initialized","onRuntimeInitializedAsync","postRunAsync","ready","onAbort","onExit","instantiateWasmWorker","wasmModule","isWorker","binding","mono","fns","lazyOrSkip","maybeSkip","init_c_exports","mono_wasm_enable_on_demand_gc","mono_wasm_exec_regression","mono_obj_array_new","mono_wasm_obj_array_new","mono_obj_array_set","mono_wasm_obj_array_set","mono_obj_array_new_ref","mono_wasm_obj_array_new_ref","mono_obj_array_set_ref","configureWorkerStartup","pthread_self","pthreadId","preInitWorkerAsync","initializeExports","globals","initializeLegacyExports","loaded_files","bind_static_method","call_assembly_entry_point","js_string_to_mono_string","js_string_to_mono_string_root","conv_string_root","exit_code","get_dotnet_instance","jiterpreter_apply_options","jiterpreter_get_options","stringify_as_error_with_stack","API","runMain","runMainAndExit","setEnvironmentVariable","getAssemblyExports","setModuleImports","getConfig","invokeLibraryInitializers","setHeapB32","setHeapU8","setHeapU16","setHeapU32","setHeapI8","setHeapI16","setHeapI32","setHeapI52","setHeapU52","setHeapI64Big","setHeapF32","setHeapF64","getHeapB32","getHeapU8","getHeapU16","getHeapU32","getHeapI8","getHeapI16","getHeapI32","getHeapI52","getHeapU52","getHeapI64Big","getHeapF32","getHeapF64","runtimeBuildInfo","productVersion","buildConfiguration","warnWrap","provider","nextLine","getDotnetRuntime","__list","runtimeId","getRuntime","RuntimeList","registerRuntime"],"mappings":"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ACA,SACA,aACA,YACA,YACA,YACA,YACA,aACA,YACA,YACA,YACA,YACA,wBACA,wBACA,wBACA,wBACA,QACA,QACA,QACA,QACA,QACA,QACA,oBACA,oBACA,oBACA,yBACA,yBACA,yBACA,2BACA,4BACA,2BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,mBACA,wBACA,wBACA,gCACA,gCACA,gCACA,gCACA,0BACA,0BACA,0BACA,0BACA,0BACA,2BAEJ,EAAG,CACC,cACA,cACA,cACA,cACA,cACA,cACA,cACA,cACA,mBACA,kBACA,wBACA,0BACA,yBACA,yBACA,oBACA,mBACA,mBACA,mBACA,mBACA,mBACA,qBACA,qBACA,qBACA,qBACA,sBACA,sBACA,sBACA,uBACA,uBACA,uBACA,uBACA,iBACA,uBACA,oBACA,oBACA,oBACA,iBACA,iBACA,iBACA,iBACA,iBACA,eACA,0BACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,YACA,QACA,QACA,QACA,QACA,QACA,QACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,WACA,WACA,QACA,cACA,cACA,cACA,cACA,yBACA,yBACA,yBACA,yBACA,sBACA,sBACA,sBACA,sBACA,SACA,YACA,QACA,SACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,mCACA,mCACA,qCACA,qCACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA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"} \ No newline at end of file diff --git a/bin/Debug/net8.0/en/CV.resources.dll b/bin/Debug/net8.0/en/CV.resources.dll deleted file mode 100644 index 36a275c..0000000 Binary files a/bin/Debug/net8.0/en/CV.resources.dll and /dev/null differ diff --git a/bin/Debug/net8.0/icudt_CJK.dat b/bin/Debug/net8.0/icudt_CJK.dat deleted file mode 100644 index 118a60d..0000000 Binary files a/bin/Debug/net8.0/icudt_CJK.dat and /dev/null differ diff --git a/bin/Debug/net8.0/icudt_EFIGS.dat b/bin/Debug/net8.0/icudt_EFIGS.dat deleted file mode 100644 index e4c1c91..0000000 Binary files a/bin/Debug/net8.0/icudt_EFIGS.dat and /dev/null differ diff --git a/bin/Debug/net8.0/icudt_no_CJK.dat b/bin/Debug/net8.0/icudt_no_CJK.dat deleted file mode 100644 index 87b08e0..0000000 Binary files a/bin/Debug/net8.0/icudt_no_CJK.dat and /dev/null differ diff --git a/bin/Debug/net8.0/mscorlib.dll b/bin/Debug/net8.0/mscorlib.dll deleted file mode 100644 index 12810ab..0000000 Binary files a/bin/Debug/net8.0/mscorlib.dll and /dev/null differ diff --git a/bin/Debug/net8.0/netstandard.dll b/bin/Debug/net8.0/netstandard.dll deleted file mode 100644 index 7073d72..0000000 Binary files a/bin/Debug/net8.0/netstandard.dll and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm deleted file mode 100644 index 8761632..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm.gz deleted file mode 100644 index f53dd91..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Bootstrap.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm deleted file mode 100644 index 8675f32..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm.gz deleted file mode 100644 index 713dbe8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Icons.FontAwesome.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm deleted file mode 100644 index cac6811..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm.gz deleted file mode 100644 index 69ac2b6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.Licensing.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm deleted file mode 100644 index ac5bc6e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm.gz deleted file mode 100644 index 21d2fce..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Blazorise.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/CV.pdb b/bin/Debug/net8.0/wwwroot/_framework/CV.pdb deleted file mode 100644 index 6b25578..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/CV.pdb and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/CV.pdb.gz b/bin/Debug/net8.0/wwwroot/_framework/CV.pdb.gz deleted file mode 100644 index 9f5a401..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/CV.pdb.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/CV.wasm b/bin/Debug/net8.0/wwwroot/_framework/CV.wasm deleted file mode 100644 index a055e4a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/CV.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/CV.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/CV.wasm.gz deleted file mode 100644 index 94ba8fa..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/CV.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm b/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm deleted file mode 100644 index a18f3d2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm.gz deleted file mode 100644 index 237185e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/DeepCloner.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm deleted file mode 100644 index be3d016..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm.gz deleted file mode 100644 index 9d50c13..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Authorization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm deleted file mode 100644 index 8d9648e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz deleted file mode 100644 index e07eb10..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm deleted file mode 100644 index 6b4a7d7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm.gz deleted file mode 100644 index 498baaf..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm deleted file mode 100644 index 9561714..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz deleted file mode 100644 index 0f86e65..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm deleted file mode 100644 index c7abef9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm.gz deleted file mode 100644 index 4e0d023..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Components.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm deleted file mode 100644 index 61139a2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm.gz deleted file mode 100644 index 75e1495..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.AspNetCore.Metadata.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm deleted file mode 100644 index 37c73c5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm.gz deleted file mode 100644 index b425c85..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.CSharp.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm deleted file mode 100644 index d968534..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz deleted file mode 100644 index 8459484..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm deleted file mode 100644 index 73f87ee..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz deleted file mode 100644 index 68da740..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm deleted file mode 100644 index cd71d77..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz deleted file mode 100644 index 7db92fd..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm deleted file mode 100644 index 2f5236f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm.gz deleted file mode 100644 index 01f83fe..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm deleted file mode 100644 index cf647fc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm.gz deleted file mode 100644 index 908cbe8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Configuration.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm deleted file mode 100644 index 59db699..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz deleted file mode 100644 index 7743a8f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm deleted file mode 100644 index 8d589b6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm.gz deleted file mode 100644 index 3f7bfd9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm deleted file mode 100644 index e10372c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz deleted file mode 100644 index 51d5a2b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm deleted file mode 100644 index 4396127..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz deleted file mode 100644 index a823ebf..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm deleted file mode 100644 index 968a9a6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz deleted file mode 100644 index c6b6b2e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm deleted file mode 100644 index 1448121..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz deleted file mode 100644 index ab434ba..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm deleted file mode 100644 index 6d578b4..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm.gz deleted file mode 100644 index 0f8ce1b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Localization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm deleted file mode 100644 index 650285c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz deleted file mode 100644 index f2636f3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm deleted file mode 100644 index bd94c79..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm.gz deleted file mode 100644 index 00f8d9d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Logging.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm deleted file mode 100644 index 386abd5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm.gz deleted file mode 100644 index 71caa42..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Options.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm deleted file mode 100644 index 258169f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm.gz deleted file mode 100644 index 1488902..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Extensions.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm deleted file mode 100644 index 433e9e2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm.gz deleted file mode 100644 index 6c27056..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm deleted file mode 100644 index aa1bb13..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm.gz deleted file mode 100644 index 6c22965..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.JSInterop.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm deleted file mode 100644 index 10598dc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm.gz deleted file mode 100644 index 8f47d8f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.Core.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm deleted file mode 100644 index e9f3384..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm.gz deleted file mode 100644 index 2de2887..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.VisualBasic.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm deleted file mode 100644 index b96eb9c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm.gz deleted file mode 100644 index 136902e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm deleted file mode 100644 index 7379dbf..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm.gz deleted file mode 100644 index a31e2fc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Microsoft.Win32.Registry.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm b/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm deleted file mode 100644 index b2a2bdc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm.gz deleted file mode 100644 index 83f6fd7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/Radzen.Blazor.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm deleted file mode 100644 index e03daec..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm.gz deleted file mode 100644 index 9579c0e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.AppContext.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm deleted file mode 100644 index 22bc5f6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm.gz deleted file mode 100644 index d559938..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Buffers.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm deleted file mode 100644 index b937621..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm.gz deleted file mode 100644 index e124b6e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Concurrent.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm deleted file mode 100644 index edbbd40..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm.gz deleted file mode 100644 index a67301c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Immutable.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm deleted file mode 100644 index 20dbe0b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm.gz deleted file mode 100644 index ffd16c2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.NonGeneric.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm deleted file mode 100644 index 9da11ca..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm.gz deleted file mode 100644 index 8b8c185..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.Specialized.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm deleted file mode 100644 index 4700096..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm.gz deleted file mode 100644 index 6922d22..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Collections.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm deleted file mode 100644 index 7085392..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm.gz deleted file mode 100644 index d9f02df..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Annotations.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm deleted file mode 100644 index ef4657c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm.gz deleted file mode 100644 index 99a8196..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.DataAnnotations.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm deleted file mode 100644 index 49c26bb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm.gz deleted file mode 100644 index 7ed88f9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.EventBasedAsync.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm deleted file mode 100644 index 50c018f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm.gz deleted file mode 100644 index 00954e6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm deleted file mode 100644 index 78da9e4..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm.gz deleted file mode 100644 index fb64806..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm deleted file mode 100644 index d161307..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm.gz deleted file mode 100644 index 9536edb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ComponentModel.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm deleted file mode 100644 index 30ca127..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm.gz deleted file mode 100644 index 0f50ab6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Configuration.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm deleted file mode 100644 index 558aeaa..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm.gz deleted file mode 100644 index 5cf9c79..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Console.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm deleted file mode 100644 index a0ff607..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm.gz deleted file mode 100644 index d3fee76..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Core.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm deleted file mode 100644 index 2530735..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm.gz deleted file mode 100644 index faa6a6d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.Common.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm deleted file mode 100644 index d0c2b62..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm.gz deleted file mode 100644 index 4eff74c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.DataSetExtensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm deleted file mode 100644 index d38aef9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm.gz deleted file mode 100644 index 63233a7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Data.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm deleted file mode 100644 index 820e1f0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm.gz deleted file mode 100644 index 0274ad4..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Contracts.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm deleted file mode 100644 index 76dd2a9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm.gz deleted file mode 100644 index 92ba450..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Debug.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm deleted file mode 100644 index df61eb5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm.gz deleted file mode 100644 index ced8c47..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm deleted file mode 100644 index ac6a9e2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm.gz deleted file mode 100644 index c6c86ec..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.FileVersionInfo.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm deleted file mode 100644 index 302a0b9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm.gz deleted file mode 100644 index 01be56c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Process.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm deleted file mode 100644 index 6b115cf..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm.gz deleted file mode 100644 index b221782..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.StackTrace.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm deleted file mode 100644 index 24451a6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz deleted file mode 100644 index 3740fa7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm deleted file mode 100644 index 5c2c354..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm.gz deleted file mode 100644 index c97c796..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tools.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm deleted file mode 100644 index 4c22868..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm.gz deleted file mode 100644 index 415dc74..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.TraceSource.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm deleted file mode 100644 index 2836cc1..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm.gz deleted file mode 100644 index 9cbe6b2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Diagnostics.Tracing.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm deleted file mode 100644 index 6ab3e0c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm.gz deleted file mode 100644 index 5e61ad2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm deleted file mode 100644 index ab5a802..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm.gz deleted file mode 100644 index 184dcd6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Drawing.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm deleted file mode 100644 index 728c26b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm.gz deleted file mode 100644 index 2d02e29..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Dynamic.Runtime.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm deleted file mode 100644 index 4d9e829..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm.gz deleted file mode 100644 index b579adc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Asn1.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm deleted file mode 100644 index 62dd13d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm.gz deleted file mode 100644 index 64b8613..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Formats.Tar.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm deleted file mode 100644 index 428957a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm.gz deleted file mode 100644 index 6e56522..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Calendars.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm deleted file mode 100644 index 3c3ed23..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm.gz deleted file mode 100644 index f3121d6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.Extensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm deleted file mode 100644 index 8dfc2da..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm.gz deleted file mode 100644 index c43e28a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Globalization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm deleted file mode 100644 index 57c070a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm.gz deleted file mode 100644 index f90f894..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.Brotli.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm deleted file mode 100644 index 5d5b382..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm.gz deleted file mode 100644 index 2371953..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.FileSystem.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm deleted file mode 100644 index 15cbfe2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm.gz deleted file mode 100644 index f0abb4e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.ZipFile.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm deleted file mode 100644 index 93c0712..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm.gz deleted file mode 100644 index 93dd77c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Compression.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm deleted file mode 100644 index ec7c1b2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm.gz deleted file mode 100644 index be3b169..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.AccessControl.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm deleted file mode 100644 index 914fd60..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm.gz deleted file mode 100644 index 5730ece..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.DriveInfo.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm deleted file mode 100644 index e6309ff..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm.gz deleted file mode 100644 index 75d3d7e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm deleted file mode 100644 index 91b4793..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm.gz deleted file mode 100644 index c8de374..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.Watcher.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm deleted file mode 100644 index dbb4647..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm.gz deleted file mode 100644 index db56520..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.FileSystem.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm deleted file mode 100644 index cc91bef..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm.gz deleted file mode 100644 index fd8d252..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.IsolatedStorage.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm deleted file mode 100644 index facf679..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm.gz deleted file mode 100644 index fac36fb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm deleted file mode 100644 index 03b0908..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm.gz deleted file mode 100644 index 59c7ec6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipelines.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm deleted file mode 100644 index 8b0afdf..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm.gz deleted file mode 100644 index 32b518f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.AccessControl.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm deleted file mode 100644 index 6c2da0c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm.gz deleted file mode 100644 index 0b213c9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.Pipes.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm deleted file mode 100644 index 547e3cc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm.gz deleted file mode 100644 index efe9f3f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.UnmanagedMemoryStream.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm deleted file mode 100644 index b52804c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm.gz deleted file mode 100644 index 1d92802..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.IO.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm deleted file mode 100644 index 404a2f5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm.gz deleted file mode 100644 index abc7af4..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Dynamic.Core.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm deleted file mode 100644 index 809c8b3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm.gz deleted file mode 100644 index f057894..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Expressions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm deleted file mode 100644 index 011518f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm.gz deleted file mode 100644 index 818c237..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Parallel.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm deleted file mode 100644 index 0571b03..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm.gz deleted file mode 100644 index f7488df..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.Queryable.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm deleted file mode 100644 index be78a43..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm.gz deleted file mode 100644 index 9284628..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Linq.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm deleted file mode 100644 index f4e218e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm.gz deleted file mode 100644 index 0611bad..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Memory.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm deleted file mode 100644 index ad40e85..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm.gz deleted file mode 100644 index d43a28f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.Json.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm deleted file mode 100644 index 5289b2e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm.gz deleted file mode 100644 index 1c7736d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Http.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm deleted file mode 100644 index af149a7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm.gz deleted file mode 100644 index 1c8772b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.HttpListener.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm deleted file mode 100644 index 6cdc730..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm.gz deleted file mode 100644 index 0d866a8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Mail.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm deleted file mode 100644 index 6f48791..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm.gz deleted file mode 100644 index 7bfec11..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NameResolution.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm deleted file mode 100644 index 578d47b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm.gz deleted file mode 100644 index 8e52ace..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.NetworkInformation.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm deleted file mode 100644 index b974154..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm.gz deleted file mode 100644 index 9509e1a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Ping.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm deleted file mode 100644 index 02c15c7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm.gz deleted file mode 100644 index 8e6c918..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm deleted file mode 100644 index 06fe27d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm.gz deleted file mode 100644 index 581f550..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Quic.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm deleted file mode 100644 index 0869310..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm.gz deleted file mode 100644 index 7f37340..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Requests.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm deleted file mode 100644 index 1b138e8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm.gz deleted file mode 100644 index 941803c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Security.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm deleted file mode 100644 index a70abe6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm.gz deleted file mode 100644 index ab34e8e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.ServicePoint.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm deleted file mode 100644 index 756b90c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm.gz deleted file mode 100644 index 044a2ae..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.Sockets.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm deleted file mode 100644 index 7a610b2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm.gz deleted file mode 100644 index c1d2851..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebClient.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm deleted file mode 100644 index 3fcdb9a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm.gz deleted file mode 100644 index d5a4e99..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebHeaderCollection.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm deleted file mode 100644 index b000f4a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm.gz deleted file mode 100644 index b8aa605..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebProxy.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm deleted file mode 100644 index 6abc5c8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm.gz deleted file mode 100644 index a4f0258..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.Client.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm deleted file mode 100644 index 81aca4c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm.gz deleted file mode 100644 index ccd8d73..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.WebSockets.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm deleted file mode 100644 index 06cabbc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm.gz deleted file mode 100644 index d8388c2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Net.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm deleted file mode 100644 index 6a08d49..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm.gz deleted file mode 100644 index 0c71a87..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.Vectors.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm deleted file mode 100644 index 9bd1a64..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm.gz deleted file mode 100644 index 9e961a2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Numerics.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm deleted file mode 100644 index cf58c48..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm.gz deleted file mode 100644 index 81efaca..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ObjectModel.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm deleted file mode 100644 index d49beeb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm.gz deleted file mode 100644 index 1ad8895..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.CoreLib.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm deleted file mode 100644 index 19a3f83..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm.gz deleted file mode 100644 index d0fea5a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.DataContractSerialization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm deleted file mode 100644 index 9ddc773..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm.gz deleted file mode 100644 index 45b0815..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Uri.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm deleted file mode 100644 index c57b998..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm.gz deleted file mode 100644 index a3d9043..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.Linq.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm deleted file mode 100644 index 1ebe3ed..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm.gz deleted file mode 100644 index 5d01b22..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Private.Xml.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm deleted file mode 100644 index a5023ab..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm.gz deleted file mode 100644 index 3940b52..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.DispatchProxy.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm deleted file mode 100644 index 5edc4f4..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm.gz deleted file mode 100644 index 47a874d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm deleted file mode 100644 index c8e9aac..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm.gz deleted file mode 100644 index f8d6148..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm deleted file mode 100644 index 175af18..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm.gz deleted file mode 100644 index 5015ab9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Emit.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm deleted file mode 100644 index 985af75..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm.gz deleted file mode 100644 index 65842ca..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Extensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm deleted file mode 100644 index d547c39..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm.gz deleted file mode 100644 index a8eb88b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Metadata.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm deleted file mode 100644 index adba789..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm.gz deleted file mode 100644 index 4bbd374..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm deleted file mode 100644 index c61ebe2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm.gz deleted file mode 100644 index b693b67..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.TypeExtensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm deleted file mode 100644 index 157f8dd..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm.gz deleted file mode 100644 index efac1f9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Reflection.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm deleted file mode 100644 index 0706b69..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm.gz deleted file mode 100644 index 3f09000..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Reader.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm deleted file mode 100644 index 8083b4e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm.gz deleted file mode 100644 index 2e43d96..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.ResourceManager.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm deleted file mode 100644 index 13a051c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm.gz deleted file mode 100644 index df7b5d9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Resources.Writer.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm deleted file mode 100644 index e2170ea..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz deleted file mode 100644 index f12b0cb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm deleted file mode 100644 index a400eaa..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm.gz deleted file mode 100644 index 458c077..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.CompilerServices.VisualC.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm deleted file mode 100644 index 6bb85fd..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm.gz deleted file mode 100644 index 2bcf45f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Extensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm deleted file mode 100644 index 0909904..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm.gz deleted file mode 100644 index 46cc8f0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Handles.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm deleted file mode 100644 index 59a0e11..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm.gz deleted file mode 100644 index ae478ce..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm deleted file mode 100644 index 3627ad5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz deleted file mode 100644 index 1c2f86e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm deleted file mode 100644 index 571b89b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm.gz deleted file mode 100644 index a71ebc7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.InteropServices.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm deleted file mode 100644 index 6a4236e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm.gz deleted file mode 100644 index e10bec6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Intrinsics.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm deleted file mode 100644 index 1c8cd59..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm.gz deleted file mode 100644 index 95d3edb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Loader.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm deleted file mode 100644 index 80e8c50..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm.gz deleted file mode 100644 index 4e3359d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Numerics.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm deleted file mode 100644 index a567096..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm.gz deleted file mode 100644 index 0c47f72..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm deleted file mode 100644 index 020f73a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm.gz deleted file mode 100644 index a92f3a9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Json.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm deleted file mode 100644 index 44452e8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm.gz deleted file mode 100644 index 5fb9de0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm deleted file mode 100644 index fbced57..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm.gz deleted file mode 100644 index e37ed5a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.Xml.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm deleted file mode 100644 index 96244cc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm.gz deleted file mode 100644 index 0850b40..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.Serialization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm deleted file mode 100644 index 1797d56..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm.gz deleted file mode 100644 index a10a47c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Runtime.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm deleted file mode 100644 index ee7d030..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm.gz deleted file mode 100644 index 732df35..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.AccessControl.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm deleted file mode 100644 index 994c9dc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm.gz deleted file mode 100644 index 8c58e41..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Claims.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm deleted file mode 100644 index b8d7708..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm.gz deleted file mode 100644 index f45e62f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Algorithms.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm deleted file mode 100644 index ce2dfd1..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm.gz deleted file mode 100644 index ff60310..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Cng.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm deleted file mode 100644 index fdabbb7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm.gz deleted file mode 100644 index f0df268..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Csp.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm deleted file mode 100644 index 5d7c01e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm.gz deleted file mode 100644 index 5bdef9a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Encoding.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm deleted file mode 100644 index d9f6633..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm.gz deleted file mode 100644 index 102b94a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.OpenSsl.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm deleted file mode 100644 index 5019bdb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm.gz deleted file mode 100644 index 8b1de71..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.Primitives.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm deleted file mode 100644 index b1f88cc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm.gz deleted file mode 100644 index 71b1196..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.X509Certificates.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm deleted file mode 100644 index 020b8cb..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm.gz deleted file mode 100644 index 55fe6a0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Cryptography.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm deleted file mode 100644 index 4762644..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm.gz deleted file mode 100644 index 5657ee6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.Windows.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm deleted file mode 100644 index 71e3bc9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm.gz deleted file mode 100644 index fb90a1b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.Principal.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm deleted file mode 100644 index 6cb3e57..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm.gz deleted file mode 100644 index 5d8a0ce..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.SecureString.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm deleted file mode 100644 index c565658..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm.gz deleted file mode 100644 index b93f2ff..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Security.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm deleted file mode 100644 index 26ccb5a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm.gz deleted file mode 100644 index 7575f46..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceModel.Web.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm deleted file mode 100644 index eaffec9..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm.gz deleted file mode 100644 index 23c62a6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ServiceProcess.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm deleted file mode 100644 index 2850310..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm.gz deleted file mode 100644 index 9f276c3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.CodePages.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm deleted file mode 100644 index 9f502f6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm.gz deleted file mode 100644 index 690e251..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.Extensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm deleted file mode 100644 index 7869c2a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm.gz deleted file mode 100644 index 27de995..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encoding.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm deleted file mode 100644 index 70f4421..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm.gz deleted file mode 100644 index 52689c5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Encodings.Web.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm deleted file mode 100644 index f4a7266..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm.gz deleted file mode 100644 index 67d0652..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.Json.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm deleted file mode 100644 index 8d9adf8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm.gz deleted file mode 100644 index 9f1ccb1..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Text.RegularExpressions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm deleted file mode 100644 index 6eda812..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm.gz deleted file mode 100644 index a4252c3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Channels.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm deleted file mode 100644 index 2661b42..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm.gz deleted file mode 100644 index 7b87e14..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Overlapped.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm deleted file mode 100644 index 4edcb43..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm.gz deleted file mode 100644 index 6a38df0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Dataflow.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm deleted file mode 100644 index 9c9b7fd..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm.gz deleted file mode 100644 index 21b5c46..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Extensions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm deleted file mode 100644 index d31d03c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm.gz deleted file mode 100644 index 5921552..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm deleted file mode 100644 index 21e729b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm.gz deleted file mode 100644 index c54798a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Tasks.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm deleted file mode 100644 index 47e324b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm.gz deleted file mode 100644 index 36a232a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Thread.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm deleted file mode 100644 index f68f91a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm.gz deleted file mode 100644 index 5aafef1..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.ThreadPool.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm deleted file mode 100644 index 3d398a6..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm.gz deleted file mode 100644 index 75ae3ce..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.Timer.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm deleted file mode 100644 index f2f9500..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm.gz deleted file mode 100644 index 2b0ce5d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Threading.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm deleted file mode 100644 index 3450fa3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm.gz deleted file mode 100644 index f415f14..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.Local.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm deleted file mode 100644 index 9204049..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm.gz deleted file mode 100644 index 6a9460c..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Transactions.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm deleted file mode 100644 index 644b3d5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm.gz deleted file mode 100644 index b6e6d45..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.ValueTuple.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm deleted file mode 100644 index 307044f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm.gz deleted file mode 100644 index dd5f563..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Web.HttpUtility.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm deleted file mode 100644 index eb5a973..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm.gz deleted file mode 100644 index a308cf0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Web.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm deleted file mode 100644 index ede6361..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm.gz deleted file mode 100644 index 3504021..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Windows.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm deleted file mode 100644 index e3ac93f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm.gz deleted file mode 100644 index c985442..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Linq.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm deleted file mode 100644 index 41aef3d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm.gz deleted file mode 100644 index 91e012b..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.ReaderWriter.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm deleted file mode 100644 index 24ecef7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm.gz deleted file mode 100644 index f0d0afc..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.Serialization.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm deleted file mode 100644 index ae55fad..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm.gz deleted file mode 100644 index 9ceea7f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XDocument.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm deleted file mode 100644 index 91543ea..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm.gz deleted file mode 100644 index d82b338..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.XDocument.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm deleted file mode 100644 index 6d412df..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm.gz deleted file mode 100644 index 1a43662..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XPath.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm deleted file mode 100644 index b747d61..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm.gz deleted file mode 100644 index 6e89c07..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlDocument.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm deleted file mode 100644 index 31fe618..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm.gz deleted file mode 100644 index 84f4e4a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.XmlSerializer.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm deleted file mode 100644 index a230530..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm.gz deleted file mode 100644 index 8d8e5b5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.Xml.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.wasm b/bin/Debug/net8.0/wwwroot/_framework/System.wasm deleted file mode 100644 index dd8a43f..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/System.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/System.wasm.gz deleted file mode 100644 index 3944eef..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/System.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm b/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm deleted file mode 100644 index b7fe279..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm.gz deleted file mode 100644 index 3454a72..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/WindowsBase.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json b/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json deleted file mode 100644 index a43f28d..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "mainAssemblyName": "CV", - "resources": { - "hash": "sha256-tm/JstfJ5MnWwLuvoBksrjMF0pCWiZP+xI1wjMTMh7A=", - "jsModuleNative": { - "dotnet.native.8.0.2.deknxu92gu.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg=" - }, - "jsModuleRuntime": { - "dotnet.runtime.8.0.2.8j60y5zbay.js": "sha256-54KSaoOArNfygQbV+r4B5y3ys53v2tnvFIyZcZiUmi0=" - }, - "wasmNative": { - "dotnet.native.wasm": "sha256-C2P+OTYZAJlmqo6rc4heqwvIVVsXIF8MAxC6WRe96Eg=" - }, - "icu": { - "icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=", - "icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=", - "icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=" - }, - "assembly": { - "Blazorise.wasm": "sha256-c2EPb0Jl0ocgnyTFnDqQ51lS6BpRvwPXF/7/61OYtZg=", - "Blazorise.Bootstrap.wasm": "sha256-BAoQXZk3pFVpvO99HnET4KTBFXTKywd6/kwXsuYyKOQ=", - "Blazorise.Icons.FontAwesome.wasm": "sha256-GSN7S3KTGJTw6PPjk5+Nc8bVPgUsc5tQm/n/xieQUUs=", - "Blazorise.Licensing.wasm": "sha256-vmNGzxXoM2MA6rFUp99OvXbE3FJlYnUDr6zyA1Nc3Xc=", - "DeepCloner.wasm": "sha256-JFrc0XdxhCpcC/rNoZ4sGLtZTNiex5j561fsLJEixRY=", - "Microsoft.AspNetCore.Authorization.wasm": "sha256-xpsdU9uDJz5t2/e+ZH5CkB8nfZeCmSo9PqwquQX4B2U=", - "Microsoft.AspNetCore.Components.wasm": "sha256-buD5cBBc62HWdCjvn6Z3Zo39W90qvd5Wk6QfHoBzWqw=", - "Microsoft.AspNetCore.Components.Forms.wasm": "sha256-K/+6c3zlmAc3Y2qud/ksu/AexTbQpjbOhmTw03Ttg7E=", - "Microsoft.AspNetCore.Components.Web.wasm": "sha256-485U1bL1Di+N+F1YkF/nGkY7S4uizJqRQ3xuV0ZX7Qg=", - "Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-A+PtISAkUO4WdDfhiOL5C2xve/IW90FjL/NccwdoQdE=", - "Microsoft.AspNetCore.Metadata.wasm": "sha256-azMjpHKCROY2+Go/fNQAXceu5fXqk9s0CqSDiQvyPXc=", - "Microsoft.Extensions.Configuration.wasm": "sha256-UDGEQR7J3WTfzYMgOzxVIBwFQtKEeJvO8UgrWagypdE=", - "Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-yNdqbqDWGiJo943D7LPak5xryCBEsNH0wtdiuU1R9VE=", - "Microsoft.Extensions.Configuration.Binder.wasm": "sha256-GSjil45tcp9Gt2YUvSdWcCKn7FqCK6B5Pf2C3ImL+bA=", - "Microsoft.Extensions.Configuration.FileExtensions.wasm": "sha256-w4E5uayo1SFMsRc1dLJu4EYYaRQpyP7cvyeJNAqH5+4=", - "Microsoft.Extensions.Configuration.Json.wasm": "sha256-ViitoeUHw71Xhs0JJ88lGca05eRKDi+p+NyaYc6cRIQ=", - "Microsoft.Extensions.DependencyInjection.wasm": "sha256-NrPYML1ZOnKmz2Y+n4q5EFp+e4a6g47+gH22VofJd2k=", - "Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-4M02Mi+s9AiYm5DMZz8Ie9CIhGuZoBs6WyQaFgbnD3w=", - "Microsoft.Extensions.FileProviders.Abstractions.wasm": "sha256-IUopixuV8E09mP+TIgRp/lXEbeacXbUTW7cu0v5B9Tc=", - "Microsoft.Extensions.FileProviders.Physical.wasm": "sha256-MS+zB0xkKhKk/QdE32ZwKtdlrLMLI/y2NAKPUWhcBVg=", - "Microsoft.Extensions.FileSystemGlobbing.wasm": "sha256-AnWUKd0qJ8ZNKkRC0AFK2cjjszB7reXiP+bXdIi8bic=", - "Microsoft.Extensions.Localization.wasm": "sha256-OuYqcSIM9nsF9ryMlsbh/Sq0s8s3QSL/m3oarbQQScw=", - "Microsoft.Extensions.Localization.Abstractions.wasm": "sha256-GXHbSI4rbq2ctDScuTzVW5lvLguvgTNoGNXaoivifgs=", - "Microsoft.Extensions.Logging.wasm": "sha256-Rx+UwnmyfTtMmlYd3HWJOvYVnSSwShUKrbPvqkfxmZk=", - "Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-R+hweMNg9P7RU++DPEpfqsjng2tWserGZEtjsL3gl84=", - "Microsoft.Extensions.Options.wasm": "sha256-5/m+yVFGRuY+N4jQnD+QETKH0AfhAsnVze5dJ5ogIVM=", - "Microsoft.Extensions.Primitives.wasm": "sha256-pVrYOTfjb2ITls3LKIByW1t8jwOAWFhmkIVDewtJ1GE=", - "Microsoft.JSInterop.wasm": "sha256-3+2CckqqzD3oydUz+FqoTRaWiErECN18p84wvxgAVRM=", - "Microsoft.JSInterop.WebAssembly.wasm": "sha256-OU61RdB3MGGK/px7V+70S2lQ+RUl6pqHspk5yX0tGtc=", - "Radzen.Blazor.wasm": "sha256-lyQ8ZeXS5UsyRt384W77OwP+q3nMMEBHL5GJcUEq1k8=", - "System.IO.Pipelines.wasm": "sha256-JqVBy6SV+3qk+IK3VJiyIDt9CsVk6b1/ytTXmrI4mTM=", - "System.Linq.Dynamic.Core.wasm": "sha256-zY4O55eQ9gC1F0jl4MFsfpX6oCP3eabUwmK1PIrgx3Q=", - "Microsoft.CSharp.wasm": "sha256-8nyldHzkTaUeTZ63Zp+JhpeQn6oscutjZPTmWsJeJN4=", - "Microsoft.VisualBasic.Core.wasm": "sha256-Hlg/TgVrr8+Z6tbEwTiTu3r04uAp1z1sk7kg7RHiJbk=", - "Microsoft.VisualBasic.wasm": "sha256-XiKUOiYt7BmIJw031WqkHbWTpRxx+JHjQASsFv11aQA=", - "Microsoft.Win32.Primitives.wasm": "sha256-/yCW4gBOnkkJ8sow7pj2d/Lg5fWynrtjQxNffF5DuKM=", - "Microsoft.Win32.Registry.wasm": "sha256-RtLhBfCTvOgHtn4RjIbz7B9L9cQlEZY3h6CXo3SyvWo=", - "System.AppContext.wasm": "sha256-Wy9rtjyrNMn1Lk70wc9sTepu/kiFJktxe6v90GUEuFA=", - "System.Buffers.wasm": "sha256-VREedn0cjLDr4fh8lJlvq9xNI7e6/6x7/+mMt5UOLWM=", - "System.Collections.Concurrent.wasm": "sha256-GX/fvtPlTwzO8c5h/r4L1y17rr1Ap4+4qVSS8sie438=", - "System.Collections.Immutable.wasm": "sha256-v6Mvy/tUt2NI7iTmurkXi0IHh+dxMTAntAfE2gUFVaw=", - "System.Collections.NonGeneric.wasm": "sha256-P7FxTT1aBq85iV7qL8feioB2UjBB+KfPgE8Kqe/hoPc=", - "System.Collections.Specialized.wasm": "sha256-EUUjyhKdCVstArtuKrJ25tEv6CRd2dNOWp6AXM9Dn6M=", - "System.Collections.wasm": "sha256-QnWW7t2iT7TXFyYgfb+D1rGy4jggto8WZvoFCPthKFw=", - "System.ComponentModel.Annotations.wasm": "sha256-6k5MD9qxro2y/ezohl/Iw3VNVnvGYi5Q57QUagJ8Sxc=", - "System.ComponentModel.DataAnnotations.wasm": "sha256-M830EhaHrNJ3yPdW6grKVs/Z8ocDMFTFVdBO6CtMa1Y=", - "System.ComponentModel.EventBasedAsync.wasm": "sha256-dXw52lRmNNg9W8mwPeq4NO4jUqu7HtTgMozFBQj3hdM=", - "System.ComponentModel.Primitives.wasm": "sha256-XSAqQdLESBNjRcgDoHhZVqHfBfRwzBW8ZoaI/Wn3IhE=", - "System.ComponentModel.TypeConverter.wasm": "sha256-jT5mPXAwWexEqKCxqX3XmY9Jduvq7ZCyvdedWPaU/SY=", - "System.ComponentModel.wasm": "sha256-3XG0mwTfxAR2z8uZyOabRK8oTdEASOI/cZUL4aMOJeA=", - "System.Configuration.wasm": "sha256-aZIm4TO7jfKANGbtoi7w8llf80df8ScZRIdZv1dKzD0=", - "System.Console.wasm": "sha256-KK5UlO5nHlw8xCq+jZRO6G2OuYCh0cGfYopBDRAvXrs=", - "System.Core.wasm": "sha256-BIrPcXeOU0Bais1nXlTnEICXbw+uBni0w+7wkCD3ZeU=", - "System.Data.Common.wasm": "sha256-M+Rqr3yCDiJKmk4eZ9GhKH3Ef3c3qnHvafyGX6GvMp0=", - "System.Data.DataSetExtensions.wasm": "sha256-tFryAeoGlyLqM1hUOOZyUHsFGnZk+/h+Ulnb0bw69Pw=", - "System.Data.wasm": "sha256-Cfn+WRpFi808bk5IETR4X/KAUY/PtdxC9X7U/mabofY=", - "System.Diagnostics.Contracts.wasm": "sha256-Go+E5rFU3aa+OI7kfYgoXvc5mMq2O4a9lmlVYXcF6Dg=", - "System.Diagnostics.Debug.wasm": "sha256-drxBIXkCzh0k1M07wW/sz7juYZimGByGlr3tUvGHp8E=", - "System.Diagnostics.DiagnosticSource.wasm": "sha256-g9dqQ/wKekTObZTn1iRforTpUMbfNoP+QkInIOB4f3s=", - "System.Diagnostics.FileVersionInfo.wasm": "sha256-BdFqsNzpBhMGu3ICkh7w6dg5jfMGyfnB7S14mINpvCA=", - "System.Diagnostics.Process.wasm": "sha256-WD/lMLViRGYgGbbOuKJQ3kj0boBgkRpgJwKBEZJANHU=", - "System.Diagnostics.StackTrace.wasm": "sha256-qq8JFPziSJUJmvTp/oPXpiPrBV6BICokcQwea4D+zyc=", - "System.Diagnostics.TextWriterTraceListener.wasm": "sha256-Faf1L7gcvHf8hCbYkGglvMKCQYyW+1T+CPBs6Wgef8g=", - "System.Diagnostics.Tools.wasm": "sha256-R11UcFTIrFF6Dfeg7ZDp9VGkTC43lOzlsD9XjUt6UMk=", - "System.Diagnostics.TraceSource.wasm": "sha256-qUIVuQP/bz5q0yVsXzxVDtj6hlsFsd27i8HZDVuZRSQ=", - "System.Diagnostics.Tracing.wasm": "sha256-rEvPxBC1hwXhaB//DCD0R2RkMBzN/gviZkFhjrj5Xyk=", - "System.Drawing.Primitives.wasm": "sha256-9cE5PQzJpq0Y7WCSTe7Hd3Ufj0JvVfw4+MgNsd+EZ7A=", - "System.Drawing.wasm": "sha256-vSNocJGZjwk/bjfFxEVwXh6mwi40z9w8pJDnLpwp+UU=", - "System.Dynamic.Runtime.wasm": "sha256-NGj63nINaXrcDVvsoFZra1xzClOtAm9quK9LUZ2FH7k=", - "System.Formats.Asn1.wasm": "sha256-mv+xEJw0k6bU2EqhAStywYQpYRGfHfjJ8TYJpQ9bGxI=", - "System.Formats.Tar.wasm": "sha256-3NZcYl469icVxgASaPzvjXAgk+bj+ENsDb3Ew/pMN+0=", - "System.Globalization.Calendars.wasm": "sha256-JSXYzbuFer3Q9xSeFPkL0qwwUlPZP4JGj4TlWq7c7ag=", - "System.Globalization.Extensions.wasm": "sha256-NHWmXremjB9A/J/7wzg0zujlkPs0/ejZ1gZx6mcOxQw=", - "System.Globalization.wasm": "sha256-4E0vEAux3toC4ndaA3Igi2VMjkWBSmEHQ7CJc0ktb+Q=", - "System.IO.Compression.Brotli.wasm": "sha256-WO9pZoDMLzgy1H+1h4ibVFPyzsXGJ7DNM7GRVuEnx3Q=", - "System.IO.Compression.FileSystem.wasm": "sha256-0x0zF5cEcPcVdOr6f/D7O2z7fq5TEQrnmXvNie49kWk=", - "System.IO.Compression.ZipFile.wasm": "sha256-+eoQiaXuMExgw4JmTdx/OcfuzoIp3ED0pAf9S1n7Wbk=", - "System.IO.Compression.wasm": "sha256-BS8E6zjguotfCFiDq6Ur/7T1Z8YDWFd6zcjxE223mtc=", - "System.IO.FileSystem.AccessControl.wasm": "sha256-sO1WgyPLIu6O4JZQeV0o4Eh7WClPP7XZHb1QSWciJlI=", - "System.IO.FileSystem.DriveInfo.wasm": "sha256-1gMc4BBSB3eiv3TNhqxoY60chDNG6xUolsn2652BYm4=", - "System.IO.FileSystem.Primitives.wasm": "sha256-CR+cehqs4j+fcdMJ2M/UdO+24EmfkwPq2471p40TQxc=", - "System.IO.FileSystem.Watcher.wasm": "sha256-hMwkbEES27RAHx023dxu+R04ubffe3yC0C8i368bwf4=", - "System.IO.FileSystem.wasm": "sha256-g+b0wzpIOn/krR6/wsV6+nSVWDRMbGqKNaCmRZZioDw=", - "System.IO.IsolatedStorage.wasm": "sha256-qCGrH7hfnHpPKZtr5viPldjO4+FunSmGo4Yit9iU/NE=", - "System.IO.MemoryMappedFiles.wasm": "sha256-vB3vh2UHWUue7gBnMWyyE0LDAUSoiZQDtT/Kom1pXak=", - "System.IO.Pipes.AccessControl.wasm": "sha256-lcOZ9hRu7YJr9z3zdxW7bWarcyKeLDiQZKSqU5IAOmo=", - "System.IO.Pipes.wasm": "sha256-Gee+EeDxJAlusUKZY8Za+05IRu/beab3vaCm6ChOoro=", - "System.IO.UnmanagedMemoryStream.wasm": "sha256-f0p9NdNDtuXIVvRDZM6c69KG8BBl6XsSoutq2vxh41E=", - "System.IO.wasm": "sha256-5URMkCazoeUBP3dmhMDjsSGrbfTY07XSMObdn8Mn8GU=", - "System.Linq.Expressions.wasm": "sha256-ClKAPxTawmx7xMDWJ8Ey2/fdelcV9Z/VY/r9h/ixi/A=", - "System.Linq.Parallel.wasm": "sha256-T+kmfFKaCM9ENAvRu22uHM6CiHvItIZO5rIQuWgTV94=", - "System.Linq.Queryable.wasm": "sha256-ZnNBXVJQlE+CdokV44X5qvTNU1pAkyzwrQRCs8xyv44=", - "System.Linq.wasm": "sha256-35whF3SyErgtqLDHfPs/4DjeKGLwYNi0mMOBcfuAKRY=", - "System.Memory.wasm": "sha256-qKGrTT0E9RS2d5/TS8CbCiH/IBmU0qW0LwHMx/quJek=", - "System.Net.Http.Json.wasm": "sha256-EOQlrL+O05+Tcipd3SjH9ur12y7ru4dzKxK4z2+o8Hg=", - "System.Net.Http.wasm": "sha256-dwds8t4p3lvuSki5iWQEmSiB5xiVbs5rYxjBod0xCVg=", - "System.Net.HttpListener.wasm": "sha256-8YiDxNENZAlOq3/XmC8hn6gAnH3kh/jNzEDieui6ABM=", - "System.Net.Mail.wasm": "sha256-Hmp4Gv9UbFy99X6vOCMr4lutbW9cT2RLlh8ZTxrJKpg=", - "System.Net.NameResolution.wasm": "sha256-b/F2hfA3ajmeKFPipYgma8djASQ2YlnLSOFaFuwrQF4=", - "System.Net.NetworkInformation.wasm": "sha256-q9Sajl7WXd2UXRCEOaenhtoxbUgQrlsmGYru45LMZKc=", - "System.Net.Ping.wasm": "sha256-rwBaQKODnvuKSZ+3cnBf376u0Fv0metvs2lOrYvz7Ww=", - "System.Net.Primitives.wasm": "sha256-zSHe6sJ/5uw9471e6i4ygjdSzl56QTX7hLi8vPB4jlQ=", - "System.Net.Quic.wasm": "sha256-pkPYtLDrg+7DKA2NGo/Wrjlu6aiLetna9iY3xyEUnd4=", - "System.Net.Requests.wasm": "sha256-17lHeswYhkMRP8jaoUW3k9Q84sZfUZhBYuunm2DPn/o=", - "System.Net.Security.wasm": "sha256-qSh1zwLrSq7bu/BhCsuvkX6oIB4qPvvNR4xGIrb0tcs=", - "System.Net.ServicePoint.wasm": "sha256-Nl3rILYUV/LAOybiwLIE5MomqpNEH2Qr9k16dFYv72I=", - "System.Net.Sockets.wasm": "sha256-t93gyzbrI1wsy8zgcckZg3kzBcOUMxTWr/sL3yz1ULs=", - "System.Net.WebClient.wasm": "sha256-y/cBWK2c7Xl8SGAstWkRByGw/Hhke+U4y3u91q/AbNA=", - "System.Net.WebHeaderCollection.wasm": "sha256-ktHzY9QtYuplDTX9iiKzhaz+TI46DwhFUcTpzgXb6WM=", - "System.Net.WebProxy.wasm": "sha256-0Q3s0f9jIosATNNxbSUUxESFTxQ1/I3o/dTW1SnSe40=", - "System.Net.WebSockets.Client.wasm": "sha256-EQkJbzQMmlF/PqmcM3upzpLv6vy1LbOGqKQrVjqRBcA=", - "System.Net.WebSockets.wasm": "sha256-cdJqtOy77Em3pFQheCYvgj25vp9fDOvquv5BoZTWVQU=", - "System.Net.wasm": "sha256-M2C5sXwstSiEdbNlQe1SNQx4GisEyHkSHu7uRpRH2kY=", - "System.Numerics.Vectors.wasm": "sha256-uQwyMdqIFGpiXD28br8ymc/ISCH1/ddbT+Gu2GLsXA0=", - "System.Numerics.wasm": "sha256-JeoVSA/QFx6VH4yAdQq49sgnobsLPSVmRGQIN4RQNB0=", - "System.ObjectModel.wasm": "sha256-8YqtiWRExPl2RgmjEi3TNGgCSEMb59rJs3H7s2Ud25Y=", - "System.Private.DataContractSerialization.wasm": "sha256-QsiGQITJobw0wZ6QHEp/Fitc5jhO/JdnZiVHq5lJDOE=", - "System.Private.Uri.wasm": "sha256-b3+vfUCyFdAyP8Kl2xNOOvLpdSoWt6UDfR0Re1haIeY=", - "System.Private.Xml.Linq.wasm": "sha256-678IjDCdLclvNsncFVTXqrAY5PLF2rJo/7T5GlxuKUY=", - "System.Private.Xml.wasm": "sha256-52Zs5KfDrL+5WYAFI1fBmCxYodjOac4WMHETRwr8y+k=", - "System.Reflection.DispatchProxy.wasm": "sha256-qnAvSxV+qb0nWfPwzUqCKwzR1CdWRq9sN7XCGJ9y2uY=", - "System.Reflection.Emit.ILGeneration.wasm": "sha256-V2yK+VmcMOj3wZA3Eod+aV7RJIii8AXnvidLN5XjPkw=", - "System.Reflection.Emit.Lightweight.wasm": "sha256-yKun/oxXRuPLsiixeKZj85/cArGafDWqdqpnnmnzGJQ=", - "System.Reflection.Emit.wasm": "sha256-J2NbOhxd5ypkLWzSZZ33jqc2nNph+ou8/gDOQvWMM5A=", - "System.Reflection.Extensions.wasm": "sha256-8xFiR8sgg6RqB9MrtuVibdQD9jX83ZwM91zf1rZgZrA=", - "System.Reflection.Metadata.wasm": "sha256-78kQDhP1AgUASjSKwh+VB3cb+GEdIKCINEUpAZoRLGM=", - "System.Reflection.Primitives.wasm": "sha256-VjEpye877J6UkuSzFwd2DbfjznF+Lg0Nm62HnqFtaJ8=", - "System.Reflection.TypeExtensions.wasm": "sha256-YTD7RCnfB3/fpIHEPWLz7Mk650Gl7FHJz+VM5jjd7Uc=", - "System.Reflection.wasm": "sha256-b5ouDnSFefwYar5kzvZR1wWPLLtXKQ5OFrWzHj8NPLc=", - "System.Resources.Reader.wasm": "sha256-EknNXLrfq3GJeCVpjttoIMlbjHPDsFymuQC58gGuPzo=", - "System.Resources.ResourceManager.wasm": "sha256-fukTCsh5SGDW8/lUyaGgHjQCiqma30yQx3jcdaPidY8=", - "System.Resources.Writer.wasm": "sha256-zP4i7L5NSdkg/Ol6gfIHpvBZ0UQ19pfD4Y9LmOEOTo4=", - "System.Runtime.CompilerServices.Unsafe.wasm": "sha256-VLO7rqPqED9tYNZkQG+YcFEX2dOB0zekCDx7D6oiAbU=", - "System.Runtime.CompilerServices.VisualC.wasm": "sha256-EUwLY9qQktDBoQu7XpgzZIqSYo250F1fXNv27MNfQfU=", - "System.Runtime.Extensions.wasm": "sha256-TJRvIRolQfOzUDB+1bITStYjKQiEoiLy/TC2gDM6/Yc=", - "System.Runtime.Handles.wasm": "sha256-44ssiRJGOrBIzjal2cd118N01MdJYPcEJqoU6dKqGto=", - "System.Runtime.InteropServices.JavaScript.wasm": "sha256-nV11nEbAJbetwrlFgbjImTo6I0PvGN4tkIV+Ey9Kvd8=", - "System.Runtime.InteropServices.RuntimeInformation.wasm": "sha256-HoMz/XBANnfxS7Ni/n55YpHGW9NVMf6xrMj7DECb/wo=", - "System.Runtime.InteropServices.wasm": "sha256-OaC02HX/inG0GzTzNsScBGZml65lyEHvtjRawMY7VPo=", - "System.Runtime.Intrinsics.wasm": "sha256-fpdf4DAx4uwITWFFD56pQisAltV/Z2RqGbMgdUVSRj0=", - "System.Runtime.Loader.wasm": "sha256-etHqLcpNqGOVComFGYBYFvIfiz4bKmk2IDnK+bO/6yw=", - "System.Runtime.Numerics.wasm": "sha256-x7tUGbEKbHzxV8RRt0N3QQW8Sjcf1s3oeOgUMW7/Lxs=", - "System.Runtime.Serialization.Formatters.wasm": "sha256-dR8K8u973ygZzHNxuxbHbKl+2HlxWfW9b6ZYMNH9H38=", - "System.Runtime.Serialization.Json.wasm": "sha256-08L3k5im1cO9XzYw5Xax49OH9HU2KA5XJdg5APLi0WI=", - "System.Runtime.Serialization.Primitives.wasm": "sha256-Sbk+DfH6wsSWGzluatCw78jNc7HnYXXyQVzhqcp6BaI=", - "System.Runtime.Serialization.Xml.wasm": "sha256-HGXH4eh8RPdJxtZbcdCIbwZjg29tq6jjRR95RnqFDn4=", - "System.Runtime.Serialization.wasm": "sha256-u86bh9Iq/j+ibouonayT9fi8S5H9s743veTYpNTr5fs=", - "System.Runtime.wasm": "sha256-c4Xw6t855KBGDqQm8jiUEGdCT+6erK7VXhAbXwUPGFE=", - "System.Security.AccessControl.wasm": "sha256-fvMBGHpff1Z9hduW2DAz6c/v99la1mkncc3ocYOQHCU=", - "System.Security.Claims.wasm": "sha256-7DPhoykfNxF5Xz1HApq3SGug0YFT1PZHTCXUREB2eSM=", - "System.Security.Cryptography.Algorithms.wasm": "sha256-E3Tvhwn8vKgFFfDuHnQRr1sqA0JwNLDsZZS1hKxls8g=", - "System.Security.Cryptography.Cng.wasm": "sha256-P64RHN9c6dhI6BmU2SYex8t2ZBmzi8iY8X8a1dPMGUI=", - "System.Security.Cryptography.Csp.wasm": "sha256-m2MxslfHBuxT+DzYJb4Fd0K/n3kdlkgbAq2MsAkATh4=", - "System.Security.Cryptography.Encoding.wasm": "sha256-sV0KQVltfHwNbHfGm2vYPeomReQHLxulMbL6baVVGQ4=", - "System.Security.Cryptography.OpenSsl.wasm": "sha256-W8O/GJ8Mod8hvH2IpJL41H+MKYpli13P/oV2vfkEiH8=", - "System.Security.Cryptography.Primitives.wasm": "sha256-FY1SjC2L5otdjxxa4Y6jedw/QRm40ngFoUMwY1kGMOA=", - "System.Security.Cryptography.X509Certificates.wasm": "sha256-aYFw5aigR3c6wo6fPI76q8muzQUywYJ11DiXKWxy0yY=", - "System.Security.Cryptography.wasm": "sha256-wR3VBYZU+LMX7ETRPRA6qBN/7462SL/cm2GO9/NPp1E=", - "System.Security.Principal.Windows.wasm": "sha256-PLoWUUnMLEbJyxIhbSHdEpkrMQrk8danMHtw6DELi18=", - "System.Security.Principal.wasm": "sha256-76EdoOrSScnZU2iTmzvadEUDsXbSF6zqiDCqjKS0KEg=", - "System.Security.SecureString.wasm": "sha256-uyhuVobJJNAXhjKkJy9QvGnsqXwLtWAjQQZlTuKgNgs=", - "System.Security.wasm": "sha256-MY5ZoTc3C8pceHVTE1qO8jhEyUZlEvIl+KFQFn8X6fA=", - "System.ServiceModel.Web.wasm": "sha256-31QC5pDVGFC66SKbSAPMyDOIbvEuH2Gi/y6mEenJJ80=", - "System.ServiceProcess.wasm": "sha256-CIuxYgBB9amr4SSCoEhkspmkMPumO+DErE5LAIug2pI=", - "System.Text.Encoding.CodePages.wasm": "sha256-wNrQWkWJVMUAzH4sJN+boltXCXA9yrXeXfLpYFXs/LY=", - "System.Text.Encoding.Extensions.wasm": "sha256-41Sd/QH5V6tlAWKhXbwAYmm9i82/QqT9+OaLl4myNBQ=", - "System.Text.Encoding.wasm": "sha256-4nnLnqvUY0AgPsi0jdVtPSg/yPJBFW5QU5sBFLJE3n8=", - "System.Text.Encodings.Web.wasm": "sha256-vblWPqcHT7KOg7lvupnNpFBr81oub6LpIL8swyOA9eQ=", - "System.Text.Json.wasm": "sha256-HqbmuaujeV8caPPy/9xvD0L5z1CmQCsqzSRTlyY0dMM=", - "System.Text.RegularExpressions.wasm": "sha256-VQ+7DvygVrpnDtBXMWO533YIqFEno88XVKKIr0ahb40=", - "System.Threading.Channels.wasm": "sha256-tOlXL7fKu4W0+Crd0FGA8NBLq9NkFXrp6pD63kUauE8=", - "System.Threading.Overlapped.wasm": "sha256-7ipYQVuT8YWUiUO4csEadLQFlZKYg+13Kz6Y7MDjeBs=", - "System.Threading.Tasks.Dataflow.wasm": "sha256-4PqMtC30We/aeAk8pjNdEr6zXma7ZyEA8WP7xXClNIo=", - "System.Threading.Tasks.Extensions.wasm": "sha256-b+mOIDAu6h5/SqMgX96Laf+Nu2H9/BRD+7qyQP9nxeY=", - "System.Threading.Tasks.Parallel.wasm": "sha256-vxsFp/o9zvuH4leX1pmEzL1D1EJzBkd83aCu99/HDEQ=", - "System.Threading.Tasks.wasm": "sha256-joa2z9Kc5agu8I5CxyYmL07w9bHyBDt7pg2orr2iJ/o=", - "System.Threading.Thread.wasm": "sha256-/wN7OkCLKR2ftwwI/H/bAgFdln92i0CfsIAjQN32Kc4=", - "System.Threading.ThreadPool.wasm": "sha256-8k2C9bRWjCTrxPLFddwrxUR8s7mVUVPssfmAzGhhoJw=", - "System.Threading.Timer.wasm": "sha256-/nrFQqCU04KF/s72v1qGwc/rj00Ca/PEe3198zgai0M=", - "System.Threading.wasm": "sha256-aiGdmTW6bVt6CASVZQxSUp+qVL6vnADU1/r+uRiSAHg=", - "System.Transactions.Local.wasm": "sha256-hJkLifzG8HP4z4zXf5FCOf63BI+SDNEGtVl1efjen80=", - "System.Transactions.wasm": "sha256-6nDMiw4OM4cL7yyA9//Ia/mHKUXhenCI2kvW7xtEq/Y=", - "System.ValueTuple.wasm": "sha256-SALdhi8KJxXmkTkZsbqnNBrSKbFAFVFbAx+OEbQTPg4=", - "System.Web.HttpUtility.wasm": "sha256-rrs/OuZuQ3mKcnM2wf9YjlmDIkpuHI2TaFWgSBkc7hc=", - "System.Web.wasm": "sha256-88MQw+NwQ6sCCZYAwKCrYhjVRSfdlKEw5dj2tcHyZyk=", - "System.Windows.wasm": "sha256-Oj56rxbl5PG+cXG28DHRENqRZ3LDKiQuJxBbD5dU3S8=", - "System.Xml.Linq.wasm": "sha256-BOEJUeSCuxEWPCoo596vX9LBk24u+mY2Wjhmj7PWgQE=", - "System.Xml.ReaderWriter.wasm": "sha256-x2s7J7whljTI3GMbTSxuosXcbqjRj5VVTTVYUyeByGc=", - "System.Xml.Serialization.wasm": "sha256-XPCONarykw+IFvw2FDQXQL+j6YdYU58C9F6JVMhWjZ0=", - "System.Xml.XDocument.wasm": "sha256-9rnEZ5BKcYQry/bcAbC2JbF9u99cjEnrFxT5CEodJGo=", - "System.Xml.XPath.XDocument.wasm": "sha256-GFs0vFq1eKd1eltpZMMWwTxDACj8KsI1c9laXzRQ29U=", - "System.Xml.XPath.wasm": "sha256-tmvGoqY45mWRfnyzKlIfCsMcXtnDlsCqTTCGyuXNWDo=", - "System.Xml.XmlDocument.wasm": "sha256-JmfvVmd91PHbw3SREyBkQf7ZnHTB4/yS03Z+JbDwM3I=", - "System.Xml.XmlSerializer.wasm": "sha256-iZX5Xjo0skidhFDoNfUIqMlZqB3zFEGMajfc9f+mVMY=", - "System.Xml.wasm": "sha256-2GYrTaRnss177KDwHZrquyxPcENilRCyuRtT+iSZ6TQ=", - "System.wasm": "sha256-68+j+X/k5F7rEsDOnCPmDi7gJtYMvF6aj5gWObUC5zk=", - "WindowsBase.wasm": "sha256-npWO0LzAT+OQxLJw+AC93dLf22phQq3BNNoq96h0jBE=", - "mscorlib.wasm": "sha256-OH3kXneWqQMz6CUSo6POZqIeMqn9+5RR+IgHn5TnIwA=", - "netstandard.wasm": "sha256-ZOswxXEbR2TmqjpbaBEdgr85Bv1NC4GwOwoJ+oxXM3M=", - "System.Private.CoreLib.wasm": "sha256-I2w0iHf5nvSQyF1YE1VbgdTzmmz6a4OE6J7vo5wFa/4=", - "CV.wasm": "sha256-yaWThJni//9vKuzgL0Cmm+CEQYCtWSk8YJGSHV5J/D4=" - }, - "pdb": { - "CV.pdb": "sha256-+yyVy3dkfIFLh5RSH99Uu2lGoi/l5un5lfqxWMerECY=" - }, - "satelliteResources": { - "en": { - "CV.resources.wasm": "sha256-2YNP9D7ogtIE8E6NzYp3nbESKYs4QGIq+KGY5Ht2zzQ=" - } - } - }, - "cacheBootResources": true, - "debugLevel": -1, - "globalizationMode": "sharded", - "extensions": { - "blazor": {} - } -} \ No newline at end of file diff --git a/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz b/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz deleted file mode 100644 index 3969ff5..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js b/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js deleted file mode 100644 index 8b7c0dd..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js +++ /dev/null @@ -1 +0,0 @@ -(()=>{"use strict";var e,t,n;!function(e){const t=[],n="__jsObjectId",r="__dotNetObject",o="__byte[]",i="__dotNetStream",s="__jsStreamReferenceLength";let a,c;class l{constructor(e){this._jsObject=e,this._cachedFunctions=new Map}findFunction(e){const t=this._cachedFunctions.get(e);if(t)return t;let n,r=this._jsObject;if(e.split(".").forEach((t=>{if(!(t in r))throw new Error(`Could not find '${e}' ('${t}' was undefined).`);n=r,r=r[t]})),r instanceof Function)return r=r.bind(n),this._cachedFunctions.set(e,r),r;throw new Error(`The value '${e}' is not a function.`)}getWrappedObject(){return this._jsObject}}const u={0:new l(window)};u[0]._cachedFunctions.set("import",(e=>("string"==typeof e&&e.startsWith("./")&&(e=new URL(e.substr(2),document.baseURI).toString()),import(e))));let d,f=1;function m(e){t.push(e)}function h(e){if(e&&"object"==typeof e){u[f]=new l(e);const t={[n]:f};return f++,t}throw new Error(`Cannot create a JSObjectReference from the value '${e}'.`)}function p(e){let t=-1;if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e instanceof Blob)t=e.size;else{if(!(e.buffer instanceof ArrayBuffer))throw new Error("Supplied value is not a typed array or blob.");if(void 0===e.byteLength)throw new Error(`Cannot create a JSStreamReference from the value '${e}' as it doesn't have a byteLength.`);t=e.byteLength}const r={[s]:t};try{const t=h(e);r[n]=t[n]}catch(t){throw new Error(`Cannot create a JSStreamReference from the value '${e}'.`)}return r}function v(e,n){c=e;const r=n?JSON.parse(n,((e,n)=>t.reduce(((t,n)=>n(e,t)),n))):null;return c=void 0,r}function g(){if(void 0===a)throw new Error("No call dispatcher has been set.");if(null===a)throw new Error("There are multiple .NET runtimes present, so a default dispatcher could not be resolved. Use DotNetObject to invoke .NET instance methods.");return a}e.attachDispatcher=function(e){const t=new b(e);return void 0===a?a=t:a&&(a=null),t},e.attachReviver=m,e.invokeMethod=function(e,t,...n){return g().invokeDotNetStaticMethod(e,t,...n)},e.invokeMethodAsync=function(e,t,...n){return g().invokeDotNetStaticMethodAsync(e,t,...n)},e.createJSObjectReference=h,e.createJSStreamReference=p,e.disposeJSObjectReference=function(e){const t=e&&e[n];"number"==typeof t&&E(t)},function(e){e[e.Default=0]="Default",e[e.JSObjectReference=1]="JSObjectReference",e[e.JSStreamReference=2]="JSStreamReference",e[e.JSVoidResult=3]="JSVoidResult"}(d=e.JSCallResultType||(e.JSCallResultType={}));class b{constructor(e){this._dotNetCallDispatcher=e,this._byteArraysToBeRevived=new Map,this._pendingDotNetToJSStreams=new Map,this._pendingAsyncCalls={},this._nextAsyncCallId=1}getDotNetCallDispatcher(){return this._dotNetCallDispatcher}invokeJSFromDotNet(e,t,n,r){const o=v(this,t),i=I(w(e,r)(...o||[]),n);return null==i?null:_(this,i)}beginInvokeJSFromDotNet(e,t,n,r,o){const i=new Promise((e=>{const r=v(this,n);e(w(t,o)(...r||[]))}));e&&i.then((t=>_(this,[e,!0,I(t,r)]))).then((t=>this._dotNetCallDispatcher.endInvokeJSFromDotNet(e,!0,t)),(t=>this._dotNetCallDispatcher.endInvokeJSFromDotNet(e,!1,JSON.stringify([e,!1,y(t)]))))}endInvokeDotNetFromJS(e,t,n){const r=t?v(this,n):new Error(n);this.completePendingCall(parseInt(e,10),t,r)}invokeDotNetStaticMethod(e,t,...n){return this.invokeDotNetMethod(e,t,null,n)}invokeDotNetStaticMethodAsync(e,t,...n){return this.invokeDotNetMethodAsync(e,t,null,n)}invokeDotNetMethod(e,t,n,r){if(this._dotNetCallDispatcher.invokeDotNetFromJS){const o=_(this,r),i=this._dotNetCallDispatcher.invokeDotNetFromJS(e,t,n,o);return i?v(this,i):null}throw new Error("The current dispatcher does not support synchronous calls from JS to .NET. Use invokeDotNetMethodAsync instead.")}invokeDotNetMethodAsync(e,t,n,r){if(e&&n)throw new Error(`For instance method calls, assemblyName should be null. Received '${e}'.`);const o=this._nextAsyncCallId++,i=new Promise(((e,t)=>{this._pendingAsyncCalls[o]={resolve:e,reject:t}}));try{const i=_(this,r);this._dotNetCallDispatcher.beginInvokeDotNetFromJS(o,e,t,n,i)}catch(e){this.completePendingCall(o,!1,e)}return i}receiveByteArray(e,t){this._byteArraysToBeRevived.set(e,t)}processByteArray(e){const t=this._byteArraysToBeRevived.get(e);return t?(this._byteArraysToBeRevived.delete(e),t):null}supplyDotNetStream(e,t){if(this._pendingDotNetToJSStreams.has(e)){const n=this._pendingDotNetToJSStreams.get(e);this._pendingDotNetToJSStreams.delete(e),n.resolve(t)}else{const n=new C;n.resolve(t),this._pendingDotNetToJSStreams.set(e,n)}}getDotNetStreamPromise(e){let t;if(this._pendingDotNetToJSStreams.has(e))t=this._pendingDotNetToJSStreams.get(e).streamPromise,this._pendingDotNetToJSStreams.delete(e);else{const n=new C;this._pendingDotNetToJSStreams.set(e,n),t=n.streamPromise}return t}completePendingCall(e,t,n){if(!this._pendingAsyncCalls.hasOwnProperty(e))throw new Error(`There is no pending async call with ID ${e}.`);const r=this._pendingAsyncCalls[e];delete this._pendingAsyncCalls[e],t?r.resolve(n):r.reject(n)}}function y(e){return e instanceof Error?`${e.message}\n${e.stack}`:e?e.toString():"null"}function w(e,t){const n=u[t];if(n)return n.findFunction(e);throw new Error(`JS object instance with ID ${t} does not exist (has it been disposed?).`)}function E(e){delete u[e]}e.findJSFunction=w,e.disposeJSObjectReferenceById=E;class S{constructor(e,t){this._id=e,this._callDispatcher=t}invokeMethod(e,...t){return this._callDispatcher.invokeDotNetMethod(null,e,this._id,t)}invokeMethodAsync(e,...t){return this._callDispatcher.invokeDotNetMethodAsync(null,e,this._id,t)}dispose(){this._callDispatcher.invokeDotNetMethodAsync(null,"__Dispose",this._id,null).catch((e=>console.error(e)))}serializeAsArg(){return{[r]:this._id}}}e.DotNetObject=S,m((function(e,t){if(t&&"object"==typeof t){if(t.hasOwnProperty(r))return new S(t[r],c);if(t.hasOwnProperty(n)){const e=t[n],r=u[e];if(r)return r.getWrappedObject();throw new Error(`JS object instance with Id '${e}' does not exist. It may have been disposed.`)}if(t.hasOwnProperty(o)){const e=t[o],n=c.processByteArray(e);if(void 0===n)throw new Error(`Byte array index '${e}' does not exist.`);return n}if(t.hasOwnProperty(i)){const e=t[i],n=c.getDotNetStreamPromise(e);return new A(n)}}return t}));class A{constructor(e){this._streamPromise=e}stream(){return this._streamPromise}async arrayBuffer(){return new Response(await this.stream()).arrayBuffer()}}class C{constructor(){this.streamPromise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}}function I(e,t){switch(t){case d.Default:return e;case d.JSObjectReference:return h(e);case d.JSStreamReference:return p(e);case d.JSVoidResult:return null;default:throw new Error(`Invalid JS call result type '${t}'.`)}}let N=0;function _(e,t){N=0,c=e;const n=JSON.stringify(t,R);return c=void 0,n}function R(e,t){if(t instanceof S)return t.serializeAsArg();if(t instanceof Uint8Array){c.getDotNetCallDispatcher().sendByteArray(N,t);const e={[o]:N};return N++,e}return t}}(e||(e={})),function(e){e[e.prependFrame=1]="prependFrame",e[e.removeFrame=2]="removeFrame",e[e.setAttribute=3]="setAttribute",e[e.removeAttribute=4]="removeAttribute",e[e.updateText=5]="updateText",e[e.stepIn=6]="stepIn",e[e.stepOut=7]="stepOut",e[e.updateMarkup=8]="updateMarkup",e[e.permutationListEntry=9]="permutationListEntry",e[e.permutationListEnd=10]="permutationListEnd"}(t||(t={})),function(e){e[e.element=1]="element",e[e.text=2]="text",e[e.attribute=3]="attribute",e[e.component=4]="component",e[e.region=5]="region",e[e.elementReferenceCapture=6]="elementReferenceCapture",e[e.markup=8]="markup",e[e.namedEvent=10]="namedEvent"}(n||(n={}));class r{constructor(e,t){this.componentId=e,this.fieldValue=t}static fromEvent(e,t){const n=t.target;if(n instanceof Element){const t=function(e){return e instanceof HTMLInputElement?e.type&&"checkbox"===e.type.toLowerCase()?{value:e.checked}:{value:e.value}:e instanceof HTMLSelectElement||e instanceof HTMLTextAreaElement?{value:e.value}:null}(n);if(t)return new r(e,t.value)}return null}}const o=new Map,i=new Map,s=[];function a(e){return o.get(e)}function c(e){const t=o.get(e);return(null==t?void 0:t.browserEventName)||e}function l(e,t){e.forEach((e=>o.set(e,t)))}function u(e){const t=[];for(let n=0;ne.selected)).map((e=>e.value))}}{const e=function(e){return!!e&&"INPUT"===e.tagName&&"checkbox"===e.getAttribute("type")}(t);return{value:e?!!t.checked:t.value}}}}),l(["copy","cut","paste"],{createEventArgs:e=>({type:e.type})}),l(["drag","dragend","dragenter","dragleave","dragover","dragstart","drop"],{createEventArgs:e=>{return{...d(t=e),dataTransfer:t.dataTransfer?{dropEffect:t.dataTransfer.dropEffect,effectAllowed:t.dataTransfer.effectAllowed,files:Array.from(t.dataTransfer.files).map((e=>e.name)),items:Array.from(t.dataTransfer.items).map((e=>({kind:e.kind,type:e.type}))),types:t.dataTransfer.types}:null};var t}}),l(["focus","blur","focusin","focusout"],{createEventArgs:e=>({type:e.type})}),l(["keydown","keyup","keypress"],{createEventArgs:e=>{return{key:(t=e).key,code:t.code,location:t.location,repeat:t.repeat,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type};var t}}),l(["contextmenu","click","mouseover","mouseout","mousemove","mousedown","mouseup","mouseleave","mouseenter","dblclick"],{createEventArgs:e=>d(e)}),l(["error"],{createEventArgs:e=>{return{message:(t=e).message,filename:t.filename,lineno:t.lineno,colno:t.colno,type:t.type};var t}}),l(["loadstart","timeout","abort","load","loadend","progress"],{createEventArgs:e=>{return{lengthComputable:(t=e).lengthComputable,loaded:t.loaded,total:t.total,type:t.type};var t}}),l(["touchcancel","touchend","touchmove","touchenter","touchleave","touchstart"],{createEventArgs:e=>{return{detail:(t=e).detail,touches:u(t.touches),targetTouches:u(t.targetTouches),changedTouches:u(t.changedTouches),ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,type:t.type};var t}}),l(["gotpointercapture","lostpointercapture","pointercancel","pointerdown","pointerenter","pointerleave","pointermove","pointerout","pointerover","pointerup"],{createEventArgs:e=>{return{...d(t=e),pointerId:t.pointerId,width:t.width,height:t.height,pressure:t.pressure,tiltX:t.tiltX,tiltY:t.tiltY,pointerType:t.pointerType,isPrimary:t.isPrimary};var t}}),l(["wheel","mousewheel"],{createEventArgs:e=>{return{...d(t=e),deltaX:t.deltaX,deltaY:t.deltaY,deltaZ:t.deltaZ,deltaMode:t.deltaMode};var t}}),l(["cancel","close","toggle"],{createEventArgs:()=>({})});const f=["date","datetime-local","month","time","week"],m=new Map;let h,p,v=0;const g={async add(e,t,n){if(!n)throw new Error("initialParameters must be an object, even if empty.");const r="__bl-dynamic-root:"+(++v).toString();m.set(r,e);const o=await w().invokeMethodAsync("AddRootComponent",t,r),i=new y(o,p[t]);return await i.setParameters(n),i}};class b{invoke(e){return this._callback(e)}setCallback(t){this._selfJSObjectReference||(this._selfJSObjectReference=e.createJSObjectReference(this)),this._callback=t}getJSObjectReference(){return this._selfJSObjectReference}dispose(){this._selfJSObjectReference&&e.disposeJSObjectReference(this._selfJSObjectReference)}}class y{constructor(e,t){this._jsEventCallbackWrappers=new Map,this._componentId=e;for(const e of t)"eventcallback"===e.type&&this._jsEventCallbackWrappers.set(e.name.toLowerCase(),new b)}setParameters(e){const t={},n=Object.entries(e||{}),r=n.length;for(const[e,r]of n){const n=this._jsEventCallbackWrappers.get(e.toLowerCase());n&&r?(n.setCallback(r),t[e]=n.getJSObjectReference()):t[e]=r}return w().invokeMethodAsync("SetRootComponentParameters",this._componentId,r,t)}async dispose(){if(null!==this._componentId){await w().invokeMethodAsync("RemoveRootComponent",this._componentId),this._componentId=null;for(const e of this._jsEventCallbackWrappers.values())e.dispose()}}}function w(){if(!h)throw new Error("Dynamic root components have not been enabled in this application.");return h}const E=new Map,S=[],A=new Map;function C(e,t,n){return N(e,t.eventHandlerId,(()=>I(e).invokeMethodAsync("DispatchEventAsync",t,n)))}function I(e){const t=E.get(e);if(!t)throw new Error(`No interop methods are registered for renderer ${e}`);return t}let N=(e,t,n)=>n();const _=O(["abort","blur","cancel","canplay","canplaythrough","change","close","cuechange","durationchange","emptied","ended","error","focus","load","loadeddata","loadedmetadata","loadend","loadstart","mouseenter","mouseleave","pointerenter","pointerleave","pause","play","playing","progress","ratechange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeupdate","toggle","unload","volumechange","waiting","DOMNodeInsertedIntoDocument","DOMNodeRemovedFromDocument"]),R={submit:!0},D=O(["click","dblclick","mousedown","mousemove","mouseup"]);class k{constructor(e){this.browserRendererId=e,this.afterClickCallbacks=[];const t=++k.nextEventDelegatorId;this.eventsCollectionKey=`_blazorEvents_${t}`,this.eventInfoStore=new F(this.onGlobalEvent.bind(this))}setListener(e,t,n,r){const o=this.getEventHandlerInfosForElement(e,!0),i=o.getHandler(t);if(i)this.eventInfoStore.update(i.eventHandlerId,n);else{const i={element:e,eventName:t,eventHandlerId:n,renderingComponentId:r};this.eventInfoStore.add(i),o.setHandler(t,i)}}getHandler(e){return this.eventInfoStore.get(e)}removeListener(e){const t=this.eventInfoStore.remove(e);if(t){const e=t.element,n=this.getEventHandlerInfosForElement(e,!1);n&&n.removeHandler(t.eventName)}}notifyAfterClick(e){this.afterClickCallbacks.push(e),this.eventInfoStore.addGlobalListener("click")}setStopPropagation(e,t,n){this.getEventHandlerInfosForElement(e,!0).stopPropagation(t,n)}setPreventDefault(e,t,n){this.getEventHandlerInfosForElement(e,!0).preventDefault(t,n)}onGlobalEvent(e){if(!(e.target instanceof Element))return;this.dispatchGlobalEventToAllElements(e.type,e);const t=(n=e.type,i.get(n));var n;t&&t.forEach((t=>this.dispatchGlobalEventToAllElements(t,e))),"click"===e.type&&this.afterClickCallbacks.forEach((t=>t(e)))}dispatchGlobalEventToAllElements(e,t){const n=t.composedPath();let o=n.shift(),i=null,s=!1;const c=Object.prototype.hasOwnProperty.call(_,e);let l=!1;for(;o;){const f=o,m=this.getEventHandlerInfosForElement(f,!1);if(m){const n=m.getHandler(e);if(n&&(u=f,d=t.type,!((u instanceof HTMLButtonElement||u instanceof HTMLInputElement||u instanceof HTMLTextAreaElement||u instanceof HTMLSelectElement)&&Object.prototype.hasOwnProperty.call(D,d)&&u.disabled))){if(!s){const n=a(e);i=(null==n?void 0:n.createEventArgs)?n.createEventArgs(t):{},s=!0}Object.prototype.hasOwnProperty.call(R,t.type)&&t.preventDefault(),C(this.browserRendererId,{eventHandlerId:n.eventHandlerId,eventName:e,eventFieldInfo:r.fromEvent(n.renderingComponentId,t)},i)}m.stopPropagation(e)&&(l=!0),m.preventDefault(e)&&t.preventDefault()}o=c||l?void 0:n.shift()}var u,d}getEventHandlerInfosForElement(e,t){return Object.prototype.hasOwnProperty.call(e,this.eventsCollectionKey)?e[this.eventsCollectionKey]:t?e[this.eventsCollectionKey]=new T:null}}k.nextEventDelegatorId=0;class F{constructor(e){this.globalListener=e,this.infosByEventHandlerId={},this.countByEventName={},s.push(this.handleEventNameAliasAdded.bind(this))}add(e){if(this.infosByEventHandlerId[e.eventHandlerId])throw new Error(`Event ${e.eventHandlerId} is already tracked`);this.infosByEventHandlerId[e.eventHandlerId]=e,this.addGlobalListener(e.eventName)}get(e){return this.infosByEventHandlerId[e]}addGlobalListener(e){if(e=c(e),Object.prototype.hasOwnProperty.call(this.countByEventName,e))this.countByEventName[e]++;else{this.countByEventName[e]=1;const t=Object.prototype.hasOwnProperty.call(_,e);document.addEventListener(e,this.globalListener,t)}}update(e,t){if(Object.prototype.hasOwnProperty.call(this.infosByEventHandlerId,t))throw new Error(`Event ${t} is already tracked`);const n=this.infosByEventHandlerId[e];delete this.infosByEventHandlerId[e],n.eventHandlerId=t,this.infosByEventHandlerId[t]=n}remove(e){const t=this.infosByEventHandlerId[e];if(t){delete this.infosByEventHandlerId[e];const n=c(t.eventName);0==--this.countByEventName[n]&&(delete this.countByEventName[n],document.removeEventListener(n,this.globalListener))}return t}handleEventNameAliasAdded(e,t){if(Object.prototype.hasOwnProperty.call(this.countByEventName,e)){const n=this.countByEventName[e];delete this.countByEventName[e],document.removeEventListener(e,this.globalListener),this.addGlobalListener(t),this.countByEventName[t]+=n-1}}}class T{constructor(){this.handlers={},this.preventDefaultFlags=null,this.stopPropagationFlags=null}getHandler(e){return Object.prototype.hasOwnProperty.call(this.handlers,e)?this.handlers[e]:null}setHandler(e,t){this.handlers[e]=t}removeHandler(e){delete this.handlers[e]}preventDefault(e,t){return void 0!==t&&(this.preventDefaultFlags=this.preventDefaultFlags||{},this.preventDefaultFlags[e]=t),!!this.preventDefaultFlags&&this.preventDefaultFlags[e]}stopPropagation(e,t){return void 0!==t&&(this.stopPropagationFlags=this.stopPropagationFlags||{},this.stopPropagationFlags[e]=t),!!this.stopPropagationFlags&&this.stopPropagationFlags[e]}}function O(e){const t={};return e.forEach((e=>{t[e]=!0})),t}const L=Symbol(),M=Symbol(),x=Symbol();function P(e,t){if(L in e)return e;const n=[];if(e.childNodes.length>0){if(!t)throw new Error("New logical elements must start empty, or allowExistingContents must be true");e.childNodes.forEach((t=>{const r=P(t,!0);r[M]=e,n.push(r)}))}return e[L]=n,e}function B(e){const t=U(e);for(;t.length;)H(e,0)}function J(e,t){const n=document.createComment("!");return j(n,e,t),n}function j(e,t,n){const r=e;let o=e;if(e instanceof Comment){const t=U(r);if((null==t?void 0:t.length)>0){const t=G(r),n=new Range;n.setStartBefore(e),n.setEndAfter(t),o=n.extractContents()}}const i=z(r);if(i){const e=U(i),t=Array.prototype.indexOf.call(e,r);e.splice(t,1),delete r[M]}const s=U(t);if(n0;)H(n,0)}const r=n;r.parentNode.removeChild(r)}function z(e){return e[M]||null}function $(e,t){return U(e)[t]}function W(e){const t=X(e);return"http://www.w3.org/2000/svg"===t.namespaceURI&&"foreignObject"!==t.tagName}function U(e){return e[L]}function K(e){const t=U(z(e));return t[Array.prototype.indexOf.call(t,e)+1]||null}function V(e,t){const n=U(e);t.forEach((e=>{e.moveRangeStart=n[e.fromSiblingIndex],e.moveRangeEnd=G(e.moveRangeStart)})),t.forEach((t=>{const r=document.createComment("marker");t.moveToBeforeMarker=r;const o=n[t.toSiblingIndex+1];o?o.parentNode.insertBefore(r,o):Y(r,e)})),t.forEach((e=>{const t=e.moveToBeforeMarker,n=t.parentNode,r=e.moveRangeStart,o=e.moveRangeEnd;let i=r;for(;i;){const e=i.nextSibling;if(n.insertBefore(i,t),i===o)break;i=e}n.removeChild(t)})),t.forEach((e=>{n[e.toSiblingIndex]=e.moveRangeStart}))}function X(e){if(e instanceof Element||e instanceof DocumentFragment)return e;if(e instanceof Comment)return e.parentNode;throw new Error("Not a valid logical element")}function Y(e,t){if(t instanceof Element||t instanceof DocumentFragment)t.appendChild(e);else{if(!(t instanceof Comment))throw new Error(`Cannot append node because the parent is not a valid logical element. Parent: ${t}`);{const n=K(t);n?n.parentNode.insertBefore(e,n):Y(e,z(t))}}}function G(e){if(e instanceof Element||e instanceof DocumentFragment)return e;const t=K(e);if(t)return t.previousSibling;{const t=z(e);return t instanceof Element||t instanceof DocumentFragment?t.lastChild:G(t)}}function q(e){return`_bl_${e}`}const Z="__internalId";e.attachReviver(((e,t)=>t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,Z)&&"string"==typeof t[Z]?function(e){const t=`[${q(e)}]`;return document.querySelector(t)}(t[Z]):t));const Q="_blazorDeferredValue";function ee(e){return"select-multiple"===e.type}function te(e,t){e.value=t||""}function ne(e,t){e instanceof HTMLSelectElement?ee(e)?function(e,t){t||(t=[]);for(let n=0;n{Ie()&&function(e,t){if(0!==e.button||function(e){return e.ctrlKey||e.shiftKey||e.altKey||e.metaKey}(e))return;if(e.defaultPrevented)return;const n=function(e){const t=!window._blazorDisableComposedPath&&e.composedPath&&e.composedPath();if(t){for(let e=0;e{const t=document.createElement("script");t.textContent=e.textContent,e.getAttributeNames().forEach((n=>{t.setAttribute(n,e.getAttribute(n))})),e.parentNode.replaceChild(t,e)})),oe.content));var s;let a=0;for(;i.firstChild;)j(i.firstChild,o,a++)}applyAttribute(e,t,n,r){const o=e.frameReader,i=o.attributeName(r),s=o.attributeEventHandlerId(r);if(s){const e=fe(i);return void this.eventDelegator.setListener(n,e,s,t)}const a=o.attributeValue(r);this.setOrRemoveAttributeOrProperty(n,i,a)}insertFrameRange(e,t,n,r,o,i,s){const a=r;for(let a=i;a{He(t,e)})},enableNavigationInterception:function(e){if(void 0!==he&&he!==e)throw new Error("Only one interactive runtime may enable navigation interception at a time.");he=e},setHasLocationChangingListeners:function(e,t){const n=ke.get(e);if(!n)throw new Error(`Renderer with ID '${e}' is not listening for navigation events`);n.hasLocationChangingEventListeners=t},endLocationChanging:function(e,t){Te&&e===De&&(Te(t),Te=null)},navigateTo:function(e,t){Me(e,t,!0)},refresh:function(e){!e&&Ee()?Se(location.href,!0):location.reload()},getBaseURI:()=>document.baseURI,getLocationHref:()=>location.href,scrollToElement:Le};function Le(e){const t=document.getElementById(e);return!!t&&(t.scrollIntoView(),!0)}function Me(e,t,n=!1){const r=Ae(e),o=We();if(t.forceLoad||!we(r)||"serverside-fullpageload"===o)!function(e,t){if(location.href===e){const t=e+"?";history.replaceState(null,"",t),location.replace(e)}else t?location.replace(e):location.href=e}(e,t.replaceHistoryEntry);else if("clientside-router"===o)xe(r,!1,t.replaceHistoryEntry,t.historyEntryState,n);else{if("serverside-enhanced"!==o)throw new Error(`Unsupported page load mechanism: ${o}`);Se(r,t.replaceHistoryEntry)}}async function xe(e,t,n,r=void 0,o=!1){if(Je(),function(e){const t=e.indexOf("#");return t>-1&&location.href.replace(location.hash,"")===e.substring(0,t)}(e))return void function(e,t,n){Pe(e,t,n);const r=e.indexOf("#");r!==e.length-1&&Le(e.substring(r+1))}(e,n,r);const i=$e();(o||!(null==i?void 0:i.hasLocationChangingEventListeners)||await je(e,r,t,i))&&(be=!0,Pe(e,n,r),await He(t))}function Pe(e,t,n=void 0){t?history.replaceState({userState:n,_index:Re},"",e):(Re++,history.pushState({userState:n,_index:Re},"",e))}function Be(e){return new Promise((t=>{const n=Fe;Fe=()=>{Fe=n,t()},history.go(e)}))}function Je(){Te&&(Te(!1),Te=null)}function je(e,t,n,r){return new Promise((o=>{Je(),De++,Te=o,r.locationChanging(De,e,t,n)}))}async function He(e,t){const n=null!=t?t:location.href;await Promise.all(Array.from(ke,(async([t,r])=>{var o,i;i=t,E.has(i)&&await r.locationChanged(n,null===(o=history.state)||void 0===o?void 0:o.userState,e)})))}async function ze(e){var t,n;Fe&&"serverside-enhanced"!==We()&&await Fe(e),Re=null!==(n=null===(t=history.state)||void 0===t?void 0:t._index)&&void 0!==n?n:0}function $e(){const e=Ne();if(void 0!==e)return ke.get(e)}function We(){return Ie()?"clientside-router":Ee()?"serverside-enhanced":window.Blazor._internal.isBlazorWeb?"serverside-fullpageload":"clientside-router"}const Ue={focus:function(e,t){if(e instanceof HTMLElement)e.focus({preventScroll:t});else{if(!(e instanceof SVGElement))throw new Error("Unable to focus an invalid element.");if(!e.hasAttribute("tabindex"))throw new Error("Unable to focus an SVG element that does not have a tabindex.");e.focus({preventScroll:t})}},focusBySelector:function(e,t){const n=document.querySelector(e);n&&(n.hasAttribute("tabindex")||(n.tabIndex=-1),n.focus({preventScroll:!0}))}},Ke={init:function(e,t,n,r=50){const o=Xe(t);(o||document.documentElement).style.overflowAnchor="none";const i=document.createRange();f(n.parentElement)&&(t.style.display="table-row",n.style.display="table-row");const s=new IntersectionObserver((function(r){r.forEach((r=>{var o;if(!r.isIntersecting)return;i.setStartAfter(t),i.setEndBefore(n);const s=i.getBoundingClientRect().height,a=null===(o=r.rootBounds)||void 0===o?void 0:o.height;r.target===t?e.invokeMethodAsync("OnSpacerBeforeVisible",r.intersectionRect.top-r.boundingClientRect.top,s,a):r.target===n&&n.offsetHeight>0&&e.invokeMethodAsync("OnSpacerAfterVisible",r.boundingClientRect.bottom-r.intersectionRect.bottom,s,a)}))}),{root:o,rootMargin:`${r}px`});s.observe(t),s.observe(n);const a=d(t),c=d(n),{observersByDotNetObjectId:l,id:u}=Ye(e);function d(e){const t={attributes:!0},n=new MutationObserver(((n,r)=>{f(e.parentElement)&&(r.disconnect(),e.style.display="table-row",r.observe(e,t)),s.unobserve(e),s.observe(e)}));return n.observe(e,t),n}function f(e){return null!==e&&(e instanceof HTMLTableElement&&""===e.style.display||"table"===e.style.display||e instanceof HTMLTableSectionElement&&""===e.style.display||"table-row-group"===e.style.display)}l[u]={intersectionObserver:s,mutationObserverBefore:a,mutationObserverAfter:c}},dispose:function(e){const{observersByDotNetObjectId:t,id:n}=Ye(e),r=t[n];r&&(r.intersectionObserver.disconnect(),r.mutationObserverBefore.disconnect(),r.mutationObserverAfter.disconnect(),e.dispose(),delete t[n])}},Ve=Symbol();function Xe(e){return e&&e!==document.body&&e!==document.documentElement?"visible"!==getComputedStyle(e).overflowY?e:Xe(e.parentElement):null}function Ye(e){var t;const n=e._callDispatcher,r=e._id;return null!==(t=n[Ve])&&void 0!==t||(n[Ve]={}),{observersByDotNetObjectId:n[Ve],id:r}}const Ge={getAndRemoveExistingTitle:function(){var e;const t=document.head?document.head.getElementsByTagName("title"):[];if(0===t.length)return null;let n=null;for(let r=t.length-1;r>=0;r--){const o=t[r],i=o.previousSibling;i instanceof Comment&&null!==z(i)||(null===n&&(n=o.textContent),null===(e=o.parentNode)||void 0===e||e.removeChild(o))}return n}},qe={init:function(e,t){t._blazorInputFileNextFileId=0,t.addEventListener("click",(function(){t.value=""})),t.addEventListener("change",(function(){t._blazorFilesById={};const n=Array.prototype.map.call(t.files,(function(e){const n={id:++t._blazorInputFileNextFileId,lastModified:new Date(e.lastModified).toISOString(),name:e.name,size:e.size,contentType:e.type,readPromise:void 0,arrayBuffer:void 0,blob:e};return t._blazorFilesById[n.id]=n,n}));e.invokeMethodAsync("NotifyChange",n)}))},toImageFile:async function(e,t,n,r,o){const i=Ze(e,t),s=await new Promise((function(e){const t=new Image;t.onload=function(){URL.revokeObjectURL(t.src),e(t)},t.onerror=function(){t.onerror=null,URL.revokeObjectURL(t.src)},t.src=URL.createObjectURL(i.blob)})),a=await new Promise((function(e){var t;const i=Math.min(1,r/s.width),a=Math.min(1,o/s.height),c=Math.min(i,a),l=document.createElement("canvas");l.width=Math.round(s.width*c),l.height=Math.round(s.height*c),null===(t=l.getContext("2d"))||void 0===t||t.drawImage(s,0,0,l.width,l.height),l.toBlob(e,n)})),c={id:++e._blazorInputFileNextFileId,lastModified:i.lastModified,name:i.name,size:(null==a?void 0:a.size)||0,contentType:n,blob:a||i.blob};return e._blazorFilesById[c.id]=c,c},readFileData:async function(e,t){return Ze(e,t).blob}};function Ze(e,t){const n=e._blazorFilesById[t];if(!n)throw new Error(`There is no file with ID ${t}. The file list may have changed. See https://aka.ms/aspnet/blazor-input-file-multiple-selections.`);return n}const Qe=new Set,et={enableNavigationPrompt:function(e){0===Qe.size&&window.addEventListener("beforeunload",tt),Qe.add(e)},disableNavigationPrompt:function(e){Qe.delete(e),0===Qe.size&&window.removeEventListener("beforeunload",tt)}};function tt(e){e.preventDefault(),e.returnValue=!0}const nt=new Map,rt={navigateTo:function(e,t,n=!1){Me(e,t instanceof Object?t:{forceLoad:t,replaceHistoryEntry:n})},registerCustomEventType:function(e,t){if(!t)throw new Error("The options parameter is required.");if(o.has(e))throw new Error(`The event '${e}' is already registered.`);if(t.browserEventName){const n=i.get(t.browserEventName);n?n.push(e):i.set(t.browserEventName,[e]),s.forEach((n=>n(e,t.browserEventName)))}o.set(e,t)},rootComponents:g,runtime:{},_internal:{navigationManager:Oe,domWrapper:Ue,Virtualize:Ke,PageTitle:Ge,InputFile:qe,NavigationLock:et,getJSDataStreamChunk:async function(e,t,n){return e instanceof Blob?await async function(e,t,n){const r=e.slice(t,t+n),o=await r.arrayBuffer();return new Uint8Array(o)}(e,t,n):function(e,t,n){return new Uint8Array(e.buffer,e.byteOffset+t,n)}(e,t,n)},attachWebRendererInterop:function(t,n,r,o){var i,s;if(E.has(t))throw new Error(`Interop methods are already registered for renderer ${t}`);E.set(t,n),r&&o&&Object.keys(r).length>0&&function(t,n,r){if(h)throw new Error("Dynamic root components have already been enabled.");h=t,p=n;for(const[t,o]of Object.entries(r)){const r=e.findJSFunction(t,0);for(const e of o)r(e,n[e])}}(I(t),r,o),null===(s=null===(i=A.get(t))||void 0===i?void 0:i[0])||void 0===s||s.call(i),function(e){for(const t of S)t(e)}(t)}}};var ot,it;window.Blazor=rt;const st=navigator,at=st.userAgentData&&st.userAgentData.brands,ct=at&&at.length>0?at.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand||"Chromium"===e.brand)):window.chrome,lt=null!==(it=null===(ot=st.userAgentData)||void 0===ot?void 0:ot.platform)&&void 0!==it?it:navigator.platform;function ut(e){return 0!==e.debugLevel&&(ct||navigator.userAgent.includes("Firefox"))}let dt=!1;function ft(){const e=document.querySelector("#blazor-error-ui");e&&(e.style.display="block"),dt||(dt=!0,document.querySelectorAll("#blazor-error-ui .reload").forEach((e=>{e.onclick=function(e){location.reload(),e.preventDefault()}})),document.querySelectorAll("#blazor-error-ui .dismiss").forEach((e=>{e.onclick=function(e){const t=document.querySelector("#blazor-error-ui");t&&(t.style.display="none"),e.preventDefault()}})))}var mt,ht;!function(e){e[e.Default=0]="Default",e[e.Server=1]="Server",e[e.WebAssembly=2]="WebAssembly",e[e.WebView=3]="WebView"}(mt||(mt={})),function(e){e[e.Trace=0]="Trace",e[e.Debug=1]="Debug",e[e.Information=2]="Information",e[e.Warning=3]="Warning",e[e.Error=4]="Error",e[e.Critical=5]="Critical",e[e.None=6]="None"}(ht||(ht={}));class pt{constructor(e=!0,t,n,r=0){this.singleRuntime=e,this.logger=t,this.webRendererId=r,this.afterStartedCallbacks=[],n&&this.afterStartedCallbacks.push(...n)}async importInitializersAsync(e,t){await Promise.all(e.map((e=>async function(e,n){const r=function(e){const t=document.baseURI;return t.endsWith("/")?`${t}${e}`:`${t}/${e}`}(n),o=await import(r);if(void 0!==o){if(e.singleRuntime){const{beforeStart:n,afterStarted:r,beforeWebAssemblyStart:s,afterWebAssemblyStarted:a,beforeServerStart:c,afterServerStarted:l}=o;let u=n;e.webRendererId===mt.Server&&c&&(u=c),e.webRendererId===mt.WebAssembly&&s&&(u=s);let d=r;return e.webRendererId===mt.Server&&l&&(d=l),e.webRendererId===mt.WebAssembly&&a&&(d=a),i(e,u,d,t)}return function(e,t,n){var o;const s=n[0],{beforeStart:a,afterStarted:c,beforeWebStart:l,afterWebStarted:u,beforeWebAssemblyStart:d,afterWebAssemblyStarted:f,beforeServerStart:m,afterServerStarted:h}=t,p=!(l||u||d||f||m||h||!a&&!c),v=p&&s.enableClassicInitializers;if(p&&!s.enableClassicInitializers)null===(o=e.logger)||void 0===o||o.log(ht.Warning,`Initializer '${r}' will be ignored because multiple runtimes are available. use 'before(web|webAssembly|server)Start' and 'after(web|webAssembly|server)Started?' instead.)`);else if(v)return i(e,a,c,n);if(function(e){e.webAssembly?e.webAssembly.initializers||(e.webAssembly.initializers={beforeStart:[],afterStarted:[]}):e.webAssembly={initializers:{beforeStart:[],afterStarted:[]}},e.circuit?e.circuit.initializers||(e.circuit.initializers={beforeStart:[],afterStarted:[]}):e.circuit={initializers:{beforeStart:[],afterStarted:[]}}}(s),d&&s.webAssembly.initializers.beforeStart.push(d),f&&s.webAssembly.initializers.afterStarted.push(f),m&&s.circuit.initializers.beforeStart.push(m),h&&s.circuit.initializers.afterStarted.push(h),u&&e.afterStartedCallbacks.push(u),l)return l(s)}(e,o,t)}function i(e,t,n,r){if(n&&e.afterStartedCallbacks.push(n),t)return t(...r)}}(this,e))))}async invokeAfterStartedCallbacks(e){const t=function(e){var t;return null===(t=A.get(e))||void 0===t?void 0:t[1]}(this.webRendererId);t&&await t,await Promise.all(this.afterStartedCallbacks.map((t=>t(e))))}}let vt,gt,bt,yt,wt,Et,St;const At=Math.pow(2,32),Ct=Math.pow(2,21)-1;let It=null;function Nt(e){return gt.getI32(e)}const _t={load:function(e,t){return async function(e,t){const{dotnet:n}=await async function(e){if("undefined"==typeof WebAssembly||!WebAssembly.validate)throw new Error("This browser does not support WebAssembly.");let t="_framework/dotnet.js";if(e.loadBootResource){const n="dotnetjs",r=e.loadBootResource(n,"dotnet.js",t,"","js-module-dotnet");if("string"==typeof r)t=r;else if(r)throw new Error(`For a ${n} resource, custom loaders must supply a URI string.`)}const n=new URL(t,document.baseURI).toString();return await import(n)}(e),r=function(e,t){const n={maxParallelDownloads:1e6,enableDownloadRetry:!1,applicationEnvironment:e.environment},r={...window.Module||{},onConfigLoaded:async n=>{n.environmentVariables||(n.environmentVariables={}),"sharded"===n.globalizationMode&&(n.environmentVariables.__BLAZOR_SHARDED_ICU="1"),rt._internal.getApplicationEnvironment=()=>n.applicationEnvironment,null==t||t(n),St=await async function(e,t){var n,r,o;if(e.initializers)return await Promise.all(e.initializers.beforeStart.map((t=>t(e)))),new pt(!1,void 0,e.initializers.afterStarted,mt.WebAssembly);{const i=[e,null!==(r=null===(n=t.resources)||void 0===n?void 0:n.extensions)&&void 0!==r?r:{}],s=new pt(!0,void 0,void 0,mt.WebAssembly),a=Object.keys((null===(o=null==t?void 0:t.resources)||void 0===o?void 0:o.libraryInitializers)||{});return await s.importInitializersAsync(a,i),s}}(e,n)},onDownloadResourceProgress:Rt,config:n,disableDotnet6Compatibility:!1,out:kt,err:Ft};return r}(e,t);e.applicationCulture&&n.withApplicationCulture(e.applicationCulture),e.environment&&n.withApplicationEnvironment(e.environment),e.loadBootResource&&n.withResourceLoader(e.loadBootResource),n.withModuleConfig(r),e.configureRuntime&&e.configureRuntime(n),Et=await n.create()}(e,t)},start:function(){return async function(){if(!Et)throw new Error("The runtime must be loaded it gets configured.");const{MONO:t,BINDING:n,Module:r,setModuleImports:o,INTERNAL:i,getConfig:s,invokeLibraryInitializers:a}=Et;bt=r,vt=n,gt=t,wt=i,function(e){const t=lt.match(/^Mac/i)?"Cmd":"Alt";ut(e)&&console.info(`Debugging hotkey: Shift+${t}+D (when application has focus)`),document.addEventListener("keydown",(t=>{t.shiftKey&&(t.metaKey||t.altKey)&&"KeyD"===t.code&&(ut(e)?navigator.userAgent.includes("Firefox")?async function(){const e=await fetch(`_framework/debug?url=${encodeURIComponent(location.href)}&isFirefox=true`);200!==e.status&&console.warn(await e.text())}():ct?function(){const e=document.createElement("a");e.href=`_framework/debug?url=${encodeURIComponent(location.href)}`,e.target="_blank",e.rel="noopener noreferrer",e.click()}():console.error("Currently, only Microsoft Edge (80+), Google Chrome, or Chromium, are supported for debugging."):console.error("Cannot start debugging, because the application was not compiled with debugging enabled."))}))}(s()),rt.runtime=Et,rt._internal.dotNetCriticalError=Ft,o("blazor-internal",{Blazor:{_internal:rt._internal}});const c=await Et.getAssemblyExports("Microsoft.AspNetCore.Components.WebAssembly");return Object.assign(rt._internal,{dotNetExports:{...c.Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime}}),yt=e.attachDispatcher({beginInvokeDotNetFromJS:(e,t,n,r,o)=>{if(Ot(),!r&&!t)throw new Error("Either assemblyName or dotNetObjectId must have a non null value.");const i=r?r.toString():t;rt._internal.dotNetExports.BeginInvokeDotNet(e?e.toString():null,i,n,o)},endInvokeJSFromDotNet:(e,t,n)=>{rt._internal.dotNetExports.EndInvokeJS(n)},sendByteArray:(e,t)=>{rt._internal.dotNetExports.ReceiveByteArrayFromJS(e,t)},invokeDotNetFromJS:(e,t,n,r)=>(Ot(),rt._internal.dotNetExports.InvokeDotNet(e||null,t,null!=n?n:0,r))}),{invokeLibraryInitializers:a}}()},callEntryPoint:async function(){try{await Et.runMain(Et.getConfig().mainAssemblyName,[])}catch(e){console.error(e),ft()}},toUint8Array:function(e){const t=Tt(e),n=Nt(t),r=new Uint8Array(n);return r.set(bt.HEAPU8.subarray(t+4,t+4+n)),r},getArrayLength:function(e){return Nt(Tt(e))},getArrayEntryPtr:function(e,t,n){return Tt(e)+4+t*n},getObjectFieldsBaseAddress:function(e){return e+8},readInt16Field:function(e,t){return n=e+(t||0),gt.getI16(n);var n},readInt32Field:function(e,t){return Nt(e+(t||0))},readUint64Field:function(e,t){return function(e){const t=e>>2,n=bt.HEAPU32[t+1];if(n>Ct)throw new Error(`Cannot read uint64 with high order part ${n}, because the result would exceed Number.MAX_SAFE_INTEGER.`);return n*At+bt.HEAPU32[t]}(e+(t||0))},readFloatField:function(e,t){return n=e+(t||0),gt.getF32(n);var n},readObjectField:function(e,t){return Nt(e+(t||0))},readStringField:function(e,t,n){const r=Nt(e+(t||0));if(0===r)return null;if(n){const e=vt.unbox_mono_obj(r);return"boolean"==typeof e?e?"":null:e}return vt.conv_string(r)},readStructField:function(e,t){return e+(t||0)},beginHeapLock:function(){return Ot(),It=Lt.create(),It},invokeWhenHeapUnlocked:function(e){It?It.enqueuePostReleaseAction(e):e()}};function Rt(e,t){const n=e/t*100;document.documentElement.style.setProperty("--blazor-load-percentage",`${n}%`),document.documentElement.style.setProperty("--blazor-load-percentage-text",`"${Math.floor(n)}%"`)}const Dt=["DEBUGGING ENABLED"],kt=e=>Dt.indexOf(e)<0&&console.log(e),Ft=e=>{console.error(e||"(null)"),ft()};function Tt(e){return e+12}function Ot(){if(It)throw new Error("Assertion failed - heap is currently locked")}class Lt{enqueuePostReleaseAction(e){this.postReleaseActions||(this.postReleaseActions=[]),this.postReleaseActions.push(e)}release(){var e;if(It!==this)throw new Error("Trying to release a lock which isn't current");for(wt.mono_wasm_gc_unlock(),It=null;null===(e=this.postReleaseActions)||void 0===e?void 0:e.length;)this.postReleaseActions.shift()(),Ot()}static create(){return wt.mono_wasm_gc_lock(),new Lt}}let Mt;class xt{constructor(e){this.batchAddress=e,this.arrayRangeReader=Pt,this.arrayBuilderSegmentReader=Bt,this.diffReader=Jt,this.editReader=jt,this.frameReader=Ht}updatedComponents(){return Mt.readStructField(this.batchAddress,0)}referenceFrames(){return Mt.readStructField(this.batchAddress,Pt.structLength)}disposedComponentIds(){return Mt.readStructField(this.batchAddress,2*Pt.structLength)}disposedEventHandlerIds(){return Mt.readStructField(this.batchAddress,3*Pt.structLength)}updatedComponentsEntry(e,t){return zt(e,t,Jt.structLength)}referenceFramesEntry(e,t){return zt(e,t,Ht.structLength)}disposedComponentIdsEntry(e,t){const n=zt(e,t,4);return Mt.readInt32Field(n)}disposedEventHandlerIdsEntry(e,t){const n=zt(e,t,8);return Mt.readUint64Field(n)}}const Pt={structLength:8,values:e=>Mt.readObjectField(e,0),count:e=>Mt.readInt32Field(e,4)},Bt={structLength:12,values:e=>{const t=Mt.readObjectField(e,0),n=Mt.getObjectFieldsBaseAddress(t);return Mt.readObjectField(n,0)},offset:e=>Mt.readInt32Field(e,4),count:e=>Mt.readInt32Field(e,8)},Jt={structLength:4+Bt.structLength,componentId:e=>Mt.readInt32Field(e,0),edits:e=>Mt.readStructField(e,4),editsEntry:(e,t)=>zt(e,t,jt.structLength)},jt={structLength:20,editType:e=>Mt.readInt32Field(e,0),siblingIndex:e=>Mt.readInt32Field(e,4),newTreeIndex:e=>Mt.readInt32Field(e,8),moveToSiblingIndex:e=>Mt.readInt32Field(e,8),removedAttributeName:e=>Mt.readStringField(e,16)},Ht={structLength:36,frameType:e=>Mt.readInt16Field(e,4),subtreeLength:e=>Mt.readInt32Field(e,8),elementReferenceCaptureId:e=>Mt.readStringField(e,16),componentId:e=>Mt.readInt32Field(e,12),elementName:e=>Mt.readStringField(e,16),textContent:e=>Mt.readStringField(e,16),markupContent:e=>Mt.readStringField(e,16),attributeName:e=>Mt.readStringField(e,16),attributeValue:e=>Mt.readStringField(e,24,!0),attributeEventHandlerId:e=>Mt.readUint64Field(e,8)};function zt(e,t,n){return Mt.getArrayEntryPtr(e,t,n)}const $t=/^\s*Blazor-WebAssembly-Component-State:(?[a-zA-Z0-9+/=]+)$/;function Wt(e,t,n="state"){var r;if(e.nodeType===Node.COMMENT_NODE){const o=e.textContent||"",i=t.exec(o),s=i&&i.groups&&i.groups[n];return s&&(null===(r=e.parentNode)||void 0===r||r.removeChild(e)),s}if(!e.hasChildNodes())return;const o=e.childNodes;for(let e=0;e.*)$/);function Vt(e,t){const n=e.currentElement;var r,o,i;if(n&&n.nodeType===Node.COMMENT_NODE&&n.textContent){const s=Kt.exec(n.textContent),a=s&&s.groups&&s.groups.descriptor;if(!a)return;!function(e){if(e.parentNode instanceof Document)throw new Error("Root components cannot be marked as interactive. The element must be rendered statically so that scripts are not evaluated multiple times.")}(n);try{const s=function(e){const t=JSON.parse(e),{type:n}=t;if("server"!==n&&"webassembly"!==n&&"auto"!==n)throw new Error(`Invalid component type '${n}'.`);return t}(a),c=function(e,t,n){const{prerenderId:r}=e;if(r){for(;n.next()&&n.currentElement;){const e=n.currentElement;if(e.nodeType!==Node.COMMENT_NODE)continue;if(!e.textContent)continue;const t=Kt.exec(e.textContent),o=t&&t[1];if(o)return en(o,r),e}throw new Error(`Could not find an end component comment for '${t}'.`)}}(s,n,e);if(t!==s.type)return;switch(s.type){case"webassembly":return o=n,i=c,Qt(r=s),{...r,uniqueId:qt++,start:o,end:i};case"server":return function(e,t,n){return Zt(e),{...e,uniqueId:qt++,start:t,end:n}}(s,n,c);case"auto":return function(e,t,n){return Zt(e),Qt(e),{...e,uniqueId:qt++,start:t,end:n}}(s,n,c)}}catch(e){throw new Error(`Found malformed component comment at ${n.textContent}`)}}}let Xt,Yt,Gt,qt=0;function Zt(e){const{descriptor:t,sequence:n}=e;if(!t)throw new Error("descriptor must be defined when using a descriptor.");if(void 0===n)throw new Error("sequence must be defined when using a descriptor.");if(!Number.isInteger(n))throw new Error(`Error parsing the sequence '${n}' for component '${JSON.stringify(e)}'`)}function Qt(e){const{assembly:t,typeName:n}=e;if(!t)throw new Error("assembly must be defined when using a descriptor.");if(!n)throw new Error("typeName must be defined when using a descriptor.");e.parameterDefinitions=e.parameterDefinitions&&atob(e.parameterDefinitions),e.parameterValues=e.parameterValues&&atob(e.parameterValues)}function en(e,t){const n=JSON.parse(e);if(1!==Object.keys(n).length)throw new Error(`Invalid end of component comment: '${e}'`);const r=n.prerenderId;if(!r)throw new Error(`End of component comment must have a value for the prerendered property: '${e}'`);if(r!==t)throw new Error(`End of component comment prerendered property must match the start comment prerender id: '${t}', '${r}'`)}class tn{constructor(e){this.childNodes=e,this.currentIndex=-1,this.length=e.length}next(){return this.currentIndex++,this.currentIndex{on=e}));const un=new Promise((e=>{sn=e}));let dn;function fn(e){if(Xt)throw new Error("WebAssembly options have already been configured.");!async function(e){const t=await e;Xt=t,dn()}(e)}function mn(e){if(void 0!==rn)throw new Error("Blazor WebAssembly has already started.");return rn=new Promise(hn.bind(null,e)),rn}async function hn(e,t,n){(function(){if(window.parent!==window&&!window.opener&&window.frameElement){const e=window.sessionStorage&&window.sessionStorage["Microsoft.AspNetCore.Components.WebAssembly.Authentication.CachedAuthSettings"],t=e&&JSON.parse(e);return t&&t.redirect_uri&&location.href.startsWith(t.redirect_uri)}return!1})()&&await new Promise((()=>{}));const r=pn();!function(e){const t=N;N=(e,n,r)=>{((e,t,n)=>{const r=function(e){return me[e]}(e);(null==r?void 0:r.eventDelegator.getHandler(t))&&_t.invokeWhenHeapUnlocked(n)})(e,n,(()=>t(e,n,r)))}}(),rt._internal.applyHotReload=(e,t,n,r)=>{yt.invokeDotNetStaticMethod("Microsoft.AspNetCore.Components.WebAssembly","ApplyHotReloadDelta",e,t,n,r)},rt._internal.getApplyUpdateCapabilities=()=>yt.invokeDotNetStaticMethod("Microsoft.AspNetCore.Components.WebAssembly","GetApplyUpdateCapabilities"),rt._internal.invokeJSFromDotNet=vn,rt._internal.invokeJSJson=gn,rt._internal.endInvokeDotNetFromJS=bn,rt._internal.receiveWebAssemblyDotNetDataStream=yn,rt._internal.receiveByteArray=wn;const o=(Mt=_t,Mt);rt.platform=o,rt._internal.renderBatch=(e,t)=>{const n=_t.beginHeapLock();try{!function(e,t){const n=me[e];if(!n)throw new Error(`There is no browser renderer with ID ${e}.`);const r=t.arrayRangeReader,o=t.updatedComponents(),i=r.values(o),s=r.count(o),a=t.referenceFrames(),c=r.values(a),l=t.diffReader;for(let e=0;e{await yt.invokeDotNetStaticMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChanged",e,t,n)}),(async(e,t,n,r)=>{const o=await yt.invokeDotNetStaticMethodAsync("Microsoft.AspNetCore.Components.WebAssembly","NotifyLocationChangingAsync",t,n,r);rt._internal.navigationManager.endLocationChanging(e,o)}));const i=new nn(e);let s;rt._internal.registeredComponents={getRegisteredComponentsCount:()=>i.getCount(),getAssembly:e=>i.getAssembly(e),getTypeName:e=>i.getTypeName(e),getParameterDefinitions:e=>i.getParameterDefinitions(e)||"",getParameterValues:e=>i.getParameterValues(e)||""},rt._internal.getPersistedState=()=>Wt(document,$t)||"",rt._internal.getInitialComponentsUpdate=()=>un,rt._internal.updateRootComponents=e=>{var t;return null===(t=rt._internal.dotNetExports)||void 0===t?void 0:t.UpdateRootComponentsCore(e)},rt._internal.endUpdateRootComponents=t=>{var n;return null===(n=e.onAfterUpdateRootComponents)||void 0===n?void 0:n.call(e,t)},rt._internal.attachRootComponentToElement=(e,t,n)=>{const r=i.resolveRegisteredElement(e);r?ye(n,r,t,!1):function(e,t,n){const r="::before";let o=!1;if(e.endsWith("::after"))e=e.slice(0,-7),o=!0;else if(e.endsWith(r))throw new Error(`The '${r}' selector is not supported.`);const i=function(e){const t=m.get(e);if(t)return m.delete(e),t}(e)||document.querySelector(e);if(!i)throw new Error(`Could not find any element matching selector '${e}'.`);ye(n,P(i,!0),t,o)}(e,t,n)};try{await r,s=await o.start()}catch(e){throw new Error(`Failed to start platform. Reason: ${e}`)}o.callEntryPoint(),St.invokeAfterStartedCallbacks(rt),cn=!0,t()}function pn(){return null!=Gt||(Gt=(async()=>{await Yt;const e=null!=Xt?Xt:{},t=null==Xt?void 0:Xt.configureRuntime;e.configureRuntime=e=>{null==t||t(e),ln&&e.withEnvironmentVariable("__BLAZOR_WEBASSEMBLY_WAIT_FOR_ROOT_COMPONENTS","true")},await _t.load(e,on),an=!0})()),Gt}function vn(t,n,r,o){const i=_t.readStringField(t,0),s=_t.readInt32Field(t,4),a=_t.readStringField(t,8),c=_t.readUint64Field(t,20);if(null!==a){const e=_t.readUint64Field(t,12);if(0!==e)return yt.beginInvokeJSFromDotNet(e,i,a,s,c),0;{const e=yt.invokeJSFromDotNet(i,a,s,c);return null===e?0:vt.js_string_to_mono_string(e)}}{const t=e.findJSFunction(i,c).call(null,n,r,o);switch(s){case e.JSCallResultType.Default:return t;case e.JSCallResultType.JSObjectReference:return e.createJSObjectReference(t).__jsObjectId;case e.JSCallResultType.JSStreamReference:{const n=e.createJSStreamReference(t),r=JSON.stringify(n);return vt.js_string_to_mono_string(r)}case e.JSCallResultType.JSVoidResult:return null;default:throw new Error(`Invalid JS call result type '${s}'.`)}}}function gn(e,t,n,r,o){return 0!==o?(yt.beginInvokeJSFromDotNet(o,e,r,n,t),null):yt.invokeJSFromDotNet(e,r,n,t)}function bn(e,t,n){yt.endInvokeDotNetFromJS(e,t,n)}function yn(e,t,n,r){!function(e,t,n,r,o){let i=nt.get(t);if(!i){const n=new ReadableStream({start(e){nt.set(t,e),i=e}});e.supplyDotNetStream(t,n)}o?(i.error(o),nt.delete(t)):0===r?(i.close(),nt.delete(t)):i.enqueue(n.length===r?n:n.subarray(0,r))}(yt,e,t,n,r)}function wn(e,t){yt.receiveByteArray(e,t)}Yt=new Promise((e=>{dn=e}));class En{constructor(e){this.initialComponents=e}resolveRootComponent(e){return this.initialComponents[e]}}class Sn{constructor(){this._eventListeners=new Map}static create(e){const t=new Sn;return e.addEventListener=t.addEventListener.bind(t),e.removeEventListener=t.removeEventListener.bind(t),t}addEventListener(e,t){let n=this._eventListeners.get(e);n||(n=new Set,this._eventListeners.set(e,n)),n.add(t)}removeEventListener(e,t){var n;null===(n=this._eventListeners.get(e))||void 0===n||n.delete(t)}dispatchEvent(e,t){const n=this._eventListeners.get(e);if(!n)return;const r={...t,type:e};for(const e of n)e(r)}}let An=!1;async function Cn(e){if(An)throw new Error("Blazor has already started.");An=!0,fn(Promise.resolve(e||{})),Sn.create(rt);const t=Ut(document,"webassembly"),n=new En(t);await mn(n)}rt.start=Cn,window.DotNet=e,document&&document.currentScript&&"false"!==document.currentScript.getAttribute("autostart")&&Cn().catch((e=>{void 0!==bt&&bt.err?bt.err(e):console.error(e)}))})(); \ No newline at end of file diff --git a/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js.gz b/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js.gz deleted file mode 100644 index f01b8c7..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/blazor.webassembly.js.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js b/bin/Debug/net8.0/wwwroot/_framework/dotnet.js deleted file mode 100644 index 56c8b05..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js +++ /dev/null @@ -1,4 +0,0 @@ -//! Licensed to the .NET Foundation under one or more agreements. -//! The .NET Foundation licenses this file to you under the MIT license. -const e=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),t=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),o=Symbol.for("wasm promise_control");function n(e,t){let n=null;const r=new Promise((function(o,r){n={isDone:!1,promise:null,resolve:t=>{n.isDone||(n.isDone=!0,o(t),e&&e())},reject:e=>{n.isDone||(n.isDone=!0,r(e),t&&t())}}}));n.promise=r;const s=r;return s[o]=n,{promise:s,promise_control:n}}function r(e){return e[o]}function s(e){(function(e){return void 0!==e[o]})(e)||De(!1,"Promise is not controllable")}const i="MONO_WASM: ";function a(e,...t){Re.diagnosticTracing&&console.debug(i+e,...t)}function l(e,...t){console.info(e,...t)}function c(e,...t){console.warn(i+e,...t)}function u(e,...t){t&&t.length>0&&t[0]&&"object"==typeof t[0]&&t[0].silent||console.error(i+e,...t)}let d;function f(e,t,o){const n={log:t.log,error:t.error},r=t;function s(t,o,r){return function(...s){try{let n=s[0];if(void 0===n)n="undefined";else if(null===n)n="null";else if("function"==typeof n)n=n.toString();else if("string"!=typeof n)try{n=JSON.stringify(n)}catch(e){n=n.toString()}if("string"==typeof n)if("["==n[0]){const t=(new Date).toISOString();n="main"!==e?`[${e}][${t}] ${n}`:`[${t}] ${n}`}else"main"!==e&&(n=`[${e}] ${n}`);o(r?JSON.stringify({method:t,payload:n,arguments:s}):[t+n,...s.slice(1)])}catch(e){n.error(`proxyConsole failed: ${e}`)}}}const i=["debug","trace","warn","info","error"];for(const e of i)"function"!=typeof r[e]&&(r[e]=s(`console.${e}: `,t.log,!1));const a=`${o}/console`.replace("https://","wss://").replace("http://","ws://");d=new WebSocket(a),d.addEventListener("open",(()=>{n.log(`browser: [${e}] Console websocket connected.`)})),d.addEventListener("error",(t=>{n.error(`[${e}] websocket error: ${t}`,t)})),d.addEventListener("close",(t=>{n.error(`[${e}] websocket closed: ${t}`,t)}));const l=e=>{d.readyState===WebSocket.OPEN?d.send(e):n.log(e)};for(const e of["log",...i])r[e]=s(`console.${e}`,l,!0)}const m={},h={},g={};let p,b,w;function y(){const e=Object.values(g),t=Object.values(h),o=E(e),n=E(t),r=o+n;if(0===r)return;const s=ve?"%c":"",i=ve?["background: purple; color: white; padding: 1px 3px; border-radius: 3px;","font-weight: bold;","font-weight: normal;"]:[],a=Re.config.linkerEnabled?"":"\nThis application was built with linking (tree shaking) disabled. \nPublished applications will be significantly smaller if you install wasm-tools workload. \nSee also https://aka.ms/dotnet-wasm-features";console.groupCollapsed(`${s}dotnet${s} Loaded ${R(r)} resources${s}${a}`,...i),e.length&&(console.groupCollapsed(`Loaded ${R(o)} resources from cache`),console.table(g),console.groupEnd()),t.length&&(console.groupCollapsed(`Loaded ${R(n)} resources from network`),console.table(h),console.groupEnd()),console.groupEnd()}async function v(){const e=p;if(e){const t=(await e.keys()).map((async t=>{t.url in m||await e.delete(t)}));await Promise.all(t)}}function _(e){return`${e.resolvedUrl}.${e.hash}`}function E(e){return e.reduce(((e,t)=>e+(t.responseBytes||0)),0)}function R(e){return`${(e/1048576).toFixed(2)} MB`}function j(e){var t;if((null===(t=e.resources)||void 0===t?void 0:t.icu)&&"invariant"!=e.globalizationMode){const t=e.applicationCulture||(ve?navigator.languages&&navigator.languages[0]:Intl.DateTimeFormat().resolvedOptions().locale),o=Object.keys(e.resources.icu);let n=null;if("custom"===e.globalizationMode?1===o.length&&(n=o[0]):"hybrid"===e.globalizationMode?n="icudt_hybrid.dat":t&&"all"!==e.globalizationMode?"sharded"===e.globalizationMode&&(n=function(e){const t=e.split("-")[0];return"en"===t||["fr","fr-FR","it","it-IT","de","de-DE","es","es-ES"].includes(e)?"icudt_EFIGS.dat":["zh","ko","ja"].includes(t)?"icudt_CJK.dat":"icudt_no_CJK.dat"}(t)):n="icudt.dat",n&&o.includes(n))return n}return e.globalizationMode="invariant",null}const x=class{constructor(e){this.url=e}toString(){return this.url}};async function S(e,t){try{const o="function"==typeof globalThis.fetch;if(we){const n=e.startsWith("file://");if(!n&&o)return globalThis.fetch(e,t||{credentials:"same-origin"});b||(w=xe.require("url"),b=xe.require("fs")),n&&(e=w.fileURLToPath(e));const r=await b.promises.readFile(e);return{ok:!0,headers:{length:0,get:()=>null},url:e,arrayBuffer:()=>r,json:()=>JSON.parse(r),text:()=>{throw new Error("NotImplementedException")}}}if(o)return globalThis.fetch(e,t||{credentials:"same-origin"});if("function"==typeof read)return{ok:!0,url:e,headers:{length:0,get:()=>null},arrayBuffer:()=>new Uint8Array(read(e,"binary")),json:()=>JSON.parse(read(e,"utf8")),text:()=>read(e,"utf8")}}catch(t){return{ok:!1,url:e,status:500,headers:{length:0,get:()=>null},statusText:"ERR28: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t},text:()=>{throw t}}}throw new Error("No fetch implementation available")}function A(e){return"string"!=typeof e&&De(!1,"url must be a string"),!T(e)&&0!==e.indexOf("./")&&0!==e.indexOf("../")&&globalThis.URL&&globalThis.document&&globalThis.document.baseURI&&(e=new URL(e,globalThis.document.baseURI).toString()),e}const D=/^[a-zA-Z][a-zA-Z\d+\-.]*?:\/\//,C=/[a-zA-Z]:[\\/]/;function T(e){return we||_e?e.startsWith("/")||e.startsWith("\\")||-1!==e.indexOf("///")||C.test(e):D.test(e)}let O,k=0;const M=[],$=[],L=new Map,I={"js-module-threads":!0,"js-module-runtime":!0,"js-module-dotnet":!0,"js-module-native":!0},U={...I,"js-module-library-initializer":!0},N={...I,dotnetwasm:!0,heap:!0,manifest:!0},P={...U,manifest:!0},z={...U,dotnetwasm:!0},F={dotnetwasm:!0,symbols:!0},W={resource:!0,assembly:!0,pdb:!0,heap:!0,icu:!0},B={...U,dotnetwasm:!0,symbols:!0};function V(e){return!("icu"==e.behavior&&e.name!=Re.preferredIcuAsset)}function q(e,t,o){const n=Object.keys(t||{});De(1==n.length,`Expect to have one ${o} asset in resources`);const r=n[0],s={name:r,hash:t[r],behavior:o};return J(s),e.push(s),s}function J(e){N[e.behavior]&&L.set(e.behavior,e)}function H(e){const t=function(e){De(N[e],`Unknown single asset behavior ${e}`);const t=L.get(e);return De(t,`Single asset for ${e} not found`),t}(e);if(t.resolvedUrl=Re.locateFile(t.name),I[t.behavior]){const e=re(t);e?("string"!=typeof e&&De(!1,"loadBootResource response for 'dotnetjs' type should be a URL string"),t.resolvedUrl=e):t.resolvedUrl=X(t.resolvedUrl,t.behavior)}else if("dotnetwasm"!==t.behavior)throw new Error(`Unknown single asset behavior ${e}`);return t}async function Q(){a("mono_download_assets");try{const e=[],t=t=>{!B[t.behavior]&&V(t)&&Re.expected_instantiated_assets_count++,!z[t.behavior]&&V(t)&&(Re.expected_downloaded_assets_count++,e.push(G(t)))};for(const e of $)t(e);await Re.memorySnapshotSkippedOrDone.promise;for(const e of M)if(Ee.loadedMemorySnapshotSize){if(se(e),"resource"==e.behavior||"assembly"==e.behavior||"pdb"==e.behavior){const t=K(e,""),o="string"==typeof e.virtualPath?e.virtualPath:e.name;Re._loaded_files.push({url:t,file:o})}}else t(e);Re.allDownloadsQueued.promise_control.resolve(),await Re.runtimeModuleLoaded.promise;const o=[];for(const t of e)o.push((async()=>{const e=await t;if(e.buffer){if(!B[e.behavior]){e.buffer&&"object"==typeof e.buffer||De(!1,"asset buffer must be array-like or buffer-like or promise of these"),"string"!=typeof e.resolvedUrl&&De(!1,"resolvedUrl must be string");const t=e.resolvedUrl,o=await e.buffer,n=new Uint8Array(o);se(e),await Ee.beforeOnRuntimeInitialized.promise,Ee.instantiate_asset(e,t,n)}}else F[e.behavior]?("symbols"===e.behavior&&(await Ee.instantiate_symbols_asset(e),se(e)),F[e.behavior]&&++Re.actual_downloaded_assets_count):(e.isOptional||De(!1,"Expected asset to have the downloaded buffer"),!z[e.behavior]&&V(e)&&Re.expected_downloaded_assets_count--,!B[e.behavior]&&V(e)&&Re.expected_instantiated_assets_count--)})());Promise.all(o).then((()=>{Ee.allAssetsInMemory.promise_control.resolve()})).catch((e=>{throw Re.err("Error in mono_download_assets: "+e),ke(1,e),e}))}catch(e){throw Re.err("Error in mono_download_assets: "+e),e}}async function Z(e){const t=await G(e);return await t.pendingDownloadInternal.response,t.buffer}async function G(e){try{return await Y(e)}catch(t){if(!Re.enableDownloadRetry)throw t;if(_e||we)throw t;if(e.pendingDownload&&e.pendingDownloadInternal==e.pendingDownload)throw t;if(e.resolvedUrl&&-1!=e.resolvedUrl.indexOf("file://"))throw t;if(t&&404==t.status)throw t;e.pendingDownloadInternal=void 0,await Re.allDownloadsQueued.promise;try{return a(`Retrying download '${e.name}'`),await Y(e)}catch(t){return e.pendingDownloadInternal=void 0,await(100,new Promise((e=>globalThis.setTimeout(e,100)))),a(`Retrying download (2) '${e.name}' after delay`),await Y(e)}}}async function Y(e){for(;O;)await O.promise;try{++k,k==Re.maxParallelDownloads&&(a("Throttling further parallel downloads"),O=n());const t=await async function(e){if(e.pendingDownload&&(e.pendingDownloadInternal=e.pendingDownload),e.pendingDownloadInternal&&e.pendingDownloadInternal.response)return e.pendingDownloadInternal.response;if(e.buffer){const t=await e.buffer;return e.resolvedUrl||(e.resolvedUrl="undefined://"+e.name),e.pendingDownloadInternal={url:e.resolvedUrl,name:e.name,response:Promise.resolve({ok:!0,arrayBuffer:()=>t,json:()=>JSON.parse(new TextDecoder("utf-8").decode(t)),text:()=>{throw new Error("NotImplementedException")},headers:{get:()=>{}}})},e.pendingDownloadInternal.response}const t=e.loadRemote&&Re.config.remoteSources?Re.config.remoteSources:[""];let o;for(let n of t){n=n.trim(),"./"===n&&(n="");const t=K(e,n);e.name===t?a(`Attempting to download '${t}'`):a(`Attempting to download '${t}' for ${e.name}`);try{e.resolvedUrl=t;const n=oe(e);if(e.pendingDownloadInternal=n,o=await n.response,!o||!o.ok)continue;return o}catch(e){o||(o={ok:!1,url:t,status:0,statusText:""+e});continue}}const n=e.isOptional||e.name.match(/\.pdb$/)&&Re.config.ignorePdbLoadErrors;if(o||De(!1,`Response undefined ${e.name}`),!n){const t=new Error(`download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`);throw t.status=o.status,t}Re.out(`optional download '${o.url}' for ${e.name} failed ${o.status} ${o.statusText}`)}(e);return t?(F[e.behavior]||(e.buffer=await t.arrayBuffer(),++Re.actual_downloaded_assets_count),e):e}finally{if(--k,O&&k==Re.maxParallelDownloads-1){a("Resuming more parallel downloads");const e=O;O=void 0,e.promise_control.resolve()}}}function K(e,t){let o;return null==t&&De(!1,`sourcePrefix must be provided for ${e.name}`),e.resolvedUrl?o=e.resolvedUrl:(o=""===t?"assembly"===e.behavior||"pdb"===e.behavior?e.name:"resource"===e.behavior&&e.culture&&""!==e.culture?`${e.culture}/${e.name}`:e.name:t+e.name,o=X(Re.locateFile(o),e.behavior)),o&&"string"==typeof o||De(!1,"attemptUrl need to be path or url string"),o}function X(e,t){return Re.modulesUniqueQuery&&P[t]&&(e+=Re.modulesUniqueQuery),e}let ee=0;const te=new Set;function oe(e){try{e.resolvedUrl||De(!1,"Request's resolvedUrl must be set");const t=async function(e){let t=await async function(e){const t=p;if(!t||e.noCache||!e.hash||0===e.hash.length)return;const o=_(e);let n;m[o]=!0;try{n=await t.match(o)}catch(e){}if(!n)return;const r=parseInt(n.headers.get("content-length")||"0");return g[e.name]={responseBytes:r},n}(e);return t||(t=await function(e){let t=e.resolvedUrl;if(Re.loadBootResource){const o=re(e);if(o instanceof Promise)return o;"string"==typeof o&&(t=o)}const o={};return Re.config.disableNoCacheFetch||(o.cache="no-cache"),e.useCredentials?o.credentials="include":!Re.config.disableIntegrityCheck&&e.hash&&(o.integrity=e.hash),Re.fetch_like(t,o)}(e),function(e,t){const o=p;if(!o||e.noCache||!e.hash||0===e.hash.length)return;const n=t.clone();setTimeout((()=>{const t=_(e);!async function(e,t,o,n){const r=await n.arrayBuffer(),s=function(e){if("undefined"!=typeof performance)return performance.getEntriesByName(e)[0]}(n.url),i=s&&s.encodedBodySize||void 0;h[t]={responseBytes:i};const a=new Response(r,{headers:{"content-type":n.headers.get("content-type")||"","content-length":(i||n.headers.get("content-length")||"").toString()}});try{await e.put(o,a)}catch(e){}}(o,e.name,t,n)}),0)}(e,t)),t}(e),o={name:e.name,url:e.resolvedUrl,response:t};return te.add(e.name),o.response.then((()=>{"assembly"==e.behavior&&Re.loadedAssemblies.push(e.resolvedUrl),ee++,Re.onDownloadResourceProgress&&Re.onDownloadResourceProgress(ee,te.size)})),o}catch(t){const o={ok:!1,url:e.resolvedUrl,status:500,statusText:"ERR29: "+t,arrayBuffer:()=>{throw t},json:()=>{throw t}};return{name:e.name,url:e.resolvedUrl,response:Promise.resolve(o)}}}const ne={resource:"assembly",assembly:"assembly",pdb:"pdb",icu:"globalization",vfs:"configuration",manifest:"manifest",dotnetwasm:"dotnetwasm","js-module-dotnet":"dotnetjs","js-module-native":"dotnetjs","js-module-runtime":"dotnetjs","js-module-threads":"dotnetjs"};function re(e){var t;if(Re.loadBootResource){const o=null!==(t=e.hash)&&void 0!==t?t:"",n=e.resolvedUrl,r=ne[e.behavior];if(r){const t=Re.loadBootResource(r,e.name,n,o,e.behavior);return"string"==typeof t?A(t):t}}}function se(e){e.pendingDownloadInternal=null,e.pendingDownload=null,e.buffer=null,e.moduleExports=null}function ie(e){let t=e.lastIndexOf("/");return t>=0&&t++,e.substring(t)}async function ae(e){if(!e)return;const t=Object.keys(e);await Promise.all(t.map((e=>async function(e){try{const t=X(Re.locateFile(e),"js-module-library-initializer");a(`Attempting to import '${t}' for ${e}`);const o=await import(t);Re.libraryInitializers.push({scriptName:e,exports:o})}catch(t){c(`Failed to import library initializer '${e}': ${t}`)}}(e))))}async function le(e,t){if(!Re.libraryInitializers)return;const o=[];for(let n=0;nr.exports[e](...t))))}await Promise.all(o)}async function ce(e,t,o){try{await o()}catch(o){throw c(`Failed to invoke '${t}' on library initializer '${e}': ${o}`),ke(1,o),o}}var ue="Release";function de(e,t){if(e===t)return e;const o={...t};return void 0!==o.assets&&o.assets!==e.assets&&(o.assets=[...e.assets||[],...o.assets||[]]),void 0!==o.resources&&(o.resources=me(e.resources||{assembly:{},jsModuleNative:{},jsModuleRuntime:{},wasmNative:{}},o.resources)),void 0!==o.environmentVariables&&(o.environmentVariables={...e.environmentVariables||{},...o.environmentVariables||{}}),void 0!==o.runtimeOptions&&o.runtimeOptions!==e.runtimeOptions&&(o.runtimeOptions=[...e.runtimeOptions||[],...o.runtimeOptions||[]]),Object.assign(e,o)}function fe(e,t){if(e===t)return e;const o={...t};return o.config&&(e.config||(e.config={}),o.config=de(e.config,o.config)),Object.assign(e,o)}function me(e,t){if(e===t)return e;const o={...t};return void 0!==o.assembly&&(o.assembly={...e.assembly||{},...o.assembly||{}}),void 0!==o.lazyAssembly&&(o.lazyAssembly={...e.lazyAssembly||{},...o.lazyAssembly||{}}),void 0!==o.pdb&&(o.pdb={...e.pdb||{},...o.pdb||{}}),void 0!==o.jsModuleWorker&&(o.jsModuleWorker={...e.jsModuleWorker||{},...o.jsModuleWorker||{}}),void 0!==o.jsModuleNative&&(o.jsModuleNative={...e.jsModuleNative||{},...o.jsModuleNative||{}}),void 0!==o.jsModuleRuntime&&(o.jsModuleRuntime={...e.jsModuleRuntime||{},...o.jsModuleRuntime||{}}),void 0!==o.wasmSymbols&&(o.wasmSymbols={...e.wasmSymbols||{},...o.wasmSymbols||{}}),void 0!==o.wasmNative&&(o.wasmNative={...e.wasmNative||{},...o.wasmNative||{}}),void 0!==o.icu&&(o.icu={...e.icu||{},...o.icu||{}}),void 0!==o.satelliteResources&&(o.satelliteResources=he(e.satelliteResources||{},o.satelliteResources||{})),void 0!==o.modulesAfterConfigLoaded&&(o.modulesAfterConfigLoaded={...e.modulesAfterConfigLoaded||{},...o.modulesAfterConfigLoaded||{}}),void 0!==o.modulesAfterRuntimeReady&&(o.modulesAfterRuntimeReady={...e.modulesAfterRuntimeReady||{},...o.modulesAfterRuntimeReady||{}}),void 0!==o.extensions&&(o.extensions={...e.extensions||{},...o.extensions||{}}),void 0!==o.vfs&&(o.vfs=he(e.vfs||{},o.vfs||{})),Object.assign(e,o)}function he(e,t){if(e===t)return e;for(const o in t)e[o]={...e[o],...t[o]};return e}function ge(){const e=Re.config;if(e.environmentVariables=e.environmentVariables||{},e.runtimeOptions=e.runtimeOptions||[],e.resources=e.resources||{assembly:{},jsModuleNative:{},jsModuleWorker:{},jsModuleRuntime:{},wasmNative:{},vfs:{},satelliteResources:{}},e.assets){a("config.assets is deprecated, use config.resources instead");for(const t of e.assets){const o={};o[t.name]=t.hash||"";const n={};switch(t.behavior){case"assembly":n.assembly=o;break;case"pdb":n.pdb=o;break;case"resource":n.satelliteResources={},n.satelliteResources[t.culture]=o;break;case"icu":n.icu=o;break;case"symbols":n.wasmSymbols=o;break;case"vfs":n.vfs={},n.vfs[t.virtualPath]=o;break;case"dotnetwasm":n.wasmNative=o;break;case"js-module-threads":n.jsModuleWorker=o;break;case"js-module-runtime":n.jsModuleRuntime=o;break;case"js-module-native":n.jsModuleNative=o;break;case"js-module-dotnet":break;default:throw new Error(`Unexpected behavior ${t.behavior} of asset ${t.name}`)}me(e.resources,n)}}Re.assertAfterExit=e.assertAfterExit=e.assertAfterExit||!ve,void 0===e.debugLevel&&"Debug"===ue&&(e.debugLevel=-1),void 0===e.cachedResourcesPurgeDelay&&(e.cachedResourcesPurgeDelay=1e4),e.debugLevel=be(e)?e.debugLevel:0,void 0===e.diagnosticTracing&&"Debug"===ue&&(e.diagnosticTracing=!0),e.applicationCulture&&(e.environmentVariables.LANG=`${e.applicationCulture}.UTF-8`),Ee.diagnosticTracing=Re.diagnosticTracing=!!e.diagnosticTracing,Ee.waitForDebugger=e.waitForDebugger,e.startupMemoryCache=!!e.startupMemoryCache,e.startupMemoryCache&&Ee.waitForDebugger&&(a("Disabling startupMemoryCache because waitForDebugger is set"),e.startupMemoryCache=!1),Ee.enablePerfMeasure=!!e.browserProfilerOptions&&globalThis.performance&&"function"==typeof globalThis.performance.measure,Re.maxParallelDownloads=e.maxParallelDownloads||Re.maxParallelDownloads,Re.enableDownloadRetry=void 0!==e.enableDownloadRetry?e.enableDownloadRetry:Re.enableDownloadRetry}let pe=!1;function be(e){return!!globalThis.navigator&&((!!e.resources.pdb||0!=e.debugLevel)&&(Re.isChromium||Re.isFirefox))}const we="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ye="function"==typeof importScripts,ve="object"==typeof window||ye&&!we,_e=!ve&&!we&&!ye;let Ee={},Re={},je={},xe={},Se=!1;const Ae={mono:{},binding:{},internal:xe,module:{},loaderHelpers:Re,runtimeHelpers:Ee,api:je};function De(e,t){if(e)return;const o="Assert failed: "+("function"==typeof t?t():t),n=new Error(o);Ee.abort(n)}function Ce(){return void 0!==Re.exitCode}function Te(){return Ee.runtimeReady&&!Ce()}function Oe(){Ee.runtimeReady||De(!1,"mono runtime didn't start yet"),Re.assertAfterExit&&Ce()&&De(!1,`mono runtime already exited with ${Re.exitCode}`)}function ke(e,t){var o;const n=t&&"object"==typeof t;e=n&&"number"==typeof t.status?t.status:e;const r=n&&"string"==typeof t.message?t.message:""+t;if((t=n?t:Ee.ExitStatus?new Ee.ExitStatus(e):new Error("Exit with code "+e+" "+r)).status=e,t.message||(t.message=r),t.stack||(t.stack=(new Error).stack||""),t.silent=!0,!Ce()){try{Ee.runtimeReady||(a("abort_startup, reason: "+t),function(e){Re.allDownloadsQueued.promise_control.reject(e),Re.afterConfigLoaded.promise_control.reject(e),Re.wasmDownloadPromise.promise_control.reject(e),Re.runtimeModuleLoaded.promise_control.reject(e),Re.memorySnapshotSkippedOrDone.promise_control.reject(e),Ee.dotnetReady&&(Ee.dotnetReady.promise_control.reject(e),Ee.afterInstantiateWasm.promise_control.reject(e),Ee.beforePreInit.promise_control.reject(e),Ee.afterPreInit.promise_control.reject(e),Ee.afterPreRun.promise_control.reject(e),Ee.beforeOnRuntimeInitialized.promise_control.reject(e),Ee.afterOnRuntimeInitialized.promise_control.reject(e),Ee.afterPostRun.promise_control.reject(e))}(t)),function(e,t){if(0!==e&&t){const e=Ee.ExitStatus&&t instanceof Ee.ExitStatus?a:u;"string"==typeof t?e(t):t.stack&&t.message?Ee.stringify_as_error_with_stack?e(Ee.stringify_as_error_with_stack(t)):e(t.message+"\n"+t.stack):e(JSON.stringify(t))}if(Re.config&&Re.config.logExitCode)if(d){const t=()=>{0==d.bufferedAmount?l("WASM EXIT "+e):globalThis.setTimeout(t,100)};t()}else l("WASM EXIT "+e)}(e,t),function(e){if(ve&&Re.config&&Re.config.appendElementOnExit){const t=document.createElement("label");t.id="tests_done",e&&(t.style.background="red"),t.innerHTML=e.toString(),document.body.appendChild(t)}}(e),Ee.jiterpreter_dump_stats&&Ee.jiterpreter_dump_stats(!1),0===e&&(null===(o=Re.config)||void 0===o?void 0:o.interopCleanupOnExit)&&Ee.forceDisposeProxies(!0,!0)}catch(e){c("mono_exit failed",e)}Re.exitCode=e}if(Re.config&&Re.config.asyncFlushOnExit&&0===e)throw(async()=>{try{await async function(){try{const e=await import("process"),t=e=>new Promise(((t,o)=>{e.on("error",(e=>o(e))),e.write("",(function(){t()}))})),o=t(e.stderr),n=t(e.stdout);await Promise.all([n,o])}catch(e){u(`flushing std* streams failed: ${e}`)}}()}finally{Me(e,t)}})(),t;Me(e,t)}function Me(e,t){if(Te()&&Ee.mono_wasm_exit&&Ee.mono_wasm_exit(e),0!==e||!ve)throw we&&xe.process?xe.process.exit(e):Ee.quit&&Ee.quit(e,t),t}!function(o){if(Se)throw new Error("Loader module already loaded");Se=!0,Ee=o.runtimeHelpers,Re=o.loaderHelpers,je=o.api,xe=o.internal,Object.assign(je,{INTERNAL:xe,invokeLibraryInitializers:le}),Object.assign(o.module,{disableDotnet6Compatibility:!0,config:{environmentVariables:{}}}),Object.assign(Ee,{mono_wasm_bindings_is_ready:!1,javaScriptExports:{},config:o.module.config,diagnosticTracing:!1,abort:e=>{throw e}}),Object.assign(Re,{gitHash:"1381d5ebd2ab1f292848d5b19b80cf71ac332508",config:o.module.config,diagnosticTracing:!1,maxParallelDownloads:16,enableDownloadRetry:!0,assertAfterExit:!ve,_loaded_files:[],loadedFiles:[],loadedAssemblies:[],libraryInitializers:[],actual_downloaded_assets_count:0,actual_instantiated_assets_count:0,expected_downloaded_assets_count:0,expected_instantiated_assets_count:0,afterConfigLoaded:n(),allDownloadsQueued:n(),wasmDownloadPromise:n(),runtimeModuleLoaded:n(),memorySnapshotSkippedOrDone:n(),is_exited:Ce,is_runtime_running:Te,assert_runtime_running:Oe,mono_exit:ke,createPromiseController:n,getPromiseController:r,assertIsControllablePromise:s,mono_download_assets:Q,resolve_single_asset_path:H,setup_proxy_console:f,logDownloadStatsToConsole:y,purgeUnusedCacheEntriesAsync:v,hasDebuggingEnabled:be,retrieve_asset_download:Z,invokeLibraryInitializers:le,exceptions:e,simd:t})}(Ae);const $e="__mono_message_please_dont_collide__";let Le=!1;const Ie=Ae.module,Ue=Ie.config;async function Ne(e){if("function"==typeof e){const t=e(Ae.api);if(t.ready)throw new Error("Module.ready couldn't be redefined.");Object.assign(Ie,t),fe(Ie,t)}else{if("object"!=typeof e)throw new Error("Can't use moduleFactory callback of createDotnetRuntime function.");fe(Ie,e)}return await async function(e){if(we){const e=await import("process"),t=14;if(e.versions.node.split(".")[0]0&&(Re.modulesUniqueQuery=t.substring(o)),Re.scriptUrl=t.replace(/\\/g,"/").replace(/[?#].*/,""),Re.scriptDirectory=(n=Re.scriptUrl).slice(0,n.lastIndexOf("/"))+"/",Re.locateFile=e=>"URL"in globalThis&&globalThis.URL!==x?new URL(e,Re.scriptDirectory).toString():T(e)?e:Re.scriptDirectory+e,Re.fetch_like=S,Re.out=console.log,Re.err=console.error,Re.onDownloadResourceProgress=e.onDownloadResourceProgress,ve&&globalThis.navigator){const e=globalThis.navigator,t=e.userAgentData&&e.userAgentData.brands;t&&t.length>0?Re.isChromium=t.some((e=>"Google Chrome"===e.brand||"Microsoft Edge"===e.brand||"Chromium"===e.brand)):e.userAgent&&(Re.isChromium=e.userAgent.includes("Chrome"),Re.isFirefox=e.userAgent.includes("Firefox"))}xe.require=we?await import("module").then((e=>e.createRequire(import.meta.url))):Promise.resolve((()=>{throw new Error("require not supported")})),void 0===globalThis.URL&&(globalThis.URL=x)}(Ie),Ie.ENVIRONMENT_IS_PTHREAD?async function(){(function(){const e=new MessageChannel,t=e.port1,o=e.port2;t.addEventListener("message",(e=>{var n;n=JSON.parse(e.data.config),Le?a("mono config already received"):(de(Re.config,n),ge(),a("mono config received"),Le=!0,Re.afterConfigLoaded.promise_control.resolve(Re.config),ve&&n.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&Re.setup_proxy_console("pthread-worker",console,self.location.href)),t.close(),o.close()}),{once:!0}),t.start(),self.postMessage({[$e]:{monoCmd:"preload",port:o}},[o])})(),await Re.afterConfigLoaded.promise,function(){const e=Re.config;e.assets||De(!1,"config.assets must be defined");for(const t of e.assets)J(t)}();const e=Pe(),t=await Promise.all(e);return await ze(t),Ie}():async function(){var e;Ie.configSrc||Re.config&&0!==Object.keys(Re.config).length&&(Re.config.assets||Re.config.resources)||(Ie.configSrc="./blazor.boot.json"),await async function(e){var t;const o=e.configSrc;if(pe)await Re.afterConfigLoaded.promise;else try{if(pe=!0,o&&(a("mono_wasm_load_config"),await async function(e){const t=Re.locateFile(e.configSrc),o=void 0!==Re.loadBootResource?Re.loadBootResource("manifest","blazor.boot.json",t,"","manifest"):s(t);let n;n=o?"string"==typeof o?await s(A(o)):await o:await s(X(t,"manifest"));const r=await async function(e){const t=Re.config,o=await e.json();t.applicationEnvironment||(o.applicationEnvironment=e.headers.get("Blazor-Environment")||e.headers.get("DotNet-Environment")||"Production"),o.environmentVariables||(o.environmentVariables={});const n=e.headers.get("DOTNET-MODIFIABLE-ASSEMBLIES");n&&(o.environmentVariables.DOTNET_MODIFIABLE_ASSEMBLIES=n);const r=e.headers.get("ASPNETCORE-BROWSER-TOOLS");return r&&(o.environmentVariables.__ASPNETCORE_BROWSER_TOOLS=r),o}(n);function s(e){return Re.fetch_like(e,{method:"GET",credentials:"include",cache:"no-cache"})}de(Re.config,r)}(e)),ge(),await ae(null===(t=Re.config.resources)||void 0===t?void 0:t.modulesAfterConfigLoaded),await le("onRuntimeConfigLoaded",[Re.config]),e.onConfigLoaded)try{await e.onConfigLoaded(Re.config,je),ge()}catch(e){throw u("onConfigLoaded() failed",e),e}ge(),Re.config.startupMemoryCache&&e.instantiateWasm&&De(!1,"startupMemoryCache is not supported with Module.instantiateWasm"),Re.afterConfigLoaded.promise_control.resolve(Re.config),Re.config.startupMemoryCache||Re.memorySnapshotSkippedOrDone.promise_control.resolve()}catch(t){const n=`Failed to load config file ${o} ${t} ${null==t?void 0:t.stack}`;throw Re.config=e.config=Object.assign(Re.config,{message:n,error:t,isError:!0}),ke(1,new Error(n)),t}}(Ie),function(){const e=Re.config,t=[];if(e.assets)for(const t of e.assets)"object"!=typeof t&&De(!1,`asset must be object, it was ${typeof t} : ${t}`),"string"!=typeof t.behavior&&De(!1,"asset behavior must be known string"),"string"!=typeof t.name&&De(!1,"asset name must be string"),t.resolvedUrl&&"string"!=typeof t.resolvedUrl&&De(!1,"asset resolvedUrl could be string"),t.hash&&"string"!=typeof t.hash&&De(!1,"asset resolvedUrl could be string"),t.pendingDownload&&"object"!=typeof t.pendingDownload&&De(!1,"asset pendingDownload could be object"),W[t.behavior]?M.push(t):$.push(t),J(t);else if(e.resources){const o=e.resources;if(o.wasmNative||De(!1,"resources.wasmNative must be defined"),o.jsModuleNative||De(!1,"resources.jsModuleNative must be defined"),o.jsModuleRuntime||De(!1,"resources.jsModuleRuntime must be defined"),q($,o.wasmNative,"dotnetwasm"),q(t,o.jsModuleNative,"js-module-native"),q(t,o.jsModuleRuntime,"js-module-runtime"),o.assembly)for(const e in o.assembly)M.push({name:e,hash:o.assembly[e],behavior:"assembly"});if(0!=e.debugLevel&&o.pdb)for(const e in o.pdb)M.push({name:e,hash:o.pdb[e],behavior:"pdb"});if(e.loadAllSatelliteResources&&o.satelliteResources)for(const e in o.satelliteResources)for(const t in o.satelliteResources[e])M.push({name:t,hash:o.satelliteResources[e][t],behavior:"resource",culture:e});if(o.vfs)for(const e in o.vfs)for(const t in o.vfs[e])$.push({name:t,hash:o.vfs[e][t],behavior:"vfs",virtualPath:e});const n=j(e);if(n&&o.icu)for(const e in o.icu)e===n&&M.push({name:e,hash:o.icu[e],behavior:"icu",loadRemote:!0});if(o.wasmSymbols)for(const e in o.wasmSymbols)$.push({name:e,hash:o.wasmSymbols[e],behavior:"symbols"})}if(e.appsettings)for(let t=0;t{Re.wasmDownloadPromise.promise_control.resolve(e)})).catch((e=>{ke(1,e)})),setTimeout((()=>{(function(){if(Re.preferredIcuAsset=j(Re.config),Re.invariantMode="invariant"==Re.config.globalizationMode,!Re.invariantMode)if(Re.preferredIcuAsset)a("ICU data archive(s) available, disabling invariant mode");else{if("custom"===Re.config.globalizationMode||"all"===Re.config.globalizationMode||"sharded"===Re.config.globalizationMode){const e="invariant globalization mode is inactive and no ICU data archives are available";throw Re.err(`ERROR: ${e}`),new Error(e)}a("ICU data archive(s) not available, using invariant globalization mode"),Re.invariantMode=!0,Re.preferredIcuAsset=null}const e="DOTNET_SYSTEM_GLOBALIZATION_INVARIANT",t="DOTNET_SYSTEM_GLOBALIZATION_HYBRID",o=Re.config.environmentVariables;if(void 0===o[t]&&"hybrid"===Re.config.globalizationMode?o[t]="1":void 0===o[e]&&Re.invariantMode&&(o[e]="1"),void 0===o.TZ)try{const e=Intl.DateTimeFormat().resolvedOptions().timeZone||null;e&&(o.TZ=e)}catch(e){!function(e,...t){console.info(i+e,...t)}("failed to detect timezone, will fallback to UTC")}})(),Q()}),0);const o=await Promise.all(t);return await ze(o),await Ee.dotnetReady.promise,await ae(null===(e=Re.config.resources)||void 0===e?void 0:e.modulesAfterRuntimeReady),await le("onRuntimeReady",[Ae.api]),je}()}function Pe(){const e=H("js-module-runtime"),t=H("js-module-native");let o,n;return"object"==typeof e.moduleExports?o=e.moduleExports:(a(`Attempting to import '${e.resolvedUrl}' for ${e.name}`),o=import(e.resolvedUrl)),"object"==typeof t.moduleExports?n=t.moduleExports:(a(`Attempting to import '${t.resolvedUrl}' for ${t.name}`),n=import(t.resolvedUrl)),[o,n]}async function ze(e){const{initializeExports:t,initializeReplacements:o,configureRuntimeStartup:n,configureEmscriptenStartup:r,configureWorkerStartup:s,setRuntimeGlobals:i,passEmscriptenInternals:a}=e[0],{default:l}=e[1];i(Ae),t(Ae),await n(),Re.runtimeModuleLoaded.promise_control.resolve(),l((e=>(Object.assign(Ie,{ready:e.ready,__dotnet_runtime:{initializeReplacements:o,configureEmscriptenStartup:r,configureWorkerStartup:s,passEmscriptenInternals:a}}),Ie)))}const Fe=new class{withModuleConfig(e){try{return fe(Ie,e),this}catch(e){throw ke(1,e),e}}withOnConfigLoaded(e){try{return fe(Ie,{onConfigLoaded:e}),this}catch(e){throw ke(1,e),e}}withConsoleForwarding(){try{return de(Ue,{forwardConsoleLogsToWS:!0}),this}catch(e){throw ke(1,e),e}}withExitOnUnhandledError(){const e=function(e,t){e.preventDefault();try{t&&t.silent||ke(1,t)}catch(e){}};try{return ve&&(window.addEventListener("unhandledrejection",(t=>e(t,t.reason))),window.addEventListener("error",(t=>e(t,t.error)))),this}catch(e){throw ke(1,e),e}}withAsyncFlushOnExit(){try{return de(Ue,{asyncFlushOnExit:!0}),this}catch(e){throw ke(1,e),e}}withExitCodeLogging(){try{return de(Ue,{logExitCode:!0}),this}catch(e){throw ke(1,e),e}}withElementOnExit(){try{return de(Ue,{appendElementOnExit:!0}),this}catch(e){throw ke(1,e),e}}withInteropCleanupOnExit(){try{return de(Ue,{interopCleanupOnExit:!0}),this}catch(e){throw ke(1,e),e}}withAssertAfterExit(){try{return de(Ue,{assertAfterExit:!0}),this}catch(e){throw ke(1,e),e}}withWaitingForDebugger(e){try{return de(Ue,{waitForDebugger:e}),this}catch(e){throw ke(1,e),e}}withStartupMemoryCache(e){try{return de(Ue,{startupMemoryCache:e}),this}catch(e){throw ke(1,e),e}}withConfig(e){try{return de(Ue,e),this}catch(e){throw ke(1,e),e}}withConfigSrc(e){try{return e&&"string"==typeof e||De(!1,"must be file path or URL"),fe(Ie,{configSrc:e}),this}catch(e){throw ke(1,e),e}}withVirtualWorkingDirectory(e){try{return e&&"string"==typeof e||De(!1,"must be directory path"),this.virtualWorkingDirectory=e,this}catch(e){throw ke(1,e),e}}withEnvironmentVariable(e,t){try{const o={};return o[e]=t,de(Ue,{environmentVariables:o}),this}catch(e){throw ke(1,e),e}}withEnvironmentVariables(e){try{return e&&"object"==typeof e||De(!1,"must be dictionary object"),de(Ue,{environmentVariables:e}),this}catch(e){throw ke(1,e),e}}withDiagnosticTracing(e){try{return"boolean"!=typeof e&&De(!1,"must be boolean"),de(Ue,{diagnosticTracing:e}),this}catch(e){throw ke(1,e),e}}withDebugging(e){try{return e&&"number"==typeof e||De(!1,"must be number"),de(Ue,{debugLevel:e}),this}catch(e){throw ke(1,e),e}}withApplicationArguments(...e){try{return e&&Array.isArray(e)||De(!1,"must be array of strings"),this.applicationArguments=e,this}catch(e){throw ke(1,e),e}}withRuntimeOptions(e){try{return e&&Array.isArray(e)||De(!1,"must be array of strings"),de(Ue,{runtimeOptions:e}),this}catch(e){throw ke(1,e),e}}withMainAssembly(e){try{return de(Ue,{mainAssemblyName:e}),this}catch(e){throw ke(1,e),e}}withApplicationArgumentsFromQuery(){try{if(!globalThis.window)throw new Error("Missing window to the query parameters from");if(void 0===globalThis.URLSearchParams)throw new Error("URLSearchParams is supported");const e=new URLSearchParams(window.location.search).getAll("arg");return this.withApplicationArguments(...e)}catch(e){throw ke(1,e),e}}withApplicationEnvironment(e){try{return de(Ue,{applicationEnvironment:e}),this}catch(e){throw ke(1,e),e}}withApplicationCulture(e){try{return de(Ue,{applicationCulture:e}),this}catch(e){throw ke(1,e),e}}withResourceLoader(e){try{return Re.loadBootResource=e,this}catch(e){throw ke(1,e),e}}async create(){try{if(this.instance||(ve&&Ie.config.forwardConsoleLogsToWS&&void 0!==globalThis.WebSocket&&f("main",globalThis.console,globalThis.location.origin),Ie||De(!1,"Null moduleConfig"),Ie.config||De(!1,"Null moduleConfig.config"),await Ne(Ie),this.instance=Ae.api),this.virtualWorkingDirectory){const e=this.instance.Module.FS,t=e.stat(this.virtualWorkingDirectory);t&&e.isDir(t.mode)||De(!1,`Could not find working directory ${this.virtualWorkingDirectory}`),e.chdir(this.virtualWorkingDirectory)}return this.instance}catch(e){throw ke(1,e),e}}async run(){try{if(Ie.config||De(!1,"Null moduleConfig.config"),this.instance||await this.create(),Ie.config.mainAssemblyName||De(!1,"Null moduleConfig.config.mainAssemblyName"),!this.applicationArguments)if(we){const e=await import("process");this.applicationArguments=e.argv.slice(2)}else this.applicationArguments=[];return this.instance.runMainAndExit(Ie.config.mainAssemblyName,this.applicationArguments)}catch(e){throw ke(1,e),e}}},We=ke,Be=Ne;_e||"function"==typeof globalThis.URL||De(!1,"This browser/engine doesn't support URL API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"),"function"!=typeof globalThis.BigInt64Array&&De(!1,"This browser/engine doesn't support BigInt64Array API. Please use a modern version. See also https://aka.ms/dotnet-wasm-features");export{Be as default,Fe as dotnet,We as exit}; -//# sourceMappingURL=dotnet.js.map diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.gz deleted file mode 100644 index bada8b2..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map b/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map deleted file mode 100644 index bdefed0..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"dotnet.js","sources":["https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/node_modules/wasm-feature-detect/dist/esm/index.js","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/promise-controller.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/logging.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/assetsCache.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/polyfills.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/icu.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/assets.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/libraryInitializers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/config.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/exit.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/worker.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/run.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/loader/index.ts"],"sourcesContent":["export const bigInt=()=>(async e=>{try{return(await WebAssembly.instantiate(e)).instance.exports.b(BigInt(0))===BigInt(0)}catch(e){return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,126,1,126,3,2,1,0,7,5,1,1,98,0,0,10,6,1,4,0,32,0,11])),bulkMemory=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,3,1,0,1,10,14,1,12,0,65,0,65,0,65,0,252,10,0,0,11])),exceptions=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),extendedConst=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,5,3,1,0,1,11,9,1,0,65,1,65,2,106,11,0])),gc=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,10,2,95,1,125,0,96,0,1,107,0,3,2,1,1,10,12,1,10,0,67,0,0,0,0,251,7,0,11])),memory64=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,5,3,1,4,1])),multiValue=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,0,2,127,127,3,2,1,0,10,8,1,6,0,65,0,65,0,11])),mutableGlobals=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,2,8,1,1,97,1,98,3,127,1,6,6,1,127,1,65,0,11,7,5,1,1,97,3,1])),referenceTypes=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,7,1,5,0,208,112,26,11])),relaxedSimd=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,15,1,13,0,65,1,253,15,65,2,253,15,253,128,2,11])),saturatedFloatToInt=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,12,1,10,0,67,0,0,0,0,252,0,26,11])),signExtensions=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,65,0,192,26,11])),simd=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),streamingCompilation=()=>(async()=>\"compileStreaming\"in WebAssembly)(),tailCall=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,6,1,4,0,18,0,11])),threads=()=>(async e=>{try{return\"undefined\"!=typeof MessageChannel&&(new MessageChannel).port1.postMessage(new SharedArrayBuffer(1)),WebAssembly.validate(e)}catch(e){return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11]));\n",null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["exceptions","async","WebAssembly","validate","Uint8Array","simd","promise_control_symbol","Symbol","for","createPromiseController","afterResolve","afterReject","promise_control","promise","Promise","resolve","reject","isDone","data","reason","controllablePromise","getPromiseController","assertIsControllablePromise","undefined","mono_assert","prefix","mono_log_debug","msg","loaderHelpers","diagnosticTracing","console","debug","mono_log_info_no_prefix","info","mono_log_warn","warn","mono_log_error","length","silent","error","consoleWebSocket","setup_proxy_console","id","origin","originalConsole","log","anyConsole","proxyConsoleMethod","func","asJson","args","payload","toString","JSON","stringify","e","now","Date","toISOString","method","arguments","slice","err","methods","m","consoleUrl","replace","WebSocket","addEventListener","event","send","readyState","OPEN","usedCacheKeys","networkLoads","cacheLoads","cacheIfUsed","node_fs","node_url","logDownloadStatsToConsole","cacheLoadsEntries","Object","values","networkLoadsEntries","cacheResponseBytes","countTotalBytes","networkResponseBytes","totalResponseBytes","useStyle","ENVIRONMENT_IS_WEB","style","linkerDisabledWarning","config","linkerEnabled","groupCollapsed","toDataSizeString","table","groupEnd","purgeUnusedCacheEntriesAsync","cache","deletionPromises","keys","map","cachedRequest","url","delete","all","getCacheKey","asset","resolvedUrl","hash","loads","reduce","prev","item","responseBytes","byteCount","toFixed","getIcuResourceName","_a","resources","icu","globalizationMode","culture","applicationCulture","navigator","languages","Intl","DateTimeFormat","resolvedOptions","locale","icuFiles","icuFile","split","includes","getShardedIcuResourceName","URLPolyfill","constructor","this","fetch_like","init","hasFetch","globalThis","ENVIRONMENT_IS_NODE","isFileUrl","startsWith","fetch","credentials","INTERNAL","require","fileURLToPath","arrayBuffer","promises","readFile","ok","headers","get","json","parse","text","Error","read","status","statusText","makeURLAbsoluteWithApplicationBase","isPathAbsolute","indexOf","URL","document","baseURI","protocolRx","windowsAbsoluteRx","path","ENVIRONMENT_IS_SHELL","test","throttlingPromise","parallel_count","containedInSnapshotAssets","alwaysLoadedAssets","singleAssets","Map","jsRuntimeModulesAssetTypes","jsModulesAssetTypes","singleAssetTypes","dotnetwasm","heap","manifest","appendQueryAssetTypes","skipDownloadsByAssetTypes","skipBufferByAssetTypes","symbols","containedInSnapshotByAssetTypes","resource","assembly","pdb","skipInstantiateByAssetTypes","shouldLoadIcuAsset","behavior","name","preferredIcuAsset","convert_single_asset","assetsCollection","set_single_asset","push","set","resolve_single_asset_path","get_single_asset","locateFile","customLoadResult","invokeLoadBootResource","appendUniqueQuery","mono_download_assets","promises_of_assets","countAndStartDownload","expected_instantiated_assets_count","expected_downloaded_assets_count","start_asset_download","memorySnapshotSkippedOrDone","runtimeHelpers","loadedMemorySnapshotSize","cleanupAsset","resolve_path","virtualName","virtualPath","_loaded_files","file","allDownloadsQueued","runtimeModuleLoaded","promises_of_asset_instantiation","downloadPromise","buffer","beforeOnRuntimeInitialized","instantiate_asset","instantiate_symbols_asset","actual_downloaded_assets_count","then","allAssetsInMemory","catch","mono_exit","retrieve_asset_download","pendingAsset","pendingDownloadInternal","response","start_asset_download_with_throttle","enableDownloadRetry","pendingDownload","setTimeout","maxParallelDownloads","TextDecoder","decode","sourcesList","loadRemote","remoteSources","sourcePrefix","trim","attemptUrl","loadingResource","download_resource","isOkToFail","isOptional","match","ignorePdbLoadErrors","out","start_asset_download_sources","old_throttling","modulesUniqueQuery","resourcesLoaded","totalResources","Set","fetchResponse","noCache","cacheKey","cachedResponse","parseInt","findCachedResponse","loadBootResource","fetchOptions","disableNoCacheFetch","useCredentials","disableIntegrityCheck","integrity","fetchResource","networkResponse","clonedResponse","clone","responseData","performanceEntry","performance","getEntriesByName","getPerformanceEntry","encodedBodySize","responseToCache","Response","put","addToCacheAsync","addCachedReponse","download_resource_with_cache","add","loadedAssemblies","onDownloadResourceProgress","size","monoToBlazorAssetTypeMap","vfs","requestHash","resourceType","moduleExports","fileName","lastIndexOfSlash","lastIndexOf","substring","importLibraryInitializers","libraryInitializers","initializerFiles","f","adjustedPath","initializer","import","scriptName","exports","importInitializer","invokeLibraryInitializers","functionName","i","abortStartupOnError","methodName","callback","deep_merge_config","target","source","providedConfig","assets","deep_merge_resources","jsModuleNative","jsModuleRuntime","wasmNative","environmentVariables","runtimeOptions","assign","deep_merge_module","providedResources","lazyAssembly","jsModuleWorker","wasmSymbols","satelliteResources","deep_merge_dict","modulesAfterConfigLoaded","modulesAfterRuntimeReady","extensions","key","normalizeConfig","toMerge","assertAfterExit","debugLevel","BuildConfiguration","cachedResourcesPurgeDelay","hasDebuggingEnabled","waitForDebugger","startupMemoryCache","enablePerfMeasure","browserProfilerOptions","measure","configLoaded","isChromium","isFirefox","process","versions","node","ENVIRONMENT_IS_WORKER","importScripts","window","exportedRuntimeAPI","_loaderModuleLoaded","globalObjectsRoot","mono","binding","internal","module","api","condition","messageFactory","message","abort","is_exited","exitCode","is_runtime_running","runtimeReady","assert_runtime_running","exit_code","is_object","ExitStatus","stack","afterConfigLoaded","wasmDownloadPromise","dotnetReady","afterInstantiateWasm","beforePreInit","afterPreInit","afterPreRun","afterOnRuntimeInitialized","afterPostRun","abort_promises","mono_log","stringify_as_error_with_stack","logExitCode","stop_when_ws_buffer_empty","bufferedAmount","logOnExit","appendElementOnExit","tests_done_elem","createElement","background","innerHTML","body","appendChild","jiterpreter_dump_stats","interopCleanupOnExit","forceDisposeProxies","asyncFlushOnExit","flushStream","stream","on","write","stderrFlushed","stderr","stdoutFlushed","stdout","flush_node_streams","set_exit_code_and_quit_now","mono_wasm_exit","exit","quit","globalObjects","disableDotnet6Compatibility","mono_wasm_bindings_is_ready","javaScriptExports","gitHash","loadedFiles","actual_instantiated_assets_count","setLoaderGlobals","monoSymbol","workerMonoConfigReceived","monoConfig","createEmscripten","moduleFactory","extension","ready","minNodeVersion","execPath","scriptUrlQuery","queryIndex","dir","scriptUrl","scriptDirectory","brands","userAgentData","some","b","brand","userAgent","mod","createRequire","detect_features_and_polyfill","ENVIRONMENT_IS_PTHREAD","channel","MessageChannel","workerPort","port1","mainPort","port2","forwardConsoleLogsToWS","self","location","href","close","once","start","postMessage","monoCmd","port","setupPreloadChannelToMainThread","prepareAssetsWorker","importModules","es6Modules","initializeModules","createEmscriptenWorker","configSrc","configFilePath","defaultConfigSrc","loaderResponse","defaultLoadBootConfig","loadConfigResponse","loadedConfig","applicationEnvironment","modifiableAssemblies","aspnetCoreBrowserTools","readBootConfigResponse","loadBootConfig","onConfigLoaded","instantiateWasm","errMessage","isError","mono_wasm_load_config","modulesAssets","loadAllSatelliteResources","icuDataResourceName","appsettings","configUrl","configFileName","prepareAssets","cacheBootResources","caches","isSecureContext","cacheName","open","getCacheToUseIfEnabled","initCacheToUseIfEnabled","invariantMode","invariantEnv","hybridEnv","env_variables","timezone","timeZone","mono_log_info","init_globalization","createEmscriptenMain","jsModuleRuntimeAsset","jsModuleNativeAsset","jsModuleRuntimePromise","jsModuleNativePromise","initializeExports","initializeReplacements","configureRuntimeStartup","configureEmscriptenStartup","configureWorkerStartup","setRuntimeGlobals","passEmscriptenInternals","default","emscriptenFactory","originalModule","__dotnet_runtime","dotnet","withModuleConfig","moduleConfig","withOnConfigLoaded","withConsoleForwarding","withExitOnUnhandledError","handler","preventDefault","withAsyncFlushOnExit","withExitCodeLogging","withElementOnExit","withInteropCleanupOnExit","withAssertAfterExit","withWaitingForDebugger","level","withStartupMemoryCache","value","withConfig","withConfigSrc","withVirtualWorkingDirectory","vfsPath","virtualWorkingDirectory","withEnvironmentVariable","withEnvironmentVariables","variables","withDiagnosticTracing","enabled","withDebugging","withApplicationArguments","Array","isArray","applicationArguments","withRuntimeOptions","withMainAssembly","mainAssemblyName","withApplicationArgumentsFromQuery","URLSearchParams","search","getAll","withApplicationEnvironment","withApplicationCulture","withResourceLoader","instance","FS","Module","wds","stat","isDir","mode","chdir","create","argv","runMainAndExit","legacyEntrypoint","BigInt64Array"],"mappings":"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","x_google_ignoreList":[0]} \ No newline at end of file diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map.gz deleted file mode 100644 index 9d01d13..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.js.map.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js b/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js deleted file mode 100644 index 7a9ac80..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js +++ /dev/null @@ -1,17 +0,0 @@ - -var createDotnetRuntime = (() => { - var _scriptDir = import.meta.url; - - return ( -async function(createDotnetRuntime = {}) { - -var Module=typeof createDotnetRuntime!="undefined"?createDotnetRuntime:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(_nativeModuleLoaded)throw new Error("Native module already loaded");_nativeModuleLoaded=true;createDotnetRuntime=Module=createDotnetRuntime(Module);Module["getWasmIndirectFunctionTable"]=function(){return wasmTable};Module["getMemory"]=function(){return wasmMemory};var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;if(ENVIRONMENT_IS_NODE){const{createRequire:createRequire}=await import("module");var require=createRequire(import.meta.url);var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=require("url").fileURLToPath(new URL("./",import.meta.url))}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){let data;if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data=="object");return data};readAsync=function readAsync(f,onload,onerror){setTimeout(()=>onload(readBinary(f)),0)};if(typeof clearTimeout=="undefined"){globalThis.clearTimeout=id=>{}}if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit=="function"){quit_=(status,toThrow)=>{setTimeout(()=>{if(!(toThrow instanceof ExitStatus)){let toLog=toThrow;if(toThrow&&typeof toThrow=="object"&&toThrow.stack){toLog=[toThrow,toThrow.stack]}err("exiting due to exception: "+toLog)}quit(status)});throw toThrow}}if(typeof print!="undefined"){if(typeof console=="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx>10,56320|ch&1023)}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&c<=57343){len+=4;++i}else{len+=3}}return len}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();FS.ignorePermissions=false;TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);callRuntimeCallbacks(__ATINIT__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;if(Module["locateFile"]){wasmBinaryFile="dotnet.native.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}}else{wasmBinaryFile=new URL("dotnet.native.wasm",import.meta.url).href}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(binaryFile){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(binaryFile)){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+binaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(binaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(binaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(binaryFile)})}function instantiateArrayBuffer(binaryFile,imports,receiver){return getBinaryPromise(binaryFile).then(function(binary){return WebAssembly.instantiate(binary,imports)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(binary,binaryFile,imports,callback){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,imports);return result.then(callback,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(binaryFile,imports,callback)})})}else{return instantiateArrayBuffer(binaryFile,imports,callback)}}function createWasm(){var info={"env":wasmImports,"wasi_snapshot_preview1":wasmImports};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["memory"];updateMemoryViews();wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate");return exports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err("Module.instantiateWasm callback failed with error: "+e);readyPromiseReject(e)}}instantiateAsync(wasmBinary,wasmBinaryFile,info,receiveInstantiationResult).catch(readyPromiseReject);return{}}var tempDouble;var tempI64;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}function callRuntimeCallbacks(callbacks){while(callbacks.length>0){callbacks.shift()(Module)}}function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP64[ptr>>3];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort("invalid type for getValue: "+type)}}function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;case"*":HEAPU32[ptr>>2]=value;break;default:abort("invalid type for setValue: "+type)}}var exceptionCaught=[];function exception_addRef(info){info.add_ref()}var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var info=new ExceptionInfo(ptr);if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(info);exception_addRef(info);return info.get_exception_ptr()}var exceptionLast=0;var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func}function exception_decRef(info){if(info.release_ref()&&!info.get_rethrown()){var destructor=info.get_destructor();if(destructor){getWasmTableEntry(destructor)(info.excPtr)}___cxa_free_exception(info.excPtr)}}function ___cxa_end_catch(){_setThrew(0);var info=exceptionCaught.pop();exception_decRef(info);exceptionLast=0}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){HEAPU32[this.ptr+4>>2]=type};this.get_type=function(){return HEAPU32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAPU32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAPU32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1};this.set_adjusted_ptr=function(adjustedPtr){HEAPU32[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return HEAPU32[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return HEAPU32[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}function ___resumeException(ptr){if(!exceptionLast){exceptionLast=ptr}throw ptr}function ___cxa_find_matching_catch(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0}var info=new ExceptionInfo(thrown);info.set_adjusted_ptr(thrown);var thrownType=info.get_type();if(!thrownType){setTempRet0(0);return thrown}for(var i=0;ipath.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments);return PATH.normalize(paths.join("/"))},join2:(l,r)=>{return PATH.normalize(l+"/"+r)}};function getRandomDevice(){if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){var randomBuffer=new Uint8Array(1);return()=>{crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return()=>crypto_module["randomBytes"](1)[0]}catch(e){}}return()=>abort("randomDevice")}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var TTY={ttys:[],init:function(){},shutdown:function(){},register:function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open:function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close:function(stream){stream.tty.ops.fsync(stream.tty)},fsync:function(stream){stream.tty.ops.fsync(stream.tty)},read:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function zeroMemory(address,size){HEAPU8.fill(0,address,address+size);return address}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(!ptr)return 0;return zeroMemory(ptr,size)}var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray:function(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length{assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},event=>{if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)}var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,lookupPath:(path,opts={})=>{path=PATH_FS.resolve(path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:node=>{var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:(parentid,name)=>{var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:node=>{var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:node=>{var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:(parent,name)=>{var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:(parent,name,mode,rdev)=>{var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:node=>{FS.hashRemoveNode(node)},isRoot:node=>{return node===node.parent},isMountpoint:node=>{return!!node.mounted},isFile:mode=>{return(mode&61440)===32768},isDir:mode=>{return(mode&61440)===16384},isLink:mode=>{return(mode&61440)===40960},isChrdev:mode=>{return(mode&61440)===8192},isBlkdev:mode=>{return(mode&61440)===24576},isFIFO:mode=>{return(mode&61440)===4096},isSocket:mode=>{return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:str=>{var flags=FS.flagModes[str];if(typeof flags=="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:flag=>{var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:(node,perms)=>{if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:dir=>{var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:(dir,name)=>{try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:(dir,name,isdir)=>{var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:(node,flags)=>{if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:(fd_start=0,fd_end=FS.MAX_OPEN_FDS)=>{for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:fd=>FS.streams[fd],createStream:(stream,fd_start,fd_end)=>{if(!FS.FSStream){FS.FSStream=function(){this.shared={}};FS.FSStream.prototype={};Object.defineProperties(FS.FSStream.prototype,{object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get:function(){return this.shared.position},set:function(val){this.shared.position=val}}})}stream=Object.assign(new FS.FSStream,stream);var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:fd=>{FS.streams[fd]=null},chrdev_stream_ops:{open:stream=>{var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:()=>{throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice:(dev,ops)=>{FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts:mount=>{var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:(populate,callback)=>{if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:(type,opts,mountpoint)=>{var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:mountpoint=>{var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:(parent,name)=>{return parent.node_ops.lookup(parent,name)},mknod:(path,mode,dev)=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:(path,mode)=>{mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:(path,mode)=>{mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:(path,mode)=>{var dirs=path.split("/");var d="";for(var i=0;i{if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink:(oldpath,newpath)=>{if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename:(old_path,new_path)=>{var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir:path=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink:path=>{var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return PATH_FS.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))},stat:(path,dontFollow)=>{var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat:path=>{return FS.stat(path,true)},chmod:(path,mode,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})},lchmod:(path,mode)=>{FS.chmod(path,mode,true)},fchmod:(fd,mode)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chmod(stream.node,mode)},chown:(path,uid,gid,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown:(path,uid,gid)=>{FS.chown(path,uid,gid,true)},fchown:(fd,uid,gid)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chown(stream.node,uid,gid)},truncate:(path,len)=>{if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate:(fd,len)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime:(path,atime,mtime)=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})},open:(path,flags,mode)=>{if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode=="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close:stream=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed:stream=>{return stream.fd===null},llseek:(stream,offset,whence)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read:(stream,buffer,offset,length,position)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write:(stream,buffer,offset,length,position,canOwn)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate:(stream,offset,length)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap:(stream,length,position,prot,flags)=>{if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync:(stream,buffer,offset,length,mmapFlags)=>{if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},munmap:stream=>0,ioctl:(stream,cmd,arg)=>{if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile:(path,opts={})=>{opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile:(path,data,opts={})=>{opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir:path=>{var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories:()=>{FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices:()=>{FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var random_device=getRandomDevice();FS.createDevice("/dev","random",random_device);FS.createDevice("/dev","urandom",random_device);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:()=>{FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:()=>{var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup:(parent,name)=>{var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams:()=>{if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},ensureErrnoError:()=>{if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.name="ErrnoError";this.node=node;this.setErrno=function(errno){this.errno=errno};this.setErrno(errno);this.message="FS error"};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack=""})},staticInit:()=>{FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init:(input,output,error)=>{FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit:()=>{FS.init.initialized=false;for(var i=0;i{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode},findObject:(path,dontResolveLastLink)=>{var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath:(path,dontResolveLastLink)=>{try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath:(parent,path,canRead,canWrite)=>{parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile:(parent,name,properties,canRead,canWrite)=>{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile:(parent,name,data,canRead,canWrite,canOwn)=>{var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:stream=>{stream.seekable=false},close:stream=>{if(output&&output.buffer&&output.buffer.length){output(10)}},read:(stream,buffer,offset,length,pos)=>{var bytesRead=0;for(var i=0;i{for(var i=0;i{if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(read_){try{obj.contents=intArrayFromString(read_(obj.url),true);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}},createLazyFile:(parent,name,url,canRead,canWrite)=>{function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr:ptr,allocated:true}};node.stream_ops=stream_ops;return node},createPreloadedFile:(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}if(Browser.handledByPreloadPlugin(byteArray,fullname,finish,()=>{if(onerror)onerror();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,byteArray=>processData(byteArray),onerror)}else{processData(url)}},indexedDB:()=>{return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:()=>{return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:(paths,onload=(()=>{}),onerror=(()=>{}))=>{var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=()=>{out("creating db");var db=openRequest.result;db.createObjectStore(FS.DB_STORE_NAME)};openRequest.onsuccess=()=>{var db=openRequest.result;var transaction=db.transaction([FS.DB_STORE_NAME],"readwrite");var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var putRequest=files.put(FS.analyzePath(path).object.contents,path);putRequest.onsuccess=()=>{ok++;if(ok+fail==total)finish()};putRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror},loadFilesFromDB:(paths,onload=(()=>{}),onerror=(()=>{}))=>{var indexedDB=FS.indexedDB();try{var openRequest=indexedDB.open(FS.DB_NAME(),FS.DB_VERSION)}catch(e){return onerror(e)}openRequest.onupgradeneeded=onerror;openRequest.onsuccess=()=>{var db=openRequest.result;try{var transaction=db.transaction([FS.DB_STORE_NAME],"readonly")}catch(e){onerror(e);return}var files=transaction.objectStore(FS.DB_STORE_NAME);var ok=0,fail=0,total=paths.length;function finish(){if(fail==0)onload();else onerror()}paths.forEach(path=>{var getRequest=files.get(path);getRequest.onsuccess=()=>{if(FS.analyzePath(path).exists){FS.unlink(path)}FS.createDataFile(PATH.dirname(path),PATH.basename(path),getRequest.result,true,true,true);ok++;if(ok+fail==total)finish()};getRequest.onerror=()=>{fail++;if(ok+fail==total)finish()}});transaction.onerror=onerror};openRequest.onerror=onerror}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,path)},doStat:function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-54}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAPU32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();tempI64=[Math.floor(atime/1e3)>>>0,(tempDouble=Math.floor(atime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+56>>2]=tempI64[0],HEAP32[buf+60>>2]=tempI64[1];HEAPU32[buf+64>>2]=atime%1e3*1e3;tempI64=[Math.floor(mtime/1e3)>>>0,(tempDouble=Math.floor(mtime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+72>>2]=tempI64[0],HEAP32[buf+76>>2]=tempI64[1];HEAPU32[buf+80>>2]=mtime%1e3*1e3;tempI64=[Math.floor(ctime/1e3)>>>0,(tempDouble=Math.floor(ctime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+88>>2]=tempI64[0],HEAP32[buf+92>>2]=tempI64[1];HEAPU32[buf+96>>2]=ctime%1e3*1e3;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+104>>2]=tempI64[0],HEAP32[buf+108>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream}};function ___syscall_chdir(path){try{path=SYSCALLS.getStr(path);FS.chdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_chmod(path,mode){try{path=SYSCALLS.getStr(path);FS.chmod(path,mode);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var SOCKFS={mount:function(mount){Module["websocket"]=Module["websocket"]&&"object"===typeof Module["websocket"]?Module["websocket"]:{};Module["websocket"]._callbacks={};Module["websocket"]["on"]=function(event,callback){if("function"===typeof callback){this._callbacks[event]=callback}return this};Module["websocket"].emit=function(event,param){if("function"===typeof this._callbacks[event]){this._callbacks[event].call(this,param)}};return FS.createNode(null,"/",16384|511,0)},createSocket:function(family,type,protocol){type&=~526336;var streaming=type==1;if(streaming&&protocol&&protocol!=6){throw new FS.ErrnoError(66)}var sock={family:family,type:type,protocol:protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node:node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket:function(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll:function(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl:function(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read:function(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write:function(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close:function(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname:function(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return"socket["+SOCKFS.nextname.current+++"]"},websocket_sock_ops:{createPeer:function(sock,addr,port){var ws;if(typeof addr=="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var runtimeConfig=Module["websocket"]&&"object"===typeof Module["websocket"];var url="ws:#".replace("#","//");if(runtimeConfig){if("string"===typeof Module["websocket"]["url"]){url=Module["websocket"]["url"]}}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}var subProtocols="binary";if(runtimeConfig){if("string"===typeof Module["websocket"]["subprotocol"]){subProtocols=Module["websocket"]["subprotocol"]}}var opts=undefined;if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=subProtocols}if(runtimeConfig&&null===Module["websocket"]["subprotocol"]){subProtocols="null";opts=undefined}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(23)}}var peer={addr:addr,port:port,socket:ws,dgram_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!="undefined"){peer.dgram_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer:function(sock,addr,port){return sock.peers[addr+":"+port]},addPeer:function(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer:function(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents:function(sock,peer){var first=true;var handleOpen=function(){Module["websocket"].emit("open",sock.stream.fd);try{var queued=peer.dgram_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.dgram_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data=="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}data=new Uint8Array(data)}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data:data});Module["websocket"].emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,isBinary){if(!isBinary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){Module["websocket"].emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=14;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){Module["websocket"].emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=14;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll:function(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=16}return mask},ioctl:function(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return 28}},close:function(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i>2]=value;return value}function inetNtop4(addr){return(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255)}function inetNtop6(ints){var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family:family,addr:addr,port:port}}function inetPton4(str){var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0}function jstoi_q(str){return parseInt(str)}function inetPton6(str){var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w>1]=2;return 0}case 6:case 7:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstatfs64(fd,size,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return ___syscall_statfs64(0,size,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var MAX_INT53=9007199254740992;var MIN_INT53=-9007199254740992;function bigintToI53Checked(num){return numMAX_INT53?NaN:Number(num)}function ___syscall_ftruncate64(fd,length){try{length=bigintToI53Checked(length);if(isNaN(length))return-61;FS.ftruncate(fd,length);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_mkdirat(dirfd,path,mode){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function writeSockaddr(sa,family,addr,port,addrlen){switch(family){case 2:addr=inetPton4(addr);zeroMemory(sa,16);if(addrlen){HEAP32[addrlen>>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);break;case 10:addr=inetPton6(addr);zeroMemory(sa,28);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);break;default:return 5}return 0}function ___syscall_recvfrom(fd,buf,len,flags,addr,addrlen){try{var sock=getSocketFromFD(fd);var msg=sock.sock_ops.recvmsg(sock,len);if(!msg)return 0;if(addr){var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(msg.addr),msg.port,addrlen)}HEAPU8.set(msg.buffer,buf);return msg.buffer.byteLength}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_renameat(olddirfd,oldpath,newdirfd,newpath){try{oldpath=SYSCALLS.getStr(oldpath);newpath=SYSCALLS.getStr(newpath);oldpath=SYSCALLS.calculateAt(olddirfd,oldpath);newpath=SYSCALLS.calculateAt(newdirfd,newpath);FS.rename(oldpath,newpath);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_sendto(fd,message,length,flags,addr,addr_len){try{var sock=getSocketFromFD(fd);var dest=getSocketAddress(addr,addr_len,true);if(!dest){return FS.write(sock.stream,HEAP8,message,length)}return sock.sock_ops.sendmsg(sock,HEAP8,message,length,dest.addr,dest.port)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_symlink(target,linkpath){try{target=SYSCALLS.getStr(target);linkpath=SYSCALLS.getStr(linkpath);FS.symlink(target,linkpath);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function readI53FromI64(ptr){return HEAPU32[ptr>>2]+HEAP32[ptr+4>>2]*4294967296}function ___syscall_utimensat(dirfd,path,times,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path,true);if(!times){var atime=Date.now();var mtime=atime}else{var seconds=readI53FromI64(times);var nanoseconds=HEAP32[times+8>>2];atime=seconds*1e3+nanoseconds/(1e3*1e3);times+=16;seconds=readI53FromI64(times);nanoseconds=HEAP32[times+8>>2];mtime=seconds*1e3+nanoseconds/(1e3*1e3)}FS.utime(path,atime,mtime);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var nowIsMonotonic=true;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function __gmtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getUTCSeconds();HEAP32[tmPtr+4>>2]=date.getUTCMinutes();HEAP32[tmPtr+8>>2]=date.getUTCHours();HEAP32[tmPtr+12>>2]=date.getUTCDate();HEAP32[tmPtr+16>>2]=date.getUTCMonth();HEAP32[tmPtr+20>>2]=date.getUTCFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getUTCDay();var start=Date.UTC(date.getUTCFullYear(),0,1,0,0,0,0);var yday=(date.getTime()-start)/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}var __MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var __MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];function __yday_from_date(date){var isLeapYear=__isLeapYear(date.getFullYear());var monthDaysCumulative=isLeapYear?__MONTH_DAYS_LEAP_CUMULATIVE:__MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday}function __localtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=__yday_from_date(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}function __mmap_js(len,prot,flags,fd,off,allocated,addr){try{var stream=SYSCALLS.getStreamFromFD(fd);var res=FS.mmap(stream,len,off,prot,flags);var ptr=res.ptr;HEAP32[allocated>>2]=res.allocated;HEAPU32[addr>>2]=ptr;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __msync_js(addr,len,prot,flags,fd,offset){try{SYSCALLS.doMsync(addr,SYSCALLS.getStreamFromFD(fd),len,flags,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __munmap_js(addr,len,prot,flags,fd,offset){try{var stream=SYSCALLS.getStreamFromFD(fd);if(prot&2){SYSCALLS.doMsync(addr,stream,len,flags,offset)}FS.munmap(stream)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}function __tzset_js(timezone,daylight,tzname){var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAPU32[tzname+4>>2]=summerNamePtr}else{HEAPU32[tzname>>2]=summerNamePtr;HEAPU32[tzname+4>>2]=winterNamePtr}}function _abort(){abort("")}var dlopenMissingError="To use dlopen, you need enable dynamic linking, see https://github.com/emscripten-core/emscripten/wiki/Linking";function _dlopen(handle){abort(dlopenMissingError)}var DOTNETENTROPY={getBatchedRandomValues:function(buffer,bufferLength){const batchedQuotaMax=65536;const needTempBuf=typeof SharedArrayBuffer!=="undefined"&&Module.HEAPU8.buffer instanceof SharedArrayBuffer;const buf=needTempBuf?new ArrayBuffer(bufferLength):Module.HEAPU8.buffer;const offset=needTempBuf?0:buffer;for(let i=0;i{var t=process.hrtime();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!="undefined"){_emscripten_get_now=dateNow}else _emscripten_get_now=()=>performance.now();function _emscripten_get_now_res(){if(ENVIRONMENT_IS_NODE){return 1}else if(typeof dateNow!="undefined"){return 1e3}else return 1e3}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){var b=wasmMemory.buffer;try{wasmMemory.grow(size-b.byteLength+65535>>>16);updateMemoryViews();return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}let alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAPU32[penviron_buf_size>>2]=bufSize;return 0}function _proc_exit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}function exitJS(status,implicit){EXITSTATUS=status;_proc_exit(status)}var _exit=exitJS;function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_fdstat_get(fd,pbuf){try{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4;HEAP8[pbuf>>0]=type;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doReadv(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doWritev(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(typeof offset!=="undefined"){offset+=curr}}return ret}function _fd_pwrite(fd,iov,iovcnt,offset,pnum){try{offset=bigintToI53Checked(offset);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt,offset);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_seek(fd,offset,whence,newOffset){try{offset=bigintToI53Checked(offset);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_sync(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);if(stream.stream_ops&&stream.stream_ops.fsync){return stream.stream_ops.fsync(stream)}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _llvm_eh_typeid_for(type){return type}var DOTNET={setup:function setup(linkerSetup){const pthreadReplacements={};const dotnet_replacements={fetch:globalThis.fetch,require:require,updateMemoryViews:updateMemoryViews,pthreadReplacements:pthreadReplacements,scriptDirectory:scriptDirectory,noExitRuntime:noExitRuntime};const ENVIRONMENT_IS_PTHREAD=false;Module.__dotnet_runtime.passEmscriptenInternals({isPThread:ENVIRONMENT_IS_PTHREAD,quit_:quit_,ExitStatus:ExitStatus,...linkerSetup});Module.__dotnet_runtime.initializeReplacements(dotnet_replacements);Module.__dotnet_runtime.configureEmscriptenStartup(Module);updateMemoryViews=dotnet_replacements.updateMemoryViews;noExitRuntime=dotnet_replacements.noExitRuntime;fetch=dotnet_replacements.fetch;require=dotnet_replacements.require;_scriptDir=__dirname=scriptDirectory=dotnet_replacements.scriptDirectory}};function _mono_interp_flush_jitcall_queue(){return{runtime_idx:12}}function _mono_interp_invoke_wasm_jit_call_trampoline(){return{runtime_idx:11}}function _mono_interp_jit_wasm_entry_trampoline(){return{runtime_idx:9}}function _mono_interp_jit_wasm_jit_call_trampoline(){return{runtime_idx:10}}function _mono_interp_record_interp_entry(){return{runtime_idx:8}}function _mono_interp_tier_prepare_jiterpreter(){return{runtime_idx:7}}function _mono_jiterp_do_jit_call_indirect(){return{runtime_idx:13}}function _mono_wasm_add_dbg_command_received(){return{runtime_idx:3}}function _mono_wasm_asm_loaded(){return{runtime_idx:1}}function _mono_wasm_bind_cs_function(){return{runtime_idx:23}}function _mono_wasm_bind_js_function(){return{runtime_idx:20}}function _mono_wasm_change_case(){return{runtime_idx:26}}function _mono_wasm_change_case_invariant(){return{runtime_idx:25}}function _mono_wasm_compare_string(){return{runtime_idx:27}}function _mono_wasm_create_cs_owned_object_ref(){return{runtime_idx:41}}function _mono_wasm_debugger_log(){return{runtime_idx:2}}function _mono_wasm_ends_with(){return{runtime_idx:29}}function _mono_wasm_fire_debugger_agent_message_with_data(){return{runtime_idx:4}}function _mono_wasm_get_by_index_ref(){return{runtime_idx:38}}function _mono_wasm_get_calendar_info(){return{runtime_idx:31}}function _mono_wasm_get_culture_info(){return{runtime_idx:32}}function _mono_wasm_get_first_day_of_week(){return{runtime_idx:33}}function _mono_wasm_get_first_week_of_year(){return{runtime_idx:34}}function _mono_wasm_get_global_object_ref(){return{runtime_idx:40}}function _mono_wasm_get_object_property_ref(){return{runtime_idx:36}}function _mono_wasm_index_of(){return{runtime_idx:30}}function _mono_wasm_invoke_bound_function(){return{runtime_idx:21}}function _mono_wasm_invoke_import(){return{runtime_idx:22}}function _mono_wasm_invoke_js_blazor(){return{runtime_idx:44}}function _mono_wasm_invoke_js_with_args_ref(){return{runtime_idx:35}}function _mono_wasm_marshal_promise(){return{runtime_idx:24}}function _mono_wasm_profiler_enter(){return{runtime_idx:14}}function _mono_wasm_profiler_leave(){return{runtime_idx:15}}function _mono_wasm_release_cs_owned_object(){return{runtime_idx:19}}function _mono_wasm_schedule_timer(){return{runtime_idx:0}}function _mono_wasm_set_by_index_ref(){return{runtime_idx:39}}function _mono_wasm_set_entrypoint_breakpoint(){return{runtime_idx:17}}function _mono_wasm_set_object_property_ref(){return{runtime_idx:37}}function _mono_wasm_starts_with(){return{runtime_idx:28}}function _mono_wasm_trace_logger(){return{runtime_idx:16}}function _mono_wasm_typed_array_from_ref(){return{runtime_idx:43}}function _mono_wasm_typed_array_to_array_ref(){return{runtime_idx:42}}function _schedule_background_exec(){return{runtime_idx:6}}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}return thisDate.getFullYear()}return thisDate.getFullYear()-1}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}return"PM"},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&__isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!__isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":function(date){return(date.tm_year+1900).toString().substring(2)},"%Y":function(date){return date.tm_year+1900},"%z":function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function getCFunc(ident){var func=Module["_"+ident];return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;itype==="number"||type==="boolean");var numericRet=returnType!=="string";if(numericRet&&numericArgs&&!opts){return getCFunc(ident)}return function(){return ccall(ident,returnType,argTypes,arguments,opts)}}function uleb128Encode(n,target){if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}}function sigToWasmTypes(sig){var typeNames={"i":"i32","j":"i32","f":"f32","d":"f64","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i>4;chr2=(enc2&15)<<4|enc3>>2;chr3=(enc3&3)<<6|enc4;output=output+String.fromCharCode(chr1);if(enc3!==64){output=output+String.fromCharCode(chr2)}if(enc4!==64){output=output+String.fromCharCode(chr3)}}while(i0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); - - - return createDotnetRuntime.ready -} - -); -})(); -export default createDotnetRuntime; -var fetch = fetch || undefined; var require = require || undefined; var __dirname = __dirname || ''; var _nativeModuleLoaded = false; diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js.gz deleted file mode 100644 index 53858a3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.8.0.2.deknxu92gu.js.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm b/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm deleted file mode 100644 index 308fc5e..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm.gz deleted file mode 100644 index 8221b64..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.native.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js b/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js deleted file mode 100644 index 68b6c94..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js +++ /dev/null @@ -1,4 +0,0 @@ -//! Licensed to the .NET Foundation under one or more agreements. -//! The .NET Foundation licenses this file to you under the MIT license. -var e="8.0.2";let t,n;const r="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,o="function"==typeof importScripts,a="object"==typeof window||o&&!r,s=!a&&!r&&!o;let i,c=null,l=null,u=null,p=!1,d=!0,_=!0,f=!1,m=!1,h=!1;function b(e){i=e.isPThread,p=e.linkerDisableLegacyJsInterop,d=e.linkerWasmEnableSIMD,_=e.linkerWasmEnableEH,f=e.linkerEnableAotProfiler,m=e.linkerEnableBrowserProfiler,l.quit=e.quit_,l.ExitStatus=e.ExitStatus,l.moduleGitHash=e.gitHash}function g(e){if(h)throw new Error("Runtime module already loaded");h=!0,t=e.module,n=e.internal,l=e.runtimeHelpers,u=e.loaderHelpers,c=e.api,Object.assign(l,{gitHash:"1381d5ebd2ab1f292848d5b19b80cf71ac332508",allAssetsInMemory:y(),dotnetReady:y(),afterInstantiateWasm:y(),beforePreInit:y(),afterPreInit:y(),afterPreRun:y(),beforeOnRuntimeInitialized:y(),afterOnRuntimeInitialized:y(),afterPostRun:y(),mono_wasm_exit:()=>{throw new Error("Mono shutdown")},abort:e=>{throw e}}),Object.assign(e.module.config,{}),Object.assign(e.api,{Module:e.module,...e.module}),Object.assign(e.api,{INTERNAL:e.internal})}function y(e,t){return u.createPromiseController(e,t)}function w(e,t){if(e)return;const n="Assert failed: "+("function"==typeof t?t():t),r=new Error(n);l.abort(r)}const S=0,k=0,v=0,E=0,U=0,I=-1,T=0,x=0,A=0;function j(e){return null==e}var R;!function(e){e[e.None=0]="None",e[e.Void=1]="Void",e[e.Discard=2]="Discard",e[e.Boolean=3]="Boolean",e[e.Byte=4]="Byte",e[e.Char=5]="Char",e[e.Int16=6]="Int16",e[e.Int32=7]="Int32",e[e.Int52=8]="Int52",e[e.BigInt64=9]="BigInt64",e[e.Double=10]="Double",e[e.Single=11]="Single",e[e.IntPtr=12]="IntPtr",e[e.JSObject=13]="JSObject",e[e.Object=14]="Object",e[e.String=15]="String",e[e.Exception=16]="Exception",e[e.DateTime=17]="DateTime",e[e.DateTimeOffset=18]="DateTimeOffset",e[e.Nullable=19]="Nullable",e[e.Task=20]="Task",e[e.Array=21]="Array",e[e.ArraySegment=22]="ArraySegment",e[e.Span=23]="Span",e[e.Action=24]="Action",e[e.Function=25]="Function",e[e.JSException=26]="JSException"}(R||(R={}));var L=!1;const C=[],$=32768;let N,D;const B=BigInt("9223372036854775807"),O=BigInt("-9223372036854775808");function M(){N||(N=t._malloc($),D=N),C.push(D)}function F(e,t,n){if(!Number.isSafeInteger(e))throw new Error(`Assert failed: Value is not an integer: ${e} (${typeof e})`);if(!(e>=t&&e<=n))throw new Error(`Assert failed: Overflow: value ${e} is out of ${t} ${n} range`)}function P(e,t){Ee().fill(0,e,e+t)}function z(e,n){const r=!!n;"number"==typeof n&&F(n,0,1),t.HEAP32[e>>>2]=r?1:0}function V(e,n){F(n,0,255),t.HEAPU8[e]=n}function W(e,n){F(n,0,65535),t.HEAPU16[e>>>1]=n}function H(e,t,n){F(n,0,65535),e[t>>>1]=n}function G(e,n){t.HEAPU32[e>>>2]=n}function q(e,n){F(n,0,4294967295),t.HEAPU32[e>>>2]=n}function J(e,n){F(n,-128,127),t.HEAP8[e]=n}function Y(e,n){F(n,-32768,32767),t.HEAP16[e>>>1]=n}function X(e,n){t.HEAP32[e>>>2]=n}function Z(e,n){F(n,-2147483648,2147483647),t.HEAP32[e>>>2]=n}function K(e){if(0!==e)switch(e){case 1:throw new Error("value was not an integer");case 2:throw new Error("value out of range");default:throw new Error("unknown internal error")}}function Q(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);K(St.mono_wasm_f64_to_i52(e,t))}function ee(e,t){if(!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not a safe integer: ${t} (${typeof t})`);if(!(t>=0))throw new Error("Assert failed: Can't convert negative Number into UInt64");K(St.mono_wasm_f64_to_u52(e,t))}function te(e,n){if("bigint"!=typeof n)throw new Error(`Assert failed: Value is not an bigint: ${n} (${typeof n})`);if(!(n>=O&&n<=B))throw new Error(`Assert failed: Overflow: value ${n} is out of ${O} ${B} range`);t.HEAP64[e>>>3]=n}function ne(e,n){if("number"!=typeof n)throw new Error(`Assert failed: Value is not a Number: ${n} (${typeof n})`);t.HEAPF32[e>>>2]=n}function re(e,n){if("number"!=typeof n)throw new Error(`Assert failed: Value is not a Number: ${n} (${typeof n})`);t.HEAPF64[e>>>3]=n}function oe(e){return!!t.HEAP32[e>>>2]}function ae(e){return t.HEAPU8[e]}function se(e){return t.HEAPU16[e>>>1]}function ie(e){return t.HEAPU32[e>>>2]}function ce(e,t){return e[t>>>2]}function le(e){return St.mono_wasm_get_i32_unaligned(e)}function ue(e){return St.mono_wasm_get_i32_unaligned(e)>>>0}function pe(e){return t.HEAP8[e]}function de(e){return t.HEAP16[e>>>1]}function _e(e){return t.HEAP32[e>>>2]}function fe(e){const t=St.mono_wasm_i52_to_f64(e,l._i52_error_scratch_buffer);return K(_e(l._i52_error_scratch_buffer)),t}function me(e){const t=St.mono_wasm_u52_to_f64(e,l._i52_error_scratch_buffer);return K(_e(l._i52_error_scratch_buffer)),t}function he(e){return t.HEAP64[e>>>3]}function be(e){return t.HEAPF32[e>>>2]}function ge(e){return t.HEAPF64[e>>>3]}function ye(e){const n=t._malloc(e.length);return new Uint8Array(Ee().buffer,n,e.length).set(e),n}function we(){return t.HEAP8}function Se(){return t.HEAP16}function ke(){return t.HEAP32}function ve(){return t.HEAP64}function Ee(){return t.HEAPU8}function Ue(){return t.HEAPU16}function Ie(){return t.HEAPU32}function Te(){return t.HEAPF32}function xe(){return t.HEAPF64}const Ae=8192;let je=null,Re=null,Le=0;const Ce=[],$e=[];function Ne(e,n){if(e<=0)throw new Error("capacity >= 1");const r=4*(e|=0),o=t._malloc(r);if(o%4!=0)throw new Error("Malloc returned an unaligned offset");return P(o,r),new WasmRootBufferImpl(o,e,!0,n)}function De(e){let t;if(!e)throw new Error("address must be a location in the native heap");return $e.length>0?(t=$e.pop(),t._set_address(e)):t=new Fe(e),t}function Be(e=void 0){let t;if(Ce.length>0)t=Ce.pop();else{const e=function(){if(j(je)||!Re){je=Ne(Ae,"js roots"),Re=new Int32Array(Ae),Le=Ae;for(let e=0;e>>2,this.__count=t,this.length=t,this.__handle=St.mono_wasm_register_root(e,o,r||"noname"),this.__ownsAllocation=n}_throw_index_out_of_range(){throw new Error("index out of range")}_check_in_range(e){(e>=this.__count||e<0)&&this._throw_index_out_of_range()}get_address(e){return this._check_in_range(e),this.__offset+4*e}get_address_32(e){return this._check_in_range(e),this.__offset32+e}get(e){this._check_in_range(e);const t=this.get_address_32(e);return Ie()[t]}set(e,t){const n=this.get_address(e);return St.mono_wasm_write_managed_pointer_unsafe(n,t),t}copy_value_from_address(e,t){const n=this.get_address(e);St.mono_wasm_copy_managed_pointer(n,t)}_unsafe_get(e){return Ie()[this.__offset32+e]}_unsafe_set(e,t){const n=this.__offset+e;St.mono_wasm_write_managed_pointer_unsafe(n,t)}clear(){this.__offset&&P(this.__offset,4*this.__count)}release(){this.__offset&&this.__ownsAllocation&&(St.mono_wasm_deregister_root(this.__offset),P(this.__offset,4*this.__count),t._free(this.__offset)),this.__handle=this.__offset=this.__count=this.__offset32=0}toString(){return`[root buffer @${this.get_address(0)}, size ${this.__count} ]`}}class Me{constructor(e,t){this.__buffer=e,this.__index=t}get_address(){return this.__buffer.get_address(this.__index)}get_address_32(){return this.__buffer.get_address_32(this.__index)}get address(){return this.__buffer.get_address(this.__index)}get(){return this.__buffer._unsafe_get(this.__index)}set(e){const t=this.__buffer.get_address(this.__index);return St.mono_wasm_write_managed_pointer_unsafe(t,e),e}copy_from(e){const t=e.address,n=this.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.address,n=e.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.address;St.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.address;St.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){const e=this.__buffer.get_address_32(this.__index);Ie()[e]=0}release(){if(!this.__buffer)throw new Error("No buffer");var e;Ce.length>128?(void 0!==(e=this.__index)&&(je.set(e,0),Re[Le]=e,Le++),this.__buffer=null,this.__index=0):(this.set(0),Ce.push(this))}toString(){return`[root @${this.address}]`}}class Fe{constructor(e){this.__external_address=U,this.__external_address_32=0,this._set_address(e)}_set_address(e){this.__external_address=e,this.__external_address_32=e>>>2}get address(){return this.__external_address}get_address(){return this.__external_address}get_address_32(){return this.__external_address_32}get(){return Ie()[this.__external_address_32]}set(e){return St.mono_wasm_write_managed_pointer_unsafe(this.__external_address,e),e}copy_from(e){const t=e.address,n=this.__external_address;St.mono_wasm_copy_managed_pointer(n,t)}copy_to(e){const t=this.__external_address,n=e.address;St.mono_wasm_copy_managed_pointer(n,t)}copy_from_address(e){const t=this.__external_address;St.mono_wasm_copy_managed_pointer(t,e)}copy_to_address(e){const t=this.__external_address;St.mono_wasm_copy_managed_pointer(e,t)}get value(){return this.get()}set value(e){this.set(e)}valueOf(){throw new Error("Implicit conversion of roots to pointers is no longer supported. Use .value or .address as appropriate")}clear(){Ie()[this.__external_address>>>2]=0}release(){$e.length<128&&$e.push(this)}toString(){return`[external root @${this.address}]`}}const Pe=new Map,ze="";let Ve;const We=new Map;let He,Ge,qe,Je,Ye=0,Xe=null,Ze=0;function Ke(e){if(void 0===Je){const n=new Uint8Array(2*e.length);return t.stringToUTF8Array(e,n,0,2*e.length),n}return Je.encode(e)}function Qe(e){const n=Ee();return function(e,n,r){const o=n+r;let a=n;for(;e[a]&&!(a>=o);)++a;if(a-n<=16)return t.UTF8ArrayToString(e,n,r);if(void 0===qe)return t.UTF8ArrayToString(e,n,r);const s=it(e,n,a);return qe.decode(s)}(n,e,n.length-e)}function et(e,t){if(He){const n=it(Ee(),e,t);return He.decode(n)}return tt(e,t)}function tt(e,t){let n="";const r=Ue();for(let o=e;o>>1];n+=String.fromCharCode(e)}return n}function nt(e,t,n){const r=Ue(),o=n.length;for(let a=0;a=t));a++);}function rt(e){if(e.value===E)return null;const t=Ve+0,n=Ve+4,r=Ve+8;let o;St.mono_wasm_string_get_data_ref(e.address,t,n,r);const a=Ie(),s=ce(a,n),i=ce(a,t),c=ce(a,r);if(c&&(o=We.get(e.value)),void 0===o&&(s&&i?(o=et(i,i+s),c&&We.set(e.value,o)):o=ze),void 0===o)throw new Error(`internal error when decoding string at location ${e.value}`);return o}function ot(e,t){if(t.clear(),null!==e)if("symbol"==typeof e)at(e,t);else{if("string"!=typeof e)throw new Error("Expected string argument, got "+typeof e);if(0===e.length)at(e,t);else{if(e.length<=256){const n=Pe.get(e);if(n)return void t.set(n)}st(e,t)}}}function at(e,t){let n;if("symbol"==typeof e?(n=e.description,"string"!=typeof n&&(n=Symbol.keyFor(e)),"string"!=typeof n&&(n="")):"string"==typeof e&&(n=e),"string"!=typeof n)throw new Error(`Argument to stringToInternedMonoStringRoot must be a string but was ${e}`);if(0===n.length&&Ye)return void t.set(Ye);const r=Pe.get(n);r?t.set(r):(st(n,t),function(e,t,n){if(!t.value)throw new Error("null pointer passed to _store_string_in_intern_table");Ze>=8192&&(Xe=null),Xe||(Xe=Ne(8192,"interned strings"),Ze=0);const r=Xe,o=Ze++;if(St.mono_wasm_intern_string_ref(t.address),!t.value)throw new Error("mono_wasm_intern_string_ref produced a null pointer");Pe.set(e,t.value),We.set(t.value,e),0!==e.length||Ye||(Ye=t.value),r.copy_value_from_address(o,t.address)}(n,t))}function st(e,n){const r=2*(e.length+1),o=t._malloc(r);nt(o,o+r,e),St.mono_wasm_string_from_utf16_ref(o,e.length,n.address),t._free(o)}function it(e,t,n){return e.buffer,e.subarray(t,n)}let ct="MONO_WASM: ";function lt(e,...t){l.diagnosticTracing&&console.debug(ct+e,...t)}function ut(e,...t){console.info(ct+e,...t)}function pt(e,...t){console.warn(ct+e,...t)}function dt(e,...t){t&&t.length>0&&t[0]&&"object"==typeof t[0]&&t[0].silent||console.error(ct+e,...t)}const _t=new Map,ft=[];function mt(e){try{if(0==_t.size)return e;const t=e;for(let n=0;n{const n=t.find((e=>"object"==typeof e&&void 0!==e.replaceSection));if(void 0===n)return e;const r=n.funcNum,o=n.replaceSection,a=_t.get(Number(r));return void 0===a?e:e.replace(o,`${a} (${o})`)}));if(r!==t)return r}return t}catch(t){return console.debug(`failed to symbolicate: ${t}`),e}}function ht(e){let t=e;return t&&t.stack||(t=new Error(t?""+t:"Unknown error")),mt(t.stack)}function bt(){return[..._t.values()]}ft.push(/at (?[^:()]+:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)((?![^)a-fA-F\d])|$)/),ft.push(/(?:WASM \[[\da-zA-Z]+\], (?function #(?[\d]+) \(''\)))/),ft.push(/(?[a-z]+:\/\/[^ )]*:wasm-function\[(?\d+)\]:0x[a-fA-F\d]+)/),ft.push(/(?<[^ >]+>[.:]wasm-function\[(?[0-9]+)\])/);const gt=[[!0,"mono_wasm_array_get_ref","void",["number","number","number"]],[!0,"mono_wasm_obj_array_new_ref","void",["number","number"]],[!0,"mono_wasm_obj_array_set_ref","void",["number","number","number"]],[!0,"mono_wasm_try_unbox_primitive_and_get_type_ref","number",["number","number","number"]],[!0,"mono_wasm_box_primitive_ref","void",["number","number","number","number"]],[!0,"mono_wasm_string_array_new_ref","void",["number","number"]],[!0,"mono_wasm_typed_array_new_ref","void",["number","number","number","number","number"]],[!0,"mono_wasm_get_delegate_invoke_ref","number",["number"]],[!0,"mono_wasm_get_type_name","string",["number"]],[!0,"mono_wasm_get_type_aqn","string",["number"]],[!0,"mono_wasm_obj_array_new","number",["number"]],[!0,"mono_wasm_obj_array_set","void",["number","number","number"]],[!0,"mono_wasm_array_length_ref","number",["number"]]],yt=[[!0,"mono_wasm_register_root","number",["number","number","string"]],[!0,"mono_wasm_deregister_root",null,["number"]],[!0,"mono_wasm_string_get_data_ref",null,["number","number","number","number"]],[!0,"mono_wasm_set_is_debugger_attached","void",["bool"]],[!0,"mono_wasm_send_dbg_command","bool",["number","number","number","number","number"]],[!0,"mono_wasm_send_dbg_command_with_parms","bool",["number","number","number","number","number","number","string"]],[!0,"mono_wasm_setenv",null,["string","string"]],[!0,"mono_wasm_parse_runtime_options",null,["number","number"]],[!0,"mono_wasm_strdup","number",["string"]],[!0,"mono_background_exec",null,[]],[!0,"mono_wasm_execute_timer",null,[]],[!0,"mono_wasm_load_icu_data","number",["number"]],[!1,"mono_wasm_add_assembly","number",["string","number","number"]],[!0,"mono_wasm_add_satellite_assembly","void",["string","string","number","number"]],[!1,"mono_wasm_load_runtime",null,["string","number"]],[!0,"mono_wasm_change_debugger_log_level","void",["number"]],[!0,"mono_wasm_get_corlib","number",[]],[!0,"mono_wasm_assembly_load","number",["string"]],[!0,"mono_wasm_assembly_find_class","number",["number","string","string"]],[!0,"mono_wasm_runtime_run_module_cctor","void",["number"]],[!0,"mono_wasm_assembly_find_method","number",["number","string","number"]],[!1,"mono_wasm_invoke_method_ref","void",["number","number","number","number","number"]],[!0,"mono_wasm_string_from_utf16_ref","void",["number","number","number"]],[!0,"mono_wasm_intern_string_ref","void",["number"]],[!0,"mono_wasm_assembly_get_entry_point","number",["number","number"]],[!0,"mono_wasm_class_get_type","number",["number"]],[!1,"mono_wasm_exit","void",["number"]],[!1,"mono_wasm_abort","void",[]],[!0,"mono_wasm_getenv","number",["string"]],[!0,"mono_wasm_set_main_args","void",["number","number"]],[!1,"mono_wasm_enable_on_demand_gc","void",["number"]],[()=>!f,"mono_wasm_profiler_init_aot","void",["string"]],[()=>!m,"mono_wasm_profiler_init_aot","void",["string"]],[!0,"mono_wasm_profiler_init_browser","void",["number"]],[!1,"mono_wasm_exec_regression","number",["number","string"]],[!1,"mono_wasm_invoke_method_bound","number",["number","number","number"]],[!0,"mono_wasm_write_managed_pointer_unsafe","void",["number","number"]],[!0,"mono_wasm_copy_managed_pointer","void",["number","number"]],[!0,"mono_wasm_i52_to_f64","number",["number","number"]],[!0,"mono_wasm_u52_to_f64","number",["number","number"]],[!0,"mono_wasm_f64_to_i52","number",["number","number"]],[!0,"mono_wasm_f64_to_u52","number",["number","number"]],[!0,"mono_wasm_method_get_name","number",["number"]],[!0,"mono_wasm_method_get_full_name","number",["number"]],[!0,"mono_wasm_gc_lock","void",[]],[!0,"mono_wasm_gc_unlock","void",[]],[!0,"mono_wasm_get_i32_unaligned","number",["number"]],[!0,"mono_wasm_get_f32_unaligned","number",["number"]],[!0,"mono_wasm_get_f64_unaligned","number",["number"]],[!0,"mono_jiterp_trace_bailout","void",["number"]],[!0,"mono_jiterp_get_trace_bailout_count","number",["number"]],[!0,"mono_jiterp_value_copy","void",["number","number","number"]],[!0,"mono_jiterp_get_member_offset","number",["number"]],[!0,"mono_jiterp_encode_leb52","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb64_ref","number",["number","number","number"]],[!0,"mono_jiterp_encode_leb_signed_boundary","number",["number","number","number"]],[!0,"mono_jiterp_write_number_unaligned","void",["number","number","number"]],[!0,"mono_jiterp_type_is_byref","number",["number"]],[!0,"mono_jiterp_get_size_of_stackval","number",[]],[!0,"mono_jiterp_parse_option","number",["string"]],[!0,"mono_jiterp_get_options_as_json","number",[]],[!0,"mono_jiterp_get_options_version","number",[]],[!0,"mono_jiterp_adjust_abort_count","number",["number","number"]],[!0,"mono_jiterp_register_jit_call_thunk","void",["number","number"]],[!0,"mono_jiterp_type_get_raw_value_size","number",["number"]],[!0,"mono_jiterp_update_jit_call_dispatcher","void",["number"]],[!0,"mono_jiterp_get_signature_has_this","number",["number"]],[!0,"mono_jiterp_get_signature_return_type","number",["number"]],[!0,"mono_jiterp_get_signature_param_count","number",["number"]],[!0,"mono_jiterp_get_signature_params","number",["number"]],[!0,"mono_jiterp_type_to_ldind","number",["number"]],[!0,"mono_jiterp_type_to_stind","number",["number"]],[!0,"mono_jiterp_imethod_to_ftnptr","number",["number"]],[!0,"mono_jiterp_debug_count","number",[]],[!0,"mono_jiterp_get_trace_hit_count","number",["number"]],[!0,"mono_jiterp_get_polling_required_address","number",[]],[!0,"mono_jiterp_get_rejected_trace_count","number",[]],[!0,"mono_jiterp_boost_back_branch_target","void",["number"]],[!0,"mono_jiterp_is_imethod_var_address_taken","number",["number","number"]],[!0,"mono_jiterp_get_opcode_value_table_entry","number",["number"]],[!0,"mono_jiterp_get_simd_intrinsic","number",["number","number"]],[!0,"mono_jiterp_get_simd_opcode","number",["number","number"]],[!0,"mono_jiterp_get_arg_offset","number",["number","number","number"]],[!0,"mono_jiterp_get_opcode_info","number",["number","number"]],[!0,"mono_wasm_is_zero_page_reserved","number",[]],[!0,"mono_jiterp_is_special_interface","number",["number"]],...gt],wt={};var St=wt;const kt=wt,vt=wt,Et=["void","number",null];function Ut(e,n,r,o){let a=void 0===o&&Et.indexOf(n)>=0&&(!r||r.every((e=>Et.indexOf(e)>=0)))&&t.asm?t.asm[e]:void 0;if(a&&r&&a.length!==r.length&&(dt(`argument count mismatch for cwrap ${e}`),a=void 0),"function"!=typeof a&&(a=t.cwrap(e,n,r,o)),"function"!=typeof a)throw new Error(`cwrap ${e} not found or not a function`);return a}function It(e,t,n){const r=function(e,t,n){let r,o="number"==typeof t?t:0;r="number"==typeof n?o+n:e.length-o;const a={read:function(){if(o>=r)return null;const t=e[o];return o+=1,t}};return Object.defineProperty(a,"eof",{get:function(){return o>=r},configurable:!0,enumerable:!0}),a}(e,t,n);let o="",a=0,s=0,i=0,c=0,l=0,u=0;for(;a=r.read(),s=r.read(),i=r.read(),null!==a;)null===s&&(s=0,l+=1),null===i&&(i=0,l+=1),u=a<<16|s<<8|i<<0,c=(16777215&u)>>18,o+=Tt[c],c=(262143&u)>>12,o+=Tt[c],l<2&&(c=(4095&u)>>6,o+=Tt[c]),2===l?o+="==":1===l?o+="=":(c=(63&u)>>0,o+=Tt[c]);return o}const Tt=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],xt=new Map;xt.remove=function(e){const t=this.get(e);return this.delete(e),t};let At,jt,Rt,Lt={},Ct=0,$t=-1;function mono_wasm_runtime_ready(){if(n.mono_wasm_runtime_is_ready=l.mono_wasm_runtime_is_ready=!0,Ct=0,Lt={},$t=-1,globalThis.dotnetDebugger)debugger}function mono_wasm_fire_debugger_agent_message_with_data_to_pause(e){console.assert(!0,`mono_wasm_fire_debugger_agent_message_with_data ${e}`);debugger}function Nt(e){e.length>$t&&(At&&t._free(At),$t=Math.max(e.length,$t,256),At=t._malloc($t));const n=atob(e),r=Ee();for(let e=0;ee.value)),e;if(void 0===t.dimensionsDetails||1===t.dimensionsDetails.length)return e=t.items.map((e=>e.value)),e}const n={};return Object.keys(t).forEach((e=>{const r=t[e];void 0!==r.get?Object.defineProperty(n,r.name,{get:()=>Bt(r.get.id,r.get.commandSet,r.get.command,r.get.buffer),set:function(e){return Dt(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):void 0!==r.set?Object.defineProperty(n,r.name,{get:()=>r.value,set:function(e){return Dt(r.set.id,r.set.commandSet,r.set.command,r.set.buffer,r.set.length,r.set.valtype,e),!0}}):n[r.name]=r.value})),n}(t,n);const o=null!=e.arguments?e.arguments.map((e=>JSON.stringify(e.value))):[],a=`const fn = ${e.functionDeclaration}; return fn.apply(proxy, [${o}]);`,s=new Function("proxy",a)(r);if(void 0===s)return{type:"undefined"};if(Object(s)!==s)return"object"==typeof s&&null==s?{type:typeof s,subtype:`${s}`,value:null}:{type:typeof s,description:`${s}`,value:`${s}`};if(e.returnByValue&&null==s.subtype)return{type:"object",value:s};if(Object.getPrototypeOf(s)==Array.prototype){const e=Gt(s);return{type:"object",subtype:"array",className:"Array",description:`Array(${s.length})`,objectId:e}}return void 0!==s.value||void 0!==s.subtype?s:s==r?{type:"object",className:"Object",description:"Object",objectId:t}:{type:"object",className:"Object",description:"Object",objectId:Gt(s)}}function Ht(e,t={}){return function(e,t){if(!(e in Lt))throw new Error(`Could not find any object with id ${e}`);const n=Lt[e],r=Object.getOwnPropertyDescriptors(n);t.accessorPropertiesOnly&&Object.keys(r).forEach((e=>{void 0===r[e].get&&Reflect.deleteProperty(r,e)}));const o=[];return Object.keys(r).forEach((e=>{let t;const n=r[e];t="object"==typeof n.value?Object.assign({name:e},n):void 0!==n.value?{name:e,value:Object.assign({type:typeof n.value,description:""+n.value},n)}:void 0!==n.get?{name:e,get:{className:"Function",description:`get ${e} () {}`,type:"function"}}:{name:e,value:{type:"symbol",value:"",description:""}},o.push(t)})),{__value_as_json_string__:JSON.stringify(o)}}(`dotnet:cfo_res:${e}`,t)}function Gt(e){const t="dotnet:cfo_res:"+Ct++;return Lt[t]=e,t}function qt(e){e in Lt&&delete Lt[e]}function Jt(){if(l.enablePerfMeasure)return globalThis.performance.now()}function Yt(e,t,n){if(l.enablePerfMeasure&&e){const r=a?{start:e}:{startTime:e},o=n?`${t}${n} `:t;globalThis.performance.measure(o,r)}}const Xt=[],Zt=new Map,Kt=new Map,Qt=new Map,en=Symbol.for("wasm bound_cs_function"),tn=Symbol.for("wasm bound_js_function"),nn=Symbol.for("wasm imported_js_function"),rn=16;function on(e){const n=t.stackAlloc(rn*e);return n&&n%8==0||w(!1,"Arg alignment"),hn(an(n,0),R.None),hn(an(n,1),R.None),n}function an(e,t){return e||w(!1,"Null args"),e+t*rn}function sn(e,t){return e||w(!1,"Null signatures"),e+32*t+8}function cn(e){return e||w(!1,"Null sig"),ie(e)}function ln(e){return e||w(!1,"Null sig"),ie(e+16)}function un(e){return e||w(!1,"Null sig"),ie(e+20)}function pn(e){return e||w(!1,"Null sig"),ie(e+24)}function dn(e){return e||w(!1,"Null sig"),ie(e+28)}function _n(e){return e||w(!1,"Null signatures"),_e(e+4)}function fn(e){return e||w(!1,"Null signatures"),_e(e)}function mn(e){return e||w(!1,"Null arg"),ie(e+12)}function hn(e,t){e||w(!1,"Null arg"),q(e+12,t)}function bn(e){return e||w(!1,"Null arg"),ie(e)}function gn(e,t){if(e||w(!1,"Null arg"),"boolean"!=typeof t)throw new Error(`Assert failed: Value is not a Boolean: ${t} (${typeof t})`);V(e,t?1:0)}function yn(e,t){e||w(!1,"Null arg"),q(e,t)}function wn(e,t){e||w(!1,"Null arg"),re(e,t.getTime())}function Sn(e,t){e||w(!1,"Null arg"),re(e,t)}function kn(e){return e||w(!1,"Null arg"),ie(e+4)}function vn(e,t){e||w(!1,"Null arg"),q(e+4,t)}function En(e){return e||w(!1,"Null arg"),ie(e+4)}function Un(e,t){e||w(!1,"Null arg"),q(e+4,t)}function In(e){return e||w(!1,"Null arg"),De(e)}function Tn(e){return e||w(!1,"Null arg"),_e(e+8)}function xn(e,t){e||w(!1,"Null arg"),Z(e+8,t)}class ManagedObject{dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}toString(){return`CsObject(gc_handle: ${this[Lr]})`}}class ManagedError extends Error{constructor(e){super(e),this.superStack=Object.getOwnPropertyDescriptor(this,"stack"),Object.defineProperty(this,"stack",{get:this.getManageStack})}getSuperStack(){if(this.superStack){if(void 0!==this.superStack.value)return this.superStack.value;if(void 0!==this.superStack.get)return this.superStack.get.call(this)}return super.stack}getManageStack(){if(this.managed_stack)return this.managed_stack;if(u.is_runtime_running()&&!L){const e=this[Lr];if(e!==x){const t=l.javaScriptExports.get_managed_stack_trace(e);if(t)return this.managed_stack=t+"\n"+this.getSuperStack(),this.managed_stack}}return this.getSuperStack()}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function An(e){return e==R.Byte?1:e==R.Int32?4:e==R.Int52||e==R.Double?8:e==R.String||e==R.Object||e==R.JSObject?rn:-1}class jn{constructor(e,t,n){this._pointer=e,this._length=t,this._viewType=n}_unsafe_create_view(){const e=0==this._viewType?new Uint8Array(Ee().buffer,this._pointer,this._length):1==this._viewType?new Int32Array(ke().buffer,this._pointer,this._length):2==this._viewType?new Float64Array(xe().buffer,this._pointer,this._length):null;if(!e)throw new Error("NotImplementedException");return e}set(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);n.set(e,t)}copyTo(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");const n=this._unsafe_create_view();if(!e||!n||e.constructor!==n.constructor)throw new Error(`Assert failed: Expected ${n.constructor}`);const r=n.subarray(t);e.set(r)}slice(e,t){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._unsafe_create_view().slice(e,t)}get length(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return this._length}get byteLength(){if(this.isDisposed)throw new Error("Assert failed: ObjectDisposedException");return 0==this._viewType?this._length:1==this._viewType?this._length<<2:2==this._viewType?this._length<<3:0}}class Span extends jn{constructor(e,t,n){super(e,t,n),this.is_disposed=!1}dispose(){this.is_disposed=!0}get isDisposed(){return this.is_disposed}}class ArraySegment extends jn{constructor(e,t,n){super(e,t,n)}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function Rn(e,t,n){if(t===R.None||t===R.Void)return;let r,o,a,s;o=Xr(un(e)),a=Xr(pn(e)),s=Xr(dn(e));const i=ln(e);r=Ln(i),t===R.Nullable&&(t=i);const c=Ln(t),l=un(e),u=n*rn;return e=>c(e+u,l,r,o,a,s)}function Ln(e){if(e===R.None||e===R.Void)return;const t=Kt.get(e);return t&&"function"==typeof t||w(!1,`ERR41: Unknown converter for type ${e}. ${Jr}`),t}function Cn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),!!ae(e)}(e)}function $n(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ae(e)}(e)}function Nn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),se(e)}(e)}function Dn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),de(e)}(e)}function Bn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),_e(e)}(e)}function On(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ge(e)}(e)}function Mn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),he(e)}(e)}function Fn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),be(e)}(e)}function Pn(e){return mn(e)==R.None?null:function(e){return e||w(!1,"Null arg"),ge(e)}(e)}function zn(e){return mn(e)==R.None?null:bn(e)}function Vn(){return null}function Wn(e){return mn(e)===R.None?null:function(e){e||w(!1,"Null arg");const t=ge(e);return new Date(t)}(e)}function Hn(e,t,n,r,o,a){if(mn(e)===R.None)return null;const s=En(e);let i=zr(s);return null==i&&(i=(e,t,i)=>l.javaScriptExports.call_delegate(s,e,t,i,n,r,o,a),i.dispose=()=>{i.isDisposed||(i.isDisposed=!0,Mr(i,s))},i.isDisposed=!1,Or(i,s)),i}function Gn(e,t,n){const r=mn(e);if(r===R.None)return null;if(r!==R.Task){n||(n=Kt.get(r)),n||w(!1,`Unknown sub_converter for type ${R[r]}. ${Jr}`);const t=n(e);return new Promise((e=>e(t)))}const o=kn(e);if(o==T)return new Promise((e=>e(void 0)));const a=Nr(o);a||w(!1,`ERR28: promise not found for js_handle: ${o} `),u.assertIsControllablePromise(a);const s=u.getPromiseController(a),i=s.resolve;return s.resolve=e=>{const t=mn(e);if(t===R.None)return void i(null);n||(n=Kt.get(t)),n||w(!1,`Unknown sub_converter for type ${R[t]}. ${Jr}`);const r=n(e);i(r)},a}function qn(e){if(mn(e)==R.None)return null;const t=In(e);try{return rt(t)}finally{t.release()}}function Jn(e){const t=mn(e);if(t==R.None)return null;if(t==R.JSException)return Nr(kn(e));const n=En(e);let r=zr(n);if(null==r){const t=qn(e);r=new ManagedError(t),Or(r,n)}return r}function Yn(e){return mn(e)==R.None?null:Nr(kn(e))}function Xn(e){const t=mn(e);if(t==R.None)return null;if(t==R.JSObject)return Nr(kn(e));if(t==R.Array){const t=function(e){return e||w(!1,"Null arg"),ie(e+4)}(e);return Kn(e,t)}if(t==R.Object){const t=En(e);if(t===x)return null;let n=zr(t);return n||(n=new ManagedObject,Or(n,t)),n}const n=Kt.get(t);return n||w(!1,`Unknown converter for type ${R[t]}. ${Jr}`),n(e)}function Zn(e,t){return t||w(!1,"Expected valid element_type parameter"),Kn(e,t)}function Kn(e,n){if(mn(e)==R.None)return null;-1==An(n)&&w(!1,`Element type ${R[n]} not supported`);const r=bn(e),o=Tn(e);let a=null;if(n==R.String){a=new Array(o);for(let e=0;e>2,(r>>2)+o).slice();else{if(n!=R.Double)throw new Error(`NotImplementedException ${R[n]}. ${Jr}`);a=xe().subarray(r>>3,(r>>3)+o).slice()}return t._free(r),a}function Qn(e,t){t||w(!1,"Expected valid element_type parameter");const n=bn(e),r=Tn(e);let o=null;if(t==R.Byte)o=new Span(n,r,0);else if(t==R.Int32)o=new Span(n,r,1);else{if(t!=R.Double)throw new Error(`NotImplementedException ${R[t]}. ${Jr}`);o=new Span(n,r,2)}return o}function er(e,t){t||w(!1,"Expected valid element_type parameter");const n=bn(e),r=Tn(e);let o=null;if(t==R.Byte)o=new ArraySegment(n,r,0);else if(t==R.Int32)o=new ArraySegment(n,r,1);else{if(t!=R.Double)throw new Error(`NotImplementedException ${R[t]}. ${Jr}`);o=new ArraySegment(n,r,2)}return Or(o,En(e)),o}let tr;const nr=[null];function rr(e,t){ur.set(e,t),lt(`added module imports '${e}'`)}function or(e,t,n){if(!e)throw new Error("Assert failed: Null reference");e[t]=n}function ar(e,t){if(!e)throw new Error("Assert failed: Null reference");return e[t]}function sr(e,t){if(!e)throw new Error("Assert failed: Null reference");return t in e}function ir(e,t){if(!e)throw new Error("Assert failed: Null reference");return typeof e[t]}function cr(){return globalThis}const lr=new Map,ur=new Map;function pr(e,t){e&&"string"==typeof e||w(!1,"module_name must be string"),t&&"string"==typeof t||w(!1,"module_url must be string");let n=lr.get(e);const r=!n;return r&&(lt(`importing ES6 module '${e}' from '${t}'`),n=import(t),lr.set(e,n)),Gr((async()=>{const o=await n;return r&&(ur.set(e,o),lt(`imported ES6 module '${e}' from '${t}'`)),o}))}function dr(e,t,n){const r=function(e,t){let n="unknown exception";if(t){n=t.toString();const e=t.stack;e&&(e.startsWith(n)?n=e:n+="\n"+e),n=mt(n)}return e&&X(e,1),n}(e,t);ot(r,n)}function _r(e,t){e&&X(e,0),t&&t.clear()}function fr(){u.assert_runtime_running(),l.mono_wasm_bindings_is_ready||w(!1,"The runtime must be initialized.")}const mr="function"==typeof globalThis.WeakRef;function hr(e){return mr?new WeakRef(e):{deref:()=>e,dispose:()=>{e=null}}}const br=new Map,gr=new Map;let yr=0;function wr(e){if(br.has(e))return br.get(e);const t=St.mono_wasm_assembly_load(e);return br.set(e,t),t}function Sr(e,t){yr||(yr=St.mono_wasm_get_corlib());let n=function(e,t,n){let r=gr.get(e);r||gr.set(e,r=new Map);let o=r.get(t);return o||(o=new Map,r.set(t,o)),o.get(n)}(yr,e,t);if(void 0!==n)return n;if(n=St.mono_wasm_assembly_find_class(yr,e,t),!n)throw new Error(`Failed to find corlib class ${e}.${t}`);return function(e,t,n,r){const o=gr.get(e);if(!o)throw new Error("internal error");const a=o.get(t);if(!a)throw new Error("internal error");a.set(n,r)}(yr,e,t,n),n}function kr(e,t){fr();const n=Be();try{if(St.mono_wasm_invoke_method_bound(e,t,n.address))throw new Error("ERR24: Unexpected error: "+rt(n));if(function(e){return e||w(!1,"Null args"),mn(e)!==R.None}(t))throw Jn(an(t,0))}finally{n.release()}}const vr=new Map;async function Er(e){if(fr(),!vr.get(e)){const t=Jt(),n=wr(e);if(!n)throw new Error("Could not find assembly: "+e);const r=St.mono_wasm_assembly_find_class(n,l.runtime_interop_namespace,"__GeneratedInitializer");if(r){const e=St.mono_wasm_assembly_find_method(r,"__Register_",-1);if(e){const t=Be(),n=Be();try{if(St.mono_wasm_invoke_method_ref(e,U,A,t.address,n.address),t.value!==S){const e=rt(n);throw new Error(e)}}finally{t.release(),n.release()}}}else St.mono_wasm_runtime_run_module_cctor(n);Yt(t,"mono.getAssemblyExports:",e)}return vr.get(e)||{}}function Ur(e){const t=e.substring(e.indexOf("[")+1,e.indexOf("]")).trim(),n=(e=e.substring(e.indexOf("]")+1).trim()).substring(e.indexOf(":")+1);let r="",o=e=e.substring(0,e.indexOf(":")).trim();if(-1!=e.indexOf(".")){const t=e.lastIndexOf(".");r=e.substring(0,t),o=e.substring(t+1)}if(!t.trim())throw new Error("No assembly name specified "+e);if(!o.trim())throw new Error("No class name specified "+e);if(!n.trim())throw new Error("No method name specified "+e);return{assembly:t,namespace:r,classname:o,methodname:n}}const Ir="function"==typeof globalThis.FinalizationRegistry;let Tr;const xr=[null],Ar=[];let jr=1;const Rr=new Map;Ir&&(Tr=new globalThis.FinalizationRegistry(Pr));const Lr=Symbol.for("wasm js_owned_gc_handle"),Cr=Symbol.for("wasm cs_owned_js_handle"),$r=Symbol.for("wasm do_not_force_dispose");function Nr(e){return e!==T&&e!==I?xr[e]:null}function Dr(e){if(e[Cr])return e[Cr];const t=Ar.length?Ar.pop():jr++;return xr[t]=e,Object.isExtensible(e)&&(e[Cr]=t),t}function Br(e){const t=xr[e];null!=t&&(void 0!==t[Cr]&&(t[Cr]=void 0),xr[e]=void 0,Ar.push(e))}function Or(e,t){e[Lr]=t,Ir&&Tr.register(e,t,e);const n=hr(e);Rr.set(t,n)}function Mr(e,t){e&&(t=e[Lr],e[Lr]=x,Ir&&Tr.unregister(e)),t!==x&&Rr.delete(t)&&l.javaScriptExports.release_js_owned_object_by_gc_handle(t)}function Fr(e){const t=e[Lr];if(t==x)throw new Error("Assert failed: ObjectDisposedException");return t}function Pr(e){u.is_exited()||Mr(null,e)}function zr(e){if(!e)return null;const t=Rr.get(e);return t?t.deref():null}function Vr(e,t){let n=!1,r=!1,o=0,a=0,s=0,i=0;const c=[...Rr.keys()];for(const e of c){const r=Rr.get(e),o=r.deref();if(Ir&&o&&Tr.unregister(o),o){const a="boolean"==typeof o[$r]&&o[$r];if(t&&pt(`Proxy of C# ${typeof o} with GCHandle ${e} was still alive. ${a?"keeping":"disposing"}.`),a)n=!0;else{const t=u.getPromiseController(o);t&&t.reject(new Error("WebWorker which is origin of the Task is being terminated.")),"function"==typeof o.dispose&&o.dispose(),o[Lr]===e&&(o[Lr]=x),!mr&&r&&r.dispose(),s++}}}n||(Rr.clear(),Ir&&(Tr=new globalThis.FinalizationRegistry(Pr)));for(let e=0;en.resolve(e))).catch((e=>n.reject(e))),t}function qr(e){const t=zr(e);if(!t)return;const n=t.promise;n||w(!1,`Expected Promise for GCHandle ${e}`),u.assertIsControllablePromise(n),u.getPromiseController(n).reject(new Error("OperationCanceledException"))}const Jr="For more information see https://aka.ms/dotnet-wasm-jsinterop";function Yr(e,t,n){if(t===R.None||t===R.Void)return;let r,o,a,s;o=Ln(un(e)),a=Ln(pn(e)),s=Ln(dn(e));const i=ln(e);r=Xr(i),t===R.Nullable&&(t=i);const c=Xr(t),l=un(e),u=n*rn;return(e,t)=>{c(e+u,t,l,r,o,a,s)}}function Xr(e){if(e===R.None||e===R.Void)return;const t=Qt.get(e);return t&&"function"==typeof t||w(!1,`ERR30: Unknown converter for type ${e}`),t}function Zr(e,t){null==t?hn(e,R.None):(hn(e,R.Boolean),gn(e,t))}function Kr(e,t){null==t?hn(e,R.None):(hn(e,R.Byte),function(e,t){e||w(!1,"Null arg"),V(e,t)}(e,t))}function Qr(e,t){null==t?hn(e,R.None):(hn(e,R.Char),function(e,t){e||w(!1,"Null arg"),W(e,t)}(e,t))}function eo(e,t){null==t?hn(e,R.None):(hn(e,R.Int16),function(e,t){e||w(!1,"Null arg"),Y(e,t)}(e,t))}function to(e,t){null==t?hn(e,R.None):(hn(e,R.Int32),function(e,t){e||w(!1,"Null arg"),Z(e,t)}(e,t))}function no(e,t){null==t?hn(e,R.None):(hn(e,R.Int52),function(e,t){if(e||w(!1,"Null arg"),!Number.isSafeInteger(t))throw new Error(`Assert failed: Value is not an integer: ${t} (${typeof t})`);re(e,t)}(e,t))}function ro(e,t){null==t?hn(e,R.None):(hn(e,R.BigInt64),function(e,t){e||w(!1,"Null arg"),te(e,t)}(e,t))}function oo(e,t){null==t?hn(e,R.None):(hn(e,R.Double),Sn(e,t))}function ao(e,t){null==t?hn(e,R.None):(hn(e,R.Single),function(e,t){e||w(!1,"Null arg"),ne(e,t)}(e,t))}function so(e,t){null==t?hn(e,R.None):(hn(e,R.IntPtr),yn(e,t))}function io(e,t){if(null==t)hn(e,R.None);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");hn(e,R.DateTime),wn(e,t)}}function co(e,t){if(null==t)hn(e,R.None);else{if(!(t instanceof Date))throw new Error("Assert failed: Value is not a Date");hn(e,R.DateTimeOffset),wn(e,t)}}function lo(e,t){if(null==t)hn(e,R.None);else{if(hn(e,R.String),"string"!=typeof t)throw new Error("Assert failed: Value is not a String");uo(e,t)}}function uo(e,t){const n=In(e);try{ot(t,n)}finally{n.release()}}function po(e){hn(e,R.None)}function _o(e,t,n,r,o,a,s){if(null==t)return void hn(e,R.None);if(!(t&&t instanceof Function))throw new Error("Assert failed: Value is not a Function");const i=e=>{const n=an(e,0),c=an(e,1),l=an(e,2),u=an(e,3),p=an(e,4);try{let e,n,d;L&&i.isDisposed,o&&(e=o(l)),a&&(n=a(u)),s&&(d=s(p));const _=t(e,n,d);r&&r(c,_)}catch(e){ho(n,e)}};i[tn]=!0,i.isDisposed=!1,i.dispose=()=>{i.isDisposed=!0},vn(e,Dr(i)),hn(e,R.Function)}class fo{constructor(e){this.promise=e}dispose(){Mr(this,x)}get isDisposed(){return this[Lr]===x}}function mo(e,t,n,r){if(null==t)return void hn(e,R.None);if(!Hr(t))throw new Error("Assert failed: Value is not a Promise");const o=l.javaScriptExports.create_task_callback();Un(e,o),hn(e,R.Task);const a=new fo(t);Or(a,o),t.then((e=>{try{u.assert_runtime_running(),a.isDisposed&&w(!1,"This promise can't be propagated to managed code, because the Task was already freed."),l.javaScriptExports.complete_task(o,null,e,r||go),Mr(a,o)}catch(e){pt("Exception marshalling result of JS promise to CS: ",e)}})).catch((e=>{try{u.assert_runtime_running(),a.isDisposed&&w(!1,"This promise can't be propagated to managed code, because the Task was already freed."),l.javaScriptExports.complete_task(o,e,null,void 0),Mr(a,o)}catch(e){u.is_exited()||pt("Exception marshalling error of JS promise to CS: ",e)}}))}function ho(e,t){if(null==t)hn(e,R.None);else if(t instanceof ManagedError)hn(e,R.Exception),Un(e,Fr(t));else{if("object"!=typeof t&&"string"!=typeof t)throw new Error("Assert failed: Value is not an Error "+typeof t);hn(e,R.JSException),uo(e,t.toString());const n=t[Cr];vn(e,n||Dr(t))}}function bo(e,t){if(null==t)hn(e,R.None);else{if(void 0!==t[Lr])throw new Error(`Assert failed: JSObject proxy of ManagedObject proxy is not supported. ${Jr}`);if("function"!=typeof t&&"object"!=typeof t)throw new Error(`Assert failed: JSObject proxy of ${typeof t} is not supported`);hn(e,R.JSObject),vn(e,Dr(t))}}function go(e,t){if(null==t)hn(e,R.None);else{const n=t[Lr],r=typeof t;if(void 0===n)if("string"===r||"symbol"===r)hn(e,R.String),uo(e,t);else if("number"===r)hn(e,R.Double),Sn(e,t);else{if("bigint"===r)throw new Error("NotImplementedException: bigint");if("boolean"===r)hn(e,R.Boolean),gn(e,t);else if(t instanceof Date)hn(e,R.DateTime),wn(e,t);else if(t instanceof Error)ho(e,t);else if(t instanceof Uint8Array)wo(e,t,R.Byte);else if(t instanceof Float64Array)wo(e,t,R.Double);else if(t instanceof Int32Array)wo(e,t,R.Int32);else if(Array.isArray(t))wo(e,t,R.Object);else{if(t instanceof Int16Array||t instanceof Int8Array||t instanceof Uint8ClampedArray||t instanceof Uint16Array||t instanceof Uint32Array||t instanceof Float32Array)throw new Error("NotImplementedException: TypedArray");if(Hr(t))mo(e,t);else{if(t instanceof Span)throw new Error("NotImplementedException: Span");if("object"!=r)throw new Error(`JSObject proxy is not supported for ${r} ${t}`);{const n=Dr(t);hn(e,R.JSObject),vn(e,n)}}}}else{if(Fr(t),t instanceof ArraySegment)throw new Error("NotImplementedException: ArraySegment. "+Jr);if(t instanceof ManagedError)hn(e,R.Exception),Un(e,n);else{if(!(t instanceof ManagedObject))throw new Error("NotImplementedException "+r+". "+Jr);hn(e,R.Object),Un(e,n)}}}}function yo(e,t,n){n||w(!1,"Expected valid element_type parameter"),wo(e,t,n)}function wo(e,n,r){if(null==n)hn(e,R.None);else{const o=An(r);-1==o&&w(!1,`Element type ${R[r]} not supported`);const a=n.length,s=o*a,i=t._malloc(s);if(r==R.String){if(!Array.isArray(n))throw new Error("Assert failed: Value is not an Array");P(i,s),St.mono_wasm_register_root(i,s,"marshal_array_to_cs");for(let e=0;e>2,(i>>2)+a).set(n)}else{if(r!=R.Double)throw new Error("not implemented");if(!(Array.isArray(n)||n instanceof Float64Array))throw new Error("Assert failed: Value is not an Array or Float64Array");xe().subarray(i>>3,(i>>3)+a).set(n)}yn(e,i),hn(e,R.Array),function(e,t){e||w(!1,"Null arg"),q(e+4,t)}(e,r),xn(e,n.length)}}function So(e,t,n){if(n||w(!1,"Expected valid element_type parameter"),t.isDisposed)throw new Error("Assert failed: ObjectDisposedException");vo(n,t._viewType),hn(e,R.Span),yn(e,t._pointer),xn(e,t.length)}function ko(e,t,n){n||w(!1,"Expected valid element_type parameter");const r=Fr(t);r||w(!1,"Only roundtrip of ArraySegment instance created by C#"),vo(n,t._viewType),hn(e,R.ArraySegment),yn(e,t._pointer),xn(e,t.length),Un(e,r)}function vo(e,t){if(e==R.Byte){if(0!=t)throw new Error("Assert failed: Expected MemoryViewType.Byte")}else if(e==R.Int32){if(1!=t)throw new Error("Assert failed: Expected MemoryViewType.Int32")}else{if(e!=R.Double)throw new Error(`NotImplementedException ${R[e]} `);if(2!=t)throw new Error("Assert failed: Expected MemoryViewType.Double")}}const Eo={now:function(){return Date.now()}};function Uo(e){void 0===globalThis.performance&&(globalThis.performance=Eo),e.require=n.require,e.scriptDirectory=u.scriptDirectory,t.locateFile===t.__locateFile&&(t.locateFile=u.locateFile),e.fetch=u.fetch_like,e.noExitRuntime=a&&!i;const r=e.updateMemoryViews;l.updateMemoryViews=e.updateMemoryViews=()=>{r()}}async function Io(){var e;if(r){if(globalThis.performance===Eo){const{performance:e}=n.require("perf_hooks");globalThis.performance=e}if(n.process=await import("process"),globalThis.crypto||(globalThis.crypto={}),!globalThis.crypto.getRandomValues){let e;try{e=n.require("node:crypto")}catch(e){}e?e.webcrypto?globalThis.crypto=e.webcrypto:e.randomBytes&&(globalThis.crypto.getRandomValues=t=>{t&&t.set(e.randomBytes(t.length))}):globalThis.crypto.getRandomValues=()=>{throw new Error("Using node without crypto support. To enable current operation, either provide polyfill for 'globalThis.crypto.getRandomValues' or enable 'node:crypto' module.")}}}l.subtle=null===(e=globalThis.crypto)||void 0===e?void 0:e.subtle}function To(e){const t=St.mono_wasm_assembly_find_method(l.runtime_interop_exports_class,e,-1);if(!t)throw"Can't find method "+l.runtime_interop_namespace+"."+l.runtime_interop_exports_classname+"."+e;return t}function xo(){if("function"!=typeof globalThis.fetch||"function"!=typeof globalThis.AbortController)throw new Error(r?"Please install `node-fetch` and `node-abort-controller` npm packages to enable HTTP client support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support fetch API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}function Ao(){return"undefined"!=typeof Response&&"body"in Response.prototype&&"function"==typeof ReadableStream}function jo(){return xo(),new AbortController}function Ro(e){e.abort()}function Lo(e){e.__abort_controller.abort(),e.__reader&&e.__reader.cancel().catch((e=>{e&&"AbortError"!==e.name&&t.err("Error in http_wasm_abort_response: "+e)}))}function Co(e,t,n,r,o,a,s,i){return $o(e,t,n,r,o,a,new Span(s,i,0).slice())}function $o(e,t,n,r,o,a,s){xo(),e&&"string"==typeof e||w(!1,"expected url string"),t&&n&&Array.isArray(t)&&Array.isArray(n)&&t.length===n.length||w(!1,"expected headerNames and headerValues arrays"),r&&o&&Array.isArray(r)&&Array.isArray(o)&&r.length===o.length||w(!1,"expected headerNames and headerValues arrays");const i=new Headers;for(let e=0;e{const t=await u.fetch_like(e,c);return t.__abort_controller=a,t}))}function No(e){if(!e.__headerNames&&(e.__headerNames=[],e.__headerValues=[],e.headers&&e.headers.entries)){const t=e.headers.entries();for(const n of t)e.__headerNames.push(n[0]),e.__headerValues.push(n[1])}}function Do(e){return No(e),e.__headerNames}function Bo(e){return No(e),e.__headerValues}function Oo(e){return Gr((async()=>{const t=await e.arrayBuffer();return e.__buffer=t,e.__source_offset=0,t.byteLength}))}function Mo(e,t){if(e.__buffer||w(!1,"expected resoved arrayBuffer"),e.__source_offset==e.__buffer.byteLength)return 0;const n=new Uint8Array(e.__buffer,e.__source_offset);t.set(n,0);const r=Math.min(t.byteLength,n.byteLength);return e.__source_offset+=r,r}function Fo(e,t,n){const r=new Span(t,n,0);return Gr((async()=>{if(e.__reader||(e.__reader=e.body.getReader()),e.__chunk||(e.__chunk=await e.__reader.read(),e.__source_offset=0),e.__chunk.done)return 0;const t=e.__chunk.value.byteLength-e.__source_offset;t>0||w(!1,"expected remaining_source to be greater than 0");const n=Math.min(t,r.byteLength),o=e.__chunk.value.subarray(e.__source_offset,e.__source_offset+n);return r.set(o,0),e.__source_offset+=n,t==n&&(e.__chunk=void 0),n}))}let Po,zo=0,Vo=0;function Wo(){if(!u.isChromium)return;const e=(new Date).valueOf(),t=e+36e4;for(let n=Math.max(e+1e3,zo);n0;)--Vo,St.mono_background_exec()}function mono_wasm_schedule_timer_tick(){t.maybeExit(),u.is_runtime_running()&&(Po=void 0,St.mono_wasm_execute_timer())}class qo{constructor(){this.queue=[],this.offset=0}getLength(){return this.queue.length-this.offset}isEmpty(){return 0==this.queue.length}enqueue(e){this.queue.push(e)}dequeue(){if(0===this.queue.length)return;const e=this.queue[this.offset];return this.queue[this.offset]=null,2*++this.offset>=this.queue.length&&(this.queue=this.queue.slice(this.offset),this.offset=0),e}peek(){return this.queue.length>0?this.queue[this.offset]:void 0}drain(e){for(;this.getLength();)e(this.dequeue())}}const Jo=Symbol.for("wasm ws_pending_send_buffer"),Yo=Symbol.for("wasm ws_pending_send_buffer_offset"),Xo=Symbol.for("wasm ws_pending_send_buffer_type"),Zo=Symbol.for("wasm ws_pending_receive_event_queue"),Ko=Symbol.for("wasm ws_pending_receive_promise_queue"),Qo=Symbol.for("wasm ws_pending_open_promise"),ea=Symbol.for("wasm ws_pending_close_promises"),ta=Symbol.for("wasm ws_pending_send_promises"),na=Symbol.for("wasm ws_is_aborted"),ra=Symbol.for("wasm ws_on_closed"),oa=Symbol.for("wasm ws_receive_status_ptr");let aa=!1;const sa=65536,ia=new Uint8Array;function ca(e,t,n,o){!function(){if(s)throw new Error("WebSockets are not supported in shell JS engine.");if("function"!=typeof globalThis.WebSocket)throw new Error(r?"Please install `ws` npm package to enable networking support. See also https://aka.ms/dotnet-wasm-features":"This browser doesn't support WebSocket API. Please use a modern browser. See also https://aka.ms/dotnet-wasm-features")}(),e&&"string"==typeof e||w(!1,"ERR12: Invalid uri "+typeof e),"function"!=typeof o&&w(!1,"ERR12: Invalid onClosed "+typeof o);const a=new globalThis.WebSocket(e,t||void 0),{promise_control:i}=y();a[Zo]=new qo,a[Ko]=new qo,a[Qo]=i,a[ta]=[],a[ea]=[],a[oa]=n,a[ra]=o,a.binaryType="arraybuffer";const c=()=>{a[na]||(i.resolve(a),Wo())},l=e=>{a[na]||(function(e,t){const n=e[Zo],r=e[Ko];if("string"==typeof t.data)n.enqueue({type:0,data:Ke(t.data),offset:0});else{if("ArrayBuffer"!==t.data.constructor.name)throw new Error("ERR19: WebSocket receive expected ArrayBuffer");n.enqueue({type:1,data:new Uint8Array(t.data),offset:0})}if(r.getLength()&&n.getLength()>1)throw new Error("ERR21: Invalid WS state");for(;r.getLength()&&n.getLength();){const t=r.dequeue();ma(e,n,t.buffer_ptr,t.buffer_length),t.resolve()}Wo()}(a,e),Wo())},u=e=>{if(a.removeEventListener("message",l),!a[na]){o(e.code,e.reason),i.reject(new Error(e.reason));for(const e of a[ea])e.resolve();a[Ko].drain((e=>{Z(n,0),Z(n+4,2),Z(n+8,1),e.resolve()})),a[ra].dispose()}},p=e=>{if(a[na])return;a.removeEventListener("message",l);const t=new Error(e.message||"WebSocket error");pt("WebSocket error",t),fa(a,t)};return a.addEventListener("message",l),a.addEventListener("open",c,{once:!0}),a.addEventListener("close",u,{once:!0}),a.addEventListener("error",p,{once:!0}),a.dispose=()=>{a.removeEventListener("message",l),a.removeEventListener("open",c),a.removeEventListener("close",u),a.removeEventListener("error",p),_a(a)},a}function la(e){return e||w(!1,"ERR17: expected ws instance"),e[Qo].promise}function ua(e,n,r,o,a){e||w(!1,"ERR17: expected ws instance");const s=function(e,n,r,o){let a=e[Jo],s=0;const i=n.byteLength;if(a){if(s=e[Yo],r=e[Xo],0!==i){if(s+i>a.length){const t=new Uint8Array(1.5*(s+i+50));t.set(a,0),t.subarray(s).set(n),e[Jo]=a=t}else a.subarray(s).set(n);s+=i,e[Yo]=s}}else o?0!==i&&(a=n,s=i):(0!==i&&(a=n.slice(),s=i,e[Yo]=s,e[Jo]=a),e[Xo]=r);return o?0==s||null==a?ia:0===r?function(e){return void 0===Ge?t.UTF8ArrayToString(e,0,e.byteLength):Ge.decode(e)}(it(a,0,s)):a.subarray(0,s):null}(e,new Uint8Array(Ee().buffer,n,r),o,a);return a&&s?function(e,t){if(e.send(t),e[Jo]=null,e.bufferedAmount{if(0===e.bufferedAmount)r.resolve();else{const t=e.readyState;if(t!=WebSocket.OPEN&&t!=WebSocket.CLOSING)r.reject(new Error(`InvalidState: ${t} The WebSocket is not connected.`));else if(!r.isDone)return globalThis.setTimeout(s,a),void(a=Math.min(1.5*a,1e3))}const t=o.indexOf(r);t>-1&&o.splice(t,1)};return globalThis.setTimeout(s,0),n}(e,s):null}function pa(e,t,n){e||w(!1,"ERR18: expected ws instance");const r=e[Zo],o=e[Ko],a=e.readyState;if(a!=WebSocket.OPEN&&a!=WebSocket.CLOSING)throw new Error(`InvalidState: ${a} The WebSocket is not connected.`);if(r.getLength())return 0!=o.getLength()&&w(!1,"ERR20: Invalid WS state"),ma(e,r,t,n),null;const{promise:s,promise_control:i}=y(),c=i;return c.buffer_ptr=t,c.buffer_length=n,o.enqueue(c),s}function da(e,t,n,r){if(e||w(!1,"ERR19: expected ws instance"),e.readyState==WebSocket.CLOSED)return null;if(r){const{promise:r,promise_control:o}=y();return e[ea].push(o),"string"==typeof n?e.close(t,n):e.close(t),r}return aa||(aa=!0,pt("WARNING: Web browsers do not support closing the output side of a WebSocket. CloseOutputAsync has closed the socket and discarded any incoming messages.")),"string"==typeof n?e.close(t,n):e.close(t),null}function _a(e){var t;e||w(!1,"ERR18: expected ws instance"),e[na]=!0,fa(e,new Error("OperationCanceledException")),null===(t=e[ra])||void 0===t||t.dispose();try{e.close(1e3,"Connection was aborted.")}catch(e){pt("WebSocket error while aborting",e)}}function fa(e,t){const n=e[Qo];n&&n.reject(t);for(const n of e[ea])n.reject(t);for(const n of e[ta])n.reject(t);e[Ko].drain((e=>{e.reject(t)}))}function ma(e,t,n,r){const o=t.peek(),a=Math.min(r,o.data.length-o.offset);if(a>0){const e=o.data.subarray(o.offset,o.offset+a);new Uint8Array(Ee().buffer,n,r).set(e,0),o.offset+=a}const s=o.data.length===o.offset?1:0;s&&t.dequeue();const i=e[oa];Z(i,a),Z(i+4,o.type),Z(i+8,s)}function ha(e){return 1===St.mono_wasm_load_icu_data(e)}function ba(e,n,r){lt(`Loaded:${e.name} as ${e.behavior} size ${r.length} from ${n}`);const o=Jt(),a="string"==typeof e.virtualPath?e.virtualPath:e.name;let s=null;switch(e.behavior){case"dotnetwasm":case"js-module-threads":case"symbols":break;case"resource":case"assembly":case"pdb":u._loaded_files.push({url:n,file:a});case"heap":case"icu":s=ye(r);break;case"vfs":{const e=a.lastIndexOf("/");let n=e>0?a.substr(0,e):null,o=e>0?a.substr(e+1):a;o.startsWith("/")&&(o=o.substr(1)),n?(lt(`Creating directory '${n}'`),t.FS_createPath("/",n,!0,!0)):n="/",lt(`Creating file '${o}' in directory '${n}'`),t.FS_createDataFile(n,o,r,!0,!0,!0);break}default:throw new Error(`Unrecognized asset behavior:${e.behavior}, for asset ${e.name}`)}if("assembly"===e.behavior){if(!St.mono_wasm_add_assembly(a,s,r.length)){const e=u._loaded_files.findIndex((e=>e.file==a));u._loaded_files.splice(e,1)}}else"pdb"===e.behavior?St.mono_wasm_add_assembly(a,s,r.length):"icu"===e.behavior?ha(s)||t.err(`Error loading ICU asset ${e.name}`):"resource"===e.behavior&&St.mono_wasm_add_satellite_assembly(a,e.culture||"",s,r.length);Yt(o,"mono.instantiateAsset:",e.name),++u.actual_instantiated_assets_count}async function ga(e){try{const t=await e.pendingDownloadInternal.response;(await t.text()).split(/[\r\n]/).forEach((e=>{const t=e.split(/:/);t.length<2||(t[1]=t.splice(1).join(":"),_t.set(Number(t[0]),t[1]))})),lt(`Loaded ${_t.size} symbols`)}catch(t){ut(`Error loading symbol file ${e.name}: ${JSON.stringify(t)}`)}}function ya(){return u.loadedFiles}const wa={};function Sa(e){let t=wa[e];if("string"!=typeof t){const n=St.mono_jiterp_get_opcode_info(e,0);wa[e]=t=Qe(n)}return t}const ka=2,va=64,Ea=64,Ua=["Unknown","InterpreterTiering","NullCheck","VtableNotInitialized","Branch","BackwardBranch","ConditionalBranch","ConditionalBackwardBranch","ComplexBranch","ArrayLoadFailed","ArrayStoreFailed","StringOperationFailed","DivideByZero","Overflow","Return","Call","Throw","AllocFailed","SpanOperationFailed","CastFailed","SafepointBranchTaken","UnboxFailed","CallDelegate","Debugging","Icall","UnexpectedRetIp","LeaveCheck"],Ia={};class Ta{constructor(e){this.locals=new Map,this.permanentFunctionTypeCount=0,this.permanentFunctionTypes={},this.permanentFunctionTypesByShape={},this.permanentFunctionTypesByIndex={},this.functionTypesByIndex={},this.permanentImportedFunctionCount=0,this.permanentImportedFunctions={},this.nextImportIndex=0,this.functions=[],this.estimatedExportBytes=0,this.frame=0,this.traceBuf=[],this.branchTargets=new Set,this.constantSlots=[],this.backBranchOffsets=[],this.callHandlerReturnAddresses=[],this.nextConstantSlot=0,this.compressImportNames=!1,this.lockImports=!1,this._assignParameterIndices=e=>{let t=0;for(const n in e)this.locals.set(n,t),t++;return t},this.stack=[new xa],this.clear(e),this.cfg=new Aa(this)}clear(e){this.options=os(),this.stackSize=1,this.inSection=!1,this.inFunction=!1,this.lockImports=!1,this.locals.clear(),this.functionTypeCount=this.permanentFunctionTypeCount,this.functionTypes=Object.create(this.permanentFunctionTypes),this.functionTypesByShape=Object.create(this.permanentFunctionTypesByShape),this.functionTypesByIndex=Object.create(this.permanentFunctionTypesByIndex),this.nextImportIndex=0,this.importedFunctionCount=0,this.importedFunctions=Object.create(this.permanentImportedFunctions);for(const e in this.importedFunctions)this.importedFunctions[e].index=void 0;this.functions.length=0,this.estimatedExportBytes=0,this.argumentCount=0,this.current.clear(),this.traceBuf.length=0,this.branchTargets.clear(),this.activeBlocks=0,this.nextConstantSlot=0,this.constantSlots.length=this.options.useConstants?e:0;for(let e=0;e=this.stack.length&&this.stack.push(new xa),this.current.clear()}_pop(e){if(this.stackSize<=1)throw new Error("Stack empty");const t=this.current;return this.stackSize--,e?(this.appendULeb(t.size),t.copyTo(this.current),null):t.getArrayView(!1).slice(0,t.size)}getWasmImports(){const e=t.getMemory();e instanceof WebAssembly.Memory||w(!1,`expected heap import to be WebAssembly.Memory but was ${e}`);const n={c:this.getConstants(),m:{h:e}},r=this.getImportsToEmit();for(let e=0;e>>0||e>255)throw new Error(`Byte out of range: ${e}`);return this.current.appendU8(e)}appendSimd(e,t){return this.current.appendU8(253),0!=(0|e)||0===e&&!0===t||w(!1,"Expected non-v128_load simd opcode or allowLoad==true"),this.current.appendULeb(e)}appendU32(e){return this.current.appendU32(e)}appendF32(e){return this.current.appendF32(e)}appendF64(e){return this.current.appendF64(e)}appendBoundaryValue(e,t){return this.current.appendBoundaryValue(e,t)}appendULeb(e){return this.current.appendULeb(e)}appendLeb(e){return this.current.appendLeb(e)}appendLebRef(e,t){return this.current.appendLebRef(e,t)}appendBytes(e){return this.current.appendBytes(e)}appendName(e){return this.current.appendName(e)}ret(e){this.ip_const(e),this.appendU8(15)}i32_const(e){this.appendU8(65),this.appendLeb(e)}ptr_const(e){let t=this.options.useConstants?this.constantSlots.indexOf(e):-1;this.options.useConstants&&t<0&&this.nextConstantSlot=0?(this.appendU8(35),this.appendLeb(t)):this.i32_const(e)}ip_const(e){this.appendU8(65),this.appendLeb(e-this.base)}i52_const(e){this.appendU8(66),this.appendLeb(e)}v128_const(e){if(0===e)this.local("v128_zero");else{if("object"!=typeof e)throw new Error("Expected v128_const arg to be 0 or a Uint8Array");{16!==e.byteLength&&w(!1,"Expected v128_const arg to be 16 bytes in size");let t=!0;for(let n=0;n<16;n++)0!==e[n]&&(t=!1);t?this.local("v128_zero"):(this.appendSimd(12),this.appendBytes(e))}}}defineType(e,t,n,r){if(this.functionTypes[e])throw new Error(`Function type ${e} already defined`);if(r&&this.functionTypeCount>this.permanentFunctionTypeCount)throw new Error("New permanent function types cannot be defined after non-permanent ones");let o="";for(const e in t)o+=t[e]+",";o+=n;let a=this.functionTypesByShape[o];"number"!=typeof a&&(a=this.functionTypeCount++,r?(this.permanentFunctionTypeCount++,this.permanentFunctionTypesByShape[o]=a,this.permanentFunctionTypesByIndex[a]=[t,Object.values(t).length,n]):(this.functionTypesByShape[o]=a,this.functionTypesByIndex[a]=[t,Object.values(t).length,n]));const s=[a,t,n,`(${JSON.stringify(t)}) -> ${n}`,r];return r?this.permanentFunctionTypes[e]=s:this.functionTypes[e]=s,a}generateTypeSection(){this.beginSection(1),this.appendULeb(this.functionTypeCount);for(let e=0;ee.index-t.index)),e}_generateImportSection(e){const t=this.getImportsToEmit();if(this.lockImports=!0,!1!==e)throw new Error("function table imports are disabled");this.beginSection(2),this.appendULeb(1+t.length+this.constantSlots.length+(!1!==e?1:0));for(let e=0;e0)throw new Error("New permanent imports cannot be defined after any indexes have been assigned");const a=this.functionTypes[n];if(!a)throw new Error("No function type named "+n);if(r&&!a[4])throw new Error("A permanent import must have a permanent function type");const s=a[0],i=r?this.permanentImportedFunctions:this.importedFunctions;if("number"==typeof o&&(o=Ma().get(o)),"function"!=typeof o&&void 0!==o)throw new Error(`Value passed for imported function ${t} was not a function or valid function pointer or undefined`);return i[t]={index:void 0,typeIndex:s,module:e,name:t,func:o}}markImportAsUsed(e){const t=this.importedFunctions[e];if(!t)throw new Error("No imported function named "+e);"number"!=typeof t.index&&(t.index=this.importedFunctionCount++)}defineFunction(e,t){const n={index:this.functions.length,name:e.name,typeName:e.type,typeIndex:this.functionTypes[e.type][0],export:e.export,locals:e.locals,generator:t,error:null,blob:null};return this.functions.push(n),n.export&&(this.estimatedExportBytes+=n.name.length+8),n}emitImportsAndFunctions(e){let t=0;for(let e=0;e0)throw new Error(`${this.activeBlocks} unclosed block(s) at end of function`);const t=this._pop(e);return this.inFunction=!1,t}block(e,t){const n=this.appendU8(t||2);return e?this.appendU8(e):this.appendU8(64),this.activeBlocks++,n}endBlock(){if(this.activeBlocks<=0)throw new Error("No blocks active");this.activeBlocks--,this.appendU8(11)}arg(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e;if("number"!=typeof n)throw new Error("No local named "+e);t&&this.appendU8(t),this.appendULeb(n)}local(e,t){const n="string"==typeof e?this.locals.has(e)?this.locals.get(e):void 0:e+this.argumentCount;if("number"!=typeof n)throw new Error("No local named "+e);t?this.appendU8(t):this.appendU8(32),this.appendULeb(n)}appendMemarg(e,t){this.appendULeb(t),this.appendULeb(e)}lea(e,t){"string"==typeof e?this.local(e):this.i32_const(e),this.i32_const(t),this.appendU8(106)}getArrayView(e){if(this.stackSize>1)throw new Error("Jiterpreter block stack not empty");return this.stack[0].getArrayView(e)}getConstants(){const e={};for(let t=0;t=this.capacity)throw new Error("Buffer full");const t=this.size;return Ee()[this.buffer+this.size++]=e,t}appendU32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,0),this.size+=4,t}appendI32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,1),this.size+=4,t}appendF32(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,2),this.size+=4,t}appendF64(e){const t=this.size;return St.mono_jiterp_write_number_unaligned(this.buffer+this.size,e,3),this.size+=8,t}appendBoundaryValue(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=St.mono_jiterp_encode_leb_signed_boundary(this.buffer+this.size,e,t);if(n<1)throw new Error(`Failed to encode ${e} bit boundary value with sign ${t}`);return this.size+=n,n}appendULeb(e){if("number"!=typeof e&&w(!1,`appendULeb expected number but got ${e}`),e>=0||w(!1,"cannot pass negative value to appendULeb"),e<127){if(this.size+1>=this.capacity)throw new Error("Buffer full");return this.appendU8(e),1}if(this.size+8>=this.capacity)throw new Error("Buffer full");const t=St.mono_jiterp_encode_leb52(this.buffer+this.size,e,0);if(t<1)throw new Error(`Failed to encode value '${e}' as unsigned leb`);return this.size+=t,t}appendLeb(e){if("number"!=typeof e&&w(!1,`appendLeb expected number but got ${e}`),this.size+8>=this.capacity)throw new Error("Buffer full");const t=St.mono_jiterp_encode_leb52(this.buffer+this.size,e,1);if(t<1)throw new Error(`Failed to encode value '${e}' as signed leb`);return this.size+=t,t}appendLebRef(e,t){if(this.size+8>=this.capacity)throw new Error("Buffer full");const n=St.mono_jiterp_encode_leb64_ref(this.buffer+this.size,e,t?1:0);if(n<1)throw new Error("Failed to encode value as leb");return this.size+=n,n}copyTo(e,t){"number"!=typeof t&&(t=this.size),Ee().copyWithin(e.buffer+e.size,this.buffer,this.buffer+t),e.size+=t}appendBytes(e,t){const n=this.size,r=Ee();return e.buffer===r.buffer?("number"!=typeof t&&(t=e.length),r.copyWithin(this.buffer+n,e.byteOffset,e.byteOffset+t),this.size+=t):("number"==typeof t&&(e=new Uint8Array(e.buffer,e.byteOffset,t)),this.getArrayView(!0).set(e,this.size),this.size+=e.length),n}appendName(e){let t=e.length,n=1===e.length?e.charCodeAt(0):-1;if(n>127&&(n=-1),t&&n<0)if(this.encoder)t=this.encoder.encodeInto(e,this.textBuf).written||0;else for(let n=0;n127)throw new Error("Out of range character and no TextEncoder available");this.textBuf[n]=t}this.appendULeb(t),n>=0?this.appendU8(n):t>1&&this.appendBytes(this.textBuf,t)}getArrayView(e){return new Uint8Array(Ee().buffer,this.buffer,e?this.capacity:this.size)}}class Aa{constructor(e){this.segments=[],this.backBranchTargets=null,this.lastSegmentEnd=0,this.overheadBytes=0,this.blockStack=[],this.backDispatchOffsets=[],this.dispatchTable=new Map,this.observedBranchTargets=new Set,this.trace=0,this.builder=e}initialize(e,t,n){this.segments.length=0,this.blockStack.length=0,this.startOfBody=e,this.backBranchTargets=t,this.base=this.builder.base,this.ip=this.lastSegmentStartIp=this.builder.base,this.lastSegmentEnd=0,this.overheadBytes=10,this.dispatchTable.clear(),this.observedBranchTargets.clear(),this.trace=n,this.backDispatchOffsets.length=0}entry(e){this.entryIp=e,this.appendBlob(),1!==this.segments.length&&w(!1,"expected 1 segment"),"blob"!==this.segments[0].type&&w(!1,"expected blob"),this.entryBlob=this.segments[0],this.segments.length=0,this.overheadBytes+=9,this.backBranchTargets&&(this.overheadBytes+=20,this.overheadBytes+=this.backBranchTargets.length)}appendBlob(){this.builder.current.size!==this.lastSegmentEnd&&(this.segments.push({type:"blob",ip:this.lastSegmentStartIp,start:this.lastSegmentEnd,length:this.builder.current.size-this.lastSegmentEnd}),this.lastSegmentStartIp=this.ip,this.lastSegmentEnd=this.builder.current.size,this.overheadBytes+=2)}startBranchBlock(e,t){this.appendBlob(),this.segments.push({type:"branch-block-header",ip:e,isBackBranchTarget:t}),this.overheadBytes+=1}branch(e,t,n){this.observedBranchTargets.add(e),this.appendBlob(),this.segments.push({type:"branch",from:this.ip,target:e,isBackward:t,branchType:n}),this.overheadBytes+=4,t&&(this.overheadBytes+=11),3!==n&&2!==n||(this.overheadBytes+=17)}emitBlob(e,t){const n=t.subarray(e.start,e.start+e.length);this.builder.appendBytes(n)}generate(){this.appendBlob();const e=this.builder.endFunction(!1);this.builder._push(),this.builder.base=this.base,this.emitBlob(this.entryBlob,e),this.backBranchTargets&&(this.builder.i32_const(0),this.builder.local("disp",33),this.builder.block(64,3));for(let e=0;ee-t));for(let e=0;e0&&ut("No back branch targets were reachable after filtering");else if(1===this.backDispatchOffsets.length)this.trace>0&&(this.backDispatchOffsets[0]===this.entryIp?ut(`Exactly one back dispatch offset and it was the entry point 0x${this.entryIp.toString(16)}`):ut(`Exactly one back dispatch offset and it was 0x${this.backDispatchOffsets[0].toString(16)}`)),this.builder.local("disp"),this.builder.appendU8(13),this.builder.appendULeb(this.blockStack.indexOf(this.backDispatchOffsets[0]));else{this.builder.block(64),this.builder.block(64),this.builder.local("disp"),this.builder.appendU8(14),this.builder.appendULeb(this.backDispatchOffsets.length+1),this.builder.appendULeb(1);for(let e=0;e0&&this.blockStack.push(0)}this.trace>1&&ut(`blockStack=${this.blockStack}`);for(let t=0;t1&&ut(`backward br from ${n.from.toString(16)} to ${n.target.toString(16)}: disp=${e}`),this.builder.i32_const(1),this.builder.local("backbranched",33),this.builder.i32_const(e),this.builder.local("disp",33),r=!0}else this.trace>0&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed: back branch target not in dispatch table`),t=-1;if(t>=0||r){let e=0;switch(n.branchType){case 2:Da(this.builder,n.from),this.builder.appendU8(12);break;case 3:this.builder.block(64,4),Da(this.builder,n.from),this.builder.appendU8(12),e=1;break;case 0:this.builder.appendU8(12);break;case 1:this.builder.appendU8(13);break;default:throw new Error("Unimplemented branch type")}this.builder.appendULeb(e+t),e&&this.builder.endBlock(),this.trace>1&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} breaking out ${e+t+1} level(s)`)}else{if(this.trace>0){const e=this.base;n.target>=e&&n.target1&&ut(`br from ${n.from.toString(16)} to ${n.target.toString(16)} failed (outside of trace 0x${e.toString(16)} - 0x${this.exitIp.toString(16)})`)}const e=1===n.branchType||3===n.branchType;e&&this.builder.block(64,4),Ba(this.builder,n.target,4),e&&this.builder.endBlock()}break}default:throw new Error("unreachable")}}return this.backBranchTargets&&(this.blockStack.length<=1||w(!1,"expected one or zero entries in the block stack at the end"),this.blockStack.length&&this.blockStack.shift(),this.builder.endBlock()),0!==this.blockStack.length&&w(!1,`expected block stack to be empty at end of function but it was ${this.blockStack}`),this.builder.ip_const(this.exitIp),this.builder.appendU8(15),this.builder.appendU8(11),this.builder._pop(!1)}}let ja,Ra=-1,La=0;const Ca={generation:0,compilation:0},$a={traceCandidates:0,tracesCompiled:0,entryWrappersCompiled:0,jitCallsCompiled:0,directJitCallsCompiled:0,failures:0,bytesGenerated:0,nullChecksEliminated:0,nullChecksFused:0,backBranchesEmitted:0,backBranchesNotEmitted:0,simdFallback:{}},Na=globalThis.performance&&globalThis.performance.now?globalThis.performance.now.bind(globalThis.performance):Date.now;function Da(e,t){e.ptr_const(St.mono_jiterp_get_polling_required_address()),e.appendU8(40),e.appendMemarg(0,2),e.block(64,4),e.local("frame"),e.i32_const(t),e.callImport("safepoint"),e.endBlock()}function Ba(e,t,n){e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.base),e.i32_const(n),e.callImport("bailout")),e.appendU8(15)}function Oa(e,t,n,r){n<=e.options.monitoringLongDistance+2&&(e.local("cinfo"),e.i32_const(n),e.appendU8(54),e.appendMemarg(4,0),e.local("cinfo"),e.local("backbranched"),e.appendU8(54),e.appendMemarg(0,0)),e.ip_const(t),e.options.countBailouts&&(e.i32_const(e.base),e.i32_const(r),e.callImport("bailout")),e.appendU8(15)}function Ma(){if(ja||(ja=t.getWasmIndirectFunctionTable()),!ja)throw new Error("Module did not export the indirect function table");return ja}function Fa(e){e||w(!1,"Attempting to set null function into table"),l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const t=Ma();La<=0&&(Ra=t.length,La=512,t.grow(La));const n=Ra;return Ra++,La--,t.set(n,e),n}function Pa(e,t,n,r,o){if(r<=0)return o&&e.appendU8(26),!0;if(r>=va)return!1;if(0!==n)return!1;const a=o?"memop_dest":"pLocals";o&&e.local(a,33);let s=o?0:t;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.v128_const(0),e.appendSimd(11),e.appendMemarg(s,0),s+=t,r-=t}for(;r>=8;)e.local(a),e.i52_const(0),e.appendU8(55),e.appendMemarg(s,0),s+=8,r-=8;for(;r>=1;){e.local(a),e.i32_const(0);let t=r%4;switch(t){case 0:t=4,e.appendU8(54);break;case 1:e.appendU8(58);break;case 3:case 2:t=2,e.appendU8(59)}e.appendMemarg(s,0),s+=t,r-=t}return!0}function za(e,t,n){Pa(e,0,t,n,!0)||(e.i32_const(t),e.i32_const(n),e.appendU8(252),e.appendU8(11),e.appendU8(0))}function Va(e,t,n,r,o,a,s){if(r<=0)return o&&(e.appendU8(26),e.appendU8(26)),!0;if(r>=Ea)return!1;o?(a=a||"memop_dest",s=s||"memop_src",e.local(s,33),e.local(a,33)):a&&s||(a=s="pLocals");let i=o?0:t,c=o?0:n;if(e.options.enableSimd){const t=16;for(;r>=t;)e.local(a),e.local(s),e.appendSimd(0,!0),e.appendMemarg(c,0),e.appendSimd(11),e.appendMemarg(i,0),i+=t,c+=t,r-=t}for(;r>=8;)e.local(a),e.local(s),e.appendU8(41),e.appendMemarg(c,0),e.appendU8(55),e.appendMemarg(i,0),i+=8,c+=8,r-=8;for(;r>=1;){let t,n,o=r%4;switch(o){case 0:o=4,t=40,n=54;break;default:case 1:o=1,t=44,n=58;break;case 3:case 2:o=2,t=46,n=59}e.local(a),e.local(s),e.appendU8(t),e.appendMemarg(c,0),e.appendU8(n),e.appendMemarg(i,0),c+=o,i+=o,r-=o}return!0}function Wa(e,t){return Va(e,0,0,t,!0)||(e.i32_const(t),e.appendU8(252),e.appendU8(10),e.appendU8(0),e.appendU8(0)),!0}function Ha(){$a.failures++,$a.failures>=ka&&(ut(`Disabling jiterpreter after ${$a.failures} failures`),rs({enableTraces:!1,enableInterpEntry:!1,enableJitCall:!1}))}const Ga={};function qa(e){const t=Ga[e];return void 0===t?Ga[e]=St.mono_jiterp_get_member_offset(e):t}function Ja(e){const n=t.asm[e];if("function"!=typeof n)throw new Error(`raw cwrap ${e} not found`);return n}const Ya={};function Xa(e){let t=Ya[e];return"number"!=typeof t&&(t=Ya[e]=St.mono_jiterp_get_opcode_value_table_entry(e)),t}function Za(e,t){return[e,e,t]}let Ka;function Qa(){if(!St.mono_wasm_is_zero_page_reserved())return!1;if(!0===Ka)return!1;const e=Ie();for(let t=0;t<8;t++)if(0!==e[t])return!1===Ka&&dt(`Zero page optimizations are enabled but garbage appeared in memory at address ${4*t}: ${e[t]}`),Ka=!0,!1;return Ka=!1,!0}const es={enableTraces:"jiterpreter-traces-enabled",enableInterpEntry:"jiterpreter-interp-entry-enabled",enableJitCall:"jiterpreter-jit-call-enabled",enableBackwardBranches:"jiterpreter-backward-branch-entries-enabled",enableCallResume:"jiterpreter-call-resume-enabled",enableWasmEh:"jiterpreter-wasm-eh-enabled",enableSimd:"jiterpreter-simd-enabled",zeroPageOptimization:"jiterpreter-zero-page-optimization",enableStats:"jiterpreter-stats-enabled",disableHeuristic:"jiterpreter-disable-heuristic",estimateHeat:"jiterpreter-estimate-heat",countBailouts:"jiterpreter-count-bailouts",dumpTraces:"jiterpreter-dump-traces",useConstants:"jiterpreter-use-constants",eliminateNullChecks:"jiterpreter-eliminate-null-checks",noExitBackwardBranches:"jiterpreter-backward-branches-enabled",directJitCalls:"jiterpreter-direct-jit-calls",minimumTraceValue:"jiterpreter-minimum-trace-value",minimumTraceHitCount:"jiterpreter-minimum-trace-hit-count",monitoringPeriod:"jiterpreter-trace-monitoring-period",monitoringShortDistance:"jiterpreter-trace-monitoring-short-distance",monitoringLongDistance:"jiterpreter-trace-monitoring-long-distance",monitoringMaxAveragePenalty:"jiterpreter-trace-monitoring-max-average-penalty",backBranchBoost:"jiterpreter-back-branch-boost",jitCallHitCount:"jiterpreter-jit-call-hit-count",jitCallFlushThreshold:"jiterpreter-jit-call-queue-flush-threshold",interpEntryHitCount:"jiterpreter-interp-entry-hit-count",interpEntryFlushThreshold:"jiterpreter-interp-entry-queue-flush-threshold",wasmBytesLimit:"jiterpreter-wasm-bytes-limit"};let ts=-1,ns={};function rs(e){for(const t in e){const n=es[t];if(!n){dt(`Unrecognized jiterpreter option: ${t}`);continue}const r=e[t];"boolean"==typeof r?St.mono_jiterp_parse_option((r?"--":"--no-")+n):"number"==typeof r?St.mono_jiterp_parse_option(`--${n}=${r}`):dt(`Jiterpreter option must be a boolean or a number but was ${typeof r} '${r}'`)}}function os(){const e=St.mono_jiterp_get_options_version();return e!==ts&&(function(){const e=St.mono_jiterp_get_options_as_json(),n=Qe(e);t._free(e);const r=JSON.parse(n);ns={};for(const e in es){const t=es[e];ns[e]=r[t]}}(),ts=e),ns}const as={2:["V128_I1_NEGATION","V128_I2_NEGATION","V128_I4_NEGATION","V128_ONES_COMPLEMENT","V128_U2_WIDEN_LOWER","V128_U2_WIDEN_UPPER","V128_I1_CREATE_SCALAR","V128_I2_CREATE_SCALAR","V128_I4_CREATE_SCALAR","V128_I8_CREATE_SCALAR","V128_I1_EXTRACT_MSB","V128_I2_EXTRACT_MSB","V128_I4_EXTRACT_MSB","V128_I8_EXTRACT_MSB","V128_I1_CREATE","V128_I2_CREATE","V128_I4_CREATE","V128_I8_CREATE","SplatX1","SplatX2","SplatX4","SplatX8","NegateD1","NegateD2","NegateD4","NegateD8","NegateR4","NegateR8","SqrtR4","SqrtR8","CeilingR4","CeilingR8","FloorR4","FloorR8","TruncateR4","TruncateR8","RoundToNearestR4","RoundToNearestR8","NotANY","AnyTrueANY","AllTrueD1","AllTrueD2","AllTrueD4","AllTrueD8","PopCountU1","BitmaskD1","BitmaskD2","BitmaskD4","BitmaskD8","AddPairwiseWideningI1","AddPairwiseWideningU1","AddPairwiseWideningI2","AddPairwiseWideningU2","AbsI1","AbsI2","AbsI4","AbsI8","AbsR4","AbsR8","ConvertToSingleI4","ConvertToSingleU4","ConvertToSingleR8","ConvertToDoubleLowerI4","ConvertToDoubleLowerU4","ConvertToDoubleLowerR8","ConvertToInt32SaturateR4","ConvertToUInt32SaturateR4","ConvertToInt32SaturateR8","ConvertToUInt32SaturateR8","SignExtendWideningLowerD1","SignExtendWideningLowerD2","SignExtendWideningLowerD4","SignExtendWideningUpperD1","SignExtendWideningUpperD2","SignExtendWideningUpperD4","ZeroExtendWideningLowerD1","ZeroExtendWideningLowerD2","ZeroExtendWideningLowerD4","ZeroExtendWideningUpperD1","ZeroExtendWideningUpperD2","ZeroExtendWideningUpperD4","LoadVector128ANY","LoadScalarVector128X4","LoadScalarVector128X8","LoadScalarAndSplatVector128X1","LoadScalarAndSplatVector128X2","LoadScalarAndSplatVector128X4","LoadScalarAndSplatVector128X8","LoadWideningVector128I1","LoadWideningVector128U1","LoadWideningVector128I2","LoadWideningVector128U2","LoadWideningVector128I4","LoadWideningVector128U4"],3:["V128_I1_ADD","V128_I2_ADD","V128_I4_ADD","V128_R4_ADD","V128_I1_SUB","V128_I2_SUB","V128_I4_SUB","V128_R4_SUB","V128_BITWISE_AND","V128_BITWISE_OR","V128_BITWISE_EQUALITY","V128_BITWISE_INEQUALITY","V128_R4_FLOAT_EQUALITY","V128_R8_FLOAT_EQUALITY","V128_EXCLUSIVE_OR","V128_I1_MULTIPLY","V128_I2_MULTIPLY","V128_I4_MULTIPLY","V128_R4_MULTIPLY","V128_R4_DIVISION","V128_I1_LEFT_SHIFT","V128_I2_LEFT_SHIFT","V128_I4_LEFT_SHIFT","V128_I8_LEFT_SHIFT","V128_I1_RIGHT_SHIFT","V128_I2_RIGHT_SHIFT","V128_I4_RIGHT_SHIFT","V128_I1_URIGHT_SHIFT","V128_I2_URIGHT_SHIFT","V128_I4_URIGHT_SHIFT","V128_I8_URIGHT_SHIFT","V128_U1_NARROW","V128_U1_GREATER_THAN","V128_I1_LESS_THAN","V128_U1_LESS_THAN","V128_I2_LESS_THAN","V128_I1_EQUALS","V128_I2_EQUALS","V128_I4_EQUALS","V128_R4_EQUALS","V128_I8_EQUALS","V128_AND_NOT","V128_U2_LESS_THAN_EQUAL","V128_I1_SHUFFLE","V128_I2_SHUFFLE","V128_I4_SHUFFLE","V128_I8_SHUFFLE","ExtractScalarI1","ExtractScalarU1","ExtractScalarI2","ExtractScalarU2","ExtractScalarD4","ExtractScalarD8","ExtractScalarR4","ExtractScalarR8","SwizzleD1","AddD1","AddD2","AddD4","AddD8","AddR4","AddR8","SubtractD1","SubtractD2","SubtractD4","SubtractD8","SubtractR4","SubtractR8","MultiplyD2","MultiplyD4","MultiplyD8","MultiplyR4","MultiplyR8","DivideR4","DivideR8","DotI2","ShiftLeftD1","ShiftLeftD2","ShiftLeftD4","ShiftLeftD8","ShiftRightArithmeticD1","ShiftRightArithmeticD2","ShiftRightArithmeticD4","ShiftRightArithmeticD8","ShiftRightLogicalD1","ShiftRightLogicalD2","ShiftRightLogicalD4","ShiftRightLogicalD8","AndANY","AndNotANY","OrANY","XorANY","CompareEqualD1","CompareEqualD2","CompareEqualD4","CompareEqualD8","CompareEqualR4","CompareEqualR8","CompareNotEqualD1","CompareNotEqualD2","CompareNotEqualD4","CompareNotEqualD8","CompareNotEqualR4","CompareNotEqualR8","CompareLessThanI1","CompareLessThanU1","CompareLessThanI2","CompareLessThanU2","CompareLessThanI4","CompareLessThanU4","CompareLessThanI8","CompareLessThanR4","CompareLessThanR8","CompareLessThanOrEqualI1","CompareLessThanOrEqualU1","CompareLessThanOrEqualI2","CompareLessThanOrEqualU2","CompareLessThanOrEqualI4","CompareLessThanOrEqualU4","CompareLessThanOrEqualI8","CompareLessThanOrEqualR4","CompareLessThanOrEqualR8","CompareGreaterThanI1","CompareGreaterThanU1","CompareGreaterThanI2","CompareGreaterThanU2","CompareGreaterThanI4","CompareGreaterThanU4","CompareGreaterThanI8","CompareGreaterThanR4","CompareGreaterThanR8","CompareGreaterThanOrEqualI1","CompareGreaterThanOrEqualU1","CompareGreaterThanOrEqualI2","CompareGreaterThanOrEqualU2","CompareGreaterThanOrEqualI4","CompareGreaterThanOrEqualU4","CompareGreaterThanOrEqualI8","CompareGreaterThanOrEqualR4","CompareGreaterThanOrEqualR8","ConvertNarrowingSaturateSignedI2","ConvertNarrowingSaturateSignedI4","ConvertNarrowingSaturateUnsignedI2","ConvertNarrowingSaturateUnsignedI4","MultiplyWideningLowerI1","MultiplyWideningLowerI2","MultiplyWideningLowerI4","MultiplyWideningLowerU1","MultiplyWideningLowerU2","MultiplyWideningLowerU4","MultiplyWideningUpperI1","MultiplyWideningUpperI2","MultiplyWideningUpperI4","MultiplyWideningUpperU1","MultiplyWideningUpperU2","MultiplyWideningUpperU4","AddSaturateI1","AddSaturateU1","AddSaturateI2","AddSaturateU2","SubtractSaturateI1","SubtractSaturateU1","SubtractSaturateI2","SubtractSaturateU2","MultiplyRoundedSaturateQ15I2","MinI1","MinI2","MinI4","MinU1","MinU2","MinU4","MaxI1","MaxI2","MaxI4","MaxU1","MaxU2","MaxU4","AverageRoundedU1","AverageRoundedU2","MinR4","MinR8","MaxR4","MaxR8","PseudoMinR4","PseudoMinR8","PseudoMaxR4","PseudoMaxR8","StoreANY"],4:["V128_CONDITIONAL_SELECT","ReplaceScalarD1","ReplaceScalarD2","ReplaceScalarD4","ReplaceScalarD8","ReplaceScalarR4","ReplaceScalarR8","ShuffleD1","BitwiseSelectANY","LoadScalarAndInsertX1","LoadScalarAndInsertX2","LoadScalarAndInsertX4","LoadScalarAndInsertX8","StoreSelectedScalarX1","StoreSelectedScalarX2","StoreSelectedScalarX4","StoreSelectedScalarX8"]},ss={13:[65,-1],14:[65,0],15:[65,1],16:[65,2],17:[65,3],18:[65,4],19:[65,5],20:[65,6],21:[65,7],22:[65,8]},is={463:168,469:174,464:170,470:176},cs={515:[69,40,54],435:[106,40,54],437:[107,40,54],439:[107,40,54],443:[115,40,54],436:[124,41,55],438:[125,41,55],440:[125,41,55],444:[133,41,55],518:[106,40,54],522:[108,40,54],519:[124,41,55],523:[126,41,55],441:[140,42,56],442:[154,43,57],471:[178,40,56],474:[183,40,57],445:[184,40,57],472:[180,41,56],475:[185,41,57],446:[186,41,57],476:[187,42,57],473:[182,43,56],467:[1,52,55],468:[1,53,55],451:[113,40,54],459:[113,40,54],447:[117,40,54],455:[117,40,54],452:[113,41,54],460:[113,41,54],448:[117,41,54],456:[117,41,54],526:[116,40,54],527:[134,41,55],528:[117,40,54],529:[135,41,55],524:[118,40,54],525:[136,41,55],628:[119,40,54],629:[137,41,55],630:[120,40,54],631:[138,41,55],632:[103,40,54],634:[104,40,54],636:[105,40,54],633:[121,41,55],635:[122,41,55],637:[123,41,55]},ls={401:187,402:1,405:187,406:1,409:187,410:1,413:187,414:1,419:187,420:1,423:187,424:1,433:187,434:1,427:187,428:1,65536:187,65537:187,65535:187,65539:1,65540:1,65538:1},us={351:[106,40,54],369:[106,40,54],371:[106,40,54],355:[107,40,54],359:[108,40,54],373:[108,40,54],375:[108,40,54],363:[109,40,54],367:[110,40,54],387:[111,40,54],391:[112,40,54],381:[113,40,54],383:[114,40,54],385:[115,40,54],395:[116,40,54],397:[117,40,54],393:[118,40,54],352:[124,41,55],356:[125,41,55],360:[126,41,55],364:[127,41,55],388:[129,41,55],368:[128,41,55],392:[130,41,55],382:[131,41,55],384:[132,41,55],386:[133,41,55],396:[134,41,55],398:[135,41,55],394:[136,41,55],353:[146,42,56],357:[147,42,56],361:[148,42,56],365:[149,42,56],354:[160,43,57],358:[161,43,57],362:[162,43,57],366:[163,43,57],399:[70,40,54],403:[71,40,54],421:[72,40,54],407:[74,40,54],425:[76,40,54],411:[78,40,54],431:[73,40,54],417:[75,40,54],429:[77,40,54],415:[79,40,54],400:[81,41,54],404:[82,41,54],422:[83,41,54],408:[85,41,54],426:[87,41,54],412:[89,41,54],432:[84,41,54],418:[86,41,54],430:[88,41,54],416:[90,41,54]},ps={195:399,215:403,203:407,223:417,207:421,231:431,199:411,219:415,211:425,227:429,239:[399,!1,!0],249:[403,!1,!0],243:[407,!1,!0],253:[417,!1,!0],245:[421,!1,!0],257:[431,!1,!0],241:[411,!1,!0],251:[415,!1,!0],247:[425,!1,!0],255:[429,!1,!0],259:[399,65,!0],269:[403,65,!0],263:[407,65,!0],273:[417,65,!0],265:[421,65,!0],277:[431,65,!0],261:[411,65,!0],271:[415,65,!0],267:[425,65,!0],275:[429,65,!0],196:400,216:404,204:408,224:418,208:422,232:432,200:412,220:416,212:426,228:430,260:[400,66,!0],264:[408,66,!0],274:[418,66,!0],266:[422,66,!0],278:[432,66,!0],262:[412,66,!0],272:[416,66,!0],268:[426,66,!0],276:[430,66,!0],197:401,217:65535,205:409,225:419,209:423,233:433,201:413,221:65536,213:427,229:65537,198:402,218:65538,206:410,226:420,210:424,234:434,202:414,222:65539,214:428,230:65540},ds={588:[!0,!1,159],615:[!0,!0,145],575:[!0,!1,155],602:[!0,!0,141],581:[!0,!1,156],608:[!0,!0,142],592:[!0,!1,153],619:[!0,!0,139],570:[!0,!1,"acos"],597:[!0,!0,"acosf"],571:[!0,!1,"acosh"],598:[!0,!0,"acoshf"],576:[!0,!1,"cos"],603:[!0,!0,"cosf"],568:[!0,!1,"asin"],595:[!0,!0,"asinf"],569:[!0,!1,"asinh"],596:[!0,!0,"asinhf"],587:[!0,!1,"sin"],614:[!0,!0,"sinf"],572:[!0,!1,"atan"],599:[!0,!0,"atanf"],573:[!0,!1,"atanh"],600:[!0,!0,"atanhf"],590:[!0,!1,"tan"],617:[!0,!0,"tanf"],577:[!0,!1,"cbrt"],604:[!0,!0,"cbrtf"],579:[!0,!1,"exp"],606:[!0,!0,"expf"],582:[!0,!1,"log"],609:[!0,!0,"logf"],583:[!0,!1,"log2"],610:[!0,!0,"log2f"],584:[!0,!1,"log10"],611:[!0,!0,"log10f"],593:[!1,!1,164],620:[!1,!0,150],594:[!1,!1,165],621:[!1,!0,151],574:[!1,!1,"atan2"],601:[!1,!0,"atan2f"],585:[!1,!1,"pow"],612:[!1,!0,"powf"],390:[!1,!1,"fmod"],389:[!1,!0,"fmodf"]},_s={641:1,642:2,643:4,644:8},fs={641:44,642:46,643:40,644:41},ms={641:58,642:59,643:54,644:55},hs=new Set([20,21,22,23,24,25,26,27,28,29,30]),bs={47:[16,54],48:[16,54],49:[8,54],50:[8,54],51:[4,54],53:[4,56],52:[2,55],54:[2,57]},gs={1:[16,40],2:[8,40],3:[4,40],5:[4,42],4:[2,41],6:[2,43]},ys=new Set([81,84,85,86,87,82,83,88,89,90,91,92,93]),ws={13:[16],14:[8],15:[4],16:[2]},Ss={10:100,11:132,12:164,13:196},ks={6:[44,23],7:[46,26],8:[40,28],9:[41,30]};function vs(e,t){return se(e+2*t)}function Es(e,t){return de(e+2*t)}function Us(e,t){return le(e+2*t)}function Is(e,t){return ue(e+2*t)}function Ts(e){return ue(e+qa(4))}function xs(e,t){const n=ue(Ts(e)+qa(5));return ue(n+t*Ei)}function As(e,t){const n=ue(Ts(e)+qa(12));return ue(n+t*Ei)}function js(e,t,n){if(!n)return!1;for(let r=0;r=40||w(!1,`Expected load opcode but got ${n}`),e.appendU8(n),void 0!==r)e.appendULeb(r);else if(253===n)throw new Error("PREFIX_simd ldloc without a simdOpcode");const o=Fs(t,n,r);e.appendMemarg(t,o)}function zs(e,t,n,r){n>=54||w(!1,`Expected store opcode but got ${n}`),e.appendU8(n),void 0!==r&&e.appendULeb(r);const o=Fs(t,n,r);e.appendMemarg(t,o),Bs(t),void 0!==r&&Bs(t+8)}function Vs(e,t,n){"number"!=typeof n&&(n=512),n>0&&Os(t,n),e.lea("pLocals",t)}function Ws(e,t,n,r){Os(t,r),Pa(e,t,n,r,!1)||(Vs(e,t,r),za(e,n,r))}function Hs(e,t,n,r){if(Os(t,r),Va(e,t,n,r,!1))return!0;Vs(e,t,r),Vs(e,n,0),Wa(e,r)}function Gs(e,t){return 0!==St.mono_jiterp_is_imethod_var_address_taken(Ts(e.frame),t)}function qs(e,t,n,r){if(e.allowNullCheckOptimization&&Cs.has(t)&&!Gs(e,t))return $a.nullChecksEliminated++,void(Ns===t?r&&e.local("cknull_ptr"):(Ps(e,t,40),e.local("cknull_ptr",r?34:33),Ns=t));Ps(e,t,40),e.local("cknull_ptr",34),e.appendU8(69),e.block(64,4),Ba(e,n,2),e.endBlock(),r&&e.local("cknull_ptr"),e.allowNullCheckOptimization&&!Gs(e,t)?(Cs.set(t,n),Ns=t):Ns=-1}function Js(e,t,n){let r,o=54;const a=ss[n];if(a)e.local("pLocals"),e.appendU8(a[0]),r=a[1],e.appendLeb(r);else switch(n){case 23:e.local("pLocals"),r=Es(t,2),e.i32_const(r);break;case 24:e.local("pLocals"),r=Us(t,2),e.i32_const(r);break;case 25:e.local("pLocals"),e.i52_const(0),o=55;break;case 27:e.local("pLocals"),e.appendU8(66),e.appendLebRef(t+4,!0),o=55;break;case 26:e.local("pLocals"),e.i52_const(Es(t,2)),o=55;break;case 28:e.local("pLocals"),e.appendU8(67),e.appendF32(function(e,t){return n=e+2*t,St.mono_wasm_get_f32_unaligned(n);var n}(t,2)),o=56;break;case 29:e.local("pLocals"),e.appendU8(68),e.appendF64(function(e,t){return n=e+2*t,St.mono_wasm_get_f64_unaligned(n);var n}(t,2)),o=57;break;default:return!1}e.appendU8(o);const s=vs(t,1);return e.appendMemarg(s,2),Bs(s),"number"==typeof r?Rs.set(s,r):Rs.delete(s),!0}function Ys(e,t,n){let r=40,o=54;switch(n){case 82:r=44;break;case 83:r=45;break;case 84:r=46;break;case 85:r=47;break;case 86:r=45,o=58;break;case 87:r=47,o=59;break;case 88:break;case 89:r=41,o=55;break;case 90:{const n=vs(t,3);return Hs(e,vs(t,1),vs(t,2),n),!0}case 91:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),!0;case 92:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),Hs(e,vs(t,5),vs(t,6),8),!0;case 93:return Hs(e,vs(t,1),vs(t,2),8),Hs(e,vs(t,3),vs(t,4),8),Hs(e,vs(t,5),vs(t,6),8),Hs(e,vs(t,7),vs(t,8),8),!0;default:return!1}return e.local("pLocals"),Ps(e,vs(t,2),r),zs(e,vs(t,1),o),!0}function Xs(e,t,n,r){const o=r>=31&&r<=44||r>=58&&r<=68,a=vs(n,o?2:1),s=vs(n,3),i=vs(n,o?1:2),c=e.allowNullCheckOptimization&&Cs.has(a)&&!Gs(e,a);44!==r&&53!==r&&qs(e,a,n,!1);let l=54,u=40;switch(r){case 31:u=44;break;case 32:u=45;break;case 33:u=46;break;case 34:u=47;break;case 39:case 49:case 35:break;case 51:case 37:u=42,l=56;break;case 52:case 38:u=43,l=57;break;case 45:case 46:l=58;break;case 47:case 48:l=59;break;case 36:case 50:u=41,l=55;break;case 53:return c||e.block(),e.local("pLocals"),e.i32_const(s),e.i32_const(a),e.i32_const(i),e.callImport("stfld_o"),c?(e.appendU8(26),$a.nullChecksEliminated++):(e.appendU8(13),e.appendULeb(0),Ba(e,n,2),e.endBlock()),!0;case 40:{const t=vs(n,4);return Vs(e,i,t),e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Wa(e,t),!0}case 54:{const r=xs(t,vs(n,4));return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Vs(e,i,0),e.ptr_const(r),e.callImport("value_copy"),!0}case 55:{const t=vs(n,4);return e.local("cknull_ptr"),0!==s&&(e.i32_const(s),e.appendU8(106)),Vs(e,i,0),Wa(e,t),!0}case 44:case 43:return e.local("pLocals"),Ps(e,a,40),0!==s&&(e.i32_const(s),e.appendU8(106)),zs(e,i,l),!0;default:return!1}return o&&e.local("pLocals"),e.local("cknull_ptr"),o?(e.appendU8(u),e.appendMemarg(s,0),zs(e,i,l),!0):(Ps(e,i,u),e.appendU8(l),e.appendMemarg(s,0),!0)}function Zs(e,t,n,r){const o=r>=31&&r<=44||r>=58&&r<=68,a=vs(n,1),s=xs(t,vs(n,2)),i=xs(t,vs(n,3));!function(e,t,n){e.block(),e.ptr_const(t),e.appendU8(45),e.appendMemarg(qa(0),0),e.appendU8(13),e.appendULeb(0),Ba(e,n,3),e.endBlock()}(e,s,n);let c=54,l=40;switch(r){case 58:l=44;break;case 59:l=45;break;case 60:l=46;break;case 61:l=47;break;case 66:case 73:case 62:break;case 75:case 64:l=42,c=56;break;case 76:case 65:l=43,c=57;break;case 69:case 70:c=58;break;case 71:case 72:c=59;break;case 63:case 74:l=41,c=55;break;case 77:return e.ptr_const(i),Vs(e,a,0),e.callImport("copy_ptr"),!0;case 67:{const t=vs(n,4);return Vs(e,a,t),e.ptr_const(i),Wa(e,t),!0}case 80:return e.local("pLocals"),e.ptr_const(i),zs(e,a,c),!0;default:return!1}return o?(e.local("pLocals"),e.ptr_const(i),e.appendU8(l),e.appendMemarg(0,0),zs(e,a,c),!0):(e.ptr_const(i),Ps(e,a,l),e.appendU8(c),e.appendMemarg(0,0),!0)}function Ks(e,t,n){let r,o,a,s,i="math_lhs32",c="math_rhs32",l=!1;const u=ls[n];if(u){e.local("pLocals");const r=1==u;return Ps(e,vs(t,2),r?43:42),r||e.appendU8(u),Ps(e,vs(t,3),r?43:42),r||e.appendU8(u),e.i32_const(n),e.callImport("relop_fp"),zs(e,vs(t,1),54),!0}switch(n){case 389:case 390:return ri(e,t,n);default:if(s=us[n],!s)return!1;s.length>3?(r=s[1],o=s[2],a=s[3]):(r=o=s[1],a=s[2])}switch(n){case 363:case 364:case 367:case 368:case 387:case 388:case 391:case 392:{const a=368===n||392===n||364===n||388===n;i=a?"math_lhs64":"math_lhs32",c=a?"math_rhs64":"math_rhs32",e.block(),Ps(e,vs(t,2),r),e.local(i,33),Ps(e,vs(t,3),o),e.local(c,34),l=!0,a&&(e.appendU8(80),e.appendU8(69)),e.appendU8(13),e.appendULeb(0),Ba(e,t,12),e.endBlock(),363!==n&&387!==n&&364!==n&&388!==n||(e.block(),e.local(c),a?e.i52_const(-1):e.i32_const(-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),e.local(i),e.appendU8(a?66:65),e.appendBoundaryValue(a?64:32,-1),e.appendU8(a?82:71),e.appendU8(13),e.appendULeb(0),Ba(e,t,13),e.endBlock());break}case 369:case 371:case 373:case 375:Ps(e,vs(t,2),r),e.local(i,34),Ps(e,vs(t,3),o),e.local(c,34),e.i32_const(n),e.callImport(371===n||375===n?"ckovr_u4":"ckovr_i4"),e.block(64,4),Ba(e,t,13),e.endBlock(),l=!0}return e.local("pLocals"),l?(e.local(i),e.local(c)):(Ps(e,vs(t,2),r),Ps(e,vs(t,3),o)),e.appendU8(s[0]),zs(e,vs(t,1),a),!0}function Qs(e,t,n){const r=cs[n];if(!r)return!1;const o=r[1],a=r[2];switch((n<479||n>514)&&e.local("pLocals"),n){case 435:case 437:Ps(e,vs(t,2),o),e.i32_const(1);break;case 439:e.i32_const(0),Ps(e,vs(t,2),o);break;case 443:Ps(e,vs(t,2),o),e.i32_const(-1);break;case 451:case 452:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(255);break;case 459:case 460:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(65535);break;case 447:case 448:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(24),e.appendU8(116),e.i32_const(24);break;case 455:case 456:Ps(e,vs(t,2),o),41===o&&e.appendU8(167),e.i32_const(16),e.appendU8(116),e.i32_const(16);break;case 436:case 438:Ps(e,vs(t,2),o),e.i52_const(1);break;case 440:e.i52_const(0),Ps(e,vs(t,2),o);break;case 444:Ps(e,vs(t,2),o),e.i52_const(-1);break;case 518:case 522:case 526:case 528:case 524:case 628:case 630:Ps(e,vs(t,2),o),e.i32_const(Es(t,3));break;case 519:case 523:case 527:case 529:case 525:case 629:case 631:Ps(e,vs(t,2),o),e.i52_const(Es(t,3));break;default:Ps(e,vs(t,2),o)}return 1!==r[0]&&e.appendU8(r[0]),zs(e,vs(t,1),a),!0}function ei(e,t,n,r){const o=141===r?t+6:t+8,a=As(n,se(o-2));e.local("pLocals"),e.ptr_const(o),e.appendU8(54),e.appendMemarg(a,0),e.callHandlerReturnAddresses.push(o)}function ti(e,t,n,r,o){const a=r>=235&&r<=278;switch(r){case 140:case 141:case 136:case 137:{const a=140===r||141===r,s=t+2*(o=136===r||140===r?Us(t,1):Es(t,1));return o<=0?e.backBranchOffsets.indexOf(s)>=0?(a&&ei(e,t,n,r),e.cfg.branch(s,!0,0),$a.backBranchesEmitted++,!0):(s1&&ut(`${Sa(r)} target 0x${s.toString(16)} before start of trace`):e.cfg.trace>0&&ut(`0x${t.toString(16)} ${Sa(r)} target 0x${s.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),St.mono_jiterp_boost_back_branch_target(s),Ba(e,s,5),$a.backBranchesNotEmitted++,!0):(e.branchTargets.add(s),a&&ei(e,t,n,r),e.cfg.branch(s,!1,0),!0)}case 153:case 151:case 237:case 235:case 154:case 152:{const n=154===r||152===r;o=Es(t,2),Ps(e,vs(t,1),n?41:40),151===r||235===r?e.appendU8(69):152===r?e.appendU8(80):154===r&&(e.appendU8(80),e.appendU8(69));break}default:if(void 0===ps[r])throw new Error(`Unsupported relop branch opcode: ${Sa(r)}`);if(4!==St.mono_jiterp_get_opcode_info(r,1))throw new Error(`Unsupported long branch opcode: ${Sa(r)}`)}if(!o)throw new Error("Branch had no displacement");const s=t+2*o;return o<0?e.backBranchOffsets.indexOf(s)>=0?(e.cfg.branch(s,!0,a?3:1),$a.backBranchesEmitted++):(s1&&ut(`${Sa(r)} target 0x${s.toString(16)} before start of trace`):e.cfg.trace>0&&ut(`0x${t.toString(16)} ${Sa(r)} target 0x${s.toString(16)} not found in list `+e.backBranchOffsets.map((e=>"0x"+e.toString(16))).join(", ")),St.mono_jiterp_boost_back_branch_target(s),e.block(64,4),Ba(e,s,5),e.endBlock(),$a.backBranchesNotEmitted++):(e.branchTargets.add(s),e.cfg.branch(s,!1,a?3:1)),!0}function ni(e,t,n,r){const o=ps[r];if(!o)return!1;const a=Array.isArray(o)?o[0]:o,s=us[a],i=ls[a];if(!s&&!i)return!1;const c=Es(t,3),l=s?s[1]:1===i?43:42;return Ps(e,vs(t,1),l),s||1===i||e.appendU8(i),Array.isArray(o)&&o[1]?(e.appendU8(o[1]),e.appendLeb(Es(t,2))):Ps(e,vs(t,2),l),s||1==i||e.appendU8(i),s?e.appendU8(s[0]):(e.i32_const(a),e.callImport("relop_fp")),ti(e,t,n,r,c)}function ri(e,t,n){let r,o,a,s;const i=vs(t,1),c=vs(t,2),l=vs(t,3),u=ds[n];if(!u)return!1;if(r=u[0],o=u[1],"string"==typeof u[2]?a=u[2]:s=u[2],e.local("pLocals"),r){if(Ps(e,c,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return zs(e,i,o?56:57),!0}if(Ps(e,c,o?42:43),Ps(e,l,o?42:43),s)e.appendU8(s);else{if(!a)throw new Error("internal error");e.callImport(a)}return zs(e,i,o?56:57),!0}function oi(e,t,n){const r=n>=95&&n<=120,o=n>=115&&n<=120,a=n>=103&&n<=114||n>=128&&n<=135||o,s=n>=109&&n<=114||n>=132&&n<=135||o;let i,c,l=-1,u=0,p=1;o?(i=vs(t,1),c=vs(t,2),l=vs(t,3),u=Es(t,4),p=Es(t,5)):a?s?r?(i=vs(t,1),c=vs(t,2),u=Es(t,3)):(i=vs(t,2),c=vs(t,1),u=Es(t,3)):r?(i=vs(t,1),c=vs(t,2),l=vs(t,3)):(i=vs(t,3),c=vs(t,1),l=vs(t,2)):r?(c=vs(t,2),i=vs(t,1)):(c=vs(t,1),i=vs(t,2));let d,_=54;switch(n){case 95:case 103:case 109:case 115:d=44;break;case 96:case 104:case 110:case 116:d=45;break;case 97:case 105:case 111:case 117:d=46;break;case 98:case 106:case 112:case 118:d=47;break;case 121:case 128:case 132:d=40,_=58;break;case 122:case 129:case 133:d=40,_=59;break;case 99:case 107:case 113:case 119:case 123:case 130:case 134:case 127:d=40;break;case 101:case 125:d=42,_=56;break;case 102:case 126:d=43,_=57;break;case 100:case 108:case 114:case 120:case 124:case 131:case 135:d=41,_=55;break;default:return!1}return qs(e,c,t,!1),r?(e.local("pLocals"),e.local("cknull_ptr"),o?(Ps(e,l,40),0!==u&&(e.i32_const(u),e.appendU8(106),u=0),1!==p&&(e.i32_const(p),e.appendU8(108)),e.appendU8(106)):a&&l>=0?(Ps(e,l,40),e.appendU8(106)):u<0&&(e.i32_const(u),e.appendU8(106),u=0),e.appendU8(d),e.appendMemarg(u,0),zs(e,i,_)):127===n?(e.local("cknull_ptr"),Vs(e,i,0),e.callImport("copy_ptr")):(e.local("cknull_ptr"),a&&l>=0?(Ps(e,l,40),e.appendU8(106)):u<0&&(e.i32_const(u),e.appendU8(106),u=0),Ps(e,i,d),e.appendU8(_),e.appendMemarg(u,0)),!0}function ai(e,t,n,r,o){e.block(),Ps(e,r,40),e.local("index",34);let a="cknull_ptr";e.options.zeroPageOptimization&&Qa()?($a.nullChecksFused++,Ps(e,n,40),a="src_ptr",e.local(a,34)):qs(e,n,t,!0),e.appendU8(40),e.appendMemarg(qa(9),2),e.appendU8(73),e.appendU8(13),e.appendULeb(0),Ba(e,t,9),e.endBlock(),e.local(a),e.i32_const(qa(1)),e.appendU8(106),e.local("index"),1!=o&&(e.i32_const(o),e.appendU8(108)),e.appendU8(106)}function si(e,t,n,r){const o=r<=336&&r>=323||348===r,a=vs(n,o?2:1),s=vs(n,o?1:3),i=vs(n,o?3:2);let c,l,u=54;switch(r){case 348:return e.local("pLocals"),qs(e,a,n,!0),e.appendU8(40),e.appendMemarg(qa(9),2),zs(e,s,54),!0;case 334:return e.local("pLocals"),l=vs(n,4),ai(e,n,a,i,l),zs(e,s,54),!0;case 345:return e.block(),Ps(e,vs(n,1),40),Ps(e,vs(n,2),40),Ps(e,vs(n,3),40),e.callImport("stelem_ref"),e.appendU8(13),e.appendULeb(0),Ba(e,n,10),e.endBlock(),!0;case 332:case 328:case 327:case 341:l=4,c=40;break;case 323:l=1,c=44;break;case 324:l=1,c=45;break;case 338:case 337:l=1,c=40,u=58;break;case 325:l=2,c=46;break;case 326:l=2,c=47;break;case 340:case 339:l=2,c=40,u=59;break;case 330:case 343:l=4,c=42,u=56;break;case 329:case 342:l=8,c=41,u=55;break;case 331:case 344:l=8,c=43,u=57;break;case 333:{const t=vs(n,4);return e.local("pLocals"),e.i32_const(vs(n,1)),e.appendU8(106),ai(e,n,a,i,t),Wa(e,t),Os(vs(n,1),t),!0}case 346:{const r=vs(n,5),o=xs(t,vs(n,4));return ai(e,n,a,i,r),Vs(e,s,0),e.ptr_const(o),e.callImport("value_copy"),!0}case 347:{const t=vs(n,5);return ai(e,n,a,i,t),Vs(e,s,0),Wa(e,t),!0}default:return!1}return o?(e.local("pLocals"),ai(e,n,a,i,l),e.appendU8(c),e.appendMemarg(0,0),zs(e,s,u)):(ai(e,n,a,i,l),Ps(e,s,c),e.appendU8(u),e.appendMemarg(0,0)),!0}function ii(){if(void 0!==$s)return $s;try{const e=function(){const e=new Ta(0);e.defineType("test",{},64,!0),e.defineFunction({type:"test",name:"test",export:!0,locals:{}},(()=>{e.i32_const(0),e.appendSimd(17),e.appendU8(26),e.appendU8(11)})),e.appendU32(1836278016),e.appendU32(1),e.generateTypeSection(),e.emitImportsAndFunctions(!1);const t=e.getArrayView();return new WebAssembly.Module(t)}();$s=!!e}catch(e){ut("Disabling WASM SIMD support due to JIT failure",e),$s=!1}return $s}function ci(e,t,n){const r=`${t}_${n.toString(16)}`;return"object"!=typeof e.importedFunctions[r]&&e.defineImportedFunction("s",r,t,!1,n),r}function li(e,t,n,r,o,a){if(e.options.enableSimd&&ii())switch(o){case 2:if(function(e,t,n){const r=St.mono_jiterp_get_simd_opcode(1,n);if(r>=0)return ys.has(n)?(e.local("pLocals"),Ps(e,vs(t,2),40),e.appendSimd(r,!0),e.appendMemarg(0,0),ui(e,t)):(pi(e,t),e.appendSimd(r),ui(e,t)),!0;const o=Ss[n];if(o)return pi(e,t),e.appendSimd(o),zs(e,vs(t,1),54),!0;switch(n){case 6:case 7:case 8:case 9:{const r=ks[n];return e.local("pLocals"),e.v128_const(0),Ps(e,vs(t,2),r[0]),e.appendSimd(r[1]),e.appendU8(0),zs(e,vs(t,1),253,11),!0}case 14:return pi(e,t,7),ui(e,t),!0;case 15:return pi(e,t,8),ui(e,t),!0;case 16:return pi(e,t,9),ui(e,t),!0;case 17:return pi(e,t,10),ui(e,t),!0;default:return!1}}(e,t,a))return!0;break;case 3:if(function(e,t,n){const r=St.mono_jiterp_get_simd_opcode(2,n);if(r>=0){const o=hs.has(n),a=bs[n];if(o)e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),40),e.appendSimd(r),ui(e,t);else if(Array.isArray(a)){const n=Ls(e,vs(t,3)),o=a[0];if("number"!=typeof n)return dt(`${e.functions[0].name}: Non-constant lane index passed to ExtractScalar`),!1;if(n>=o||n<0)return dt(`${e.functions[0].name}: ExtractScalar index ${n} out of range (0 - ${o-1})`),!1;e.local("pLocals"),Ps(e,vs(t,2),253,0),e.appendSimd(r),e.appendU8(n),zs(e,vs(t,1),a[1])}else di(e,t),e.appendSimd(r),ui(e,t);return!0}switch(n){case 187:return Ps(e,vs(t,2),40),Ps(e,vs(t,3),253,0),e.appendSimd(11),e.appendMemarg(0,0),!0;case 10:case 11:return di(e,t),e.appendSimd(214),e.appendSimd(195),11===n&&e.appendU8(69),zs(e,vs(t,1),54),!0;case 12:case 13:{const r=13===n,o=r?71:65;return e.local("pLocals"),Ps(e,vs(t,2),253,0),e.local("math_lhs128",34),Ps(e,vs(t,3),253,0),e.local("math_rhs128",34),e.appendSimd(o),e.local("math_lhs128"),e.local("math_lhs128"),e.appendSimd(o),e.local("math_rhs128"),e.local("math_rhs128"),e.appendSimd(o),e.appendSimd(80),e.appendSimd(77),e.appendSimd(80),e.appendSimd(r?195:163),zs(e,vs(t,1),54),!0}case 43:{const n=vs(t,3),r=Ls(e,n);return e.local("pLocals"),Ps(e,vs(t,2),253,0),"object"==typeof r?(e.appendSimd(12),e.appendBytes(r)):Ps(e,n,253,0),e.appendSimd(14),ui(e,t),!0}case 44:case 45:return function(e,t,n){const r=16/n,o=vs(t,3),a=Ls(e,o);if(2!==r&&4!==r&&w(!1,"Unsupported shuffle element size"),e.local("pLocals"),Ps(e,vs(t,2),253,0),"object"==typeof a){const t=new Uint8Array(Ui),o=2===r?new Uint16Array(a.buffer,a.byteOffset,n):new Uint32Array(a.buffer,a.byteOffset,n);for(let e=0,a=0;e=0){const o=gs[n],a=ws[n];if(Array.isArray(o)){const n=o[0],a=Ls(e,vs(t,3));if("number"!=typeof a)return dt(`${e.functions[0].name}: Non-constant lane index passed to ReplaceScalar`),!1;if(a>=n||a<0)return dt(`${e.functions[0].name}: ReplaceScalar index ${a} out of range (0 - ${n-1})`),!1;e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,4),o[1]),e.appendSimd(r),e.appendU8(a),ui(e,t)}else if(Array.isArray(a)){const n=a[0],o=Ls(e,vs(t,4));if("number"!=typeof o)return dt(`${e.functions[0].name}: Non-constant lane index passed to store method`),!1;if(o>=n||o<0)return dt(`${e.functions[0].name}: Store lane ${o} out of range (0 - ${n-1})`),!1;Ps(e,vs(t,2),40),Ps(e,vs(t,3),253,0),e.appendSimd(r),e.appendMemarg(0,0),e.appendU8(o)}else!function(e,t){e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),253,0),Ps(e,vs(t,4),253,0)}(e,t),e.appendSimd(r),ui(e,t);return!0}switch(n){case 0:return e.local("pLocals"),Ps(e,vs(t,3),253,0),Ps(e,vs(t,4),253,0),Ps(e,vs(t,2),253,0),e.appendSimd(82),ui(e,t),!0;case 7:{const n=Ls(e,vs(t,4));if("object"!=typeof n)return dt(`${e.functions[0].name}: Non-constant indices passed to PackedSimd.Shuffle`),!1;for(let t=0;t<32;t++){const r=n[t];if(r<0||r>31)return dt(`${e.functions[0].name}: Shuffle lane index #${t} (${r}) out of range (0 - 31)`),!1}return e.local("pLocals"),Ps(e,vs(t,2),253,0),Ps(e,vs(t,3),253,0),e.appendSimd(13),e.appendBytes(n),ui(e,t),!0}default:return!1}}(e,t,a))return!0}switch(n){case 640:if(e.options.enableSimd&&ii()){e.local("pLocals");const n=Ee().slice(t+4,t+4+Ui);e.v128_const(n),ui(e,t),Rs.set(vs(t,1),n)}else Vs(e,vs(t,1),Ui),e.ptr_const(t+4),Wa(e,Ui);return!0;case 641:case 642:case 643:case 644:{const r=_s[n],o=Ui/r,a=vs(t,1),s=vs(t,2),i=fs[n],c=ms[n];for(let t=0;t0&&(xi.push(["trace_eip","trace_eip",Ni]),xi.push(["trace_args","trace_eip",Di]));const e=(e,t)=>{for(let n=0;n>>0,fi.operand2=t>>>0}function Bi(e,t,n,r){if("number"==typeof r)St.mono_jiterp_adjust_abort_count(r,1),r=Sa(r);else{let e=ki[r];"number"!=typeof e?e=1:e++,ki[r]=e}vi[e].abortReason=r}function Oi(e,t){if(!l.runtimeReady)return;if(mi&&void 0===e||(mi=os()),!mi.enableStats&&void 0!==e)return;const n=$a.backBranchesEmitted/($a.backBranchesEmitted+$a.backBranchesNotEmitted)*100,r=St.mono_jiterp_get_rejected_trace_count(),o=mi.eliminateNullChecks?$a.nullChecksEliminated.toString():"off",a=mi.zeroPageOptimization?$a.nullChecksFused.toString()+(Qa()?"":" (disabled)"):"off",s=mi.enableBackwardBranches?`emitted: ${$a.backBranchesEmitted}, failed: ${$a.backBranchesNotEmitted} (${n.toFixed(1)}%)`:": off",i=$a.jitCallsCompiled?mi.directJitCalls?`direct jit calls: ${$a.directJitCallsCompiled} (${($a.directJitCallsCompiled/$a.jitCallsCompiled*100).toFixed(1)}%)`:"direct jit calls: off":"";if(ut(`// jitted ${$a.bytesGenerated} bytes; ${$a.tracesCompiled} traces (${($a.tracesCompiled/$a.traceCandidates*100).toFixed(1)}%) (${r} rejected); ${$a.jitCallsCompiled} jit_calls; ${$a.entryWrappersCompiled} interp_entries`),ut(`// cknulls eliminated: ${o}, fused: ${a}; back-branches ${s}; ${i}`),ut(`// time: ${0|Ca.generation}ms generating, ${0|Ca.compilation}ms compiling wasm.`),!t){if(mi.countBailouts){const e=Object.values(vi);e.sort(((e,t)=>(t.bailoutCount||0)-(e.bailoutCount||0)));for(let e=0;et.hitCount-e.hitCount)),ut("// hottest failed traces:");for(let e=0,n=0;e=0)){if(t[e].abortReason){if(t[e].abortReason.startsWith("mono_icall_")||t[e].abortReason.startsWith("ret."))continue;switch(t[e].abortReason){case"trace-too-small":case"trace-too-big":case"call":case"callvirt.fast":case"calli.nat.fast":case"calli.nat":case"call.delegate":case"newobj":case"newobj_vt":case"newobj_slow":case"switch":case"rethrow":case"end-of-body":case"ret":case"intrins_marvin_block":case"intrins_ascii_chars_to_uppercase":continue}}n++,ut(`${t[e].name} @${t[e].ip} (${t[e].hitCount} hits) ${t[e].abortReason}`)}const n=[];for(const t in e)n.push([t,e[t]]);n.sort(((e,t)=>t[1]-e[1])),ut("// heat:");for(let e=0;e0?ki[t]=n:delete ki[t]}const e=Object.keys(ki);e.sort(((e,t)=>ki[t]-ki[e]));for(let t=0;tOi(e)),15e3)}}let Mi=!1;function Fi(){if(Mi)throw new Error("GC is already locked");Mi=!0}function Pi(){if(!Mi)throw new Error("GC is not locked");Mi=!1}async function zi(e){const t=u.config.resources.lazyAssembly;if(!t)throw new Error("No assemblies have been marked as lazy-loadable. Use the 'BlazorWebAssemblyLazyLoad' item group in your project file to enable lazy loading an assembly.");if(!t[e])throw new Error(`${e} must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.`);const n={name:e,hash:t[e],behavior:"assembly"};if(u.loadedAssemblies.some((t=>t.includes(e))))return!1;const r=function(e,t){const n=e.lastIndexOf(".");if(n<0)throw new Error(`No extension to replace in '${e}'`);return e.substring(0,n)+".pdb"}(n.name),o=u.hasDebuggingEnabled(u.config)&&Object.prototype.hasOwnProperty.call(t,r),a=u.retrieve_asset_download(n);let s=null,i=null;if(o){const e=t[r]?u.retrieve_asset_download({name:r,hash:t[r],behavior:"pdb"}):Promise.resolve(null),[n,o]=await Promise.all([a,e]);s=new Uint8Array(n),i=o?new Uint8Array(o):null}else{const e=await a;s=new Uint8Array(e),i=null}return l.javaScriptExports.load_lazy_assembly(s,i),!0}async function Vi(e){const t=u.config.resources.satelliteResources;t&&await Promise.all(e.filter((e=>Object.prototype.hasOwnProperty.call(t,e))).map((e=>{const n=[];for(const r in t[e]){const o={name:r,hash:t[e][r],behavior:"resource",culture:e};n.push(u.retrieve_asset_download(o))}return n})).reduce(((e,t)=>e.concat(t)),new Array).map((async e=>{const t=await e;l.javaScriptExports.load_satellite_assembly(new Uint8Array(t))})))}const Wi=64;let Hi,Gi,qi,Ji=0;const Yi=[],Xi={};function Zi(){return Gi||(Gi=[Za("interp_entry_prologue",Ja("mono_jiterp_interp_entry_prologue")),Za("interp_entry",Ja("mono_jiterp_interp_entry")),Za("unbox",Ja("mono_jiterp_object_unbox")),Za("stackval_from_data",Ja("mono_jiterp_stackval_from_data"))],Gi)}let Ki;function Qi(){if(Yi.length<=0)return;const e=4*Yi.length+1;let t=Hi;if(t?t.clear(e):(Hi=t=new Ta(e),t.defineType("unbox",{pMonoObject:127},127,!0),t.defineType("interp_entry_prologue",{pData:127,this_arg:127},127,!0),t.defineType("interp_entry",{pData:127,res:127},64,!0),t.defineType("stackval_from_data",{type:127,result:127,value:127},64,!0)),t.options.wasmBytesLimit<=$a.bytesGenerated)return void(Yi.length=0);const n=Na();let r=0,o=!0,a=!1;try{t.appendU32(1836278016),t.appendU32(1);for(let e=0;ehc[St.mono_jiterp_type_to_ldind(e)])),this.enableDirect=os().directJitCalls&&!this.noWrapper&&this.wasmNativeReturnType&&(0===this.wasmNativeSignature.length||this.wasmNativeSignature.every((e=>e))),this.enableDirect&&(this.target=this.addr);let i=this.target.toString(16);const c=ic++;this.name=`${this.enableDirect?"jcp":"jcw"}_${i}_${c.toString(16)}`}}function dc(e){let t=cc[e];return t||(e>=cc.length&&(cc.length=e+1),ac||(ac=Ma()),cc[e]=t=ac.get(e)),t}let _c;function fc(){if(void 0!==sc)return sc;try{_c=function(){const e=new Ta(0);e.defineType("jit_call_cb",{cb_data:127},64,!0),e.defineType("do_jit_call",{unused:127,cb_data:127,thrown:127},64,!0),e.defineImportedFunction("i","jit_call_cb","jit_call_cb",!0),e.defineFunction({type:"do_jit_call",name:"do_jit_call_indirect",export:!0,locals:{}},(()=>{e.block(64,6),e.local("cb_data"),e.callImport("jit_call_cb"),e.appendU8(25),e.local("thrown"),e.i32_const(1),e.appendU8(54),e.appendMemarg(0,0),e.endBlock(),e.appendU8(11)})),e.appendU32(1836278016),e.appendU32(1),e.generateTypeSection(),e.emitImportsAndFunctions(!1);const t=e.getArrayView();return new WebAssembly.Module(t)}(),sc=!0}catch(e){ut("Disabling WASM EH support due to JIT failure",e),sc=!1}return sc}function mc(){if(0===uc.length)return;let e=oc;if(e?e.clear(0):(oc=e=new Ta(0),e.defineType("trampoline",{ret_sp:127,sp:127,ftndesc:127,thrown:127},64,!0)),e.options.wasmBytesLimit<=$a.bytesGenerated)return void(uc.length=0);e.options.enableWasmEh&&(fc()||(rs({enableWasmEh:!1}),e.options.enableWasmEh=!1));const t=Na();let n=0,r=!0,o=!1;const a=[];try{ac||(ac=Ma()),e.appendU32(1836278016),e.appendU32(1);for(let t=0;t0?t[0]:void 0}catch(t){throw new Error(`Get culture info failed for culture = ${e} with error: ${t}`)}}const jc="MMMM",Rc="yyyy",Lc="d";function Cc(e,t,n,r){let o=n;const a=t.indexOf(n);if(-1==a||-1!=a&&t.length>a+n.length&&" "!=t[a+n.length]&&","!=t[a+n.length]&&"،"!=t[a+n.length]){const a=r.format(e).toLowerCase();o=t.split(/,| /).filter((e=>!a.split(/,| /).includes(e)&&e[0]==n[0]))[0]}return o}async function $c(e,t){try{const n=await Nc(e,t);return u.mono_exit(n),n}catch(e){try{u.mono_exit(1,e)}catch(e){}return e&&"number"==typeof e.status?e.status:1}}async function Nc(e,n){!function(e,n){const r=n.length+1,o=t._malloc(4*r);let a=0;t.setValue(o+4*a,St.mono_wasm_strdup(e),"i32"),a+=1;for(let e=0;e{const t=setInterval((()=>{1==l.waitForDebugger&&(clearInterval(t),e())}),100)})));const r=Dc(e);return l.javaScriptExports.call_entry_point(r,n)}function Dc(e){u.assert_runtime_running(),fr();const t=wr(e);if(!t)throw new Error("Could not find assembly: "+e);let n=0;1==l.waitForDebugger&&(n=1);const r=St.mono_wasm_assembly_get_entry_point(t,n);if(!r)throw new Error("Could not find entry point for assembly: "+e);return r}let Bc,Oc;const Mc={},Fc=Symbol.for("wasm type");function Pc(e){return"undefined"!=typeof SharedArrayBuffer?e.buffer instanceof ArrayBuffer||e.buffer instanceof SharedArrayBuffer:e.buffer instanceof ArrayBuffer}function zc(e,t,n){switch(!0){case null===t:case void 0===t:return void n.clear();case"symbol"==typeof t:case"string"==typeof t:return void sl._create_uri_ref(t,n.address);default:return void Hc(e,t,n)}}function Vc(e){ol();const t=Be();try{return Wc(e,t,!1),t.value}finally{t.release()}}function Wc(e,t,n){if(ol(),j(t))throw new Error("Expected (value, WasmRoot, boolean)");switch(!0){case null===e:case void 0===e:return void t.clear();case"number"==typeof e:{let n;return(0|e)===e?(X(Mc._box_buffer,e),n=Mc._class_int32):e>>>0===e?(G(Mc._box_buffer,e),n=Mc._class_uint32):(re(Mc._box_buffer,e),n=Mc._class_double),void kt.mono_wasm_box_primitive_ref(n,Mc._box_buffer,8,t.address)}case"string"==typeof e:return void ot(e,t);case"symbol"==typeof e:return void at(e,t);case"boolean"==typeof e:return z(Mc._box_buffer,e),void kt.mono_wasm_box_primitive_ref(Mc._class_boolean,Mc._box_buffer,4,t.address);case!0===Hr(e):return void function(e,t){if(!e)return t.clear(),null;const n=Dr(e),r=sl._create_tcs(),o={tcs_gc_handle:r};Or(o,r),e.then((e=>{sl._set_tcs_result_ref(r,e)}),(e=>{sl._set_tcs_failure(r,e?e.toString():"")})).finally((()=>{Br(n),Mr(o,r)})),sl._get_tcs_task_ref(r,t.address)}(e,t);case"Date"===e.constructor.name:return void sl._create_date_time_ref(e.getTime(),t.address);default:return void Hc(n,e,t)}}function Hc(e,t,n){if(n.clear(),null!=t)if(void 0===t[Lr]){if(t[Cr]&&(function(e,t,n){e!==T&&e!==I?sl._get_cs_owned_object_by_js_handle_ref(e,t?1:0,n):X(n,0)}(t[Cr],e,n.address),n.value||delete t[Cr]),!n.value){const r=t[Fc],o=void 0===r?0:r,a=Dr(t);sl._create_cs_owned_proxy_ref(a,o,e?1:0,n.address)}}else bl(Fr(t),n.address)}function Gc(e,n){if(!Pc(e)||!e.BYTES_PER_ELEMENT)throw new Error("Object '"+e+"' is not a typed array");{const r=e[Fc],o=function(e){ol();const n=e.length*e.BYTES_PER_ELEMENT,r=t._malloc(n),o=Ee(),a=new Uint8Array(o.buffer,r,n);return a.set(new Uint8Array(e.buffer,e.byteOffset,n)),a}(e);kt.mono_wasm_typed_array_new_ref(o.byteOffset,e.length,e.BYTES_PER_ELEMENT,r,n.address),t._free(o.byteOffset)}}function qc(e){const t=Be();try{return Gc(e,t),t.value}finally{t.release()}}function Jc(e){if("number"!=typeof e)throw new Error(`Expected numeric value for enum argument, got '${e}'`);return 0|e}const Yc=/[^A-Za-z0-9_$]/g,Xc=new Map,Zc=new Map,Kc=new Map;function Qc(e,t,n,r){let o=null,a=null,s=null;if(r){s=Object.keys(r),a=new Array(s.length);for(let e=0,t=s.length;e=512)throw new Error(`Got marshaling error ${t} when attempting to unbox object at address ${e.value} (root located at ${e.address})`);let r=v;if((4===t||7==t)&&(r=ie(n),r<1024))throw new Error(`Got invalid MonoType ${r} for object at address ${e.value} (root located at ${e.address})`);return function(e,t,n,r){switch(t){case 0:return null;case 26:case 27:throw new Error("int64 not available");case 3:case 29:return rt(e);case 4:throw new Error("no idea on how to unbox value types");case 5:return function(e){return e.value===S?null:function(e){let t=zr(e);if(t)Fr(t);else{t=function(...e){return Fr(t),(0,t[pl])(...e)};const n=Be();bl(e,n.address);try{if(void 0===t[pl]){const r=kt.mono_wasm_get_delegate_invoke_ref(n.address),o=el(r,rl(r,n),!0);if(t[pl]=o.bind({this_arg_gc_handle:e}),!t[pl])throw new Error("System.Delegate Invoke method can not be resolved.")}}finally{n.release()}Or(t,e)}return t}(sl._get_js_owned_object_gc_handle_ref(e.address))}(e);case 6:return function(e){if(e.value===S)return null;if(!Wr)throw new Error("Promises are not supported thus 'System.Threading.Tasks.Task' can not work in this context.");const t=sl._get_js_owned_object_gc_handle_ref(e.address);let n=zr(t);if(!n){const r=()=>Mr(n,t),{promise:o,promise_control:a}=y(r,r);n=o,sl._setup_js_cont_ref(e.address,a),Or(n,t)}return n}(e);case 7:return function(e){if(e.value===S)return null;const t=sl._try_get_cs_owned_object_js_handle_ref(e.address,0);if(t){if(t===I)throw new Error("Cannot access a disposed JSObject at "+e.value);return Nr(t)}const n=sl._get_js_owned_object_gc_handle_ref(e.address);let r=zr(n);return j(r)&&(r=new ManagedObject,Or(r,n)),r}(e);case 10:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:throw new Error("Marshaling of primitive arrays are not supported.");case 20:return new Date(sl._get_date_value_ref(e.address));case 21:case 22:return sl._object_to_string_ref(e.address);case 23:return function(e){return Nr(sl._get_cs_owned_object_js_handle_ref(e.address,0))}(e);case 30:return;default:throw new Error(`no idea on how to unbox object of MarshalType ${t} at offset ${e.value} (root address is ${e.address})`)}}(e,t)}function fl(e){if(0===e.value)return;const t=Mc._unbox_buffer,n=kt.mono_wasm_try_unbox_primitive_and_get_type_ref(e.address,t,Mc._unbox_buffer_size);switch(n){case 1:return _e(t);case 25:case 32:return ie(t);case 24:return be(t);case 2:return ge(t);case 8:return 0!==_e(t);case 28:return String.fromCharCode(_e(t));case 0:return null;default:return _l(e,n,t)}}function ml(e){if(ol(),e===k)return null;const t=Be(e);try{return hl(t)}finally{t.release()}}function hl(e){if(e.value===k)return null;const t=e.address,n=Be(),r=n.address;try{const e=kt.mono_wasm_array_length_ref(t),a=new Array(e);for(let s=0;s0&&Array.isArray(e[0])&&(e[0]=function(e,t,n){const r=Be();kt.mono_wasm_string_array_new_ref(e.length,r.address);const o=Be(S),a=r.address,s=o.address;try{for(let t=0;tnew RegExp("^((?![0-9]).)*$").test(e)));return e&&0!=e.length?e.join(" "):""}return o}function El(e){try{return new Intl.Locale(e).weekInfo}catch(t){try{return new Intl.Locale(e).getWeekInfo()}catch(e){return}}}const Ul=[function(e){Po&&(globalThis.clearTimeout(Po),Po=void 0),Po=t.safeSetTimeout(mono_wasm_schedule_timer_tick,e)},function(e,t,n,r,o){if(!0!==l.mono_wasm_runtime_is_ready)return;const a=Ee(),s=0!==e?Qe(e).concat(".dll"):"",i=It(new Uint8Array(a.buffer,t,n));let c;r&&(c=It(new Uint8Array(a.buffer,r,o))),zt({eventName:"AssemblyLoaded",assembly_name:s,assembly_b64:i,pdb_b64:c})},function(e,t){const r=Qe(t);n.logging&&"function"==typeof n.logging.debugger&&n.logging.debugger(e,r)},function(e,t,n,r){const o={res_ok:e,res:{id:t,value:It(new Uint8Array(Ee().buffer,n,r))}};xt.has(t)&&pt(`Adding an id (${t}) that already exists in commands_received`),xt.set(t,o)},function mono_wasm_fire_debugger_agent_message_with_data(e,t){mono_wasm_fire_debugger_agent_message_with_data_to_pause(It(new Uint8Array(Ee().buffer,e,t)))},mono_wasm_fire_debugger_agent_message_with_data_to_pause,function(){++Vo,t.safeSetTimeout(Go,0)},function(e,n,r,o,a,s,i){if(r||w(!1,"expected instruction pointer"),mi||(mi=os()),!mi.enableTraces)return 1;if(mi.wasmBytesLimit<=$a.bytesGenerated)return 1;let c,u=vi[r];if(u||(vi[r]=u=new yi(r,o,i)),$a.traceCandidates++,mi.estimateHeat||bi.length>0||u.isVerbose){const e=St.mono_wasm_method_get_full_name(n);c=Qe(e),t._free(e)}const p=Qe(St.mono_wasm_method_get_name(n));u.name=c||p;const d=ue(qa(4)+e),_=ue(qa(11)+d),f=ue(qa(10)+d);let m=_?new Uint16Array(Ee().buffer,f,_):null;if(m&&r!==a){const e=(r-a)/2;let t=!1;for(let n=0;ne){t=!0;break}t||(m=null)}const h=function(e,t,n,r,o,a,s){let i=Ti;i?i.clear(8):(Ti=i=new Ta(8),function(e){e.defineType("trace",{frame:127,pLocals:127,cinfo:127},127,!0),e.defineType("bailout",{retval:127,base:127,reason:127},127,!0),e.defineType("copy_ptr",{dest:127,src:127},64,!0),e.defineType("value_copy",{dest:127,src:127,klass:127},64,!0),e.defineType("entry",{imethod:127},127,!0),e.defineType("strlen",{ppString:127,pResult:127},127,!0),e.defineType("getchr",{ppString:127,pIndex:127,pResult:127},127,!0),e.defineType("getspan",{destination:127,span:127,index:127,element_size:127},127,!0),e.defineType("overflow_check_i4",{lhs:127,rhs:127,opcode:127},127,!0),e.defineType("mathop_d_d",{value:124},124,!0),e.defineType("mathop_dd_d",{lhs:124,rhs:124},124,!0),e.defineType("mathop_f_f",{value:125},125,!0),e.defineType("mathop_ff_f",{lhs:125,rhs:125},125,!0),e.defineType("fmaf",{x:125,y:125,z:125},125,!0),e.defineType("fma",{x:124,y:124,z:124},124,!0),e.defineType("trace_eip",{traceId:127,eip:127},64,!0),e.defineType("newobj_i",{ppDestination:127,vtable:127},127,!0),e.defineType("newstr",{ppDestination:127,length:127},127,!0),e.defineType("localloc",{destination:127,len:127,frame:127},64,!0),e.defineType("ld_del_ptr",{ppDestination:127,ppSource:127},64,!0),e.defineType("ldtsflda",{ppDestination:127,offset:127},64,!0),e.defineType("gettype",{destination:127,source:127},127,!0),e.defineType("castv2",{destination:127,source:127,klass:127,opcode:127},127,!0),e.defineType("hasparent",{klass:127,parent:127},127,!0),e.defineType("imp_iface",{vtable:127,klass:127},127,!0),e.defineType("imp_iface_s",{obj:127,vtable:127,klass:127},127,!0),e.defineType("box",{vtable:127,destination:127,source:127,vt:127},64,!0),e.defineType("conv",{destination:127,source:127,opcode:127},127,!0),e.defineType("relop_fp",{lhs:124,rhs:124,opcode:127},127,!0),e.defineType("safepoint",{frame:127,ip:127},64,!0),e.defineType("hashcode",{ppObj:127},127,!0),e.defineType("try_hash",{ppObj:127},127,!0),e.defineType("hascsize",{ppObj:127},127,!0),e.defineType("hasflag",{klass:127,dest:127,sp1:127,sp2:127},64,!0),e.defineType("array_rank",{destination:127,source:127},127,!0),e.defineType("stfld_o",{locals:127,fieldOffsetBytes:127,targetLocalOffsetBytes:127,sourceLocalOffsetBytes:127},127,!0),e.defineType("notnull",{ptr:127,expected:127,traceIp:127,ip:127},64,!0),e.defineType("cmpxchg_i32",{dest:127,newVal:127,expected:127},127,!0),e.defineType("cmpxchg_i64",{dest:127,newVal:127,expected:127,oldVal:127},64,!0),e.defineType("transfer",{displacement:127,trace:127,frame:127,locals:127,cinfo:127},127,!0),e.defineType("stelem_ref",{o:127,aindex:127,ref:127},127,!0),e.defineType("simd_p_p",{arg0:127,arg1:127},64,!0),e.defineType("simd_p_pp",{arg0:127,arg1:127,arg2:127},64,!0),e.defineType("simd_p_ppp",{arg0:127,arg1:127,arg2:127,arg3:127},64,!0);const t=$i();for(let n=0;na.indexOf(e)>=0))>=0;h&&!a&&w(!1,"Expected methodFullName if trace is instrumented");const b=h?Si++:0;h&&(ut(`instrumenting: ${a}`),wi[b]=new gi(a)),i.compressImportNames=!h;try{i.appendU32(1836278016),i.appendU32(1),i.generateTypeSection();const t={disp:127,cknull_ptr:127,dest_ptr:127,src_ptr:127,memop_dest:127,memop_src:127,index:127,count:127,math_lhs32:127,math_rhs32:127,math_lhs64:126,math_rhs64:126,temp_f32:125,temp_f64:124,backbranched:127};i.options.enableSimd&&(t.v128_zero=123,t.math_lhs128=123,t.math_rhs128=123);let o=!0,a=0;if(i.defineFunction({type:"trace",name:u,export:!0,locals:t},(()=>{if(i.base=n,i.frame=e,662!==se(n))throw new Error(`Expected *ip to be MINT_TIER_PREPARE_JITERPRETER but was ${se(n)}`);return i.cfg.initialize(r,s,h?1:0),a=function(e,t,n,r,o,a,s,i){let c=!0,l=!1,u=!0,p=!1,d=!1,_=!1,f=0,m=0,h=0;const b=n;Ds();let g=n+=2*St.mono_jiterp_get_opcode_info(664,1);for(a.cfg.entry(n);n&&n;){if(a.cfg.ip=n,n>=o){Bi(b,0,0,"end-of-body"),s&&ut(`instrumented trace ${t} exited at end of body @${n.toString(16)}`);break}const y=3840-a.bytesGeneratedSoFar-a.cfg.overheadBytes;if(a.size>=y){Bi(b,0,0,"trace-too-big"),s&&ut(`instrumented trace ${t} exited because of size limit at @${n.toString(16)} (spaceLeft=${y}b)`);break}let S=se(n);const k=St.mono_jiterp_get_opcode_info(S,2),v=St.mono_jiterp_get_opcode_info(S,3),E=St.mono_jiterp_get_opcode_info(S,1),U=S>=645&&S<=647,I=U?S-645+2:0,T=U?vs(n,1+I):0;S>=0&&S<673||w(!1,`invalid opcode ${S}`);const x=U?as[I][T]:Sa(S),A=n,j=a.options.noExitBackwardBranches&&js(n,r,i),R=a.branchTargets.has(n),L=j||R||c&&i,C=h+m+a.branchTargets.size;let $=!1,N=Xa(S);switch(j&&a.backBranchOffsets.push(n),L&&(d=!1,_=!1,Ms(a,n,j),l=!0,u=!0,Ds(),h=0),N<-1&&l&&(N=-2===N?2:0),c=!1,279===S||(hi.indexOf(S)>=0?(Ba(a,n,23),S=666):d&&(S=666)),S){case 666:d&&(_||a.appendU8(0),_=!0);break;case 321:case 322:Ws(a,vs(n,1),0,vs(n,2));break;case 320:Vs(a,vs(n,1)),Ps(a,vs(n,2),40),a.local("frame"),a.callImport("localloc");break;case 294:Ps(a,vs(n,1),40),za(a,0,vs(n,2));break;case 318:{const e=vs(n,3),t=vs(n,2),r=vs(n,1),o=Ls(a,e);0!==o&&("number"!=typeof o?(Ps(a,e,40),a.local("count",34),a.block(64,4)):(a.i32_const(o),a.local("count",33)),Ps(a,r,40),a.local("dest_ptr",34),a.appendU8(69),Ps(a,t,40),a.local("src_ptr",34),a.appendU8(69),a.appendU8(114),a.block(64,4),Ba(a,n,2),a.endBlock(),"number"==typeof o&&Va(a,0,0,o,!1,"dest_ptr","src_ptr")||(a.local("dest_ptr"),a.local("src_ptr"),a.local("count"),a.appendU8(252),a.appendU8(10),a.appendU8(0),a.appendU8(0)),"number"!=typeof o&&a.endBlock());break}case 319:{const e=vs(n,3),t=vs(n,2);qs(a,vs(n,1),n,!0),Ps(a,t,40),Ps(a,e,40),a.appendU8(252),a.appendU8(11),a.appendU8(0);break}case 151:case 153:case 235:case 237:case 152:case 154:case 137:case 140:case 141:ti(a,n,e,S)?l=!0:n=0;break;case 537:{const e=vs(n,2),t=vs(n,1);e!==t?(a.local("pLocals"),qs(a,e,n,!0),zs(a,t,54)):qs(a,e,n,!1),a.allowNullCheckOptimization&&Cs.set(t,n),$=!0;break}case 626:case 627:{const t=ue(e+qa(4));a.ptr_const(t),a.callImport("entry"),a.block(64,4),Ba(a,n,1),a.endBlock();break}case 664:if(N=0,f>=a.options.minimumTraceValue&&!a.options.noExitBackwardBranches&&(!l||u)){const e=Is(n,1);a.ip_const(n),a.i32_const(e),a.local("frame"),a.local("pLocals"),a.local("cinfo"),a.callImport("transfer"),a.appendU8(15),n=0}break;case 146:Da(a,n);break;case 94:{a.local("pLocals");const e=vs(n,2);Gs(a,e)||dt(`${t}: Expected local ${e} to have address taken flag`),Vs(a,e),zs(a,vs(n,1),54);break}case 280:case 308:case 309:case 555:{a.local("pLocals");let t=xs(e,vs(n,2));308===S&&(t=St.mono_jiterp_imethod_to_ftnptr(t)),a.ptr_const(t),zs(a,vs(n,1),54);break}case 313:{const t=xs(e,vs(n,3));Ps(a,vs(n,1),40),Ps(a,vs(n,2),40),a.ptr_const(t),a.callImport("value_copy");break}case 314:{const e=vs(n,3);Ps(a,vs(n,1),40),Ps(a,vs(n,2),40),Wa(a,e);break}case 315:{const e=vs(n,3);Vs(a,vs(n,1),e),qs(a,vs(n,2),n,!0),Wa(a,e);break}case 316:{const t=xs(e,vs(n,3));Ps(a,vs(n,1),40),Vs(a,vs(n,2),0),a.ptr_const(t),a.callImport("value_copy");break}case 317:{const e=vs(n,3);Ps(a,vs(n,1),40),Vs(a,vs(n,2),0),Wa(a,e);break}case 539:a.local("pLocals"),qs(a,vs(n,2),n,!0),a.appendU8(40),a.appendMemarg(qa(2),2),zs(a,vs(n,1),54);break;case 538:{a.block(),Ps(a,vs(n,3),40),a.local("index",34);let e="cknull_ptr";a.options.zeroPageOptimization&&Qa()?($a.nullChecksFused++,Ps(a,vs(n,2),40),e="src_ptr",a.local(e,34)):qs(a,vs(n,2),n,!0),a.appendU8(40),a.appendMemarg(qa(2),2),a.appendU8(72),a.local("index"),a.i32_const(0),a.appendU8(78),a.appendU8(113),a.appendU8(13),a.appendULeb(0),Ba(a,n,11),a.endBlock(),a.local("pLocals"),a.local("index"),a.i32_const(2),a.appendU8(108),a.local(e),a.appendU8(106),a.appendU8(47),a.appendMemarg(qa(3),1),zs(a,vs(n,1),54);break}case 349:case 350:{const e=Es(n,4);a.block(),Ps(a,vs(n,3),40),a.local("index",34);let t="cknull_ptr";349===S?qs(a,vs(n,2),n,!0):(Vs(a,vs(n,2),0),t="src_ptr",a.local(t,34)),a.appendU8(40),a.appendMemarg(qa(7),2),a.appendU8(73),a.local("index"),a.i32_const(0),a.appendU8(78),a.appendU8(113),a.appendU8(13),a.appendULeb(0),Ba(a,n,18),a.endBlock(),a.local("pLocals"),a.local(t),a.appendU8(40),a.appendMemarg(qa(8),2),a.local("index"),a.i32_const(e),a.appendU8(108),a.appendU8(106),zs(a,vs(n,1),54);break}case 652:a.block(),Ps(a,vs(n,3),40),a.local("count",34),a.i32_const(0),a.appendU8(78),a.appendU8(13),a.appendULeb(0),Ba(a,n,18),a.endBlock(),Vs(a,vs(n,1),16),a.local("dest_ptr",34),Ps(a,vs(n,2),40),a.appendU8(54),a.appendMemarg(0,0),a.local("dest_ptr"),a.local("count"),a.appendU8(54),a.appendMemarg(4,0);break;case 567:Vs(a,vs(n,1),8),Vs(a,vs(n,2),8),a.callImport("ld_del_ptr");break;case 81:Vs(a,vs(n,1),4),a.ptr_const(Us(n,2)),a.callImport("ldtsflda");break;case 651:a.block(),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.callImport("gettype"),a.appendU8(13),a.appendULeb(0),Ba(a,n,2),a.endBlock();break;case 648:{const t=xs(e,vs(n,4));a.ptr_const(t),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),Vs(a,vs(n,3),0),a.callImport("hasflag");break}case 657:{const e=qa(1);a.local("pLocals"),qs(a,vs(n,2),n,!0),a.i32_const(e),a.appendU8(106),zs(a,vs(n,1),54);break}case 649:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("hashcode"),zs(a,vs(n,1),54);break;case 650:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("try_hash"),zs(a,vs(n,1),54);break;case 653:a.local("pLocals"),Vs(a,vs(n,2),0),a.callImport("hascsize"),zs(a,vs(n,1),54);break;case 658:a.local("pLocals"),Ps(a,vs(n,2),40),a.local("math_lhs32",34),Ps(a,vs(n,3),40),a.appendU8(115),a.i32_const(2),a.appendU8(116),a.local("math_rhs32",33),a.local("math_lhs32"),a.i32_const(327685),a.appendU8(106),a.i32_const(10485920),a.appendU8(114),a.i32_const(1703962),a.appendU8(106),a.i32_const(-8388737),a.appendU8(114),a.local("math_rhs32"),a.appendU8(113),a.appendU8(69),zs(a,vs(n,1),54);break;case 540:case 541:a.block(),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.callImport(540===S?"array_rank":"a_elesize"),a.appendU8(13),a.appendULeb(0),Ba(a,n,2),a.endBlock();break;case 297:case 298:{const t=xs(e,vs(n,3)),r=St.mono_jiterp_is_special_interface(t),o=297===S,s=vs(n,1);if(!t){Bi(b,0,0,"null-klass"),n=0;continue}a.block(),a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(a.block(),Ps(a,vs(n,2),40),a.local("dest_ptr",34),a.appendU8(13),a.appendULeb(0),a.local("pLocals"),a.i32_const(0),zs(a,s,54),a.appendU8(12),a.appendULeb(1),a.endBlock(),a.local("dest_ptr")),r&&a.local("dest_ptr"),a.appendU8(40),a.appendMemarg(qa(14),0),a.ptr_const(t),a.callImport(r?"imp_iface_s":"imp_iface"),o&&(a.local("dest_ptr"),a.appendU8(69),a.appendU8(114)),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),o?Ba(a,n,19):(a.local("pLocals"),a.i32_const(0),zs(a,s,54)),a.endBlock(),a.endBlock();break}case 299:case 300:case 295:case 296:{const t=xs(e,vs(n,3)),r=299===S||300===S,o=295===S||299===S,s=vs(n,1);if(!t){Bi(b,0,0,"null-klass"),n=0;continue}a.block(),a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(a.block(),Ps(a,vs(n,2),40),a.local("dest_ptr",34),a.appendU8(13),a.appendULeb(0),a.local("pLocals"),a.i32_const(0),zs(a,s,54),a.appendU8(12),a.appendULeb(1),a.endBlock(),a.local("dest_ptr")),a.appendU8(40),a.appendMemarg(qa(14),0),a.appendU8(40),a.appendMemarg(qa(15),0),r&&a.local("src_ptr",34),a.i32_const(t),a.appendU8(70),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),r?(a.local("src_ptr"),a.ptr_const(t),a.callImport("hasparent"),o&&(a.local("dest_ptr"),a.appendU8(69),a.appendU8(114)),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),zs(a,s,54),a.appendU8(5),o?Ba(a,n,19):(a.local("pLocals"),a.i32_const(0),zs(a,s,54)),a.endBlock()):(Vs(a,vs(n,1),4),a.local("dest_ptr"),a.ptr_const(t),a.i32_const(S),a.callImport("castv2"),a.appendU8(69),a.block(64,4),Ba(a,n,19),a.endBlock()),a.endBlock(),a.endBlock();break}case 303:case 304:a.ptr_const(xs(e,vs(n,3))),Vs(a,vs(n,1),4),Vs(a,vs(n,2),0),a.i32_const(304===S?1:0),a.callImport("box");break;case 307:{const t=xs(e,vs(n,3)),r=qa(17),o=vs(n,1),s=ue(t+r);if(!t||!s){Bi(b,0,0,"null-klass"),n=0;continue}a.options.zeroPageOptimization&&Qa()?(Ps(a,vs(n,2),40),a.local("dest_ptr",34),$a.nullChecksFused++):(qs(a,vs(n,2),n,!0),a.local("dest_ptr",34)),a.appendU8(40),a.appendMemarg(qa(14),0),a.appendU8(40),a.appendMemarg(qa(15),0),a.local("src_ptr",34),a.appendU8(40),a.appendMemarg(r,0),a.i32_const(s),a.appendU8(70),a.local("src_ptr"),a.appendU8(45),a.appendMemarg(qa(16),0),a.appendU8(69),a.appendU8(113),a.block(64,4),a.local("pLocals"),a.local("dest_ptr"),a.i32_const(qa(18)),a.appendU8(106),zs(a,o,54),a.appendU8(5),Ba(a,n,21),a.endBlock();break}case 302:a.block(),Vs(a,vs(n,1),4),Ps(a,vs(n,2),40),a.callImport("newstr"),a.appendU8(13),a.appendULeb(0),Ba(a,n,17),a.endBlock();break;case 291:a.block(),Vs(a,vs(n,1),4),a.ptr_const(xs(e,vs(n,2))),a.callImport("newobj_i"),a.appendU8(13),a.appendULeb(0),Ba(a,n,17),a.endBlock();break;case 293:{const e=vs(n,3);Vs(a,vs(n,2),e),za(a,0,e),a.local("pLocals"),Vs(a,vs(n,2),e),zs(a,vs(n,1),54);break}case 290:case 292:case 543:case 542:l?(Oa(a,n,C,15),d=!0,N=0):n=0;break;case 545:case 546:case 547:case 548:case 544:l?(Oa(a,n,C,544==S?22:15),d=!0):n=0;break;case 145:case 142:Ba(a,n,16),d=!0;break;case 138:case 139:Ba(a,n,26),d=!0;break;case 144:if(a.callHandlerReturnAddresses.length>0&&a.callHandlerReturnAddresses.length<=3){const t=As(e,vs(n,1));a.local("pLocals"),a.appendU8(40),a.appendMemarg(t,0),a.local("index",33);for(let e=0;e=3&&S<=12||S>=516&&S<=517?l||a.options.countBailouts?(Ba(a,n,14),d=!0):n=0:S>=13&&S<=29?Js(a,n,S)?$=!0:n=0:S>=82&&S<=93?Ys(a,n,S)||(n=0):S>=351&&S<=434?Ks(a,n,S)||(n=0):cs[S]?Qs(a,n,S)||(n=0):ps[S]?ni(a,n,e,S)?l=!0:n=0:S>=31&&S<=57?Xs(a,e,n,S)||(n=0):S>=58&&S<=81?Zs(a,e,n,S)||(n=0):S>=95&&S<=135?oi(a,n,S)||(n=0):S>=568&&S<=621?ri(a,n,S)||(n=0):S>=323&&S<=348?si(a,e,n,S)||(n=0):S>=235&&S<=278?a.branchTargets.size>0?(Oa(a,n,C,8),d=!0):n=0:S>=640&&S<=647?li(a,n,S,x,I,T)?(p=!0,$=!0):n=0:0===N||(n=0)}if(n){if(!$){const e=n+2;for(let t=0;t0&&(e+=" -> ");for(let n=0;n0&&(l?h++:m++,f+=N),(n+=2*E)<=o&&(g=n)}else s&&ut(`instrumented trace ${t} aborted for opcode ${x} @${A.toString(16)}`),Bi(b,0,0,S)}for(;a.activeBlocks>0;)a.endBlock();return a.cfg.exitIp=g,p&&(f+=10240),f}(e,u,n,r,c,i,b,s),o=a>=mi.minimumTraceValue,i.cfg.generate()})),i.emitImportsAndFunctions(!1),!o)return m&&"end-of-body"===m.abortReason&&(m.abortReason="trace-too-small"),0;d=Na();const p=i.getArrayView();if($a.bytesGenerated+=p.length,p.length>=4080)return pt(`Jiterpreter generated too much code (${p.length} bytes) for trace ${u}. Please report this issue.`),0;const f=new WebAssembly.Module(p),g=i.getWasmImports(),y=new WebAssembly.Instance(f,g).exports[u];_=!1,l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const S=Fa(y);if(!S)throw new Error("add_function_pointer returned a 0 index");return i.options.enableStats&&$a.tracesCompiled&&$a.tracesCompiled%500==0&&Oi(!1,!0),S}catch(e){return f=!0,_=!1,dt(`${a||u} code generation failed: ${e} ${e.stack}`),Ha(),0}finally{const e=Na();if(d?(Ca.generation+=d-p,Ca.compilation+=e-d):Ca.generation+=e-p,f||!_&&mi.dumpTraces||h){if(f||mi.dumpTraces||h)for(let e=0;e0;)i.endBlock();i.inSection&&i.endSection()}catch(e){}const n=i.getArrayView();for(let r=0;r=4?Qi():Ji>0||"function"==typeof globalThis.setTimeout&&(Ji=globalThis.setTimeout((()=>{Ji=0,Qi()}),10))}},function(e,t,n,r,o,a,s,i,c){if(n>16)return 0;const l=new class{constructor(e,t,n,r,o,a,s,i,c){this.imethod=e,this.method=t,this.argumentCount=n,this.unbox=o,this.hasThisReference=a,this.hasReturnValue=s,this.name=i,this.paramTypes=new Array(n);for(let e=0;ee&&(l=l.substring(l.length-e,l.length)),l=`${this.imethod.toString(16)}_${l}`}else l=`${this.imethod.toString(16)}_${this.hasThisReference?"i":"s"}${this.hasReturnValue?"_r":""}_${this.argumentCount}`;this.traceName=l,this.hitCount=0}}(e,t,n,r,o,a,s,Qe(i),c);qi||(qi=Ma());const u=qi.get(c);return l.result=Fa(u),Xi[e]=l,l.result},function(e,t,n,r,o){const a=ue(n+0),s=lc[a];if(s)return void(s.result>0?St.mono_jiterp_register_jit_call_thunk(n,s.result):(s.queue.push(n),s.queue.length>12&&mc()));const i=new pc(e,t,n,r,0!==o);lc[a]=i,uc.push(i),uc.length>=6&&mc()},function(e,t,n,r,o){const a=dc(e);try{a(t,n,r,o)}catch(e){G(o,1)}},mc,function(e,n,r){l.storeMemorySnapshotPending&&w(!1,"Attempting to set function into table during creation of memory snapshot");const o=Ma().get(e),a=function(e,t,n){try{o(t)}catch(e){G(n,1)}};let s=!fc();if(!s)try{const e=new WebAssembly.Instance(_c,{i:{jit_call_cb:o},m:{h:t.getMemory()}}).exports.do_jit_call_indirect;if("function"!=typeof e)throw new Error("Did not find exported do_jit_call handler");const n=Fa(e);St.mono_jiterp_update_jit_call_dispatcher(n),s=!1}catch(e){dt("failed to compile do_jit_call handler",e),s=!0}if(s)try{const e=t.addFunction(a,"viii");St.mono_jiterp_update_jit_call_dispatcher(e)}catch(e){St.mono_jiterp_update_jit_call_dispatcher(0)}a(0,n,r)},function(){l.enablePerfMeasure&&Xt.push(globalThis.performance.now())},function(e){if(l.enablePerfMeasure){const t=Xt.pop(),n=a?{start:t}:{startTime:t};let r=Zt.get(e);r||(r=Qe(vt.mono_wasm_method_get_name(e)),Zt.set(e,r)),globalThis.performance.measure(r,n)}},function(e,t,r,o,a){const s=Qe(r),i=!!o,c=Qe(e),l=a,u=Qe(t),p=`[MONO] ${s}`;if(n.logging&&"function"==typeof n.logging.trace)n.logging.trace(c,u,p,i,l);else switch(u){case"critical":case"error":console.error(ht(p));break;case"warning":console.warn(p);break;case"message":default:console.log(p);break;case"info":console.info(p);break;case"debug":console.debug(p)}},function(e,t){jt=Qe(e).concat(".dll"),Rt=t,console.assert(!0,`Adding an entrypoint breakpoint ${jt} at method token ${Rt}`);debugger},function(){},Br,function(e,r,o,a,s,i){fr();const c=De(e),l=De(r),u=De(i);try{const e=fn(o);1!==e&&w(!1,`Signature version ${e} mismatch.`);const t=rt(c),r=Jt(),i=rt(l);lt(`Binding [JSImport] ${t} from ${i} module`);const p=function(e,t){e&&"string"==typeof e||w(!1,"function_name must be string");let r={};const o=e.split(".");t?(r=ur.get(t),r||w(!1,`ES6 module ${t} was not imported yet, please call JSHost.ImportAsync() first.`)):"INTERNAL"===o[0]?(r=n,o.shift()):"globalThis"===o[0]&&(r=globalThis,o.shift());for(let t=0;t{e&&e.dispose()},m=!0):R.Task}const h=sn(o,1),b=cn(h);R.Task;const g=Yr(h,b,1),y={fn:p,fqn:i+":"+t,args_count:d,arg_marshalers:_,res_converter:g,has_cleanup:m,arg_cleanup:f,isDisposed:!1};let S;S=0!=d||g?1!=d||m||g?1==d&&!m&&g?function(e){const t=e.fn,n=e.arg_marshalers[0],r=e.res_converter,o=e.fqn;return e=null,function(a){const s=Jt();try{L&&e.isDisposed;const o=n(a),s=t(o);r(a,s)}catch(e){ho(a,e)}finally{Yt(s,"mono.callCsFunction:",o)}}}(y):2==d&&!m&&g?function(e){const t=e.fn,n=e.arg_marshalers[0],r=e.arg_marshalers[1],o=e.res_converter,a=e.fqn;return e=null,function(s){const i=Jt();try{L&&e.isDisposed;const a=n(s),i=r(s),c=t(a,i);o(s,c)}catch(e){ho(s,e)}finally{Yt(i,"mono.callCsFunction:",a)}}}(y):function(e){const t=e.args_count,n=e.arg_marshalers,r=e.res_converter,o=e.arg_cleanup,a=e.has_cleanup,s=e.fn,i=e.fqn;return e=null,function(c){const l=Jt();try{L&&e.isDisposed;const i=new Array(t);for(let e=0;e2?t:r,e)}else{u=1;const t=s[e].toUpperCase();H(l,n+2*e,(t.length>1?s[e]:t).charCodeAt(0))}else for(let e=0;e2?t:r,e)}else{u=1;const t=s[e].toLowerCase();H(l,n+2*e,(t.length>1?s[e]:t).charCodeAt(0))}}catch(e){dr(a,e,i)}finally{i.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c);if(!e)throw new Error("Cannot change case, the culture name is null.");const i=tt(t,t+2*n),u=a?i.toLocaleUpperCase(e):i.toLocaleLowerCase(e);if(u.length<=i.length)return nt(r,r+2*o,u),void _r(s,l);const p=Ue();let d=1;if(a)for(let t=0;t2?n:o,t)}else{d=1;const n=i[t].toLocaleUpperCase(e);H(p,r+2*t,(n.length>1?i[t]:n).charCodeAt(0))}else for(let t=0;t2?n:o,t)}else{d=1;const n=i[t].toLocaleLowerCase(e);H(p,r+2*t,(n.length>1?i[t]:n).charCodeAt(0))}_r(s,l)}catch(e){dr(s,e,l)}finally{c.release(),l.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c),i=et(t,t+2*n),u=et(r,r+2*o),p=31&a,d=e||void 0;return _r(s,l),Uc(i,u,d,p)}catch(e){return dr(s,e,l),-2}finally{c.release(),l.release()}},function(e,t,n,r,o,a,s,i){const c=De(e),l=De(i);try{const e=rt(c),i=Ic(r,o);if(0==i.length)return 1;const u=Ic(t,n);if(u.lengthe.segment));let h=0,b=!1,g=-1,y=0,w=0,S=0;for(;!b;){const e=f.segment(c.slice(h,c.length))[Symbol.iterator]();let t=e.next();if(t.done)break;let n=p(t.value.segment,m[0],d,_);if(w=S,t=e.next(),t.done){g=n?w:g;break}if(y=t.value.index,S=w+y,n){for(let r=1;r1&&e<15||22==e||23==e}(n))return{eraNames:"",abbreviatedEraNames:""};const r=e.toLocaleDateString(t,{year:"numeric"}),o=e.toLocaleDateString(t,{day:"numeric"}),a=e.toLocaleDateString(t,{era:"short"}),s=e.toLocaleDateString(t,{era:"narrow"}),i=a.includes(r)?l(r):l(e.getFullYear().toString());return{eraNames:c(i.eraDateParts,i.ignoredPart),abbreviatedEraNames:c(i.abbrEraDateParts,i.ignoredPart)};function c(e,n){const r=new RegExp(`^((?!${n}|[0-9]).)*$`),o=e.filter((e=>r.test(e)));if(0==o.length)throw new Error(`Internal error, era for locale ${t} was in non-standard format.`);return o[0].trim()}function l(e){return a.startsWith(e)||a.endsWith(e)?{eraDateParts:a.split(o),abbrEraDateParts:s.split(o),ignoredPart:e}:{eraDateParts:a.split(e),abbrEraDateParts:s.split(e),ignoredPart:o}}}(c,e,t);a.EraNames=p.eraNames,a.AbbreviatedEraNames=p.abbreviatedEraNames;const d=Object.values(a).join("##");if(d.length>r)throw new Error(`Calendar info exceeds length of ${r}.`);return nt(n,n+2*d.length,d),_r(o,i),d.length}catch(e){return dr(o,e,i),-1}finally{s.release(),i.release()}},function(e,t,n,r,o){const a=De(e),s=De(o);try{const e=rt(a),o={AmDesignator:"",PmDesignator:"",LongTimePattern:"",ShortTimePattern:""},i=Ac(e),c=function(e){const t=new Date("August 19, 1975 12:15:30"),n=new Date("August 19, 1975 11:15:30"),r=vl(t,e);return{am:vl(n,e),pm:r}}(i);o.AmDesignator=c.am,o.PmDesignator=c.pm,o.LongTimePattern=function(e,t){const n=18..toLocaleString(e),r=6..toLocaleString(e),o=new Date("August 19, 1975 18:15:30"),a=new Intl.DateTimeFormat(e,{timeStyle:"medium"}),s=a.format(o),i=o.toLocaleTimeString(e,{minute:"numeric"}),c=o.toLocaleTimeString(e,{second:"numeric"});let l=s.replace(t.pm,"tt").replace(i,"mm").replace(c,"ss");const u=l.includes(n),p=`${(0).toLocaleString(e)}${r}`,d=new Date("August 19, 1975 6:15:30"),_=a.format(d);let f;if(u)f=_.includes(p)?"HH":"H",l=l.replace(n,f);else{const e=_.includes(p);f=e?"hh":"h",l=l.replace(e?p:r,f)}return l}(i,c),o.ShortTimePattern=function(e){const t=e.indexOf("ss");if(t>0){const n=`${e[t-1]}ss`,r=e.replace(n,"");e=r.length>t&&"t"!=r[r.length-1]?e.split(n)[0]:r}return e}(o.LongTimePattern);const l=Object.values(o).join("##");if(l.length>n)throw new Error(`Culture info exceeds length of ${n}.`);return nt(t,t+2*l.length,l),_r(r,s),l.length}catch(e){return dr(r,e,s),-1}finally{a.release(),s.release()}},function(e,t,n){const r=De(e),o=De(n);try{return function(e){const t=El(e);if(t)return 7==t.firstDay?0:t.firstDay;if(["en-AE","en-SD","fa-IR"].includes(e))return 6;const n=e.split("-")[0];return["zh","th","pt","mr","ml","ko","kn","ja","id","hi","he","gu","fil","bn","am","ar"].includes(n)||["ta-SG","ta-IN","sw-KE","ms-SG","fr-CA","es-MX","en-US","en-ZW","en-ZA","en-WS","en-VI","en-UM","en-TT","en-SG","en-PR","en-PK","en-PH","en-MT","en-MO","en-MH","en-KE","en-JM","en-IN","en-IL","en-HK","en-GU","en-DM","en-CA","en-BZ","en-BW","en-BS","en-AU","en-AS","en-AG"].includes(e)?0:1}(Ac(rt(r)))}catch(e){return dr(t,e,o),-1}finally{r.release(),o.release()}},function(e,t,n){const r=De(e),o=De(n);try{return function(e){const t=El(e);if(t)return 7==t.minimalDays?1:t.minimalDays<4?0:2;const n=e.split("-")[0];return["pt-PT","fr-CH","fr-FR","fr-BE","es-ES","en-SE","en-NL","en-JE","en-IM","en-IE","en-GI","en-GG","en-GB","en-FJ","en-FI","en-DK","en-DE","en-CH","en-BE","en-AT","el-GR"].includes(e)||["sv","sk","ru","pl","nl","no","lt","it","hu","fi","et","de","da","cs","ca","bg"].includes(n)?2:0}(Ac(rt(r)))}catch(e){return dr(t,e,o),-1}finally{r.release(),o.release()}}],Il=[...Ul,function(e,t,n,r,o){ol();const a=De(n),s=De(t),i=De(o);try{const t=rt(s);if(!t||"string"!=typeof t)return void dr(r,"ERR12: Invalid method name object @"+s.value,i);const n=function(e){return e!==T&&e!==I?Nr(e):null}(e);if(j(n))return void dr(r,"ERR13: Invalid JS object handle '"+e+"' while invoking '"+t+"'",i);const o=hl(a);try{const e=n[t];if(void 0===e)throw new Error("Method: '"+t+"' not found for: '"+Object.prototype.toString.call(n)+"'");Wc(e.apply(n,o),i,!0),_r(r)}catch(e){dr(r,e,i)}}finally{a.release(),s.release(),i.release()}},function(e,t,n,r){ol();const o=De(t),a=De(r);try{const t=rt(o);if(!t)return void dr(n,"Invalid property name object '"+o.value+"'",a);const r=Nr(e);if(j(r))return void dr(n,"ERR01: Invalid JS object handle '"+e+"' while geting '"+t+"'",a);Wc(r[t],a,!0),_r(n)}catch(e){dr(n,e,a)}finally{a.release(),o.release()}},function(e,t,n,r,o,a,s){ol();const i=De(n),c=De(t),l=De(s);try{const n=rt(c);if(!n)return void dr(a,"Invalid property name object '"+t+"'",l);const s=Nr(e);if(j(s))return void dr(a,"ERR02: Invalid JS object handle '"+e+"' while setting '"+n+"'",l);const u=fl(i);if(r)s[n]=u;else{if(!r&&!Object.prototype.hasOwnProperty.call(s,n))return;!0===o?Object.prototype.hasOwnProperty.call(s,n)&&(s[n]=u):s[n]=u}_r(a,l)}catch(e){dr(a,e,l)}finally{l.release(),c.release(),i.release()}},function(e,t,n,r){ol();const o=De(r);try{const r=Nr(e);if(j(r))return void dr(n,"ERR03: Invalid JS object handle '"+e+"' while getting ["+t+"]",o);Wc(r[t],o,!0),_r(n)}catch(e){dr(n,e,o)}finally{o.release()}},function(e,t,n,r,o){ol();const a=De(n),s=De(o);try{const n=Nr(e);if(j(n))return void dr(r,"ERR04: Invalid JS object handle '"+e+"' while setting ["+t+"]",s);const o=fl(a);n[t]=o,_r(r,s)}catch(e){dr(r,e,s)}finally{s.release(),a.release()}},function(e,r,o){ol();const a=De(e),s=De(o);try{const e=rt(a);let o;if(o=e?"Module"==e?t:"INTERNAL"==e?n:globalThis[e]:globalThis,null===o||void 0===typeof o)return void dr(r,"Global object '"+e+"' not found.",s);Wc(o,s,!0),_r(r)}catch(e){dr(r,e,s)}finally{s.release(),a.release()}},function(e,t,n,r){const o=De(t),a=De(e),s=De(r);try{const e=rt(a);if(!e)return void dr(n,"Invalid name @"+a.value,s);const t=globalThis[e];if(null==t)return void dr(n,"JavaScript host object '"+e+"' not found.",s);try{const e=hl(o),r=function(e,t){let n=[];return n[0]=e,t&&(n=n.concat(t)),new(e.bind.apply(e,n))};Wc(Dr(r(t,e)),s,!1),_r(n)}catch(e){return void dr(n,e,s)}}finally{s.release(),o.release(),a.release()}},function(e,t,n){const r=De(n);try{const n=Nr(e);if(j(n))return void dr(t,"ERR06: Invalid JS object handle '"+e+"'",r);Gc(n,r),_r(t)}catch(e){dr(t,String(e),r)}finally{r.release()}},function(e,t,n,r,o,a,s){const i=De(s);try{const s=function(e,t,n,r,o){let a=null;switch(o){case 5:a=new Int8Array(n-t);break;case 6:a=new Uint8Array(n-t);break;case 7:a=new Int16Array(n-t);break;case 8:a=new Uint16Array(n-t);break;case 9:a=new Int32Array(n-t);break;case 10:a=new Uint32Array(n-t);break;case 13:a=new Float32Array(n-t);break;case 14:a=new Float64Array(n-t);break;case 15:a=new Uint8ClampedArray(n-t);break;default:throw new Error("Unknown array type "+o)}return function(e,t,n,r,o){if(Pc(e)&&e.BYTES_PER_ELEMENT){if(o!==e.BYTES_PER_ELEMENT)throw new Error("Inconsistent element sizes: TypedArray.BYTES_PER_ELEMENT '"+e.BYTES_PER_ELEMENT+"' sizeof managed element: '"+o+"'");let a=(r-n)*o;const s=e.length*e.BYTES_PER_ELEMENT;a>s&&(a=s);const i=n*o;return new Uint8Array(e.buffer,0,a).set(Ee().subarray(t+i,t+i+a)),a}throw new Error("Object '"+e+"' is not a typed array")}(a,e,t,n,r),a}(e,t,n,r,o);Wc(s,i,!0),_r(a)}catch(e){dr(a,String(e),i)}finally{i.release()}},function(e,t,n,r,o){try{ol();const e=globalThis.Blazor;if(!e)throw new Error("The blazor.webassembly.js library is not loaded.");return e._internal.invokeJSFromDotNet(t,n,r,o)}catch(t){const n=t.message+"\n"+t.stack,r=Be();return ot(n,r),r.copy_to_address(e),r.release(),0}}];function Tl(e){const t=e.env||e.a;if(!t)return void pt("WARNING: Neither imports.env or imports.a were present when instantiating the wasm module. This likely indicates an emscripten configuration issue.");const n=new Array(Il.length);for(const e in t){const r=t[e];if("function"==typeof r&&-1!==r.toString().indexOf("runtime_idx"))try{const{runtime_idx:t}=r();if(void 0!==n[t])throw new Error(`Duplicate runtime_idx ${t}`);n[t]=e}catch(e){}}for(const[e,r]of Il.entries()){const o=n[e];if(void 0!==o){const e=t[o];if("function"!=typeof e)throw new Error(`Expected ${o} to be a function`);t[o]=r,lt(`Replaced WASM import ${o} stub ${e.name} with ${r.name||"minified implementation"}`)}}}const xl="https://dotnet.generated.invalid/wasm-memory";async function Al(){if(void 0===globalThis.caches)return null;if(a&&!1===globalThis.window.isSecureContext)return null;const e=`dotnet-resources${document.baseURI.substring(document.location.origin.length)}`;try{return await globalThis.caches.open(e)||null}catch(e){return pt("Failed to open cache"),null}}async function jl(){if(l.memorySnapshotCacheKey)return l.memorySnapshotCacheKey;if(!l.subtle)return null;const t=Object.assign({},l.config);t.resourcesHash=t.resources.hash,delete t.assets,delete t.resources,t.preferredIcuAsset=u.preferredIcuAsset,delete t.forwardConsoleLogsToWS,delete t.diagnosticTracing,delete t.appendElementOnExit,delete t.assertAfterExit,delete t.interopCleanupOnExit,delete t.logExitCode,delete t.pthreadPoolSize,delete t.asyncFlushOnExit,delete t.remoteSources,delete t.ignorePdbLoadErrors,delete t.maxParallelDownloads,delete t.enableDownloadRetry,delete t.exitAfterSnapshot,delete t.extensions,t.GitHash=u.gitHash,t.ProductVersion=e;const n=JSON.stringify(t),r=await l.subtle.digest("SHA-256",(new TextEncoder).encode(n)),o=new Uint8Array(r),a=Array.from(o).map((e=>e.toString(16).padStart(2,"0"))).join("");return l.memorySnapshotCacheKey=`${xl}-${a}`,l.memorySnapshotCacheKey}async function Rl(){await Io(),await async function(){try{if(!l.config.startupMemoryCache)return;const e=await jl();if(!e)return;const t=await Al();if(!t)return;const n=await t.match(e),r=null==n?void 0:n.headers.get("content-length"),o=r?parseInt(r):void 0;l.loadedMemorySnapshotSize=o,l.storeMemorySnapshotPending=!o}catch(e){pt("Failed find memory snapshot in the cache",e)}finally{l.loadedMemorySnapshotSize||u.memorySnapshotSkippedOrDone.promise_control.resolve()}}()}function Ll(e){const n=Jt();e.locateFile||(e.locateFile=e.__locateFile=e=>u.scriptDirectory+e),e.out||(e.out=console.log.bind(console)),e.err||(e.err=console.error.bind(console)),u.out=e.out,u.err=e.err,e.mainScriptUrlOrBlob=u.scriptUrl;const h=e.instantiateWasm,b=e.preInit?"function"==typeof e.preInit?[e.preInit]:e.preInit:[],g=e.preRun?"function"==typeof e.preRun?[e.preRun]:e.preRun:[],y=e.postRun?"function"==typeof e.postRun?[e.postRun]:e.postRun:[],S=e.onRuntimeInitialized?e.onRuntimeInitialized:()=>{};e.instantiateWasm=(e,n)=>function(e,n,r){const o=Jt();if(r){const t=r(e,((e,t)=>{Yt(o,"mono.instantiateWasm"),l.afterInstantiateWasm.promise_control.resolve(),n(e,t)}));return t}return async function(e,n){var r;try{await u.afterConfigLoaded,lt("instantiate_wasm_module"),await l.beforePreInit.promise,t.addRunDependency("instantiate_wasm_module");const o=async function(){d&&(await u.simd()||w(!1,"This browser/engine doesn't support WASM SIMD. Please use a modern version. See also https://aka.ms/dotnet-wasm-features")),_&&(await u.exceptions()||w(!1,"This browser/engine doesn't support WASM exception handling. Please use a modern version. See also https://aka.ms/dotnet-wasm-features"))}();Tl(e);const i=await u.wasmDownloadPromise.promise;if(await o,await async function(e,t,n){e&&e.pendingDownloadInternal&&e.pendingDownloadInternal.response||w(!1,"Can't load dotnet.native.wasm");const r=await e.pendingDownloadInternal.response,o=r.headers&&r.headers.get?r.headers.get("Content-Type"):void 0;let i,c;if("function"==typeof WebAssembly.instantiateStreaming&&"application/wasm"===o){lt("instantiate_wasm_module streaming");const e=await WebAssembly.instantiateStreaming(r,t);i=e.instance,c=e.module}else{a&&"application/wasm"!==o&&pt('WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.');const e=await r.arrayBuffer();if(lt("instantiate_wasm_module buffered"),s)c=new WebAssembly.Module(e),i=new WebAssembly.Instance(c,t);else{const n=await WebAssembly.instantiate(e,t);i=n.instance,c=n.module}}n(i,c)}(i,e,n),i.pendingDownloadInternal=null,i.pendingDownload=null,i.buffer=null,i.moduleExports=null,lt("instantiate_wasm_module done"),l.loadedMemorySnapshotSize){try{const e=(null===(r=t.asm)||void 0===r?void 0:r.memory)||t.wasmMemory;e.grow(l.loadedMemorySnapshotSize-e.buffer.byteLength+65535>>>16),l.updateMemoryViews()}catch(e){pt("failed to resize memory for the snapshot",e),l.loadedMemorySnapshotSize=void 0}u.memorySnapshotSkippedOrDone.promise_control.resolve()}l.afterInstantiateWasm.promise_control.resolve()}catch(e){throw dt("instantiate_wasm_module() failed",e),u.mono_exit(1,e),e}t.removeRunDependency("instantiate_wasm_module")}(e,n),[]}(e,n,h),e.preInit=[()=>function(e){t.addRunDependency("mono_pre_init");const n=Jt();try{$l(!1),lt("preInit"),l.beforePreInit.promise_control.resolve(),e.forEach((e=>e()))}catch(e){throw dt("user preInint() failed",e),u.mono_exit(1,e),e}(async()=>{try{await async function(){lt("mono_wasm_pre_init_essential_async"),t.addRunDependency("mono_wasm_pre_init_essential_async"),t.removeRunDependency("mono_wasm_pre_init_essential_async")}(),Yt(n,"mono.preInit")}catch(e){throw u.mono_exit(1,e),e}l.afterPreInit.promise_control.resolve(),t.removeRunDependency("mono_pre_init")})()}(b)],e.preRun=[()=>async function(e){t.addRunDependency("mono_pre_run_async");try{await l.afterInstantiateWasm.promise,await l.afterPreInit.promise,lt("preRunAsync");const t=Jt();e.map((e=>e())),Yt(t,"mono.preRun")}catch(e){throw dt("user callback preRun() failed",e),u.mono_exit(1,e),e}l.afterPreRun.promise_control.resolve(),t.removeRunDependency("mono_pre_run_async")}(g)],e.onRuntimeInitialized=()=>async function(e){try{await l.afterPreRun.promise,lt("onRuntimeInitialized"),l.mono_wasm_exit=St.mono_wasm_exit,l.abort=e=>{throw u.is_exited()||St.mono_wasm_abort(),e};const n=Jt();if(l.beforeOnRuntimeInitialized.promise_control.resolve(),await async function(){await l.allAssetsInMemory.promise,l.config.assets&&(u.actual_downloaded_assets_count!=u.expected_downloaded_assets_count&&w(!1,`Expected ${u.expected_downloaded_assets_count} assets to be downloaded, but only finished ${u.actual_downloaded_assets_count}`),u.actual_instantiated_assets_count!=u.expected_instantiated_assets_count&&w(!1,`Expected ${u.expected_instantiated_assets_count} assets to be in memory, but only instantiated ${u.actual_instantiated_assets_count}`),u._loaded_files.forEach((e=>u.loadedFiles.push(e.url))),lt("all assets are loaded in wasm memory"))}(),L&&l.config.startupMemoryCache,await async function(){const e=Jt();if(l.loadedMemorySnapshotSize){const e=await async function(){try{const e=await jl();if(!e)return;const t=await Al();if(!t)return;const n=await t.match(e);if(!n)return;return n.arrayBuffer()}catch(e){return void pt("Failed load memory snapshot from the cache",e)}}(),t=Ee();return e.byteLength!==t.byteLength&&w(!1,"Loaded memory is not the expected size"),t.set(new Uint8Array(e),0),void lt("Loaded WASM linear memory from browser cache")}for(const e in l.config.environmentVariables){const t=l.config.environmentVariables[e];if("string"!=typeof t)throw new Error(`Expected environment variable '${e}' to be a string but it was ${typeof t}: '${t}'`);Nl(e,t)}l.config.startupMemoryCache&&St.mono_jiterp_update_jit_call_dispatcher(0),l.config.runtimeOptions&&function(e){if(!Array.isArray(e))throw new Error("Expected runtimeOptions to be an array of strings");const n=t._malloc(4*e.length);let r=0;for(let o=0;oaot; in your project file."),null==e&&(e={}),"writeAt"in e||(e.writeAt="System.Runtime.InteropServices.JavaScript.JavaScriptExports::StopProfile"),"sendTo"in e||(e.sendTo="Interop/Runtime::DumpAotProfileData");const t="aot:write-at-method="+e.writeAt+",send-to-method="+e.sendTo;vt.mono_wasm_profiler_init_aot(t)}(l.config.aotProfilerOptions),l.config.browserProfilerOptions&&(l.config.browserProfilerOptions,m||w(!1,"Browser profiler is not enabled, please use browser; in your project file."),vt.mono_wasm_profiler_init_browser("browser:")),Dl("unused",l.config.debugLevel),l.config.startupMemoryCache&&(St.mono_jiterp_update_jit_call_dispatcher(-1),await async function(e){try{const t=await jl();if(!t)return;const n=await Al();if(!n)return;const r=L?new Uint8Array(e).slice(0):e,o=new Response(r,{headers:{"content-type":"wasm-memory","content-length":e.byteLength.toString()}});await n.put(t,o),async function(e){try{const t=await Al();if(!t)return;const n=await t.keys();for(const r of n)r.url&&r.url!==e&&r.url.startsWith(xl)&&await t.delete(r)}catch(e){return}}(t)}catch(e){return void pt("Failed to store memory snapshot in the cache",e)}}(Ee().buffer),l.storeMemorySnapshotPending=!1),Yt(e,"mono.memorySnapshot")}(),l.config.exitAfterSnapshot){const e=l.ExitStatus?new l.ExitStatus(0):new Error("Snapshot taken, exiting because exitAfterSnapshot was set.");return e.silent=!0,void u.mono_exit(0,e)}L&&l.config.startupMemoryCache,function(){if(!l.mono_wasm_bindings_is_ready){lt("bindings_init"),l.mono_wasm_bindings_is_ready=!0;try{const e=Jt();Ve||("undefined"!=typeof TextDecoder&&(He=new TextDecoder("utf-16le"),Ge=new TextDecoder("utf-8",{fatal:!1}),qe=new TextDecoder("utf-8"),Je=new TextEncoder),Ve=t._malloc(12)),function(){const e="System.Runtime.InteropServices.JavaScript";if(l.runtime_interop_module=St.mono_wasm_assembly_load(e),!l.runtime_interop_module)throw"Can't find bindings module assembly: "+e;if(l.runtime_interop_namespace="System.Runtime.InteropServices.JavaScript",l.runtime_interop_exports_classname="JavaScriptExports",l.runtime_interop_exports_class=St.mono_wasm_assembly_find_class(l.runtime_interop_module,l.runtime_interop_namespace,l.runtime_interop_exports_classname),!l.runtime_interop_exports_class)throw"Can't find "+l.runtime_interop_namespace+"."+l.runtime_interop_exports_classname+" class";const n=To("CallEntrypoint");n||w(!1,"Can't find CallEntrypoint method");const r=To("ReleaseJSOwnedObjectByGCHandle");r||w(!1,"Can't find ReleaseJSOwnedObjectByGCHandle method");const o=To("CreateTaskCallback");o||w(!1,"Can't find CreateTaskCallback method");const a=To("CompleteTask");a||w(!1,"Can't find CompleteTask method");const s=To("CallDelegate");s||w(!1,"Can't find CallDelegate method");const i=To("GetManagedStackTrace");i||w(!1,"Can't find GetManagedStackTrace method");const c=To("LoadSatelliteAssembly");c||w(!1,"Can't find LoadSatelliteAssembly method");const p=To("LoadLazyAssembly");p||w(!1,"Can't find LoadLazyAssembly method"),l.javaScriptExports.call_entry_point=async(e,r)=>{u.assert_runtime_running();const o=t.stackSave();try{t.runtimeKeepalivePush();const o=on(4),a=an(o,1),s=an(o,2),i=an(o,3);so(s,e),r&&0==r.length&&(r=void 0),wo(i,r,R.String),kr(n,o);let c=Gn(a,0,Bn);return null==c&&(c=Promise.resolve(0)),c[$r]=!0,await c}finally{t.runtimeKeepalivePop(),t.stackRestore(o)}},l.javaScriptExports.load_satellite_assembly=e=>{const n=t.stackSave();try{const t=on(3),n=an(t,2);hn(n,R.Array),yo(n,e,R.Byte),kr(c,t)}finally{t.stackRestore(n)}},l.javaScriptExports.load_lazy_assembly=(e,n)=>{const r=t.stackSave();try{const t=on(4),r=an(t,2),o=an(t,3);hn(r,R.Array),hn(o,R.Array),yo(r,e,R.Byte),yo(o,n,R.Byte),kr(p,t)}finally{t.stackRestore(r)}},l.javaScriptExports.release_js_owned_object_by_gc_handle=e=>{e||w(!1,"Must be valid gc_handle"),u.assert_runtime_running();const n=t.stackSave();try{const t=on(3),n=an(t,2);hn(n,R.Object),Un(n,e),kr(r,t)}finally{t.stackRestore(n)}},l.javaScriptExports.create_task_callback=()=>{const e=t.stackSave();u.assert_runtime_running();try{const e=on(2);return kr(o,e),En(an(e,1))}finally{t.stackRestore(e)}},l.javaScriptExports.complete_task=(e,n,r,o)=>{u.assert_runtime_running();const s=t.stackSave();try{const t=on(5),s=an(t,2);hn(s,R.Object),Un(s,e);const i=an(t,3);if(n)ho(i,n);else{hn(i,R.None);const e=an(t,4);o||w(!1,"res_converter missing"),o(e,r)}kr(a,t)}finally{t.stackRestore(s)}},l.javaScriptExports.call_delegate=(e,n,r,o,a,i,c,l)=>{u.assert_runtime_running();const p=t.stackSave();try{const t=on(6),u=an(t,2);if(hn(u,R.Object),Un(u,e),i&&i(an(t,3),n),c&&c(an(t,4),r),l&&l(an(t,5),o),kr(s,t),a)return a(an(t,1))}finally{t.stackRestore(p)}},l.javaScriptExports.get_managed_stack_trace=e=>{u.assert_runtime_running();const n=t.stackSave();try{const t=on(3),n=an(t,2);return hn(n,R.Exception),Un(n,e),kr(i,t),qn(an(t,1))}finally{t.stackRestore(n)}}}(),p||i||function(){if(Object.prototype[Fc]=0,Array.prototype[Fc]=1,ArrayBuffer.prototype[Fc]=2,DataView.prototype[Fc]=3,Function.prototype[Fc]=4,Uint8Array.prototype[Fc]=11,Mc._unbox_buffer_size=65536,Mc._box_buffer=t._malloc(65536),Mc._unbox_buffer=t._malloc(Mc._unbox_buffer_size),Mc._class_int32=Sr("System","Int32"),Mc._class_uint32=Sr("System","UInt32"),Mc._class_double=Sr("System","Double"),Mc._class_boolean=Sr("System","Boolean"),Mc._null_root=Be(),function(){const e=Xc;e.set("m",{steps:[{}],size:0}),e.set("s",{steps:[{convert_root:ot.bind(t)}],size:0,needs_root:!0}),e.set("S",{steps:[{convert_root:at.bind(t)}],size:0,needs_root:!0}),e.set("o",{steps:[{convert_root:Wc.bind(t)}],size:0,needs_root:!0}),e.set("u",{steps:[{convert_root:zc.bind(t,!1)}],size:0,needs_root:!0}),e.set("R",{steps:[{convert_root:Wc.bind(t),byref:!0}],size:0,needs_root:!0}),e.set("j",{steps:[{convert:Jc.bind(t),indirect:"i32"}],size:8}),e.set("b",{steps:[{indirect:"bool"}],size:8}),e.set("i",{steps:[{indirect:"i32"}],size:8}),e.set("I",{steps:[{indirect:"u32"}],size:8}),e.set("l",{steps:[{indirect:"i52"}],size:8}),e.set("L",{steps:[{indirect:"u52"}],size:8}),e.set("f",{steps:[{indirect:"float"}],size:8}),e.set("d",{steps:[{indirect:"double"}],size:8})}(),Mc.runtime_legacy_exports_classname="LegacyExports",Mc.runtime_legacy_exports_class=St.mono_wasm_assembly_find_class(l.runtime_interop_module,l.runtime_interop_namespace,Mc.runtime_legacy_exports_classname),!Mc.runtime_legacy_exports_class)throw"Can't find "+l.runtime_interop_namespace+"."+Mc.runtime_legacy_exports_classname+" class";for(const e of al){const t=sl,[n,r,o,a]=e;if(n)t[r]=function(...e){const n=il(o,a);return t[r]=n,n(...e)};else{const e=il(o,a);t[r]=e}}}(),0==Kt.size&&(Kt.set(R.Array,Zn),Kt.set(R.Span,Qn),Kt.set(R.ArraySegment,er),Kt.set(R.Boolean,Cn),Kt.set(R.Byte,$n),Kt.set(R.Char,Nn),Kt.set(R.Int16,Dn),Kt.set(R.Int32,Bn),Kt.set(R.Int52,On),Kt.set(R.BigInt64,Mn),Kt.set(R.Single,Fn),Kt.set(R.IntPtr,zn),Kt.set(R.Double,Pn),Kt.set(R.String,qn),Kt.set(R.Exception,Jn),Kt.set(R.JSException,Jn),Kt.set(R.JSObject,Yn),Kt.set(R.Object,Xn),Kt.set(R.DateTime,Wn),Kt.set(R.DateTimeOffset,Wn),Kt.set(R.Task,Gn),Kt.set(R.Action,Hn),Kt.set(R.Function,Hn),Kt.set(R.None,Vn),Kt.set(R.Void,Vn),Kt.set(R.Discard,Vn)),0==Qt.size&&(Qt.set(R.Array,yo),Qt.set(R.Span,So),Qt.set(R.ArraySegment,ko),Qt.set(R.Boolean,Zr),Qt.set(R.Byte,Kr),Qt.set(R.Char,Qr),Qt.set(R.Int16,eo),Qt.set(R.Int32,to),Qt.set(R.Int52,no),Qt.set(R.BigInt64,ro),Qt.set(R.Double,oo),Qt.set(R.Single,ao),Qt.set(R.IntPtr,so),Qt.set(R.DateTime,io),Qt.set(R.DateTimeOffset,co),Qt.set(R.String,lo),Qt.set(R.Exception,ho),Qt.set(R.JSException,ho),Qt.set(R.JSObject,bo),Qt.set(R.Object,go),Qt.set(R.Task,mo),Qt.set(R.Action,_o),Qt.set(R.Function,_o),Qt.set(R.None,po),Qt.set(R.Discard,po),Qt.set(R.Void,po)),l._i52_error_scratch_buffer=t._malloc(4),Yt(e,"mono.bindingsInit")}catch(e){throw dt("Error in bindings_init",e),e}}}(),l.runtimeReady=!0,r&&!o&&t.runtimeKeepalivePush(),l.mono_wasm_runtime_is_ready||mono_wasm_runtime_ready(),0!==u.config.debugLevel&&u.config.cacheBootResources&&u.logDownloadStatsToConsole(),setTimeout((()=>{u.purgeUnusedCacheEntriesAsync()}),u.config.cachedResourcesPurgeDelay);try{e()}catch(e){throw dt("user callback onRuntimeInitialized() failed",e),e}await async function(){lt("mono_wasm_after_user_runtime_initialized");try{if(!t.disableDotnet6Compatibility&&t.exports){const e=globalThis;for(let n=0;nasync function(e){try{await l.afterOnRuntimeInitialized.promise,lt("postRunAsync");const n=Jt();t.FS_createPath("/","usr",!0,!0),t.FS_createPath("/","usr/share",!0,!0),e.map((e=>e())),Yt(n,"mono.postRun")}catch(e){throw dt("user callback posRun() failed",e),u.mono_exit(1,e),e}l.afterPostRun.promise_control.resolve()}(y)],e.ready.then((async()=>{await l.afterPostRun.promise,Yt(n,"mono.emscriptenStartup"),l.dotnetReady.promise_control.resolve(c)})).catch((e=>{l.dotnetReady.promise_control.reject(e)})),e.ready=l.dotnetReady.promise,e.onAbort||(e.onAbort=e=>{u.mono_exit(1,e)}),e.onExit||(e.onExit=e=>{u.mono_exit(e,null)})}async function Cl(e,n){await u.afterConfigLoaded.promise,Tl(e),n(new WebAssembly.Instance(t.wasmModule,e),void 0),t.wasmModule=null}function $l(e){var r,o,a;e||t.addRunDependency("mono_wasm_pre_init_essential"),lt("mono_wasm_pre_init_essential"),u.gitHash!==l.gitHash&&pt("The version of dotnet.runtime.js is different from the version of dotnet.js!"),u.gitHash!==l.moduleGitHash&&pt("The version of dotnet.native.js is different from the version of dotnet.js!"),function(){const e=[...yt,...p?[]:gt];for(const t of e){const e=wt,[n,r,o,a,s]=t,i="function"==typeof n;if(!0===n||i)e[r]=function(...t){!i||!n()||w(!1,`cwrap ${r} should not be called when binding was skipped`);const c=Ut(r,o,a,s);return e[r]=c,c(...t)};else{const t=Ut(r,o,a,s);e[r]=t}}}(),r=n,Object.assign(r,{mono_wasm_exit:St.mono_wasm_exit,mono_wasm_enable_on_demand_gc:St.mono_wasm_enable_on_demand_gc,mono_wasm_profiler_init_aot:vt.mono_wasm_profiler_init_aot,mono_wasm_profiler_init_browser:vt.mono_wasm_profiler_init_browser,mono_wasm_exec_regression:St.mono_wasm_exec_regression}),p||(a=Bc,Object.assign(a,{mono_wasm_add_assembly:kt.mono_wasm_add_assembly}),o=Oc,Object.assign(o,{mono_obj_array_new:kt.mono_wasm_obj_array_new,mono_obj_array_set:kt.mono_wasm_obj_array_set,mono_obj_array_new_ref:kt.mono_wasm_obj_array_new_ref,mono_obj_array_set_ref:kt.mono_wasm_obj_array_set_ref})),e||t.removeRunDependency("mono_wasm_pre_init_essential")}function Nl(e,t){St.mono_wasm_setenv(e,t)}function Dl(e,t){lt("mono_wasm_load_runtime");try{const n=Jt();null==t&&(t=0,l.config.debugLevel&&(t=0+t)),St.mono_wasm_load_runtime(e||"unused",t),Yt(n,"mono.loadRuntime")}catch(e){throw dt("mono_wasm_load_runtime () failed",e),u.mono_exit(1,e),e}}async function Bl(e){tr=null,null.addEventListener("dotnet:pthread:created",(e=>{lt("pthread created 0x"+e.pthread_self.pthreadId.toString(16))})),e.preInit=[()=>async function(){lt("worker initializing essential C exports and APIs");const e=Jt();try{lt("preInitWorker"),l.beforePreInit.promise_control.resolve(),$l(!0),await Io(),l.afterPreInit.promise_control.resolve(),Yt(e,"mono.preInitWorker")}catch(e){throw dt("user preInitWorker() failed",e),u.mono_exit(1,e),e}}()],e.instantiateWasm=Cl,await l.afterPreInit.promise}function Ol(n){const r=t,o=n,a=globalThis;p||function(e){Bc=e.mono,Oc=e.binding}(o),p||(Object.assign(o.mono,{mono_wasm_setenv:Nl,mono_wasm_load_bytes_into_heap:ye,mono_wasm_load_icu_data:ha,mono_wasm_runtime_ready:mono_wasm_runtime_ready,mono_wasm_new_root_buffer:Ne,mono_wasm_new_root:Be,mono_wasm_new_external_root:De,mono_wasm_release_roots:Oe,mono_run_main:Nc,mono_run_main_and_exit:$c,mono_wasm_add_assembly:null,mono_wasm_load_runtime:Dl,config:l.config,loaded_files:[],setB32:z,setI8:J,setI16:Y,setI32:Z,setI52:Q,setU52:ee,setI64Big:te,setU8:V,setU16:W,setU32:q,setF32:ne,setF64:re,getB32:oe,getI8:pe,getI16:de,getI32:_e,getI52:fe,getU52:me,getI64Big:he,getU8:ae,getU16:se,getU32:ie,getF32:be,getF64:ge}),Object.assign(o.binding,{bind_static_method:Sl,call_assembly_entry_point:kl,mono_obj_array_new:null,mono_obj_array_set:null,js_string_to_mono_string:ll,js_typed_array_to_array:qc,mono_array_to_js_array:ml,js_to_mono_obj:Vc,conv_string:gl,unbox_mono_obj:dl,mono_obj_array_new_ref:null,mono_obj_array_set_ref:null,js_string_to_mono_string_root:ot,js_typed_array_to_array_root:Gc,js_to_mono_obj_root:Wc,conv_string_root:rt,unbox_mono_obj_root:fl,mono_array_root_to_js_array:hl}),Object.assign(o.internal,{stringToMonoStringIntern:ul,mono_method_resolve:nl})),Object.assign(o.internal,{mono_wasm_exit:e=>{t.err("early exit "+e)},forceDisposeProxies:Vr,logging:void 0,mono_wasm_stringify_as_error_with_stack:ht,mono_wasm_get_loaded_files:ya,mono_wasm_send_dbg_command_with_parms:Dt,mono_wasm_send_dbg_command:Bt,mono_wasm_get_dbg_command_info:Ot,mono_wasm_get_details:Ht,mono_wasm_release_object:qt,mono_wasm_call_function_on:Wt,mono_wasm_debugger_resume:Mt,mono_wasm_detach_debugger:Ft,mono_wasm_raise_debug_event:zt,mono_wasm_change_debugger_log_level:Pt,mono_wasm_debugger_attached:Vt,mono_wasm_runtime_is_ready:l.mono_wasm_runtime_is_ready,mono_wasm_get_func_id_to_name_mappings:bt,get_property:ar,set_property:or,has_property:sr,get_typeof_property:ir,get_global_this:cr,get_dotnet_instance:()=>c,dynamic_import:pr,mono_wasm_cancel_promise:qr,ws_wasm_create:ca,ws_wasm_open:la,ws_wasm_send:ua,ws_wasm_receive:pa,ws_wasm_close:da,ws_wasm_abort:_a,http_wasm_supports_streaming_response:Ao,http_wasm_create_abort_controler:jo,http_wasm_abort_request:Ro,http_wasm_abort_response:Lo,http_wasm_fetch:$o,http_wasm_fetch_bytes:Co,http_wasm_get_response_header_names:Do,http_wasm_get_response_header_values:Bo,http_wasm_get_response_bytes:Mo,http_wasm_get_response_length:Oo,http_wasm_get_streamed_response_bytes:Fo,jiterpreter_dump_stats:Oi,jiterpreter_apply_options:rs,jiterpreter_get_options:os,mono_wasm_gc_lock:Fi,mono_wasm_gc_unlock:Pi,loadLazyAssembly:zi,loadSatelliteAssemblies:Vi}),Object.assign(l,{stringify_as_error_with_stack:ht,instantiate_symbols_asset:ga,instantiate_asset:ba,jiterpreter_dump_stats:Oi,forceDisposeProxies:Vr});const s={runMain:Nc,runMainAndExit:$c,setEnvironmentVariable:Nl,getAssemblyExports:Er,setModuleImports:rr,getConfig:()=>l.config,invokeLibraryInitializers:u.invokeLibraryInitializers,setHeapB32:z,setHeapU8:V,setHeapU16:W,setHeapU32:q,setHeapI8:J,setHeapI16:Y,setHeapI32:Z,setHeapI52:Q,setHeapU52:ee,setHeapI64Big:te,setHeapF32:ne,setHeapF64:re,getHeapB32:oe,getHeapU8:ae,getHeapU16:se,getHeapU32:ie,getHeapI8:pe,getHeapI16:de,getHeapI32:_e,getHeapI52:fe,getHeapU52:me,getHeapI64Big:he,getHeapF32:be,getHeapF64:ge,localHeapViewU8:Ee,localHeapViewU16:Ue,localHeapViewU32:Ie,localHeapViewI8:we,localHeapViewI16:Se,localHeapViewI32:ke,localHeapViewI64Big:ve,localHeapViewF32:Te,localHeapViewF64:xe};if(Object.assign(c,{INTERNAL:o.internal,Module:r,runtimeBuildInfo:{productVersion:e,gitHash:l.gitHash,buildConfiguration:"Release"},...s}),p||Object.assign(c,{MONO:o.mono,BINDING:o.binding}),void 0===r.disableDotnet6Compatibility&&(r.disableDotnet6Compatibility=!0),!r.disableDotnet6Compatibility){Object.assign(r,c),p||(r.mono_bind_static_method=(e,t)=>(pt("Module.mono_bind_static_method is obsolete, please use [JSExportAttribute] interop instead"),Sl(e,t)));const e=(e,t)=>{if(void 0!==a[e])return;let n;Object.defineProperty(globalThis,e,{get:()=>{if(j(n)){const r=(new Error).stack,o=r?r.substr(r.indexOf("\n",8)+1):"";pt(`global ${e} is obsolete, please use Module.${e} instead ${o}`),n=t()}return n}})};a.MONO=o.mono,a.BINDING=o.binding,a.INTERNAL=o.internal,a.Module=r,e("cwrap",(()=>r.cwrap)),e("addRunDependency",(()=>r.addRunDependency)),e("removeRunDependency",(()=>r.removeRunDependency))}let i;return a.getDotnetRuntime?i=a.getDotnetRuntime.__list:(a.getDotnetRuntime=e=>a.getDotnetRuntime.__list.getRuntime(e),a.getDotnetRuntime.__list=i=new Ml),i.registerRuntime(c),c}class Ml{constructor(){this.list={}}registerRuntime(e){return e.runtimeId=Object.keys(this.list).length,this.list[e.runtimeId]=hr(e),e.runtimeId}getRuntime(e){const t=this.list[e];return t?t.deref():void 0}}export{Ll as configureEmscriptenStartup,Rl as configureRuntimeStartup,Bl as configureWorkerStartup,Ol as initializeExports,Uo as initializeReplacements,b as passEmscriptenInternals,g as setRuntimeGlobals}; -//# sourceMappingURL=dotnet.runtime.js.map diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz deleted file mode 100644 index 1950d67..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map b/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map deleted file mode 100644 index fc78aef..0000000 --- a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"dotnet.runtime.js","sources":["https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/types/internal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/memory.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/roots.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/strings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/logging.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/cwraps.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/base64.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/debug.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/profiler.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal-to-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/pthreads/worker/index.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/invoke-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/weak-ref.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/class-loader.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/invoke-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/gc-handles.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/cancelable-promise.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/marshal-to-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/polyfills.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/managed-exports.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/http.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/scheduling.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/queue.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/web-socket.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/icu.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/assets.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-opcodes.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-support.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508//mintops.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-tables.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-trace-generator.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-feature-detect.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/gc-lock.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/lazyLoading.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/satelliteAssemblies.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-interp-entry.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/jiterpreter-jit-call.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/server_pthread/socket-connection.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/server_pthread/protocol-socket.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/change-case.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/collations.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/helpers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/calendar.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/run.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/startup.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/globals.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/buffers.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/js-to-cs.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/method-binding.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/corebindings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/strings.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/cs-to-js.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/method-calls.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/culture-info.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/hybrid-globalization/locales.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports-binding.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/diagnostics/index.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/snapshot.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports-internal.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/net6-legacy/exports-legacy.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/pthreads/worker/events.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/exports.ts","https://raw.githubusercontent.com/dotnet/runtime/1381d5ebd2ab1f292848d5b19b80cf71ac332508/src/mono/wasm/runtime/export-api.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["Module","INTERNAL","ENVIRONMENT_IS_NODE","process","versions","node","ENVIRONMENT_IS_WORKER","importScripts","ENVIRONMENT_IS_WEB","window","ENVIRONMENT_IS_SHELL","ENVIRONMENT_IS_PTHREAD","exportedRuntimeAPI","runtimeHelpers","loaderHelpers","linkerDisableLegacyJsInterop","linkerWasmEnableSIMD","linkerWasmEnableEH","linkerEnableAotProfiler","linkerEnableBrowserProfiler","_runtimeModuleLoaded","passEmscriptenInternals","internals","isPThread","quit","quit_","ExitStatus","moduleGitHash","gitHash","setRuntimeGlobals","globalObjects","Error","module","internal","api","Object","assign","allAssetsInMemory","createPromiseController","dotnetReady","afterInstantiateWasm","beforePreInit","afterPreInit","afterPreRun","beforeOnRuntimeInitialized","afterOnRuntimeInitialized","afterPostRun","mono_wasm_exit","abort","reason","config","afterResolve","afterReject","mono_assert","condition","messageFactory","message","error","MonoObjectNull","MonoArrayNull","MonoTypeNull","MonoStringNull","MonoObjectRefNull","JSHandleDisposed","JSHandleNull","GCHandleNull","VoidPtrNull","is_nullish","value","MarshalerType","alloca_stack","alloca_buffer_size","alloca_base","alloca_offset","max_int64_big","BigInt","min_int64_big","_create_temp_frame","_malloc","push","assert_int_in_range","min","max","Number","isSafeInteger","_zero_region","byteOffset","sizeBytes","localHeapViewU8","fill","setB32","offset","boolValue","HEAP32","setU8","HEAPU8","setU16","HEAPU16","setU16_local","localView","setU32_unchecked","HEAPU32","setU32","setI8","HEAP8","setI16","HEAP16","setI32_unchecked","setI32","autoThrowI52","setI52","cwraps","mono_wasm_f64_to_i52","setU52","mono_wasm_f64_to_u52","setI64Big","HEAP64","setF32","HEAPF32","setF64","HEAPF64","getB32","getU8","getU16","getU32","getU32_local","getI32_unaligned","mono_wasm_get_i32_unaligned","getU32_unaligned","getI8","getI16","getI32","getI52","result","mono_wasm_i52_to_f64","_i52_error_scratch_buffer","getU52","mono_wasm_u52_to_f64","getI64Big","getF32","getF64","mono_wasm_load_bytes_into_heap","bytes","memoryOffset","length","Uint8Array","buffer","set","localHeapViewI8","localHeapViewI16","localHeapViewI32","localHeapViewI64Big","localHeapViewU16","localHeapViewU32","localHeapViewF32","localHeapViewF64","maxScratchRoots","_scratch_root_buffer","_scratch_root_free_indices","_scratch_root_free_indices_count","_scratch_root_free_instances","_external_root_free_instances","mono_wasm_new_root_buffer","capacity","name","capacityBytes","WasmRootBufferImpl","mono_wasm_new_external_root","address","pop","_set_address","WasmExternalRoot","mono_wasm_new_root","undefined","index","Int32Array","i","_mono_wasm_claim_scratch_index","WasmJsOwnedRoot","mono_wasm_release_roots","args","release","constructor","ownsAllocation","this","__offset","__offset32","__count","__handle","mono_wasm_register_root","__ownsAllocation","_throw_index_out_of_range","_check_in_range","get_address","get_address_32","get","mono_wasm_write_managed_pointer_unsafe","copy_value_from_address","sourceAddress","destinationAddress","mono_wasm_copy_managed_pointer","_unsafe_get","_unsafe_set","clear","mono_wasm_deregister_root","_free","toString","__buffer","__index","copy_from","source","copy_to","destination","copy_from_address","copy_to_address","valueOf","address32","__external_address","__external_address_32","interned_js_string_table","Map","mono_wasm_empty_string","mono_wasm_string_decoder_buffer","interned_string_table","_text_decoder_utf16","_text_decoder_utf8_relaxed","_text_decoder_utf8_validating","_text_encoder_utf8","_empty_string_ptr","_interned_string_current_root_buffer","_interned_string_current_root_buffer_count","stringToUTF8","str","stringToUTF8Array","encode","utf8ToString","ptr","heapU8","heapOrArray","idx","maxBytesToRead","endIdx","endPtr","UTF8ArrayToString","view","viewOrCopy","decode","utf8BufferToString","utf16ToString","startPtr","subArray","utf16ToStringLoop","heapU16","char","String","fromCharCode","stringToUTF16","dstPtr","text","heapI16","len","charCodeAt","monoStringToString","root","ppChars","pLengthBytes","pIsInterned","mono_wasm_string_get_data_ref","heapU32","lengthBytes","pChars","isInterned","stringToMonoStringRoot","string","stringToInternedMonoStringRoot","interned","stringToMonoStringNewRoot","description","Symbol","keyFor","internIt","rootBuffer","mono_wasm_intern_string_ref","storeStringInInternTable","bufferLen","mono_wasm_string_from_utf16_ref","start","end","subarray","prefix","mono_log_debug","msg","data","diagnosticTracing","console","debug","mono_log_info","info","mono_log_warn","warn","mono_log_error","silent","wasm_func_map","regexes","mono_wasm_symbolicate_string","size","origMessage","newRaw","replace","RegExp","substring","groups","find","arg","replaceSection","funcNum","mono_wasm_stringify_as_error_with_stack","err","errObj","stack","mono_wasm_get_func_id_to_name_mappings","values","legacy_interop_cwraps","fn_signatures","wrapped_c_functions","legacy_c_functions","profiler_c_functions","fastCwrapTypes","cwrap","returnType","argTypes","opts","fce","indexOf","every","atype","toBase64StringImpl","inArray","reader","count","endpoint","position","read","nextByte","defineProperty","configurable","enumerable","_makeByteReader","ch1","ch2","ch3","bits","equalsCount","sum","_base64Table","commands_received","remove","key","delete","_debugger_buffer","_assembly_name_str","_entrypoint_method_token","_call_function_res_cache","_next_call_function_res_id","_debugger_buffer_len","mono_wasm_runtime_ready","mono_wasm_runtime_is_ready","globalThis","dotnetDebugger","mono_wasm_fire_debugger_agent_message_with_data_to_pause","base64String","assert","mono_wasm_malloc_and_set_debug_buffer","command_parameters","Math","byteCharacters","atob","mono_wasm_send_dbg_command_with_parms","id","command_set","command","valtype","newvalue","res_ok","res","mono_wasm_send_dbg_command","mono_wasm_get_dbg_command_info","mono_wasm_debugger_resume","mono_wasm_detach_debugger","mono_wasm_set_is_debugger_attached","mono_wasm_change_debugger_log_level","level","mono_wasm_raise_debug_event","event","JSON","stringify","eventName","mono_wasm_debugger_attached","waitForDebugger","mono_wasm_call_function_on","request","arguments","Array","isArray","objId","objectId","details","proxy","startsWith","ret","items","map","p","dimensionsDetails","keys","forEach","prop","commandSet","newValue","_create_proxy_from_object_id","fn_args","a","fn_body_template","functionDeclaration","fn_res","Function","fn_defn","type","subtype","returnByValue","getPrototypeOf","prototype","fn_res_id","_cache_call_function_res","className","mono_wasm_get_details","real_obj","descriptors","getOwnPropertyDescriptors","accessorPropertiesOnly","k","Reflect","deleteProperty","res_details","new_obj","prop_desc","__value_as_json_string__","_get_cfo_res_details","obj","mono_wasm_release_object","startMeasure","enablePerfMeasure","performance","now","endMeasure","block","options","startTime","measure","stackFrames","methodNames","cs_to_js_marshalers","js_to_cs_marshalers","bound_cs_function_symbol","for","bound_js_function_symbol","imported_js_function_symbol","JavaScriptMarshalerArgSize","alloc_stack_frame","stackAlloc","set_arg_type","get_arg","None","get_sig","signature","get_signature_type","sig","get_signature_res_type","get_signature_arg1_type","get_signature_arg2_type","get_signature_arg3_type","get_signature_argument_count","get_signature_version","get_arg_type","get_arg_intptr","set_arg_b8","set_arg_intptr","set_arg_date","getTime","set_arg_f64","get_arg_js_handle","set_js_handle","jsHandle","get_arg_gc_handle","set_gc_handle","gcHandle","get_string_root","get_arg_length","set_arg_length","ManagedObject","dispose","teardown_managed_proxy","isDisposed","js_owned_gc_handle_symbol","ManagedError","super","superStack","getOwnPropertyDescriptor","getManageStack","getSuperStack","call","managed_stack","is_runtime_running","MonoWasmThreads","gc_handle","javaScriptExports","get_managed_stack_trace","array_element_size","element_type","Byte","Int32","Int52","Double","JSObject","MemoryView","_pointer","_length","_viewType","_unsafe_create_view","Float64Array","targetOffset","targetView","copyTo","target","sourceOffset","sourceView","trimmedSource","slice","byteLength","Span","pointer","viewType","is_disposed","ArraySegment","bind_arg_marshal_to_js","marshaler_type","Void","res_marshaler","arg1_marshaler","arg2_marshaler","arg3_marshaler","get_marshaler_to_cs_by_type","marshaler_type_res","get_marshaler_to_js_by_type","Nullable","converter","arg_offset","jsinteropDoc","_marshal_bool_to_js","get_arg_b8","_marshal_byte_to_js","get_arg_u8","_marshal_char_to_js","get_arg_u16","_marshal_int16_to_js","get_arg_i16","marshal_int32_to_js","get_arg_i32","_marshal_int52_to_js","get_arg_i52","_marshal_bigint64_to_js","get_arg_i64_big","_marshal_float_to_js","get_arg_f32","_marshal_double_to_js","get_arg_f64","_marshal_intptr_to_js","_marshal_null_to_js","_marshal_datetime_to_js","unixTime","Date","get_arg_date","_marshal_delegate_to_js","_","res_converter","arg1_converter","arg2_converter","arg3_converter","_lookup_js_owned_object","arg1_js","arg2_js","arg3_js","call_delegate","setup_managed_proxy","marshal_task_to_js","Task","val","Promise","resolve","js_handle","promise","mono_wasm_get_jsobj_from_js_handle","assertIsControllablePromise","promise_control","getPromiseController","orig_resolve","argInner","js_value","marshal_string_to_js","marshal_exception_to_js","JSException","_marshal_js_object_to_js","_marshal_cs_object_to_js","get_arg_element_type","_marshal_array_to_js_impl","_marshal_array_to_js","buffer_ptr","element_arg","_marshal_span_to_js","_marshal_array_segment_to_js","currentWorkerThreadEvents","fn_wrapper_by_fn_handle","mono_wasm_set_module_imports","module_name","moduleImports","importedModules","set_property","self","get_property","has_property","get_typeof_property","get_global_this","importedModulesPromises","dynamic_import","module_url","newPromise","import","wrap_as_cancelable_promise","async","wrap_error_root","is_exception","ex","_wrap_error_flag","wrap_no_error_root","assert_bindings","assert_runtime_running","_use_weak_ref","WeakRef","create_weak_ref","js_obj","deref","_assembly_cache_by_name","_class_cache_by_assembly","_corlib","assembly_load","has","mono_wasm_assembly_load","find_corlib_class","namespace","mono_wasm_get_corlib","assembly","namespaces","classes","_find_cached_class","mono_wasm_assembly_find_class","_set_cached_class","invoke_method_and_handle_exception","method","fail_root","mono_wasm_invoke_method_bound","is_args_exception","exportsByAssembly","mono_wasm_get_assembly_exports","mark","asm","klass","runtime_interop_namespace","mono_wasm_assembly_find_method","outException","outResult","mono_wasm_invoke_method_ref","mono_wasm_runtime_run_module_cctor","parseFQN","fqn","trim","methodname","classname","lastIndexOf","_use_finalization_registry","FinalizationRegistry","_js_owned_object_registry","_cs_owned_objects_by_js_handle","_js_handle_free_list","_next_js_handle","_js_owned_object_table","_js_owned_object_finalized","cs_owned_js_handle_symbol","do_not_force_dispose","mono_wasm_get_js_handle","isExtensible","mono_wasm_release_cs_owned_object","register","wr","unregister","release_js_owned_object_by_gc_handle","assert_not_disposed","is_exited","forceDisposeProxies","disposeMethods","verbose","keepSomeCsAlive","keepSomeJsAlive","doneImports","doneExports","doneGCHandles","doneJSHandles","gc_handles","keepAlive","reject","bound_fn","closure","disposed","assemblyExports","assemblyExport","exportName","_are_promises_supported","isThenable","then","fn","catch","mono_wasm_cancel_promise","task_holder_gc_handle","holder","bind_arg_marshal_to_cs","_marshal_bool_to_cs","Boolean","_marshal_byte_to_cs","set_arg_u8","_marshal_char_to_cs","Char","set_arg_u16","_marshal_int16_to_cs","Int16","set_arg_i16","_marshal_int32_to_cs","set_arg_i32","_marshal_int52_to_cs","set_arg_i52","_marshal_bigint64_to_cs","BigInt64","set_arg_i64_big","_marshal_double_to_cs","_marshal_float_to_cs","Single","set_arg_f32","marshal_intptr_to_cs","IntPtr","_marshal_date_time_to_cs","DateTime","_marshal_date_time_offset_to_cs","DateTimeOffset","_marshal_string_to_cs","_marshal_string_to_cs_impl","_marshal_null_to_cs","_marshal_function_to_cs","wrapper","exc","arg1","arg2","arg3","res_js","marshal_exception_to_cs","TaskCallbackHolder","_marshal_task_to_cs","create_task_callback","complete_task","_marshal_cs_object_to_cs","Exception","known_js_handle","marshal_js_object_to_cs","js_type","marshal_array_to_cs_impl","Int16Array","Int8Array","Uint8ClampedArray","Uint16Array","Uint32Array","Float32Array","marshal_array_to_cs","element_size","buffer_length","set_arg_element_type","_marshal_span_to_cs","checkViewType","_marshal_array_segment_to_cs","dummyPerformance","initializeReplacements","replacements","require","scriptDirectory","locateFile","__locateFile","fetch","fetch_like","noExitRuntime","originalUpdateMemoryViews","updateMemoryViews","init_polyfills_async","crypto","getRandomValues","nodeCrypto","webcrypto","randomBytes","subtle","_a","get_method","method_name","runtime_interop_exports_class","runtime_interop_exports_classname","verifyEnvironment","AbortController","http_wasm_supports_streaming_response","Response","ReadableStream","http_wasm_create_abort_controler","http_wasm_abort_request","abort_controller","http_wasm_abort_response","__abort_controller","__reader","cancel","http_wasm_fetch_bytes","url","header_names","header_values","option_names","option_values","bodyPtr","bodyLength","http_wasm_fetch","body","headers","Headers","append","signal","get_response_headers","__headerNames","__headerValues","entries","pair","http_wasm_get_response_header_names","http_wasm_get_response_header_values","http_wasm_get_response_length","arrayBuffer","__source_offset","http_wasm_get_response_bytes","source_view","bytes_read","http_wasm_get_streamed_response_bytes","bufferPtr","bufferLength","getReader","__chunk","done","remaining_source","bytes_copied","lastScheduledTimeoutId","spread_timers_maximum","pump_count","prevent_timer_throttling","isChromium","desired_reach_time","schedule","delay","setTimeout","prevent_timer_throttling_tick","maybeExit","mono_wasm_execute_timer","mono_background_exec_until_done","mono_background_exec","mono_wasm_schedule_timer_tick","Queue","queue","getLength","isEmpty","enqueue","item","dequeue","peek","drain","onEach","wasm_ws_pending_send_buffer","wasm_ws_pending_send_buffer_offset","wasm_ws_pending_send_buffer_type","wasm_ws_pending_receive_event_queue","wasm_ws_pending_receive_promise_queue","wasm_ws_pending_open_promise","wasm_ws_pending_close_promises","wasm_ws_pending_send_promises","wasm_ws_is_aborted","wasm_ws_on_closed","wasm_ws_receive_status_ptr","mono_wasm_web_socket_close_warning","ws_send_buffer_blocking_threshold","emptyBuffer","ws_wasm_create","uri","sub_protocols","receive_status_ptr","onClosed","WebSocket","ws","open_promise_control","binaryType","local_on_open","local_on_message","ev","event_queue","promise_queue","_mono_wasm_web_socket_receive_buffering","_mono_wasm_web_socket_on_message","local_on_close","removeEventListener","code","close_promise_control","receive_promise_control","local_on_error","reject_promises","addEventListener","once","ws_wasm_abort","ws_wasm_open","ws_wasm_send","message_type","end_of_message","whole_buffer","buffer_view","newbuffer","utf8ToStringRelaxed","_mono_wasm_web_socket_send_buffering","send","bufferedAmount","pending","nextDelay","polling_check","readyState","OPEN","CLOSING","isDone","splice","_mono_wasm_web_socket_send_and_wait","ws_wasm_receive","receive_event_queue","receive_promise_queue","ws_wasm_close","wait_for_close_received","CLOSED","close","send_promise_control","response_ptr","mono_wasm_load_icu_data","instantiate_asset","asset","behavior","virtualName","virtualPath","_loaded_files","file","lastSlash","parentDirectory","substr","fileName","FS_createPath","FS_createDataFile","mono_wasm_add_assembly","findIndex","element","mono_wasm_add_satellite_assembly","culture","actual_instantiated_assets_count","instantiate_symbols_asset","pendingAsset","response","pendingDownloadInternal","split","line","parts","join","mono_wasm_get_loaded_files","loadedFiles","opcodeNameCache","getOpcodeName","opcode","pName","mono_jiterp_get_opcode_info","maxFailures","maxMemsetSize","maxMemmoveSize","BailoutReasonNames","compressedNameCache","WasmBuilder","constantSlotCount","locals","permanentFunctionTypeCount","permanentFunctionTypes","permanentFunctionTypesByShape","permanentFunctionTypesByIndex","functionTypesByIndex","permanentImportedFunctionCount","permanentImportedFunctions","nextImportIndex","functions","estimatedExportBytes","frame","traceBuf","branchTargets","Set","constantSlots","backBranchOffsets","callHandlerReturnAddresses","nextConstantSlot","compressImportNames","lockImports","_assignParameterIndices","parms","BlobBuilder","cfg","Cfg","getOptions","stackSize","inSection","inFunction","functionTypeCount","functionTypes","create","functionTypesByShape","importedFunctionCount","importedFunctions","argumentCount","current","activeBlocks","useConstants","allowNullCheckOptimization","eliminateNullChecks","_push","_pop","writeToOutput","appendULeb","getArrayView","getWasmImports","memory","getMemory","WebAssembly","Memory","c","getConstants","m","h","importsToEmit","getImportsToEmit","ifi","mangledName","getCompressedName","subTable","func","bytesGeneratedSoFar","importSize","appendU8","appendSimd","allowLoad","appendU32","appendF32","appendF64","appendBoundaryValue","sign","appendLeb","appendLebRef","signed","appendBytes","appendName","ip","ip_const","i32_const","ptr_const","base","i52_const","v128_const","local","isZero","defineType","parameters","permanent","shape","tup","generateTypeSection","beginSection","parameterCount","endSection","getImportedFunctionTable","imports","f","v","sort","lhs","rhs","_generateImportSection","includeFunctionTable","typeIndex","defineImportedFunction","functionTypeName","table","getWasmFunctionTable","markImportAsUsed","defineFunction","generator","rec","typeName","export","blob","emitImportsAndFunctions","exportCount","beginFunction","endFunction","call_indirect","callImport","_assignLocalIndices","counts","localGroupCount","ty","offi64","offf32","offf64","offv128","tk","localBaseIndex","endBlock","appendMemarg","alignPower","lea","ptr1","fullCapacity","textBuf","encoder","TextEncoder","mono_jiterp_write_number_unaligned","appendI32","bytesWritten","mono_jiterp_encode_leb_signed_boundary","mono_jiterp_encode_leb52","mono_jiterp_encode_leb64_ref","copyWithin","singleChar","encodeInto","written","ch","builder","segments","backBranchTargets","lastSegmentEnd","overheadBytes","blockStack","backDispatchOffsets","dispatchTable","observedBranchTargets","trace","initialize","startOfBody","lastSegmentStartIp","entry","entryIp","appendBlob","entryBlob","startBranchBlock","isBackBranchTarget","branch","isBackward","branchType","add","from","emitBlob","segment","generate","indexInStack","shift","lookupTarget","successfulBackBranch","disp","append_safepoint","exitIp","isConditional","append_bailout","wasmTable","wasmNextFunctionIndex","wasmFunctionIndicesFree","elapsedTimes","generation","compilation","counters","traceCandidates","tracesCompiled","entryWrappersCompiled","jitCallsCompiled","directJitCallsCompiled","failures","bytesGenerated","nullChecksEliminated","nullChecksFused","backBranchesEmitted","backBranchesNotEmitted","simdFallback","_now","bind","mono_jiterp_get_polling_required_address","countBailouts","append_exit","opcodeCounter","monitoringLongDistance","getWasmIndirectFunctionTable","addWasmFunctionPointer","storeMemorySnapshotPending","grow","try_append_memset_fast","localOffset","destOnStack","destLocal","enableSimd","sizeofV128","localCount","append_memset_dest","try_append_memmove_fast","destLocalOffset","srcLocalOffset","addressesOnStack","srcLocal","destOffset","srcOffset","loadOp","storeOp","append_memmove_dest_src","recordFailure","applyOptions","enableTraces","enableInterpEntry","enableJitCall","memberOffsets","getMemberOffset","member","cached","mono_jiterp_get_member_offset","getRawCwrap","opcodeTableCache","getOpcodeTableValue","mono_jiterp_get_opcode_value_table_entry","importDef","observedTaintedZeroPage","isZeroPageReserved","mono_wasm_is_zero_page_reserved","optionNames","enableBackwardBranches","enableCallResume","enableWasmEh","zeroPageOptimization","enableStats","disableHeuristic","estimateHeat","dumpTraces","noExitBackwardBranches","directJitCalls","minimumTraceValue","minimumTraceHitCount","monitoringPeriod","monitoringShortDistance","monitoringMaxAveragePenalty","backBranchBoost","jitCallHitCount","jitCallFlushThreshold","interpEntryHitCount","interpEntryFlushThreshold","wasmBytesLimit","optionsVersion","optionTable","mono_jiterp_parse_option","currentVersion","mono_jiterp_get_options_version","pJson","mono_jiterp_get_options_as_json","json","parse","updateOptions","SimdInfo","ldcTable","floatToIntTable","unopTable","intrinsicFpBinops","binopTable","relopbranchTable","mathIntrinsicTable","simdCreateSizes","simdCreateLoadOps","simdCreateStoreOps","simdShiftTable","simdExtractTable","simdReplaceTable","simdLoadTable","simdStoreTable","bitmaskTable","createScalarTable","getArgU16","indexPlusOne","getArgI16","getArgI32","getArgU32","get_imethod","get_imethod_data","pData","sizeOfDataItem","get_imethod_clause_data_offset","is_backward_branch_target","backwardBranchTable","knownConstantValues","get_known_constant_value","isAddressTaken","notNullSince","wasmSimdSupported","cknullOffset","eraseInferredState","invalidate_local","invalidate_local_range","append_branch_target_block","computeMemoryAlignment","opcodeOrPrefix","simdOpcode","alignment","append_ldloc","append_stloc_tail","append_ldloca","bytesInvalidated","append_memset_local","append_memmove_local_local","sourceLocalOffset","mono_jiterp_is_imethod_var_address_taken","append_ldloc_cknull","leaveOnStack","emit_ldc","storeType","tableEntry","mono_wasm_get_f32_unaligned","getArgF32","mono_wasm_get_f64_unaligned","getArgF64","emit_mov","emit_fieldop","isLoad","objectOffset","fieldOffset","notNull","setter","getter","emit_sfieldop","pVtable","pStaticData","append_vtable_initialize","emit_binop","lhsLoadOp","rhsLoadOp","lhsVar","rhsVar","operandsCached","intrinsicFpBinop","isF64","emit_math_intrinsic","is64","emit_unop","append_call_handler_store_ret_ip","retIp","clauseDataOffset","emit_branch","displacement","isSafepoint","isCallHandler","bbo","mono_jiterp_boost_back_branch_target","emit_relop_branch","relopBranchInfo","relop","relopInfo","operandLoadOp","isUnary","isF32","wasmOp","rhsOffset","emit_indirectop","isAddMul","isOffset","isImm","valueVarIndex","addressVarIndex","offsetVarIndex","constantOffset","constantMultiplier","append_getelema1","indexOffset","elementSize","ptrLocal","emit_arrayop","valueOffset","elementGetter","elementSetter","getIsWasmSimdSupported","compileSimdFeatureDetect","get_import_name","functionPtr","emit_simd","opname","argCount","simple","mono_jiterp_get_simd_opcode","append_simd_store","append_simd_2_load","bitmask","emit_simd_2","isShift","extractTup","lane","laneCount","append_simd_3_load","isR8","eqOpcode","indicesOffset","constantIndices","elementCount","newShuffleVector","sizeOfV128","nativeIndices","elementIndex","j","emit_shuffle","emit_simd_3","rtup","stup","append_simd_4_load","indices","emit_simd_4","numElements","sizeOfStackval","importName","mono_jiterp_get_simd_intrinsic","summaryStatCount","mostRecentTrace","mostRecentOptions","disabledOpcodes","instrumentedMethodNames","InstrumentedTraceState","eip","TraceInfo","isVerbose","hitCount","mono_jiterp_get_trace_hit_count","instrumentedTraces","nextInstrumentedTraceId","abortCounts","traceInfo","traceBuilder","traceImports","mathOps1d","mathOps2d","mathOps1f","mathOps2f","recordBailout","mono_jiterp_trace_bailout","bailoutCounts","counter","bailoutCount","getTraceImports","trace_current_ip","trace_operands","pushMathOps","list","mop","traceId","b","operand1","operand2","record_abort","traceIp","traceName","mono_jiterp_adjust_abort_count","abortCount","abortReason","jiterpreter_dump_stats","concise","runtimeReady","backBranchHitRate","tracesRejected","mono_jiterp_get_rejected_trace_count","nullChecksEliminatedText","nullChecksFusedText","backBranchesEmittedText","toFixed","directJitCallsText","traces","mono_jiterp_get_trace_bailout_count","l","r","fnPtr","tuples","locked","mono_wasm_gc_lock","mono_wasm_gc_unlock","loadLazyAssembly","assemblyNameToLoad","lazyAssemblies","resources","lazyAssembly","dllAsset","hash","loadedAssemblies","some","includes","pdbNameToLoad","filename","newExtensionWithLeadingDot","lastDotIndex","changeExtension","shouldLoadPdb","hasDebuggingEnabled","hasOwnProperty","dllBytesPromise","retrieve_asset_download","dll","pdb","pdbBytesPromise","dllBytes","pdbBytes","all","load_lazy_assembly","loadSatelliteAssemblies","culturesToLoad","satelliteResources","filter","promises","reduce","previous","next","concat","bytesPromise","load_satellite_assembly","sizeOfJiterpEntryData","trampBuilder","trampImports","fnTable","jitQueueTimeout","jitQueue","infoTable","getTrampImports","flush_wasm_entry_trampoline_jit_queue","pMonoObject","this_arg","started","compileStarted","rejected","threw","hasThisReference","hasReturnValue","sp_args","need_unbox","scratchBuffer","generate_wasm_body","traceModule","wasmImports","traceInstance","Instance","exports","finished","s","buf","append_stackval_from_data","imethod","valueName","argIndex","rawSize","mono_jiterp_type_get_raw_value_size","mono_jiterp_get_arg_offset","paramTypes","offsetOfArgInfo","JIT_ARG_BYVAL","wasmEhSupported","nextDisambiguateIndex","fnCache","targetCache","TrampolineInfo","rmethod","cinfo","arg_offsets","catch_exceptions","catchExceptions","addr","noWrapper","mono_jiterp_get_signature_return_type","paramCount","mono_jiterp_get_signature_param_count","mono_jiterp_get_signature_has_this","mono_jiterp_get_signature_params","argOffsetCount","argOffsets","wasmNativeReturnType","wasmTypeFromCilOpcode","mono_jiterp_type_to_stind","wasmNativeSignature","monoType","mono_jiterp_type_to_ldind","enableDirect","vt","suffix","disambiguate","getWasmTableEntry","doJitCallModule","getIsWasmEhSupported","cb_data","unused","thrown","compileDoJitCall","mono_interp_flush_jitcall_queue","ret_sp","sp","ftndesc","actualParamCount","callTarget","old_sp","mono_jiterp_register_jit_call_thunk","wasmOpcodeFromCilOpcode","offsetBytes","stack_index","svalOffset","loadCilOp","loadWasmOp","storeCilOp","storeWasmOp","ListenerState","InState","isSurrogate","startIdx","appendSurrogateToMemory","dst","surrogate","compare_strings","string1","string2","locale","casePicker","localeCompare","toLocaleLowerCase","ignorePunctuation","sensitivity","decode_to_clean_string","strPtr","strLen","clean_string","normalize","INNER_SEPARATOR","normalizeLocale","canonicalLocales","Intl","getCanonicalLocales","MONTH_CODE","YEAR_CODE","DAY_CODE","getGenitiveForName","date","pattern","formatWithoutName","genitiveName","nameStart","patternWithoutName","format","toLowerCase","x","mono_run_main_and_exit","main_assembly_name","mono_run_main","mono_exit","e","status","allRuntimeArguments","main_argc","main_argv","aindex","setValue","mono_wasm_strdup","mono_wasm_set_main_args","interval","setInterval","clearInterval","find_entry_point","call_entry_point","auto_set_breakpoint","mono_wasm_assembly_get_entry_point","MONO","BINDING","legacyHelpers","wasm_type_symbol","has_backing_array_buffer","SharedArrayBuffer","ArrayBuffer","_js_to_mono_uri_root","should_add_in_flight","legacyManagedExports","_create_uri_ref","_extract_mono_obj_root","js_to_mono_obj","assert_legacy_interop","temp","js_to_mono_obj_root","box_class","_box_buffer","_class_int32","_class_uint32","_class_double","mono_wasm_box_primitive_ref","_class_boolean","thenable","resultRoot","thenable_js_handle","tcs_gc_handle","_create_tcs","_set_tcs_result_ref","_set_tcs_failure","finally","_get_tcs_task_ref","_wrap_js_thenable_as_task_root","_create_date_time_ref","_get_cs_owned_object_by_js_handle_ref","get_cs_owned_object_by_js_handle_ref","wasm_type","wasm_type_id","_create_cs_owned_proxy_ref","get_js_owned_object_by_gc_handle_ref","js_typed_array_to_array_root","BYTES_PER_ELEMENT","arrayType","heapBytes","typedArray","numBytes","js_typedarray_to_heap","mono_wasm_typed_array_new_ref","js_typed_array_to_array","js_to_mono_enum","escapeRE","primitiveConverters","_signature_converters","boundMethodsByMethod","_create_named_function","argumentNames","closureArgumentList","closureArgumentNames","closureArgNames","uriPrefix","escapedFunctionIdentifier","rawFunctionText","apply","_create_rebindable_named_function","mono_bind_method","args_marshal","has_this_arg","friendly_name","steps","is_result_definitely_unmarshaled","is_result_possibly_unmarshaled","result_unmarshaled_if_argc","needs_root_buffer","conv","localStep","needs_root","_create_converter_for_marshal_string","_get_converter_for_marshal_string","compiled_function","compiled_variadic_function","converterName","scratchValueRoot","indirectLocalOffset","indirectBaseOffset","bufferSizeBytes","step","closureKey","valueKey","argKey","offsetText","convert_root","indirect","dummyAddress","stackSave","byref","convert","bodyJs","compiledFunction","compiledVariadicFunction","variadicClosure","scratchRootBuffer","_compile_converter_for_marshal_string","unbox_buffer","token","scratchResultRoot","scratchExceptionRoot","scratchThisArgRoot","_handle_exception_for_call","_teardown_after_call","mono_wasm_try_unbox_primitive_and_get_type_ref","_unbox_mono_obj_root_with_known_nonprimitive_type","invoke_method_ref","unbox_buffer_size","converterKey","argName","displayName","exceptionRoot","thisArgRoot","exception","_convert_exception_for_method_call","mono_method_resolve","mono_method_get_call_signature_ref","mono_obj","_get_call_sig_ref","_null_root","bind_runtime_method","runtime_legacy_exports_class","runtime_legacy_exports_classname","mono_wasm_string_root","stringToMonoStringUnsafe","stringToMonoStringIntern","delegate_invoke_symbol","unbox_mono_obj","unbox_mono_obj_root","typePtr","boundMethod","delegateRoot","mono_wasm_get_delegate_invoke_ref","js_method","this_arg_gc_handle","_wrap_delegate_gc_handle_as_function","_get_js_owned_object_gc_handle_ref","_wrap_delegate_root_as_function","explicitFinalization","_setup_js_cont_ref","_unbox_task_root_as_promise","_try_get_cs_owned_object_js_handle_ref","_unbox_ref_type_root_as_js_object","_get_date_value_ref","_object_to_string_ref","_get_cs_owned_object_js_handle_ref","_unbox_cs_owned_root_as_js_object","_unbox_mono_obj_root_with_known_nonprimitive_type_impl","_unbox_buffer","_unbox_buffer_size","mono_array_to_js_array","mono_array","arrayRoot","mono_array_root_to_js_array","arrayAddress","elemRoot","elemAddress","mono_wasm_array_length_ref","mono_wasm_array_get_ref","ele","_is_simple_array_ref","_get_js_owned_object_by_gc_handle_ref","conv_string","mono_string","monoStringToStringUnsafe","boundMethodsByFqn","_release_temp_frame","stackRestore","mono_bind_static_method","mono_call_assembly_entry_point","js_array","asString","mono_wasm_string_array_new_ref","mono_wasm_obj_array_set_ref","js_array_to_mono_array","mono_bind_assembly_entry_point","getDesignator","time","withDesignator","toLocaleTimeString","hourCycle","withoutDesignator","designator","test","designatorParts","part","getWeekInfo","Locale","weekInfo","_b","mono_wasm_imports","shortestDueTimeMs","clearTimeout","safeSetTimeout","assembly_name","assembly_ptr","assembly_len","pdb_ptr","pdb_len","assembly_name_str","assembly_b64","pdb_b64","message_ptr","logging","debugger","buffer_len","buffer_obj","mono_wasm_fire_debugger_agent_message_with_data","sizeOfBody","methodFullName","pMethodName","mono_wasm_method_get_full_name","methodName","mono_wasm_method_get_name","backBranchCount","pBackBranches","threshold","foundReachableBranchTarget","pLocals","retval","dest","src","ppString","pResult","pIndex","span","y","z","ppDestination","vtable","ppSource","parent","ppObj","sp1","sp2","fieldOffsetBytes","targetLocalOffsetBytes","sourceLocalOffsetBytes","expected","newVal","oldVal","o","ref","arg0","initialize_builder","endOfBody","ti","instrument","instrumentedTraceId","traceLocals","cknull_ptr","dest_ptr","src_ptr","memop_dest","memop_src","math_lhs32","math_rhs32","math_lhs64","math_rhs64","temp_f32","temp_f64","backbranched","keep","traceValue","isFirstInstruction","isConditionallyExecuted","firstOpcodeInBlock","containsSimd","pruneOpcodes","hasEmittedUnreachable","prologueOpcodeCounter","conditionalOpcodeCounter","rip","spaceLeft","numSregs","numDregs","opLengthU16","isSimdIntrins","simdIntrinsArgCount","simdIntrinsIndex","_ip","isForwardBranchTarget","exitOpcodeCounter","skipDregInvalidation","opcodeValue","sizeOffset","constantSize","iMethod","targetTrace","mono_jiterp_imethod_to_ftnptr","isSpecialInterface","mono_jiterp_is_special_interface","bailoutOnFailure","canDoFastCheck","elementClassOffset","elementClass","ret_size","ra","isI64","limit","tempLocal","isI32","multiplier","firstDreg","stmtText","firstSreg","generateWasmBody","generate_wasm","pParamTypes","unbox","defaultImplementation","subName","maxLength","defaultImplementationFn","cacheKey","existing","thunkIndex","thunk","jit_call_cb","jitCallCb","do_jit_call_indirect_js","_cb_data","_thrown","failed","impl","do_jit_call_indirect","mono_jiterp_update_jit_call_dispatcher","addFunction","log_domain_ptr","log_level_ptr","fatal","user_data","isFatal","domain","dataPtr","log_level","log","entrypoint_method_token","function_name","function_js_handle","result_address","function_name_root","module_name_root","version","js_function_name","js_module_name","scope","newscope","mono_wasm_lookup_function","args_count","arg_marshalers","arg_cleanup","has_cleanup","arg_marshaler","js_arg","res_sig","res_marshaler_type","marshaler1","js_result","bind_fn_1R","marshaler2","bind_fn_2R","js_args","marshaler","cleanup","bind_fn","bind_fn_1V","bind_fn_0V","fn_handle","bound_function_js_handle","fully_qualified_name","signature_hash","fqn_root","js_fqn","wrapper_name","assemblyScope","_walk_exports_to_set_function","arg_handle","arg_value","exc_type","value_type","sub_converter","srcLength","dstLength","toUpper","ex_address","input","toUpperCase","jump","upperSurrogate","upperChar","cultureRoot","cultureName","toLocaleUpperCase","lowerChar","str1","str1Length","str2","str2Length","diff","needlePtr","needleLength","srcPtr","fromBeginning","needle","segmenter","Segmenter","granularity","needleSegments","stop","segmentWidth","nextIndex","iteratorSrc","iterator","srcNext","matchFound","check_match_found","calendarId","isException","exAddress","calendarInfo","EnglishName","YearMonth","MonthDay","LongDates","ShortDates","EraNames","AbbreviatedEraNames","DayNames","AbbreviatedDayNames","ShortestDayNames","MonthNames","AbbreviatedMonthNames","MonthGenitiveNames","AbbrevMonthGenitiveNames","calendars","getCalendars","getCalendarInfo","getCalendarName","dayNames","weekDay","dayNamesAbb","dayNamesSS","toLocaleDateString","weekday","setDate","getDate","long","abbreviated","shortest","getDayNames","monthNames","localeLang","firstMonthShift","months","monthsAbb","monthsGen","monthsAbbGen","isChineeseStyle","isShortFormBroken","monthCnt","setMonth","monthNameLong","month","monthNameShort","charAt","formatWithoutMonthName","DateTimeFormat","day","monthWithDayLong","monthWithDayShort","longGenitive","abbreviatedGenitive","getMonthNames","year","monthName","toLocaleString","yearStr","getMonthYearPattern","replacedMonthName","dayStr","getMonthDayPattern","dateStyle","yearStrShort","monthStr","localizedMonthCode","localizedDayCode","getShortDatePattern","monthSuffix","shortMonthName","replacedWeekday","getLongDatePattern","eraNames","shouldBePopulatedByManagedCode","abbreviatedEraNames","eraDate","era","shortEraDate","eraDateParts","getEraDateParts","getFullYear","getEraFromDateParts","ignoredPart","abbrEraDateParts","dateParts","regex","filteredEra","endsWith","getEraNames","cultureInfo","AmDesignator","PmDesignator","LongTimePattern","ShortTimePattern","canonicalLocale","designators","pmTime","amTime","pmDesignator","am","pm","getAmPmDesignators","localizedHour24","localizedHour12","shortTime","timeStyle","shortPmStyle","minutes","minute","seconds","second","isISOStyle","hour12WithPrefix","h12Style","hourPattern","hasPrefix","getLongTimePattern","secondsIdx","secondsWithSeparator","shortPatternNoSecondsDigits","getShortTimePattern","firstDay","getFirstDayOfWeek","minimalDays","getFirstWeekOfYear","argsRoot","nameRoot","js_name","get_js_obj","property_name","createIfNotExist","valueRoot","property","property_index","global_name","globalObj","core_name","coreObj","allocator","argsList","pinned_array","begin","bytes_per_element","newTypedArray","typed_array","num_of_bytes","view_bytes","typedarray_copy_from","typed_array_from","exceptionMessage","callInfo","blazorExports","Blazor","_internal","invokeJSFromDotNet","exceptionJsString","replace_linker_placeholders","env","indexToNameMap","shortName","stub_fn","runtime_idx","realFn","stubFn","memoryPrefix","openCache","caches","isSecureContext","cacheName","document","baseURI","location","origin","open","getCacheKey","memorySnapshotCacheKey","inputs","resourcesHash","assets","preferredIcuAsset","forwardConsoleLogsToWS","appendElementOnExit","assertAfterExit","interopCleanupOnExit","logExitCode","pthreadPoolSize","asyncFlushOnExit","remoteSources","ignorePdbLoadErrors","maxParallelDownloads","enableDownloadRetry","exitAfterSnapshot","extensions","GitHash","ProductVersion","inputsJson","sha256Buffer","digest","uint8ViewOfHash","hashAsString","padStart","configureRuntimeStartup","startupMemoryCache","cache","match","contentLength","memorySize","parseInt","loadedMemorySnapshotSize","memorySnapshotSkippedOrDone","checkMemorySnapshotSize","configureEmscriptenStartup","path","out","mainScriptUrlOrBlob","scriptUrl","userInstantiateWasm","instantiateWasm","userPreInit","preInit","userPreRun","preRun","userpostRun","postRun","userOnRuntimeInitialized","onRuntimeInitialized","callback","successCallback","instance","afterConfigLoaded","addRunDependency","wasmFeaturePromise","simd","exceptions","ensureUsedWasmFeatures","assetToLoad","wasmDownloadPromise","wasmModuleImports","contentType","compiledInstance","compiledModule","instantiateStreaming","streamingResult","arrayBufferResult","instantiate","instantiate_wasm_asset","pendingDownload","moduleExports","wasmMemory","removeRunDependency","instantiate_wasm_module","mono_wasm_pre_init_essential","mono_wasm_pre_init_essential_async","preRunAsync","mono_wasm_abort","actual_downloaded_assets_count","expected_downloaded_assets_count","expected_instantiated_assets_count","wait_for_all_assets","memoryBytes","getMemorySnapshot","environmentVariables","mono_wasm_setenv","runtimeOptions","argv","option","mono_wasm_parse_runtime_options","mono_wasm_set_runtime_options","aotProfilerOptions","writeAt","sendTo","mono_wasm_profiler_init_aot","mono_wasm_init_aot_profiler","browserProfilerOptions","mono_wasm_profiler_init_browser","mono_wasm_load_runtime","debugLevel","copy","responseToCache","put","protectKey","cleanupMemorySnapshots","storeMemorySnapshot","mono_wasm_before_memory_snapshot","mono_wasm_bindings_is_ready","TextDecoder","exports_fqn_asm","runtime_interop_module","release_js_owned_object_by_gc_handle_method","create_task_callback_method","complete_task_method","call_delegate_method","get_managed_stack_trace_method","load_satellite_assembly_method","load_lazy_assembly_method","entry_point","program_args","runtimeKeepalivePush","runtimeKeepalivePop","holder_gc_handle","callback_gc_handle","exception_gc_handle","init_managed_exports","DataView","_create_primitive_converters","wf","lazy","jsname","csname","init_legacy_exports","Action","Discard","bindings_init","cacheBootResources","logDownloadStatsToConsole","purgeUnusedCacheEntriesAsync","cachedResourcesPurgeDelay","disableDotnet6Compatibility","globalThisAny","exportValue","onDotnetReady","mono_wasm_after_user_runtime_initialized","onRuntimeInitializedAsync","postRunAsync","ready","onAbort","onExit","instantiateWasmWorker","wasmModule","isWorker","binding","mono","fns","lazyOrSkip","maybeSkip","init_c_exports","mono_wasm_enable_on_demand_gc","mono_wasm_exec_regression","mono_obj_array_new","mono_wasm_obj_array_new","mono_obj_array_set","mono_wasm_obj_array_set","mono_obj_array_new_ref","mono_wasm_obj_array_new_ref","mono_obj_array_set_ref","configureWorkerStartup","pthread_self","pthreadId","preInitWorkerAsync","initializeExports","globals","initializeLegacyExports","loaded_files","bind_static_method","call_assembly_entry_point","js_string_to_mono_string","js_string_to_mono_string_root","conv_string_root","exit_code","get_dotnet_instance","jiterpreter_apply_options","jiterpreter_get_options","stringify_as_error_with_stack","API","runMain","runMainAndExit","setEnvironmentVariable","getAssemblyExports","setModuleImports","getConfig","invokeLibraryInitializers","setHeapB32","setHeapU8","setHeapU16","setHeapU32","setHeapI8","setHeapI16","setHeapI32","setHeapI52","setHeapU52","setHeapI64Big","setHeapF32","setHeapF64","getHeapB32","getHeapU8","getHeapU16","getHeapU32","getHeapI8","getHeapI16","getHeapI32","getHeapI52","getHeapU52","getHeapI64Big","getHeapF32","getHeapF64","runtimeBuildInfo","productVersion","buildConfiguration","warnWrap","provider","nextLine","getDotnetRuntime","__list","runtimeId","getRuntime","RuntimeList","registerRuntime"],"mappings":";;cAaO,IAAIA,EACAC,EAEJ,MAAMC,EAAwC,iBAAXC,SAAkD,iBAApBA,QAAQC,UAAwD,iBAAzBD,QAAQC,SAASC,KACnHC,EAAgD,mBAAjBC,cAC/BC,EAAsC,iBAAVC,QAAuBH,IAA0BJ,EAC7EQ,GAAwBF,IAAuBN,IAAwBI,EAE7E,IAAIK,EACAC,EAAiC,KACjCC,EAAiC,KACjCC,EAA+B,KAE/BC,GAA+B,EAC/BC,GAAuB,EACvBC,GAAqB,EACrBC,GAA0B,EAC1BC,GAA8B,EAC9BC,GAAuB,EAE5B,SAAUC,EAAwBC,GACpCX,EAAyBW,EAAUC,UACnCR,EAA+BO,EAAUP,6BACzCC,EAAuBM,EAAUN,qBACjCC,EAAqBK,EAAUL,mBAC/BC,EAA0BI,EAAUJ,wBACpCC,EAA8BG,EAAUH,4BACxCN,EAAeW,KAAOF,EAAUG,MAChCZ,EAAea,WAAaJ,EAAUI,WACtCb,EAAec,cAAgBL,EAAUM,OAC7C,CAGM,SAAUC,EAAkBC,GAC9B,GAAIV,EACA,MAAM,IAAIW,MAAM,iCAEpBX,GAAuB,EACvBpB,EAAS8B,EAAcE,OACvB/B,EAAW6B,EAAcG,SACzBpB,EAAiBiB,EAAcjB,eAC/BC,EAAgBgB,EAAchB,cAC9BF,EAAqBkB,EAAcI,IAEnCC,OAAOC,OAAOvB,EAAgB,CAC1Be,mDACAS,kBAAmBC,IACnBC,YAAaD,IACbE,qBAAsBF,IACtBG,cAAeH,IACfI,aAAcJ,IACdK,YAAaL,IACbM,2BAA4BN,IAC5BO,0BAA2BP,IAC3BQ,aAAcR,IACdS,eAAgB,KACZ,MAAM,IAAIhB,MAAM,gBAAgB,EAEpCiB,MAAQC,IACJ,MAAMA,CAAM,IAIpBd,OAAOC,OAAON,EAAcE,OAAOkB,OAAS,CAAE,GAC9Cf,OAAOC,OAAON,EAAcI,IAAK,CAC7BlC,OAAQ8B,EAAcE,UAAWF,EAAcE,SAEnDG,OAAOC,OAAON,EAAcI,IAAK,CAC7BjC,SAAU6B,EAAcG,UAEhC,CAEgB,SAAAK,EAA2Ba,EAA2BC,GAClE,OAAOtC,EAAcwB,wBAA2Ba,EAAcC,EAClE,CAKgB,SAAAC,EAAYC,EAAoBC,GAC5C,GAAID,EAAW,OACf,MAAME,EAAU,mBAA+C,mBAAnBD,EACtCA,IACAA,GACAE,EAAQ,IAAI1B,MAAMyB,GACxB3C,EAAemC,MAAMS,EACzB,CCrDO,MAAMC,EAA8C,EAC9CC,EAA2C,EAG3CC,EAAwC,EACxCC,EAA8C,EAC9CC,EAAuD,EAEvDC,GAA6C,EAC7CC,EAAwC,EACxCC,EAAwC,EACxCC,EAAqC,EAsN5C,SAAUC,EAAcC,GAC1B,OAAO,MAACA,CACZ,CA6FA,IAAYC,GAAZ,SAAYA,GACRA,EAAAA,EAAA,KAAA,GAAA,OACAA,EAAAA,EAAA,KAAA,GAAA,OACAA,EAAAA,EAAA,QAAA,GAAA,UACAA,EAAAA,EAAA,QAAA,GAAA,UACAA,EAAAA,EAAA,KAAA,GAAA,OACAA,EAAAA,EAAA,KAAA,GAAA,OACAA,EAAAA,EAAA,MAAA,GAAA,QACAA,EAAAA,EAAA,MAAA,GAAA,QACAA,EAAAA,EAAA,MAAA,GAAA,QACAA,EAAAA,EAAA,SAAA,GAAA,WACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,SAAA,IAAA,WACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,UAAA,IAAA,YACAA,EAAAA,EAAA,SAAA,IAAA,WACAA,EAAAA,EAAA,eAAA,IAAA,iBAEAA,EAAAA,EAAA,SAAA,IAAA,WACAA,EAAAA,EAAA,KAAA,IAAA,OACAA,EAAAA,EAAA,MAAA,IAAA,QACAA,EAAAA,EAAA,aAAA,IAAA,eACAA,EAAAA,EAAA,KAAA,IAAA,OACAA,EAAAA,EAAA,OAAA,IAAA,SACAA,EAAAA,EAAA,SAAA,IAAA,WAGAA,EAAAA,EAAA,YAAA,IAAA,aACH,CA/BD,CAAYA,IAAAA,EA+BX,CAAA,aClYD,MAAMC,EAA+B,GAC/BC,EAAqB,MAC3B,IAAIC,EAAsBC,EAU1B,MAAMC,EAAgBC,OAAO,uBACvBC,EAAgBD,OAAO,iCAcbE,IAtBRL,IAEJA,EAAcxE,EAAO8E,QAAQP,GAC7BE,EAAgBD,GAqBhBF,EAAaS,KAAKN,EACtB,CAUA,SAASO,EAAoBZ,EAAea,EAAaC,GACrD,IAAuGC,OAAAC,cAAAhB,GAAA,MAAA,IAAArC,MAAA,2CAAAqC,aAAA,MACvG,KAAyGA,GAAAa,GAAAb,GAAAc,GAAA,MAAA,IAAAnD,MAAA,kCAAAqC,eAAAa,KAAAC,UAC7G,CAEgB,SAAAG,EAAaC,EAAqBC,GAC9CC,KAAkBC,KAAK,EAAQH,EAAiBA,EAAaC,EACjE,CAEgB,SAAAG,EAAOC,EAAmBvB,GAEtC,MAAMwB,IAAcxB,EACG,iBAAnB,GACAY,EAAoBZ,EAAO,EAAG,GAClCpE,EAAO6F,OAAYF,IAAW,GAAKC,EAAY,EAAI,CACvD,CAEgB,SAAAE,EAAMH,EAAmBvB,GACrCY,EAAoBZ,EAAO,EAAG,KAE9BpE,EAAO+F,OAAYJ,GAAUvB,CACjC,CAEgB,SAAA4B,EAAOL,EAAmBvB,GACtCY,EAAoBZ,EAAO,EAAG,OAE9BpE,EAAOiG,QAAaN,IAAW,GAAKvB,CACxC,UAGgB8B,EAAaC,EAAwBR,EAAmBvB,GACpEY,EAAoBZ,EAAO,EAAG,OAC9B+B,EAAeR,IAAW,GAAKvB,CACnC,CAQgB,SAAAgC,EAAiBT,EAAmBvB,GAChDpE,EAAOqG,QAAaV,IAAW,GAAkBvB,CACrD,CAEgB,SAAAkC,EAAOX,EAAmBvB,GACtCY,EAAyBZ,EAAO,EAAG,YAEnCpE,EAAOqG,QAAaV,IAAW,GAAkBvB,CACrD,CAEgB,SAAAmC,EAAMZ,EAAmBvB,GACrCY,EAAoBZ,GAAQ,IAAM,KAElCpE,EAAOwG,MAAWb,GAAUvB,CAChC,CAEgB,SAAAqC,EAAOd,EAAmBvB,GACtCY,EAAoBZ,GAAQ,MAAQ,OAEpCpE,EAAO0G,OAAYf,IAAW,GAAKvB,CACvC,CAEgB,SAAAuC,EAAiBhB,EAAmBvB,GAEhDpE,EAAO6F,OAAYF,IAAW,GAAKvB,CACvC,CAEgB,SAAAwC,EAAOjB,EAAmBvB,GACtCY,EAAyBZ,GAAQ,WAAa,YAE9CpE,EAAO6F,OAAYF,IAAW,GAAKvB,CACvC,CAEA,SAASyC,EAAapD,GAClB,GAA2B,IAAvBA,EAGJ,OAAQA,GACJ,KAAA,EACI,MAAM,IAAI1B,MAAM,4BACpB,KAAA,EACI,MAAM,IAAIA,MAAM,sBACpB,QACI,MAAM,IAAIA,MAAM,0BAE5B,CAKgB,SAAA+E,EAAOnB,EAAmBvB,GACtC,IAA2Ge,OAAAC,cAAAhB,GAAA,MAAA,IAAArC,MAAA,+CAAAqC,aAAA,MAG3GyC,EADcE,GAAOC,qBAA0BrB,EAAQvB,GAE3D,CAKgB,SAAA6C,GAAOtB,EAAmBvB,GACtC,IAA2Ge,OAAAC,cAAAhB,GAAA,MAAA,IAAArC,MAAA,+CAAAqC,aAAA,MAC3G,KAAoEA,GAAA,GAAA,MAAA,IAAArC,MAAA,4DAGpE8E,EADcE,GAAOG,qBAA0BvB,EAAQvB,GAE3D,CAEgB,SAAA+C,GAAUxB,EAAmBvB,GACzC,GAAoG,iBAAAA,EAAA,MAAA,IAAArC,MAAA,0CAAAqC,aAAA,MACpG,KAAiJA,GAAAQ,GAAAR,GAAAM,GAAA,MAAA,IAAA3C,MAAA,kCAAAqC,eAAAQ,KAAAF,WAEjJ1E,EAAOoH,OAAYzB,IAAW,GAAKvB,CACvC,CAEgB,SAAAiD,GAAO1B,EAAmBvB,GACtC,GAAmG,iBAAAA,EAAA,MAAA,IAAArC,MAAA,yCAAAqC,aAAA,MAEnGpE,EAAOsH,QAAa3B,IAAW,GAAKvB,CACxC,CAEgB,SAAAmD,GAAO5B,EAAmBvB,GACtC,GAAmG,iBAAAA,EAAA,MAAA,IAAArC,MAAA,yCAAAqC,aAAA,MAEnGpE,EAAOwH,QAAa7B,IAAW,GAAKvB,CACxC,CAGM,SAAUqD,GAAO9B,GAEnB,QAAU3F,EAAO6F,OAAYF,IAAW,EAC5C,CAEM,SAAU+B,GAAM/B,GAElB,OAAO3F,EAAO+F,OAAYJ,EAC9B,CAEM,SAAUgC,GAAOhC,GAEnB,OAAO3F,EAAOiG,QAAaN,IAAW,EAC1C,CAOM,SAAUiC,GAAOjC,GAEnB,OAAO3F,EAAOqG,QAAaV,IAAW,EAC1C,CAGgB,SAAAkC,GAAa1B,EAAwBR,GACjD,OAAOQ,EAAeR,IAAW,EACrC,CAEM,SAAUmC,GAAiBnC,GAC7B,OAAOoB,GAAOgB,4BAAiCpC,EACnD,CAEM,SAAUqC,GAAiBrC,GAC7B,OAAOoB,GAAOgB,4BAAiCpC,KAAY,CAC/D,CAUM,SAAUsC,GAAMtC,GAElB,OAAO3F,EAAOwG,MAAWb,EAC7B,CAEM,SAAUuC,GAAOvC,GAEnB,OAAO3F,EAAO0G,OAAYf,IAAW,EACzC,CAOM,SAAUwC,GAAOxC,GAEnB,OAAO3F,EAAO6F,OAAYF,IAAW,EACzC,CAUM,SAAUyC,GAAOzC,GACnB,MAAM0C,EAAStB,GAAOuB,qBAA0B3C,EAAQ9E,EAAe0H,2BAGvE,OADA1B,EADcsB,GAAOtH,EAAe0H,4BAE7BF,CACX,CAKM,SAAUG,GAAO7C,GACnB,MAAM0C,EAAStB,GAAO0B,qBAA0B9C,EAAQ9E,EAAe0H,2BAGvE,OADA1B,EADcsB,GAAOtH,EAAe0H,4BAE7BF,CACX,CAEM,SAAUK,GAAU/C,GAEtB,OAAO3F,EAAOoH,OAAYzB,IAAW,EACzC,CAEM,SAAUgD,GAAOhD,GAEnB,OAAO3F,EAAOsH,QAAa3B,IAAW,EAC1C,CAEM,SAAUiD,GAAOjD,GAEnB,OAAO3F,EAAOwH,QAAa7B,IAAW,EAC1C,CAqBM,SAAUkD,GAA+BC,GAC3C,MAAMC,EAAe/I,EAAO8E,QAAQgE,EAAME,QAG1C,OAFkB,IAAIC,WAAWzD,KAAkB0D,OAAaH,EAAcD,EAAME,QAC1EG,IAAIL,GACPC,CACX,UA6BgBK,KAEZ,OAAOpJ,EAAOwG,KAClB,UAGgB6C,KAEZ,OAAOrJ,EAAO0G,MAClB,UAGgB4C,KAEZ,OAAOtJ,EAAO6F,MAClB,UAGgB0D,KAEZ,OAAOvJ,EAAOoH,MAClB,UAGgB5B,KAEZ,OAAOxF,EAAO+F,MAClB,UAGgByD,KAEZ,OAAOxJ,EAAOiG,OAClB,UAGgBwD,KAEZ,OAAOzJ,EAAOqG,OAClB,UAGgBqD,KAEZ,OAAO1J,EAAOsH,OAClB,UAGgBqC,KAEZ,OAAO3J,EAAOwH,OAClB,CC7XA,MAAMoC,GAAkB,KACxB,IAAIC,GAA8C,KAC9CC,GAAgD,KAChDC,GAAmC,EACvC,MAAMC,GAAgD,GAChDC,GAAyD,GAQ/C,SAAAC,GAA0BC,EAAkBC,GACxD,GAAID,GAAY,EACZ,MAAM,IAAIpI,MAAM,iBAIpB,MAAMsI,EAA2B,GAFjCF,GAAsB,GAGhBxE,EAAS3F,EAAO8E,QAAQuF,GAC9B,GAAU1E,EAAS,GAAO,EACtB,MAAM,IAAI5D,MAAM,uCAIpB,OAFAsD,EAAaM,EAAQ0E,GAEd,IAAIC,mBAAmB3E,EAAQwE,GAAU,EAAMC,EAC1D,CAyBM,SAAUG,GAAkDC,GAC9D,IAAInC,EAEJ,IAAKmC,EACD,MAAM,IAAIzI,MAAM,iDASpB,OAPIkI,GAA8BjB,OAAS,GACvCX,EAAS4B,GAA8BQ,MACvCpC,EAAOqC,aAAaF,IAEpBnC,EAAS,IAAIsC,GAAoBH,GAG9BnC,CACX,CASgB,SAAAuC,GAAyCxG,OAAuByG,GAC5E,IAAIxC,EAEJ,GAAI2B,GAA6BhB,OAAS,EACtCX,EAAS2B,GAA6BS,UACnC,CACH,MAAMK,EAmEd,WACI,GAAI3G,EAAW0F,MAA0BC,GAA4B,CACjED,GAAuBK,GAA0BN,GAAiB,YAElEE,GAA6B,IAAIiB,WAAWnB,IAC5CG,GAAmCH,GACnC,IAAK,IAAIoB,EAAI,EAAGA,EAAIpB,GAAiBoB,IACjClB,GAA2BkB,GAAKpB,GAAkBoB,EAAI,CAC7D,CAED,GAAIjB,GAAmC,EACnC,MAAM,IAAIhI,MAAM,6BAEpB,MAAMsG,EAASyB,GAA2BC,GAAmC,GAE7E,OADAA,KACO1B,CACX,CAnFsB4C,GAGd5C,EAAS,IAAI6C,GAFErB,GAEuBiB,EACzC,CAED,QAAcD,IAAVzG,EAAqB,CACrB,GAAuB,iBAAnB,EACA,MAAM,IAAIrC,MAAM,gDAEpBsG,EAAOc,IAAI/E,EACd,MACGiE,EAAOc,IAAS,GAGpB,OAAOd,CACX,CAiCgB,SAAA8C,MAA2BC,GACvC,IAAK,IAAIJ,EAAI,EAAGA,EAAII,EAAKpC,OAAQgC,IACzB7G,EAAWiH,EAAKJ,KAGpBI,EAAKJ,GAAGK,SAEhB,OA6Baf,mBAQTgB,YAAY3F,EAAiBwE,EAAkBoB,EAAyBnB,GACpE,MAAMC,EAA2B,EAAXF,EAEtBqB,KAAKC,SAAW9F,EAChB6F,KAAKE,WAA0B/F,IAAW,EAC1C6F,KAAKG,QAAUxB,EACfqB,KAAKxC,OAASmB,EACdqB,KAAKI,SAAW7E,GAAO8E,wBAAwBlG,EAAQ0E,EAAeD,GAAQ,UAC9EoB,KAAKM,iBAAmBP,CAC3B,CAEDQ,4BACI,MAAM,IAAIhK,MAAM,qBACnB,CAEDiK,gBAAgBlB,IACPA,GAASU,KAAKG,SAAab,EAAQ,IACpCU,KAAKO,2BACZ,CAEDE,YAAYnB,GAER,OADAU,KAAKQ,gBAAgBlB,GACTU,KAAKC,SAAoB,EAARX,CAChC,CAEDoB,eAAepB,GAEX,OADAU,KAAKQ,gBAAgBlB,GACdU,KAAKE,WAAaZ,CAC5B,CAKDqB,IAAIrB,GACAU,KAAKQ,gBAAgBlB,GACrB,MAAMnF,EAAS6F,KAAKU,eAAepB,GACnC,OAAYrB,KAAmB9D,EAClC,CAEDwD,IAAI2B,EAAe1G,GACf,MAAMoG,EAAUgB,KAAKS,YAAYnB,GAEjC,OADA/D,GAAOqF,uCAAuC5B,EAASpG,GAChDA,CACV,CAEDiI,wBAAwBvB,EAAewB,GACnC,MAAMC,EAAqBf,KAAKS,YAAYnB,GAC5C/D,GAAOyF,+BAA+BD,EAAoBD,EAC7D,CAEDG,YAAY3B,GACR,OAAOrB,KAAmB+B,KAAKE,WAAaZ,EAC/C,CAED4B,YAAY5B,EAAe1G,GACvB,MAAMoG,EAAegB,KAAKC,SAAWX,EACrC/D,GAAOqF,uCAAqD5B,EAAyBpG,EACxF,CAEDuI,QACQnB,KAAKC,UACLpG,EAAamG,KAAKC,SAAyB,EAAfD,KAAKG,QACxC,CAEDN,UACQG,KAAKC,UAAYD,KAAKM,mBACtB/E,GAAO6F,0BAA0BpB,KAAKC,UACtCpG,EAAamG,KAAKC,SAAyB,EAAfD,KAAKG,SACjC3L,EAAO6M,MAAMrB,KAAKC,WAGtBD,KAAKI,SAAiBJ,KAAKC,SAAYD,KAAKG,QAAUH,KAAKE,WAAa,CAC3E,CAEDoB,WACI,MAAO,iBAAiBtB,KAAKS,YAAY,YAAYT,KAAKG,WAC7D,EAGL,MAAMT,GAIFI,YAAYpC,EAAwB4B,GAChCU,KAAKuB,SAAW7D,EAChBsC,KAAKwB,QAAUlC,CAClB,CAEDmB,cACI,OAAOT,KAAKuB,SAASd,YAAYT,KAAKwB,QACzC,CAEDd,iBACI,OAAOV,KAAKuB,SAASb,eAAeV,KAAKwB,QAC5C,CAEGxC,cACA,OAAOgB,KAAKuB,SAASd,YAAYT,KAAKwB,QACzC,CAEDb,MAEI,OADoCX,KAAKuB,SAAUN,YAAYjB,KAAKwB,QAEvE,CAED7D,IAAI/E,GACA,MAAMmI,EAAqBf,KAAKuB,SAASd,YAAYT,KAAKwB,SAE1D,OADAjG,GAAOqF,uCAAuCG,EAAoCnI,GAC3EA,CACV,CAED6I,UAAUC,GACN,MAAMZ,EAAgBY,EAAO1C,QACvB+B,EAAqBf,KAAKhB,QAChCzD,GAAOyF,+BAA+BD,EAAoBD,EAC7D,CAEDa,QAAQC,GACJ,MAAMd,EAAgBd,KAAKhB,QACrB+B,EAAqBa,EAAY5C,QACvCzD,GAAOyF,+BAA+BD,EAAoBD,EAC7D,CAEDe,kBAAkBH,GACd,MAAMX,EAAqBf,KAAKhB,QAChCzD,GAAOyF,+BAA+BD,EAAoBW,EAC7D,CAEDI,gBAAgBF,GACZ,MAAMd,EAAgBd,KAAKhB,QAC3BzD,GAAOyF,+BAA+BY,EAAad,EACtD,CAEGlI,YACA,OAAOoH,KAAKW,KACf,CAEG/H,UAAMA,GACNoH,KAAKrC,IAAI/E,EACZ,CAEDmJ,UACI,MAAM,IAAIxL,MAAM,yGACnB,CAED4K,QAGI,MAAMa,EAAYhC,KAAKuB,SAASb,eAAeV,KAAKwB,SACpDvD,KAAmB+D,GAAa,CACnC,CAEDnC,UACI,IAAKG,KAAKuB,SACN,MAAM,IAAIhL,MAAM,aA7L5B,IAA0C+I,EAgM9Bd,GAA6BhB,OADN,UA9LjB6B,KADwBC,EAiMGU,KAAKwB,WA7L9CnD,GAAsBV,IAAI2B,EAAY,GACtChB,GAA4BC,IAAoCe,EAChEf,MA4LcyB,KAAMuB,SAAW,KACvBvB,KAAKwB,QAAU,IAEfxB,KAAKrC,IAAS,GACda,GAA6BjF,KAAKyG,MAEzC,CAEDsB,WACI,MAAO,UAAUtB,KAAKhB,UACzB,EAGL,MAAMG,GAIFW,YAAYd,GAHJgB,KAAkBiC,mBAAkB3J,EACpC0H,KAAqBkC,sBAAgB,EAGzClC,KAAKd,aAAaF,EACrB,CAEDE,aAAaF,GACTgB,KAAKiC,mBAAyCjD,EAC9CgB,KAAKkC,sBAAqClD,IAAY,CACzD,CAEGA,cACA,OAA2BgB,KAAKiC,kBACnC,CAEDxB,cACI,OAA2BT,KAAKiC,kBACnC,CAEDvB,iBACI,OAAOV,KAAKkC,qBACf,CAEDvB,MAEI,OADe1C,KAAmB+B,KAAKkC,sBAE1C,CAEDvE,IAAI/E,GAEA,OADA2C,GAAOqF,uCAAuCZ,KAAKiC,mBAAoCrJ,GAChFA,CACV,CAED6I,UAAUC,GACN,MAAMZ,EAAgBY,EAAO1C,QACvB+B,EAAqBf,KAAKiC,mBAChC1G,GAAOyF,+BAA+BD,EAAoBD,EAC7D,CAEDa,QAAQC,GACJ,MAAMd,EAAgBd,KAAKiC,mBACrBlB,EAAqBa,EAAY5C,QACvCzD,GAAOyF,+BAA+BD,EAAoBD,EAC7D,CAEDe,kBAAkBH,GACd,MAAMX,EAAqBf,KAAKiC,mBAChC1G,GAAOyF,+BAA+BD,EAAoBW,EAC7D,CAEDI,gBAAgBF,GACZ,MAAMd,EAAgBd,KAAKiC,mBAC3B1G,GAAOyF,+BAA+BY,EAAad,EACtD,CAEGlI,YACA,OAAOoH,KAAKW,KACf,CAEG/H,UAAMA,GACNoH,KAAKrC,IAAI/E,EACZ,CAEDmJ,UACI,MAAM,IAAIxL,MAAM,yGACnB,CAED4K,QAGIlD,KAAwB+B,KAAKiC,qBAAuB,GAAK,CAC5D,CAEDpC,UAEQpB,GAA8BjB,OADP,KAEvBiB,GAA8BlF,KAAKyG,KAC1C,CAEDsB,WACI,MAAO,mBAAmBtB,KAAKhB,UAClC,EC5aE,MAAMmD,GAA2B,IAAIC,IAC/BC,GAAyB,GACtC,IAAIC,GACG,MAAMC,GAAwB,IAAIH,IACzC,IAIII,GACAC,GACAC,GACAC,GAPAC,GAAqC,EAErCC,GAA8D,KAC9DC,GAA6C,EAkB3C,SAAUC,GAAaC,GACzB,QAA2B3D,IAAvBsD,GAAkC,CAClC,MAAMjF,EAAS,IAAID,WAAwB,EAAbuF,EAAIxF,QAElC,OADAhJ,EAAOyO,kBAAkBD,EAAKtF,EAAQ,EAAgB,EAAbsF,EAAIxF,QACtCE,CACV,CACD,OAAOiF,GAAmBO,OAAOF,EACrC,CASM,SAAUG,GAAaC,GACzB,MAAMC,EAASrJ,KACf,gBAG+BsJ,EAAyBC,EAAaC,GACrE,MAAMC,EAASF,EAAMC,EACrB,IAAIE,EAASH,EACb,KAAOD,EAAYI,MAAaA,GAAUD,MAAWC,EACrD,GAAIA,EAASH,GAAO,GAChB,OAAO/O,EAAOmP,kBAAkBL,EAAaC,EAAKC,GAEtD,QAAsCnE,IAAlCqD,GACA,OAAOlO,EAAOmP,kBAAkBL,EAAaC,EAAKC,GAEtD,MAAMI,EAAOC,GAAWP,EAAaC,EAAYG,GACjD,OAAOhB,GAA8BoB,OAAOF,EAChD,CAfWG,CAAmBV,EAAQD,EAAYC,EAAO7F,OAAU4F,EACnE,CAgBgB,SAAAY,GAAcC,EAAkBP,GAC5C,GAAIlB,GAAqB,CACrB,MAAM0B,EAAWL,GAAW7J,KAAmBiK,EAAiBP,GAChE,OAAOlB,GAAoBsB,OAAOI,EACrC,CACG,OAAOC,GAAkBF,EAAUP,EAE3C,CAEgB,SAAAS,GAAkBF,EAAkBP,GAChD,IAAIV,EAAM,GACV,MAAMoB,EAAUpG,KAChB,IAAK,IAAIwB,EAAIyE,EAAUzE,EAAIkE,EAAQlE,GAAK,EAAG,CACvC,MAAM6E,EAAoBD,EAAS5E,IFkHN,GEjH7BwD,GAAOsB,OAAOC,aAAaF,EAC9B,CACD,OAAOrB,CACX,UAEgBwB,GAAcC,EAAgBf,EAAgBgB,GAC1D,MAAMC,EAAU3G,KACV4G,EAAMF,EAAKlH,OACjB,IAAK,IAAIgC,EAAI,EAAGA,EAAIoF,IAChBlK,EAAaiK,EAASF,EAAQC,EAAKG,WAAWrF,OAC9CiF,GAAU,IACIf,IAHOlE,KAK7B,CAEM,SAAUsF,GAAmBC,GAC/B,GAAIA,EAAKnM,QAAUP,EACf,OAAO,KAEX,MAAM2M,EAAe1C,GAAkC,EACnD2C,EAAoB3C,GAAkC,EACtD4C,EAAmB5C,GAAkC,EAIzD,IAAIzF,EAFJtB,GAAO4J,8BAA8BJ,EAAK/F,QAAcgG,EAAcC,EAAmBC,GAGzF,MAAME,EAAUnH,KACVoH,EAAchJ,GAAa+I,EAASH,GACtCK,EAASjJ,GAAa+I,EAASJ,GAC/BO,EAAalJ,GAAa+I,EAASF,GAcvC,GAZIK,IACA1I,EAAS0F,GAAsB5B,IAAIoE,EAAKnM,aAE7ByG,IAAXxC,IACIwI,GAAeC,GACfzI,EAASmH,GAAmBsB,EAAaA,EAASD,GAC9CE,GACAhD,GAAsB5E,IAAIoH,EAAKnM,MAAOiE,IAE1CA,EAASwF,SAGFhD,IAAXxC,EACA,MAAM,IAAItG,MAAM,mDAAmDwO,EAAKnM,SAE5E,OAAOiE,CACX,CAEgB,SAAA2I,GAAuBC,EAAgB5I,GAGnD,GAFAA,EAAOsE,QAEQ,OAAXsE,EAEC,GAAwB,iBAApB,EACLC,GAA+BD,EAAQ5I,OACtC,IAAwB,iBAApB,EACL,MAAM,IAAItG,MAAM,wCAA2C,GAC1D,GAAsB,IAAlBkP,EAAOjI,OAEZkI,GAA+BD,EAAQ5I,OACtC,CAKD,GAAI4I,EAAOjI,QAAU,IAAK,CACtB,MAAMmI,EAAWxD,GAAyBxB,IAAI8E,GAC9C,GAAIE,EAEA,YADA9I,EAAOc,IAAIgI,EAGlB,CAEDC,GAA0BH,EAAQ5I,EACrC,EACL,CAEgB,SAAA6I,GAA+BD,EAAyB5I,GACpE,IAAI6H,EAWJ,GAVwB,iBAAZ,GACRA,EAAOe,EAAOI,YACQ,iBAAlB,IACAnB,EAAOoB,OAAOC,OAAON,IACH,iBAAlB,IACAf,EAAO,qBACgB,iBAAZ,IACfA,EAAOe,GAGW,iBAAV,EAGR,MAAM,IAAIlP,MAAM,uEAAuEkP,KAG3F,GAAqB,IAAhBf,EAAKlH,QAAiBoF,GAEvB,YADA/F,EAAOc,IAAIiF,IAIf,MAAMQ,EAAMjB,GAAyBxB,IAAI+D,GACrCtB,EACAvG,EAAOc,IAAIyF,IAIfwC,GAA0BlB,EAAM7H,GAIpC,SAAkC4I,EAAgBV,EAA4BiB,GAC1E,IAAKjB,EAAKnM,MACN,MAAM,IAAIrC,MAAM,wDAIhBuM,IAFqB,OAIrBD,GAAuC,MAEtCA,KACDA,GAAuCnE,GAPlB,KAO8D,oBACnFoE,GAA6C,GAGjD,MAAMmD,EAAapD,GACbvD,EAAQwD,KAKd,GACIvH,GAAO2K,4BAA4BnB,EAAK/F,UACnC+F,EAAKnM,MACN,MAAM,IAAIrC,MAAM,uDAGxB4L,GAAyBxE,IAAI8H,EAAQV,EAAKnM,OAC1C2J,GAAsB5E,IAAIoH,EAAKnM,MAAO6M,GAEf,IAAlBA,EAAOjI,QAAkBoF,KAC1BA,GAAoBmC,EAAKnM,OAI7BqN,EAAWpF,wBAAwBvB,EAAOyF,EAAK/F,QACnD,CAvCImH,CAAyBzB,EAAM7H,GACnC,CAwCA,SAAS+I,GAA0BH,EAAgB5I,GAC/C,MAAMuJ,EAAkC,GAArBX,EAAOjI,OAAS,GAC7BE,EAASlJ,EAAO8E,QAAQ8M,GAC9B5B,GAAc9G,EAAeA,EAAgB0I,EAAWX,GACxDlK,GAAO8K,gCAAqC3I,EAAQ+H,EAAOjI,OAAQX,EAAOmC,SAC1ExK,EAAO6M,MAAM3D,EACjB,UAQgBmG,GAAWD,EAAkB0C,EAAgBC,GAGzD,OADsC3C,EAAKlG,OAGrCkG,EAAK4C,SAAcF,EAAYC,EACzC,CCrPA,IAAIE,GAAS,uBAMGC,GAAeC,KAAgBC,GACvCvR,EAAewR,mBACfC,QAAQC,MAAMN,GAASE,KAAQC,EAEvC,UAEgBI,GAAcL,KAAgBC,GAC1CE,QAAQG,KAAKR,GAASE,KAAQC,EAClC,UAEgBM,GAAcP,KAAgBC,GAC1CE,QAAQK,KAAKV,GAASE,KAAQC,EAClC,UAEgBQ,GAAeT,KAAgBC,GACvCA,GAAQA,EAAKpJ,OAAS,GAAKoJ,EAAK,IAAyB,iBAAZA,EAAK,IAAmBA,EAAK,GAAGS,QAIjFP,QAAQ7O,MAAMwO,GAASE,KAAQC,EACnC,CAEO,MAAMU,GAAgB,IAAIlF,IAC3BmF,GAAiB,GAiBjB,SAAUC,GAA6BxP,GACzC,IACI,GAA0B,GAAtBsP,GAAcG,KACd,OAAOzP,EAEX,MAAM0P,EAAc1P,EAEpB,IAAK,IAAIwH,EAAI,EAAGA,EAAI+H,GAAQ/J,OAAQgC,IAAK,CACrC,MAAMmI,EAAS3P,EAAQ4P,QAAQ,IAAIC,OAAON,GAAQ/H,GAAI,MAAM,CAACsI,KAAclI,KACvE,MAAMmI,EAASnI,EAAKoI,MAAKC,GACE,iBAAhB,QAAmD5I,IAAvB4I,EAAIC,iBAG3C,QAAe7I,IAAX0I,EACA,OAAOD,EAEX,MAAMK,EAAUJ,EAAOI,QACjBD,EAAiBH,EAAOG,eACxBtJ,EAAO0I,GAAc3G,IAAIhH,OAAOwO,IAEtC,YAAa9I,IAATT,EACOkJ,EAEJA,EAAUF,QAAQM,EAAgB,GAAGtJ,MAASsJ,KAAkB,IAG3E,GAAIP,IAAWD,EACX,OAAOC,CACd,CAED,OAAOD,CACV,CAAC,MAAOzP,GAEL,OADA6O,QAAQC,MAAM,0BAA0B9O,KACjCD,CACV,CACL,CAEM,SAAUoQ,GAAwCC,GACpD,IAAIC,EAAcD,EAMlB,OALKC,GAAWA,EAAOC,QACnBD,EAAS,IAAI/R,MAAM+R,EAAU,GAAKA,EAAU,kBAIzCd,GAA6Bc,EAAOC,MAC/C,UAqDgBC,KACZ,MAAO,IAAIlB,GAAcmB,SAC7B,CAhHAlB,GAAQhO,KAAK,oGAGbgO,GAAQhO,KAAK,mFAIbgO,GAAQhO,KAAK,uFAGbgO,GAAQhO,KAAK,sEClCb,MAAMmP,GAA+D,CACjE,EAAC,EAAM,0BAA2B,OAAQ,CAAC,SAAU,SAAU,WAC/D,EAAC,EAAM,8BAA+B,OAAQ,CAAC,SAAU,WACzD,EAAC,EAAM,8BAA+B,OAAQ,CAAC,SAAU,SAAU,WACnE,EAAC,EAAM,iDAAkD,SAAU,CAAC,SAAU,SAAU,WACxF,EAAC,EAAM,8BAA+B,OAAQ,CAAC,SAAU,SAAU,SAAU,WAC7E,EAAC,EAAM,iCAAkC,OAAQ,CAAC,SAAU,WAC5D,EAAC,EAAM,gCAAiC,OAAQ,CAAC,SAAU,SAAU,SAAU,SAAU,WACzF,EAAC,EAAM,oCAAqC,SAAU,CAAC,WACvD,EAAC,EAAM,0BAA2B,SAAU,CAAC,WAC7C,EAAC,EAAM,yBAA0B,SAAU,CAAC,WAC5C,EAAC,EAAM,0BAA2B,SAAU,CAAC,WAC7C,EAAC,EAAM,0BAA2B,OAAQ,CAAC,SAAU,SAAU,WAC/D,EAAC,EAAM,6BAA8B,SAAU,CAAC,YAe9CC,GAA2B,CAE7B,EAAC,EAAM,0BAA2B,SAAU,CAAC,SAAU,SAAU,WACjE,EAAC,EAAM,4BAA6B,KAAM,CAAC,WAC3C,EAAC,EAAM,gCAAiC,KAAM,CAAC,SAAU,SAAU,SAAU,WAC7E,EAAC,EAAM,qCAAsC,OAAQ,CAAC,SACtD,EAAC,EAAM,6BAA8B,OAAQ,CAAC,SAAU,SAAU,SAAU,SAAU,WACtF,EAAC,EAAM,wCAAyC,OAAQ,CAAC,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,WACrH,EAAC,EAAM,mBAAoB,KAAM,CAAC,SAAU,WAC5C,EAAC,EAAM,kCAAmC,KAAM,CAAC,SAAU,WAC3D,EAAC,EAAM,mBAAoB,SAAU,CAAC,WACtC,EAAC,EAAM,uBAAwB,KAAM,IACrC,EAAC,EAAM,0BAA2B,KAAM,IACxC,EAAC,EAAM,0BAA2B,SAAU,CAAC,WAC7C,EAAC,EAAO,yBAA0B,SAAU,CAAC,SAAU,SAAU,WACjE,EAAC,EAAM,mCAAoC,OAAQ,CAAC,SAAU,SAAU,SAAU,WAClF,EAAC,EAAO,yBAA0B,KAAM,CAAC,SAAU,WACnD,EAAC,EAAM,sCAAuC,OAAQ,CAAC,WAGvD,EAAC,EAAM,uBAAwB,SAAU,IACzC,EAAC,EAAM,0BAA2B,SAAU,CAAC,WAC7C,EAAC,EAAM,gCAAiC,SAAU,CAAC,SAAU,SAAU,WACvE,EAAC,EAAM,qCAAsC,OAAQ,CAAC,WACtD,EAAC,EAAM,iCAAkC,SAAU,CAAC,SAAU,SAAU,WACxE,EAAC,EAAO,8BAA+B,OAAQ,CAAC,SAAU,SAAU,SAAU,SAAU,WACxF,EAAC,EAAM,kCAAmC,OAAQ,CAAC,SAAU,SAAU,WACvE,EAAC,EAAM,8BAA+B,OAAQ,CAAC,WAC/C,EAAC,EAAM,qCAAsC,SAAU,CAAC,SAAU,WAClE,EAAC,EAAM,2BAA4B,SAAU,CAAC,WAG9C,EAAC,EAAO,iBAAkB,OAAQ,CAAC,WACnC,EAAC,EAAO,kBAAmB,OAAQ,IACnC,EAAC,EAAM,mBAAoB,SAAU,CAAC,WACtC,EAAC,EAAM,0BAA2B,OAAQ,CAAC,SAAU,WACrD,EAAC,EAAO,gCAAiC,OAAQ,CAAC,WAElD,CAAC,KAAOjT,EAAyB,8BAA+B,OAAQ,CAAC,WACzE,CAAC,KAAOC,EAA6B,8BAA+B,OAAQ,CAAC,WAC7E,EAAC,EAAM,kCAAmC,OAAQ,CAAC,WACnD,EAAC,EAAO,4BAA6B,SAAU,CAAC,SAAU,WAC1D,EAAC,EAAO,gCAAiC,SAAU,CAAC,SAAU,SAAU,WACxE,EAAC,EAAM,yCAA0C,OAAQ,CAAC,SAAU,WACpE,EAAC,EAAM,iCAAkC,OAAQ,CAAC,SAAU,WAC5D,EAAC,EAAM,uBAAwB,SAAU,CAAC,SAAU,WACpD,EAAC,EAAM,uBAAwB,SAAU,CAAC,SAAU,WACpD,EAAC,EAAM,uBAAwB,SAAU,CAAC,SAAU,WACpD,EAAC,EAAM,uBAAwB,SAAU,CAAC,SAAU,WACpD,EAAC,EAAM,4BAA6B,SAAU,CAAC,WAC/C,EAAC,EAAM,iCAAkC,SAAU,CAAC,WACpD,EAAC,EAAM,oBAAqB,OAAQ,IACpC,EAAC,EAAM,sBAAuB,OAAQ,IACtC,EAAC,EAAM,8BAA+B,SAAU,CAAC,WACjD,EAAC,EAAM,8BAA+B,SAAU,CAAC,WACjD,EAAC,EAAM,8BAA+B,SAAU,CAAC,WAGjD,EAAC,EAAM,4BAA6B,OAAQ,CAAC,WAC7C,EAAC,EAAM,sCAAuC,SAAU,CAAC,WACzD,EAAC,EAAM,yBAA0B,OAAQ,CAAC,SAAU,SAAU,WAC9D,EAAC,EAAM,gCAAiC,SAAU,CAAC,WACnD,EAAC,EAAM,2BAA4B,SAAU,CAAC,SAAU,SAAU,WAClE,EAAC,EAAM,+BAAgC,SAAU,CAAC,SAAU,SAAU,WACtE,EAAC,EAAM,yCAA0C,SAAU,CAAC,SAAU,SAAU,WAChF,EAAC,EAAM,qCAAsC,OAAQ,CAAC,SAAU,SAAU,WAC1E,EAAC,EAAM,4BAA6B,SAAU,CAAC,WAC/C,EAAC,EAAM,mCAAoC,SAAU,IACrD,EAAC,EAAM,2BAA4B,SAAU,CAAC,WAC9C,EAAC,EAAM,kCAAmC,SAAU,IACpD,EAAC,EAAM,kCAAmC,SAAU,IACpD,EAAC,EAAM,iCAAkC,SAAU,CAAC,SAAU,WAC9D,EAAC,EAAM,sCAAuC,OAAQ,CAAC,SAAU,WACjE,EAAC,EAAM,sCAAuC,SAAU,CAAC,WACzD,EAAC,EAAM,yCAA0C,OAAQ,CAAC,WAC1D,EAAC,EAAM,qCAAsC,SAAU,CAAC,WACxD,EAAC,EAAM,wCAAyC,SAAU,CAAC,WAC3D,EAAC,EAAM,wCAAyC,SAAU,CAAC,WAC3D,EAAC,EAAM,mCAAoC,SAAU,CAAC,WACtD,EAAC,EAAM,4BAA6B,SAAU,CAAC,WAC/C,EAAC,EAAM,4BAA6B,SAAU,CAAC,WAC/C,EAAC,EAAM,gCAAiC,SAAU,CAAC,WACnD,EAAC,EAAM,0BAA2B,SAAU,IAC5C,EAAC,EAAM,kCAAmC,SAAU,CAAC,WACrD,EAAC,EAAM,2CAA4C,SAAU,IAC7D,EAAC,EAAM,uCAAwC,SAAU,IACzD,EAAC,EAAM,uCAAwC,OAAQ,CAAC,WACxD,EAAC,EAAM,2CAA4C,SAAU,CAAC,SAAU,WACxE,EAAC,EAAM,2CAA4C,SAAU,CAAC,WAC9D,EAAC,EAAM,iCAAkC,SAAU,CAAC,SAAU,WAC9D,EAAC,EAAM,8BAA+B,SAAU,CAAC,SAAU,WAC3D,EAAC,EAAM,6BAA8B,SAAU,CAAC,SAAU,SAAU,WACpE,EAAC,EAAM,8BAA+B,SAAU,CAAC,SAAU,WAC3D,EAAC,EAAM,kCAAmC,SAAU,IACpD,EAAC,EAAM,mCAAoC,SAAU,CAAC,cAEnD+S,IAsIDE,GAAqC,CAAA,EAE3C,IAAArN,GAAeqN,GACR,MAAMC,GAAgDD,GAEhDE,GAAoDF,GAS3DG,GAAiB,CAAC,OAAQ,SAAU,MAE1C,SAASC,GAAMpK,EAAcqK,EAA2BC,EAAgCC,GAEpF,IAAIC,OAEmB,IAAlB,GAEIL,GAAeM,QAAQJ,IAAe,KACrCC,GAAYA,EAASI,OAAMC,GAASR,GAAeM,QAAQE,IAAU,MAGvE/U,EAAY,IACOA,EAAY,IAAGoK,QAChCS,EAYV,GATI+J,GAAOF,GAAaE,EAAI5L,SAAW0L,EAAS1L,SAC5C4J,GAAe,qCAAqCxI,KACpDwK,OAAM/J,GAIW,mBAAjB,IACA+J,EAAM5U,EAAOwU,MAAMpK,EAAMqK,EAAYC,EAAUC,IAE9B,mBAAT,EAER,MAAM,IAAI5S,MADE,SAASqI,iCAGzB,OAAOwK,CACX,UC1TgBI,GAAmBC,EAAqBtP,EAAiBqD,GACrE,MAAMkM,EAsEV,SAAyBpM,EAAmBgC,EAAgBqK,GAGxD,IACIC,EADAC,EAA+B,iBAAX,EAAuBvK,EAAQ,EAInDsK,EADmB,iBAAnB,EACYC,EAAWF,EAEXrM,EAAME,OAASqM,EAE/B,MAAMhN,EAAS,CACXiN,KAAM,WACF,GAAID,GAAYD,EACZ,OAAO,KAEX,MAAMG,EAAWzM,EAAMuM,GAEvB,OADAA,GAAY,EACLE,CACV,GAWL,OARApT,OAAOqT,eAAenN,EAAQ,MAAO,CACjC8D,IAAK,WACD,OAAQkJ,GAAYD,CACvB,EACDK,cAAc,EACdC,YAAY,IAGTrN,CACX,CArGmBsN,CAAgBV,EAAStP,EAAQqD,GAChD,IAAIX,EAAS,GACTuN,EAAqB,EAAGC,EAAqB,EAAGC,EAAqB,EACrEC,EAAO,EAAGC,EAAc,EAAGC,EAAM,EAIrC,KACIL,EAAMV,EAAOI,OACbO,EAAMX,EAAOI,OACbQ,EAAMZ,EAAOI,OAED,OAARM,GAEQ,OAARC,IACAA,EAAM,EACNG,GAAe,GAEP,OAARF,IACAA,EAAM,EACNE,GAAe,GAInBC,EAAOL,GAAO,GAAOC,GAAO,EAAMC,GAAO,EAEzCC,GAtBU,SAsBFE,IArBG,GAsBX5N,GAAU6N,GAAaH,GACvBA,GAxBiC,OAwBzBE,IAvBgB,GAwBxB5N,GAAU6N,GAAaH,GAEnBC,EAAc,IACdD,GA5BoD,KA4B5CE,IA3ByB,EA4BjC5N,GAAU6N,GAAaH,IAGP,IAAhBC,EACA3N,GAAU,KACa,IAAhB2N,EACP3N,GAAU,KAEV0N,GArC2E,GAqCnEE,IApCqC,EAqC7C5N,GAAU6N,GAAaH,IAI/B,OAAO1N,CACX,CAEA,MAAM6N,GAAe,CACjB,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IACL,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IACL,IAAK,IAAK,IAAK,IACf,IAAK,IAAK,IAAK,IACf,IAAK,IACL,IAAK,KChEHC,GAAyB,IAAIvI,IACnCuI,GAAkBC,OAAS,SAAUC,GAAgC,MAAMjS,EAAQoH,KAAKW,IAAIkK,GAAwB,OAAlB7K,KAAK8K,OAAOD,GAAajS,GAC3H,IAGImS,GACAC,GACAC,GALAC,GAAgC,CAAA,EAChCC,GAA6B,EAC7BC,IAAwB,WAKZC,0BASZ,GARA5W,EAAS6W,2BAA6BjW,EAAeiW,4BAA6B,EAGlFH,GAA6B,EAC7BD,GAA2B,CAAA,EAC3BE,IAAwB,EAGdG,WAAYC,eAElB,QACR,CAEM,SAAUC,yDAAyDC,GAGrE5E,QAAQ6E,QAAO,EAAM,mDAAmDD,KAExE,QACJ,CAsBA,SAASE,GAAsCC,GACvCA,EAAmBrO,OAAS4N,KACxBL,IACAvW,EAAO6M,MAAM0J,IACjBK,GAAuBU,KAAKpS,IAAImS,EAAmBrO,OAAQ4N,GAAsB,KACjFL,GAAmBvW,EAAO8E,QAAQ8R,KAEtC,MAAMW,EAAiBC,KAAKH,GACtBxI,EAASrJ,KACf,IAAK,IAAIwF,EAAI,EAAGA,EAAIuM,EAAevO,OAAQgC,IACvC6D,EAAY0H,GAAmBvL,GAAKuM,EAAelH,WAAWrF,EAEtE,CAEgB,SAAAyM,GAAsCC,EAAYC,EAAqBC,EAAiBP,EAA4BrO,EAAgB6O,EAAiBC,GACjKV,GAAsCC,GACtCtQ,GAAO0Q,sCAAsCC,EAAIC,EAAaC,EAASrB,GAAkBvN,EAAQ6O,EAASC,EAAShL,YAEnH,MAAMiL,OAAEA,EAAMC,IAAEA,GAAQ7B,GAAkBC,OAAOsB,GACjD,IAAKK,EACD,MAAM,IAAIhW,MAAM,+DACpB,OAAOiW,CACX,CAEM,SAAUC,GAA2BP,EAAYC,EAAqBC,EAAiBP,GACzFD,GAAsCC,GACtCtQ,GAAOkR,2BAA2BP,EAAIC,EAAaC,EAASrB,GAAkBc,EAAmBrO,QAEjG,MAAM+O,OAAEA,EAAMC,IAAEA,GAAQ7B,GAAkBC,OAAOsB,GAEjD,IAAKK,EACD,MAAM,IAAIhW,MAAM,wCACpB,OAAOiW,CAEX,UAEgBE,KACZ,MAAMH,OAAEA,EAAMC,IAAEA,GAAQ7B,GAAkBC,OAAO,GAEjD,IAAK2B,EACD,MAAM,IAAIhW,MAAM,4CACpB,OAAOiW,CACX,UAEgBG,KAEhB,UAEgBC,KACZrR,GAAOsR,oCAAmC,EAC9C,CAEM,SAAUC,GAAoCC,GAChDxR,GAAOuR,oCAAoCC,EAC/C,UAKgBC,GAA4BC,EAAkBrN,EAAO,IACjE,GAAqB,iBAAVqN,EACP,MAAM,IAAI1W,MAAM,oCAAoC2W,KAAKC,UAAUF,MAEvE,QAAwB5N,IAApB4N,EAAMG,UACN,MAAM,IAAI7W,MAAM,sDAAsD2W,KAAKC,UAAUF,MAEzF,GAAoB,iBAATrN,EACP,MAAM,IAAIrJ,MAAM,mCAAmC2W,KAAKC,UAAUvN,MAGtEkH,QAAQC,MAAM,oEAAqEmG,KAAKC,UAAUF,GAAQC,KAAKC,UAAUvN,GAC7H,UAcgByN,MAC2B,GAAnChY,EAAeiY,kBACfjY,EAAeiY,gBAAkB,GACrC/R,GAAOsR,oCAAmC,EAC9C,CA4DM,SAAUU,GAA2BC,GACvC,GAAyBnO,MAArBmO,EAAQC,YAA2BC,MAAMC,QAAQH,EAAQC,WACzD,MAAM,IAAIlX,MAAM,2CAA2CiX,EAAQC,aAEvE,MAAMG,EAAQJ,EAAQK,SAChBC,EAAUN,EAAQM,QACxB,IAAIC,EAAa,CAAA,EAEjB,GAAIH,EAAMI,WAAW,mBAAoB,CACrC,KAAIJ,KAAS1C,IAGT,MAAM,IAAI3U,MAAM,qBAAqBqX,KAFrCG,EAAQ7C,GAAyB0C,EAGxC,MACGG,EA7DR,SAAsCF,EAAkBC,GACpD,GAAID,EAASG,WAAW,iBAAkB,CACtC,IAAIC,EACJ,QAAsB5O,IAAlByO,EAAQI,MAER,OADAD,EAAMH,EAAQK,KAAKC,GAAWA,EAAExV,QACzBqV,EAEX,QAAkC5O,IAA9ByO,EAAQO,mBAAwE,IAArCP,EAAQO,kBAAkB7Q,OAErE,OADAyQ,EAAMH,EAAQI,MAAMC,KAAKC,GAAWA,EAAExV,QAC/BqV,CAEd,CAED,MAAMF,EAAa,CAAA,EA+BnB,OA9BApX,OAAO2X,KAAKR,GAASS,SAAQH,IACzB,MAAMI,EAAOV,EAAQM,QACJ/O,IAAbmP,EAAK7N,IACLhK,OAAOqT,eAAe+D,EAClBS,EAAK5P,KACL,CACI+B,IAAG,IACQ8L,GAA2B+B,EAAK7N,IAAIuL,GAAIsC,EAAK7N,IAAI8N,WAAYD,EAAK7N,IAAIyL,QAASoC,EAAK7N,IAAIjD,QAEnGC,IAAK,SAAU+Q,GAC8I,OAAzJzC,GAAsCuC,EAAK7Q,IAAIuO,GAAIsC,EAAK7Q,IAAI8Q,WAAYD,EAAK7Q,IAAIyO,QAASoC,EAAK7Q,IAAID,OAAQ8Q,EAAK7Q,IAAIH,OAAQgR,EAAK7Q,IAAI0O,QAASqC,IAAkB,CACnK,SAGWrP,IAAbmP,EAAK7Q,IACZhH,OAAOqT,eAAe+D,EAClBS,EAAK5P,KACL,CACI+B,IAAG,IACQ6N,EAAK5V,MAEhB+E,IAAK,SAAU+Q,GAC8I,OAAzJzC,GAAsCuC,EAAK7Q,IAAIuO,GAAIsC,EAAK7Q,IAAI8Q,WAAYD,EAAK7Q,IAAIyO,QAASoC,EAAK7Q,IAAID,OAAQ8Q,EAAK7Q,IAAIH,OAAQgR,EAAK7Q,IAAI0O,QAASqC,IAAkB,CACnK,IAITX,EAAMS,EAAK5P,MAAQ4P,EAAK5V,KAC3B,IAEEmV,CACX,CAgBgBY,CAA6Bf,EAAOE,GAGhD,MAAMc,EAA+BvP,MAArBmO,EAAQC,UAAyBD,EAAQC,UAAUU,KAAIU,GAAK3B,KAAKC,UAAU0B,EAAEjW,SAAU,GAEjGkW,EAAmB,cAActB,EAAQuB,gDAAgDH,OAEzFI,EADU,IAAIC,SAAS,QAASH,EACvBI,CAAQnB,GAEvB,QAAe1O,IAAX2P,EACA,MAAO,CAAEG,KAAM,aAEnB,GAAIxY,OAAOqY,KAAYA,EACnB,MAAuB,oBAAsB,MAAVA,EACxB,CAAEG,cAAuBC,QAAS,GAAGJ,IAAUpW,MAAO,MAC1D,CAAEuW,YAAM,EAAiBtJ,YAAa,GAAGmJ,IAAUpW,MAAO,GAAGoW,KAGxE,GAAIxB,EAAQ6B,eAAmChQ,MAAlB2P,EAAOI,QAChC,MAAO,CAAED,KAAM,SAAUvW,MAAOoW,GAEpC,GAAIrY,OAAO2Y,eAAeN,IAAWtB,MAAM6B,UAAW,CAElD,MAAMC,EAAYC,GAAyBT,GAE3C,MAAO,CACHG,KAAM,SACNC,QAAS,QACTM,UAAW,QACX7J,YAAa,SAASmJ,EAAOxR,UAC7BqQ,SAAU2B,EAEjB,CACD,YAAqBnQ,IAAjB2P,EAAOpW,YAA0CyG,IAAnB2P,EAAOI,QAC9BJ,EAGPA,GAAUjB,EACH,CAAEoB,KAAM,SAAUO,UAAW,SAAU7J,YAAa,SAAUgI,SAAUD,GAE5E,CAAEuB,KAAM,SAAUO,UAAW,SAAU7J,YAAa,SAAUgI,SADnD4B,GAAyBT,GAE/C,UAgEgBW,GAAsB9B,EAAkBjO,EAAO,IAC3D,OA/DJ,SAA8BiO,EAAkBjO,GAC5C,KAAMiO,KAAY3C,IACd,MAAM,IAAI3U,MAAM,qCAAqCsX,KAEzD,MAAM+B,EAAW1E,GAAyB2C,GAEpCgC,EAAclZ,OAAOmZ,0BAA0BF,GACjDhQ,EAAKmQ,wBACLpZ,OAAO2X,KAAKuB,GAAatB,SAAQyB,SACF3Q,IAAvBwQ,EAAYG,GAAGrP,KACfsP,QAAQC,eAAeL,EAAaG,EAAE,IAIlD,MAAMG,EAAqB,GAyC3B,OAxCAxZ,OAAO2X,KAAKuB,GAAatB,SAAQyB,IAC7B,IAAII,EACJ,MAAMC,EAAYR,EAAYG,GAI1BI,EAH0B,iBAAnBC,EAAUzX,MAGPjC,OAAOC,OAAO,CAAEgI,KAAMoR,GAAKK,QACVhR,IAApBgR,EAAUzX,MAOP,CACNgG,KAAMoR,EAENpX,MAAOjC,OAAOC,OAAO,CAAEuY,YAAckB,EAAUzX,MAAQiN,YAAa,GAAKwK,EAAUzX,OAC/EyX,SAEiBhR,IAAlBgR,EAAU1P,IAKP,CACN/B,KAAMoR,EACNrP,IAAK,CACD+O,UAAW,WACX7J,YAAa,OAAOmK,UACpBb,KAAM,aAIJ,CAAEvQ,KAAMoR,EAAGpX,MAAO,CAAEuW,KAAM,SAAUvW,MAAO,YAAaiN,YAAa,cAGnFsK,EAAY5W,KAAK6W,EAAQ,IAGtB,CAAEE,yBAA0BpD,KAAKC,UAAUgD,GACtD,CAOWI,CAAqB,kBAAkB1C,IAAYjO,EAC9D,CAEA,SAAS6P,GAAyBe,GAC9B,MAAMtE,EAAK,kBAAkBf,KAE7B,OADAD,GAAyBgB,GAAMsE,EACxBtE,CACX,CAEM,SAAUuE,GAAyB5C,GACjCA,KAAY3C,WACLA,GAAyB2C,EACxC,UC3RgB6C,KACZ,GAAIrb,EAAesb,kBACf,OAAOpF,WAAWqF,YAAYC,KAGtC,UAEgBC,GAAWxK,EAAkByK,EAAe7E,GACxD,GAAI7W,EAAesb,mBAAqBrK,EAAO,CAC3C,MAAM0K,EAAUhc,EACV,CAAEsR,MAAOA,GACT,CAAE2K,UAAW3K,GACb1H,EAAOsN,EAAK,GAAG6E,IAAQ7E,KAAQ6E,EACrCxF,WAAWqF,YAAYM,QAAQtS,EAAMoS,EACxC,CACL,CAEA,MAAMG,GAAwB,GAOxBC,GAAmC,IAAIhP,ICxEhCiP,GAAsB,IAAIjP,IAC1BkP,GAAsB,IAAIlP,IAC1BmP,GAA2BzL,OAAO0L,IAAI,0BACtCC,GAA2B3L,OAAO0L,IAAI,0BACtCE,GAA8B5L,OAAO0L,IAAI,6BAyBzCG,GAA6B,GAIpC,SAAUC,GAAkBnK,GAC9B,MAAM7H,EAAOpL,EAAOqd,WAAWF,GAA6BlK,GAM5D,OAL2D7H,GAAAA,EAAA,GAAA,GAAA/H,GAAA,EAAA,iBAE3Dia,GADYC,GAAQnS,EAAM,GACR/G,EAAcmZ,MAEhCF,GADYC,GAAQnS,EAAM,GACR/G,EAAcmZ,MACzBpS,CACX,CAEgB,SAAAmS,GAAQnS,EAA4BN,GAEhD,OAD+B,GAAAzH,GAAA,EAAA,aACnB+H,EAAQN,EAAQqS,EAChC,CAQgB,SAAAM,GAAQC,EAAgC5S,GAEpD,OAD0C,GAAAzH,GAAA,EAAA,mBAC9Bqa,EA1BmB,GA0BN5S,EAzBiB,CA0B9C,CAEM,SAAU6S,GAAmBC,GAE/B,OAD6B,GAAAva,GAAA,EAAA,YACjBuE,GAAOgW,EACvB,CAEM,SAAUC,GAAuBD,GAEnC,OAD6B,GAAAva,GAAA,EAAA,YACjBuE,GAAYgW,EAAM,GAClC,CAYM,SAAUE,GAAwBF,GAEpC,OAD6B,GAAAva,GAAA,EAAA,YACjBuE,GAAYgW,EAAM,GAClC,CAEM,SAAUG,GAAwBH,GAEpC,OAD6B,GAAAva,GAAA,EAAA,YACjBuE,GAAYgW,EAAM,GAClC,CAEM,SAAUI,GAAwBJ,GAEpC,OAD6B,GAAAva,GAAA,EAAA,YACjBuE,GAAYgW,EAAM,GAClC,CAEM,SAAUK,GAA6BP,GAEzC,OAD0C,GAAAra,GAAA,EAAA,mBAC9B8E,GAAYuV,EAAY,EACxC,CAEM,SAAUQ,GAAsBR,GAElC,OAD0C,GAAAra,GAAA,EAAA,mBAC9B8E,GAAOuV,EACvB,CAOM,SAAUS,GAAa1K,GAGzB,OAF6B,GAAApQ,GAAA,EAAA,YAChBuE,GAAY6L,EAAM,GAEnC,CAQgB,SAAA6J,GAAa7J,EAA0BkH,GACtB,GAAAtX,GAAA,EAAA,YAC7BiD,EAAYmN,EAAM,GAAIkH,EAC1B,CAgCM,SAAUyD,GAAe3K,GAE3B,OAD6B,GAAApQ,GAAA,EAAA,YACtBuE,GAAY6L,EACvB,CA8BgB,SAAA4K,GAAW5K,EAA0BrP,GAEjD,GAD6B,GAAAf,GAAA,EAAA,YACwE,kBAAAe,EAAA,MAAA,IAAArC,MAAA,0CAAAqC,aAAA,MACrG0B,EAAW2N,EAAKrP,EAAQ,EAAI,EAChC,CAsBgB,SAAAka,GAAe7K,EAA0BrP,GACxB,GAAAf,GAAA,EAAA,YAC7BiD,EAAYmN,EAAUrP,EAC1B,CAcgB,SAAAma,GAAa9K,EAA0BrP,GACtB,GAAAf,GAAA,EAAA,YAG7BkE,GAAYkM,EADKrP,EAAMoa,UAE3B,CAEgB,SAAAC,GAAYhL,EAA0BrP,GACrB,GAAAf,GAAA,EAAA,YAC7BkE,GAAYkM,EAAKrP,EACrB,CAOM,SAAUsa,GAAkBjL,GAE9B,OAD6B,GAAApQ,GAAA,EAAA,YACjBuE,GAAY6L,EAAM,EAClC,CAEgB,SAAAkL,GAAclL,EAA0BmL,GACvB,GAAAvb,GAAA,EAAA,YAC7BiD,EAAYmN,EAAM,EAAQmL,EAC9B,CAEM,SAAUC,GAAkBpL,GAE9B,OAD6B,GAAApQ,GAAA,EAAA,YACjBuE,GAAY6L,EAAM,EAClC,CAEgB,SAAAqL,GAAcrL,EAA0BsL,GACvB,GAAA1b,GAAA,EAAA,YAC7BiD,EAAYmN,EAAM,EAAQsL,EAC9B,CAEM,SAAUC,GAAgBvL,GAE5B,OAD6B,GAAApQ,GAAA,EAAA,YACtBkH,GAA6CkJ,EACxD,CAEM,SAAUwL,GAAexL,GAE3B,OAD6B,GAAApQ,GAAA,EAAA,YACjB8E,GAAYsL,EAAM,EAClC,CAEgB,SAAAyL,GAAezL,EAA0BR,GACxB,GAAA5P,GAAA,EAAA,YAC7BuD,EAAY6M,EAAM,EAAGR,EACzB,OAYakM,cACTC,UACIC,GAAuB7T,KAAMvH,EAChC,CAEGqb,iBACA,OAAa9T,KAAM+T,MAA+Btb,CACrD,CAED6I,WACI,MAAO,uBAA6BtB,KAAM+T,MAC7C,EAGC,MAAOC,qBAAqBzd,MAG9BuJ,YAAY9H,GACRic,MAAMjc,GACNgI,KAAKkU,WAAavd,OAAOwd,yBAAyBnU,KAAM,SACxDrJ,OAAOqT,eAAehK,KAAM,QAAS,CACjCW,IAAKX,KAAKoU,gBAEjB,CAEDC,gBACI,GAAIrU,KAAKkU,WAAY,CACjB,QAA8B7U,IAA1BW,KAAKkU,WAAWtb,MAChB,OAAOoH,KAAKkU,WAAWtb,MAC3B,QAA4ByG,IAAxBW,KAAKkU,WAAWvT,IAChB,OAAOX,KAAKkU,WAAWvT,IAAI2T,KAAKtU,KACvC,CACD,OAAOiU,MAAM1L,KAChB,CAED6L,iBACI,GAAIpU,KAAKuU,cACL,OAAOvU,KAAKuU,cAEhB,GAAIjf,EAAckf,uBAA0BC,EAAsE,CAC9G,MAAMC,EAAkB1U,KAAM+T,IAC9B,GAAIW,IAAcjc,EAAc,CAC5B,MAAM8b,EAAgBlf,EAAesf,kBAAkBC,wBAAwBF,GAC/E,GAAIH,EAEA,OADAvU,KAAKuU,cAAgBA,EAAgB,KAAOvU,KAAKqU,gBAC1CrU,KAAKuU,aAEnB,CACJ,CACD,OAAOvU,KAAKqU,eACf,CAEDT,UACIC,GAAuB7T,KAAMvH,EAChC,CAEGqb,iBACA,OAAa9T,KAAM+T,MAA+Btb,CACrD,EAUC,SAAUoc,GAAmBC,GAC/B,OAAOA,GAAgBjc,EAAckc,KAAO,EACtCD,GAAgBjc,EAAcmc,MAAQ,EAClCF,GAAgBjc,EAAcoc,OAC1BH,GAAgBjc,EAAcqc,OADI,EAE9BJ,GAAgBjc,EAAcyL,QAC1BwQ,GAAgBjc,EAAclC,QAC1Bme,GAAgBjc,EAAcsc,SAFCxD,IAG1B,CACnC,CAQA,MAAeyD,GACXtV,YAA6BuV,EAA0BC,EAAwBC,GAAlDvV,KAAQqV,SAARA,EAA0BrV,KAAOsV,QAAPA,EAAwBtV,KAASuV,UAATA,CAC9E,CAKDC,sBAGI,MAAM5R,KAAO5D,KAAKuV,UAAmC,IAAI9X,WAAWzD,KAAkB0D,OAAasC,KAAKqV,SAAUrV,KAAKsV,YACjHtV,KAAKuV,UAAoC,IAAIhW,WAAWzB,KAAmBJ,OAAasC,KAAKqV,SAAUrV,KAAKsV,YACxGtV,KAAKuV,UAAqC,IAAIE,aAAatX,KAAmBT,OAAasC,KAAKqV,SAAUrV,KAAKsV,SAC3G,KACd,IAAK1R,EAAM,MAAM,IAAIrN,MAAM,2BAC3B,OAAOqN,CACV,CAEDjG,IAAI+D,EAAoBgU,GACpB,GAAwD1V,KAAA8T,WAAA,MAAA,IAAAvd,MAAA,0CACxD,MAAMof,EAAa3V,KAAKwV,sBACxB,IAA8H9T,IAAAiU,GAAAjU,EAAA5B,cAAA6V,EAAA7V,YAAA,MAAA,IAAAvJ,MAAA,2BAAAof,EAAA7V,eAC9H6V,EAAWhY,IAAI+D,EAAQgU,EAE1B,CAEDE,OAAOC,EAAoBC,GACvB,GAAwD9V,KAAA8T,WAAA,MAAA,IAAAvd,MAAA,0CACxD,MAAMwf,EAAa/V,KAAKwV,sBACxB,IAA8HK,IAAAE,GAAAF,EAAA/V,cAAAiW,EAAAjW,YAAA,MAAA,IAAAvJ,MAAA,2BAAAwf,EAAAjW,eAC9H,MAAMkW,EAAgBD,EAAWvP,SAASsP,GAE1CD,EAAOlY,IAAIqY,EACd,CAEDC,MAAM3P,EAAgBC,GAClB,GAAwDvG,KAAA8T,WAAA,MAAA,IAAAvd,MAAA,0CAGxD,OAFmByJ,KAAKwV,sBAENS,MAAM3P,EAAOC,EAClC,CAEG/I,aACA,GAAwDwC,KAAA8T,WAAA,MAAA,IAAAvd,MAAA,0CACxD,OAAOyJ,KAAKsV,OACf,CAEGY,iBACA,GAAwDlW,KAAA8T,WAAA,MAAA,IAAAvd,MAAA,0CACxD,OAAqB,GAAdyJ,KAAKuV,UAAmCvV,KAAKsV,QACR,GAAtCtV,KAAKuV,UAAoCvV,KAAKsV,SAAW,EACd,GAAvCtV,KAAKuV,UAAqCvV,KAAKsV,SAAW,EACtD,CACjB,EAwBC,MAAOa,aAAaf,GAEtBtV,YAAmBsW,EAAkB5Y,EAAgB6Y,GACjDpC,MAAMmC,EAAS5Y,EAAQ6Y,GAFnBrW,KAAWsW,aAAG,CAGrB,CACD1C,UACI5T,KAAKsW,aAAc,CACtB,CACGxC,iBACA,OAAO9T,KAAKsW,WACf,EAGC,MAAOC,qBAAqBnB,GAC9BtV,YAAmBsW,EAAkB5Y,EAAgB6Y,GACjDpC,MAAMmC,EAAS5Y,EAAQ6Y,EAC1B,CAEDzC,UACIC,GAAuB7T,KAAMvH,EAChC,CAEGqb,iBACA,OAAa9T,KAAM+T,MAA+Btb,CACrD,WCtbW+d,GAAuBpE,EAAsBqE,EAA+BnX,GACxF,GAAImX,IAAmB5d,EAAcmZ,MAAQyE,IAAmB5d,EAAc6d,KAC1E,OAGJ,IAAIC,EACAC,EACAC,EACAC,EAEJF,EAAiBG,GAA4BzE,GAAwBF,IACrEyE,EAAiBE,GAA4BxE,GAAwBH,IACrE0E,EAAiBC,GAA4BvE,GAAwBJ,IACrE,MAAM4E,EAAqB3E,GAAuBD,GAClDuE,EAAgBM,GAA4BD,GACxCP,IAAmB5d,EAAcqe,WAEjCT,EAAiBO,GAErB,MAAMG,EAAYF,GAA4BR,GACxC3B,EAAexC,GAAwBF,GAEvCgF,EAAa9X,EAAQqS,GAC3B,OAAQ/R,GACGuX,EAAevX,EAAOwX,EAAYtC,EAAc6B,EAAeC,EAAgBC,EAAgBC,EAE9G,CAEM,SAAUG,GAA4BR,GACxC,GAAIA,IAAmB5d,EAAcmZ,MAAQyE,IAAmB5d,EAAc6d,KAC1E,OAEJ,MAAMS,EAAY9F,GAAoB1Q,IAAI8V,GAE1C,OADwIU,GAAA,mBAAAA,GAAAtf,GAAA,EAAA,qCAAA4e,MAAAY,MACjIF,CACX,CAEA,SAASG,GAAoBrP,GAEzB,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDiDT,SAAqB/J,GAEvB,OAD6B,GAAApQ,GAAA,EAAA,cACpBqE,GAAW+L,EACxB,CClDWsP,CAAWtP,EACtB,CAEA,SAASuP,GAAoBvP,GAEzB,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KD8CT,SAAqB/J,GAEvB,OAD6B,GAAApQ,GAAA,EAAA,YACtBqE,GAAW+L,EACtB,CC/CWwP,CAAWxP,EACtB,CAEA,SAASyP,GAAoBzP,GAEzB,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KD2CT,SAAsB/J,GAExB,OAD6B,GAAApQ,GAAA,EAAA,YACtBsE,GAAY8L,EACvB,CC5CW0P,CAAY1P,EACvB,CAEA,SAAS2P,GAAqB3P,GAE1B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDwCT,SAAsB/J,GAExB,OAD6B,GAAApQ,GAAA,EAAA,YACtB6E,GAAYuL,EACvB,CCzCW4P,CAAY5P,EACvB,CAEM,SAAU6P,GAAoB7P,GAEhC,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDqCT,SAAsB/J,GAExB,OAD6B,GAAApQ,GAAA,EAAA,YACtB8E,GAAYsL,EACvB,CCtCW8P,CAAY9P,EACvB,CAEA,SAAS+P,GAAqB/P,GAE1B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDuCT,SAAsB/J,GAGxB,OAF6B,GAAApQ,GAAA,EAAA,YAEtBuF,GAAY6K,EACvB,CCzCWgQ,CAAYhQ,EACvB,CAEA,SAASiQ,GAAwBjQ,GAE7B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDqCT,SAA0B/J,GAE5B,OAD6B,GAAApQ,GAAA,EAAA,YACtBqF,GAAe+K,EAC1B,CCtCWkQ,CAAgBlQ,EAC3B,CAEA,SAASmQ,GAAqBnQ,GAE1B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDyCT,SAAsB/J,GAExB,OAD6B,GAAApQ,GAAA,EAAA,YACtBsF,GAAY8K,EACvB,CC1CWoQ,CAAYpQ,EACvB,CAEA,SAASqQ,GAAsBrQ,GAE3B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KDsCT,SAAsB/J,GAExB,OAD6B,GAAApQ,GAAA,EAAA,YACtBuF,GAAY6K,EACvB,CCvCWsQ,CAAYtQ,EACvB,CAEA,SAASuQ,GAAsBvQ,GAE3B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KAEJY,GAAe3K,EAC1B,CAEA,SAASwQ,KACL,OAAO,IACX,CAEA,SAASC,GAAwBzQ,GAE7B,OADa0K,GAAa1K,KACbpP,EAAcmZ,KAChB,KDMT,SAAuB/J,GACI,GAAApQ,GAAA,EAAA,YAC7B,MAAM8gB,EAAWvb,GAAY6K,GAE7B,OADa,IAAI2Q,KAAKD,EAE1B,CCTWE,CAAa5Q,EACxB,CAEA,SAAS6Q,GAAwB7Q,EAA0B8Q,EAAmBC,EAA+BC,EAAgCC,EAAgCC,GAEzK,GADaxG,GAAa1K,KACbpP,EAAcmZ,KACvB,OAAO,KAGX,MAAM0C,EAAYrB,GAAkBpL,GACpC,IAAIpL,EAASuc,GAAwB1E,GAqBrC,OApBI7X,UAEAA,EAAS,CAACwc,EAAcC,EAAcC,IAG3BlkB,EAAesf,kBAAkB6E,cAAc9E,EAAW2E,EAASC,EAASC,EAASP,EAAeC,EAAgBC,EAAgBC,GAE/Itc,EAAO+W,QAAU,KACR/W,EAAOiX,aACRjX,EAAOiX,YAAa,EACpBD,GAAuBhX,EAAQ6X,GAClC,EAEL7X,EAAOiX,YAAa,EAIpB2F,GAAoB5c,EAAQ6X,IAGzB7X,CACX,UAEgB6c,GAAmBzR,EAA0B8Q,EAAmBC,GAC5E,MAAM7J,EAAOwD,GAAa1K,GAC1B,GAAIkH,IAAStW,EAAcmZ,KACvB,OAAO,KAGX,GAAI7C,IAAStW,EAAc8gB,KAAM,CAExBX,IAEDA,EAAgB3H,GAAoB1Q,IAAIwO,OAE+DtX,GAAA,EAAA,kCAAAgB,EAAAsW,OAAAkI,MAG3G,MAAMuC,EAAMZ,EAAc/Q,GAC1B,OAAO,IAAI4R,SAASC,GAAYA,EAAQF,IAC3C,CAED,MAAMG,EAAY7G,GAAkBjL,GACpC,GAAI8R,GAAavhB,EAEb,OAAO,IAAIqhB,SAASC,GAAYA,OAAQza,KAE5C,MAAM2a,EAAUC,GAAmCF,GACmCC,GAAAniB,GAAA,EAAA,2CAAAkiB,MAItFzkB,EAAc4kB,4BAAiCF,GAC/C,MAAMG,EAAkB7kB,EAAc8kB,qBAAqBJ,GAErDK,EAAeF,EAAgBL,QAkBrC,OAjBAK,EAAgBL,QAAWQ,IACvB,MAAMnL,EAAOwD,GAAa2H,GAC1B,GAAInL,IAAStW,EAAcmZ,KAEvB,YADAqI,EAAa,MAIZrB,IAEDA,EAAgB3H,GAAoB1Q,IAAIwO,OAE+DtX,GAAA,EAAA,kCAAAgB,EAAAsW,OAAAkI,MAE3G,MAAMkD,EAAWvB,EAAesB,GAChCD,EAAaE,EAAS,EAGnBP,CACX,CAoDM,SAAUQ,GAAqBvS,GAEjC,GADa0K,GAAa1K,IACdpP,EAAcmZ,KACtB,OAAO,KAEX,MAAMjN,EAAOyO,GAAgBvL,GAC7B,IAEI,OADcnD,GAAmBC,EAEpC,CAAS,QACNA,EAAKlF,SACR,CACL,CAEM,SAAU4a,GAAwBxS,GACpC,MAAMkH,EAAOwD,GAAa1K,GAC1B,GAAIkH,GAAQtW,EAAcmZ,KACtB,OAAO,KAEX,GAAI7C,GAAQtW,EAAc6hB,YAItB,OADeT,GADG/G,GAAkBjL,IAKxC,MAAMyM,EAAYrB,GAAkBpL,GACpC,IAAIpL,EAASuc,GAAwB1E,GACrC,GAAI7X,QAAyC,CAEzC,MAAM7E,EAAUwiB,GAAqBvS,GACrCpL,EAAS,IAAImX,aAAahc,GAK1ByhB,GAAoB5c,EAAQ6X,EAC/B,CAED,OAAO7X,CACX,CAEA,SAAS8d,GAAyB1S,GAE9B,OADa0K,GAAa1K,IACdpP,EAAcmZ,KACf,KAGIiI,GADG/G,GAAkBjL,GAGxC,CAEA,SAAS2S,GAAyB3S,GAC9B,MAAMwO,EAAiB9D,GAAa1K,GACpC,GAAIwO,GAAkB5d,EAAcmZ,KAChC,OAAO,KAEX,GAAIyE,GAAkB5d,EAAcsc,SAGhC,OADe8E,GADG/G,GAAkBjL,IAKxC,GAAIwO,GAAkB5d,EAAc6U,MAAO,CACvC,MAAMoH,ED9PR,SAA+B7M,GAGjC,OAF6B,GAAApQ,GAAA,EAAA,YAChBuE,GAAY6L,EAAM,EAEnC,CC0P6B4S,CAAqB5S,GAC1C,OAAO6S,GAA0B7S,EAAK6M,EACzC,CAED,GAAI2B,GAAkB5d,EAAclC,OAAQ,CACxC,MAAM+d,EAAYrB,GAAkBpL,GACpC,GAAIyM,IAAcjc,EACd,OAAO,KAIX,IAAIoE,EAASuc,GAAwB1E,GAWrC,OARK7X,IACDA,EAAS,IAAI8W,cAIb8F,GAAoB5c,EAAQ6X,IAGzB7X,CACV,CAGD,MAAMsa,EAAY9F,GAAoB1Q,IAAI8V,GAE1C,UAD6G5e,GAAA,EAAA,8BAAAgB,EAAA4d,OAAAY,MACtGF,EAAUlP,EACrB,CAEA,SAAS8S,GAAqB9S,EAA0B6M,GAEpD,OADqEA,GAAAjd,GAAA,EAAA,yCAC9DijB,GAA0B7S,EAAK6M,EAC1C,CAEA,SAASgG,GAA0B7S,EAA0B6M,GAEzD,GADanC,GAAa1K,IACdpP,EAAcmZ,KACtB,OAAO,MAGuF,GAD9E6C,GAAmBC,IAC2Djd,GAAA,EAAA,gBAAAgB,EAAAic,oBAClG,MAAMkG,EAAapI,GAAe3K,GAC5BzK,EAASiW,GAAexL,GAC9B,IAAIpL,EAAyC,KAC7C,GAAIiY,GAAgBjc,EAAcyL,OAAQ,CACtCzH,EAAS,IAAI6Q,MAAMlQ,GACnB,IAAK,IAAI8B,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAAS,CACzC,MAAM2b,EAAclJ,GAAaiJ,EAAY1b,GAC7CzC,EAAOyC,GAASkb,GAAqBS,EACxC,CACD1f,GAAO6F,0BAA+B4Z,EACzC,MACI,GAAIlG,GAAgBjc,EAAclC,OAAQ,CAC3CkG,EAAS,IAAI6Q,MAAMlQ,GACnB,IAAK,IAAI8B,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAAS,CACzC,MAAM2b,EAAclJ,GAAaiJ,EAAY1b,GAC7CzC,EAAOyC,GAASsb,GAAyBK,EAC5C,CACD1f,GAAO6F,0BAA+B4Z,EACzC,MACI,GAAIlG,GAAgBjc,EAAcsc,SAAU,CAC7CtY,EAAS,IAAI6Q,MAAMlQ,GACnB,IAAK,IAAI8B,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAAS,CACzC,MAAM2b,EAAclJ,GAAaiJ,EAAY1b,GAC7CzC,EAAOyC,GAASqb,GAAyBM,EAC5C,CACJ,MACI,GAAInG,GAAgBjc,EAAckc,KAEnClY,EADmB7C,KAAkBwM,SAAcwU,EAAYA,EAAaxd,GACxDyY,aAEnB,GAAInB,GAAgBjc,EAAcmc,MAEnCnY,EADmBiB,KAAmB0I,SAASwU,GAAc,GAAIA,GAAc,GAAKxd,GAChEyY,YAEnB,IAAInB,GAAgBjc,EAAcqc,OAKnC,MAAM,IAAI3e,MAAM,2BAA2BsC,EAAcic,OAAkBuC,MAH3Exa,EADmBsB,KAAmBqI,SAASwU,GAAc,GAAIA,GAAc,GAAKxd,GAChEyY,OAIvB,CAED,OADAzhB,EAAO6M,MAAW2Z,GACXne,CACX,CAEA,SAASqe,GAAoBjT,EAA0B6M,GACkBA,GAAAjd,GAAA,EAAA,yCAErE,MAAMmjB,EAAapI,GAAe3K,GAC5BzK,EAASiW,GAAexL,GAC9B,IAAIpL,EAAsB,KAC1B,GAAIiY,GAAgBjc,EAAckc,KAC9BlY,EAAS,IAAIsZ,KAAU6E,EAAYxd,UAElC,GAAIsX,GAAgBjc,EAAcmc,MACnCnY,EAAS,IAAIsZ,KAAU6E,EAAYxd,SAElC,IAAIsX,GAAgBjc,EAAcqc,OAInC,MAAM,IAAI3e,MAAM,2BAA2BsC,EAAcic,OAAkBuC,MAH3Exa,EAAS,IAAIsZ,KAAU6E,EAAYxd,IAItC,CACD,OAAOX,CACX,CAEA,SAASse,GAA6BlT,EAA0B6M,GACSA,GAAAjd,GAAA,EAAA,yCAErE,MAAMmjB,EAAapI,GAAe3K,GAC5BzK,EAASiW,GAAexL,GAC9B,IAAIpL,EAA8B,KAClC,GAAIiY,GAAgBjc,EAAckc,KAC9BlY,EAAS,IAAI0Z,aAAkByE,EAAYxd,UAE1C,GAAIsX,GAAgBjc,EAAcmc,MACnCnY,EAAS,IAAI0Z,aAAkByE,EAAYxd,SAE1C,IAAIsX,GAAgBjc,EAAcqc,OAInC,MAAM,IAAI3e,MAAM,2BAA2BsC,EAAcic,OAAkBuC,MAH3Exa,EAAS,IAAI0Z,aAAkByE,EAAYxd,IAI9C,CAOD,OAFAic,GAAoB5c,EAJFwW,GAAkBpL,IAM7BpL,CACX,CC1cO,IAAIue,GCpCJ,MAAMC,GAA2C,CAAC,MAiQzC,SAAAC,GAA6BC,EAAqBC,GAC9DC,GAAgB9d,IAAI4d,EAAaC,GACjC9U,GAAe,yBAAyB6U,KAC5C,UAoCgBG,GAAaC,EAAW/c,EAAchG,GAClD,IAAmC,EAAA,MAAA,IAAArC,MAAA,iCACnColB,EAAK/c,GAAQhG,CACjB,CAEgB,SAAAgjB,GAAaD,EAAW/c,GACpC,IAAmC,EAAA,MAAA,IAAArI,MAAA,iCACnC,OAAOolB,EAAK/c,EAChB,CAEgB,SAAAid,GAAaF,EAAW/c,GACpC,IAAmC,EAAA,MAAA,IAAArI,MAAA,iCACnC,OAAOqI,KAAQ+c,CACnB,CAEgB,SAAAG,GAAoBH,EAAW/c,GAC3C,IAAmC,EAAA,MAAA,IAAArI,MAAA,iCACnC,cAAcolB,EAAK/c,EACvB,UAEgBmd,KACZ,OAAOxQ,UACX,CAEO,MAAMyQ,GAAqD,IAAI5Z,IACzDqZ,GAA6C,IAAIrZ,IAE9C,SAAA6Z,GAAeV,EAAqBW,GAC0CX,GAAA,iBAAAA,GAAA1jB,GAAA,EAAA,8BACHqkB,GAAA,iBAAAA,GAAArkB,GAAA,EAAA,6BAEvF,IAAImiB,EAAUgC,GAAwBrb,IAAI4a,GAC1C,MAAMY,GAAcnC,EAOpB,OANImC,IACAzV,GAAe,yBAAyB6U,YAAsBW,MAC9DlC,EAAUoC,OAAgCF,GAC1CF,GAAwBre,IAAI4d,EAAavB,IAGtCqC,IAA2BC,UAC9B,MAAM9lB,QAAewjB,EAKrB,OAJImC,IACAV,GAAgB9d,IAAI4d,EAAa/kB,GACjCkQ,GAAe,wBAAwB6U,YAAsBW,OAE1D1lB,CAAM,GAErB,UAyBgB+lB,GAAgBC,EAA+BC,EAAS5f,GACpE,MAAM2P,EAxBV,SAA0BgQ,EAA+BC,GACrD,IAAIjQ,EAAM,oBACV,GAAIiQ,EAAI,CACJjQ,EAAMiQ,EAAGnb,WACT,MAAMiH,EAAQkU,EAAGlU,MACbA,IAGIA,EAAMyF,WAAWxB,GACjBA,EAAMjE,EAENiE,GAAO,KAAOjE,GAGtBiE,EAAMhF,GAA6BgF,EACtC,CAKD,OAJIgQ,GAEArhB,EAAiBqhB,EAAc,GAE5BhQ,CACX,CAGgBkQ,CAAiBF,EAAcC,GAC3CjX,GAAuBgH,EAAU3P,EACrC,CAGgB,SAAA8f,GAAmBH,EAA+B3f,GAC1D2f,GAEArhB,EAAiBqhB,EAAc,GAE/B3f,GACAA,EAAOsE,OAEf,UAEgByb,KACZtnB,EAAcunB,yBAIkFxnB,EAAA,6BAAAwC,GAAA,EAAA,mCAEpG,CCzZO,MAAMilB,GAA8C,mBAAvBvR,WAAWwR,QAEzC,SAAUC,GAAkCC,GAC9C,OAAIH,GACO,IAAIC,QAAQE,GAIP,CACRC,MAAO,IACID,EAEXrJ,QAAS,KACLqJ,EAAS,IAAK,EAI9B,CCjBA,MAAME,GAA0B,IAAI/a,IAC9Bgb,GAA2B,IAAIhb,IACrC,IAAIib,Gd2C6D,EczC3D,SAAUC,GAAc1e,GAC1B,GAAIue,GAAwBI,IAAI3e,GAC5B,OAAqBue,GAAwBxc,IAAI/B,GAErD,MAAM/B,EAAStB,GAAOiiB,wBAAwB5e,GAE9C,OADAue,GAAwBxf,IAAIiB,EAAM/B,GAC3BA,CACX,CA0BgB,SAAA4gB,GAAkBC,EAAmB9e,GAC5Cye,KACDA,GAAU9hB,GAAOoiB,wBACrB,IAAI9gB,EA3BR,SAA4B+gB,EAAwBF,EAAmB9e,GACnE,IAAIif,EAAaT,GAAyBzc,IAAIid,GACzCC,GACDT,GAAyBzf,IAAIigB,EAAUC,EAAa,IAAIzb,KAE5D,IAAI0b,EAAUD,EAAWld,IAAI+c,GAM7B,OALKI,IACDA,EAAU,IAAI1b,IACdyb,EAAWlgB,IAAI+f,EAAWI,IAGvBA,EAAQnd,IAAI/B,EACvB,CAeiBmf,CAAmBV,GAASK,EAAW9e,GACpD,QAAeS,IAAXxC,EACA,OAAOA,EAEX,GADAA,EAAStB,GAAOyiB,8BAA8BX,GAASK,EAAW9e,IAC7D/B,EACD,MAAM,IAAItG,MAAM,+BAA+BmnB,KAAa9e,KAEhE,OApBJ,SAA2Bgf,EAAwBF,EAAmB9e,EAAcwE,GAChF,MAAMya,EAAaT,GAAyBzc,IAAIid,GAChD,IAAKC,EACD,MAAM,IAAItnB,MAAM,kBACpB,MAAMunB,EAAUD,EAAWld,IAAI+c,GAC/B,IAAKI,EACD,MAAM,IAAIvnB,MAAM,kBACpBunB,EAAQngB,IAAIiB,EAAMwE,EACtB,CAWI6a,CAAkBZ,GAASK,EAAW9e,EAAM/B,GACrCA,CACX,CCyNgB,SAAAqhB,GAAmCC,EAAoBve,GACnEgd,KACA,MAAMwB,EAAYhf,KAClB,IAEI,GADa7D,GAAO8iB,8BAA8BF,EAAQve,EAAMwe,EAAUpf,SAChE,MAAM,IAAIzI,MAAM,4BAA8BuO,GAAmBsZ,IAC3E,GNtNF,SAA4Bxe,GAG9B,OAF+B,GAAA/H,GAAA,EAAA,aACT8a,GAAkB/S,KACf/G,EAAcmZ,IAC3C,CMkNYsM,CAAkB1e,GAElB,MAAM6a,GADM1I,GAAQnS,EAAM,GAGjC,CACO,QACJwe,EAAUve,SACb,CACL,CAEO,MAAM0e,GAAsC,IAAInc,IA8BhDka,eAAekC,GAA+BZ,GAGjD,GAFAhB,MACe2B,GAAkB5d,IAAIid,GACxB,CACT,MAAMa,EAAO/N,KACPgO,EAAMpB,GAAcM,GAC1B,IAAKc,EACD,MAAM,IAAInoB,MAAM,4BAA8BqnB,GAElD,MAAMe,EAAQpjB,GAAOyiB,8BAA8BU,EAAKrpB,EAAeupB,0BAA2B,0BAClG,GAAID,EAAO,CACP,MAAMR,EAAS5iB,GAAOsjB,+BAA+BF,EAAO,eAAgB,GAC5E,GAAIR,EAAQ,CACR,MAAMW,EAAe1f,KACf2f,EAAY3f,KAClB,IAEI,GADA7D,GAAOyjB,4BAA4Bb,EAAQ7lB,EAAmBI,EAAaomB,EAAa9f,QAAS+f,EAAU/f,SACvG8f,EAAalmB,QAAUV,EAAgB,CACvC,MAAMyO,EAAM7B,GAAmBia,GAC/B,MAAM,IAAIxoB,MAAMoQ,EACnB,CACJ,CACO,QACJmY,EAAajf,UACbkf,EAAUlf,SACb,CACJ,CACJ,MAIGtE,GAAO0jB,mCAAmCP,GAE9C5N,GAAW2N,EAAwC,2BAAAb,EACtD,CAED,OAAOW,GAAkB5d,IAAIid,IAAa,CAAA,CAC9C,CAEM,SAAUsB,GAASC,GAErB,MAAMvB,EAAWuB,EAAIrX,UAAUqX,EAAI9V,QAAQ,KAAO,EAAG8V,EAAI9V,QAAQ,MAAM+V,OAGjEC,GAFNF,EAAMA,EAAIrX,UAAUqX,EAAI9V,QAAQ,KAAO,GAAG+V,QAEnBtX,UAAUqX,EAAI9V,QAAQ,KAAO,GAGpD,IAAIqU,EAAY,GACZ4B,EAHJH,EAAMA,EAAIrX,UAAU,EAAGqX,EAAI9V,QAAQ,MAAM+V,OAIzC,IAAyB,GAArBD,EAAI9V,QAAQ,KAAY,CACxB,MAAM9F,EAAM4b,EAAII,YAAY,KAC5B7B,EAAYyB,EAAIrX,UAAU,EAAGvE,GAC7B+b,EAAYH,EAAIrX,UAAUvE,EAAM,EACnC,CAED,IAAKqa,EAASwB,OACV,MAAM,IAAI7oB,MAAM,8BAAgC4oB,GACpD,IAAKG,EAAUF,OACX,MAAM,IAAI7oB,MAAM,2BAA6B4oB,GACjD,IAAKE,EAAWD,OACZ,MAAM,IAAI7oB,MAAM,4BAA8B4oB,GAClD,MAAO,CAAEvB,WAAUF,YAAW4B,YAAWD,aAC7C,CC1WA,MAAMG,GAAwE,mBAApCjU,WAAWkU,qBACrD,IAAIC,GAIJ,MAAMC,GAAwC,CAAC,MACzCC,GAAmC,GACzC,IAAIC,GAAkB,EAEf,MAAMC,GAAyB,IAAI1d,IAGtCod,KACAE,GAA4B,IAAInU,WAAWkU,qBAAqBM,KAG7D,MAAMhM,GAA4BjO,OAAO0L,IAAI,2BACvCwO,GAA4Bla,OAAO0L,IAAI,2BACvCyO,GAAuBna,OAAO0L,IAAI,6BAGzC,SAAUyI,GAAmCF,GAC/C,OAAIA,IAAcvhB,GAAgBuhB,IAAcxhB,EACrConB,GAAoC5F,GACxC,IACX,CAQM,SAAUmG,GAAwBjD,GACpC,GAAIA,EAAO+C,IACP,OAAO/C,EAAO+C,IAElB,MAAMjG,EAAY6F,GAAqBpiB,OAASoiB,GAAqB3gB,MAAQ4gB,KAY7E,OAVAF,GAAuC5F,GAAckD,EAEjDtmB,OAAOwpB,aAAalD,KACpBA,EAAO+C,IAA6BjG,GAOjCA,CACX,CAEM,SAAUqG,GAAkCrG,GAC9C,MAAMvJ,EAAMmP,GAAoC5F,GAC5C,MAAOvJ,SACuC,IAAnCA,EAAIwP,MACXxP,EAAIwP,SAA6B3gB,GAGrCsgB,GAAoC5F,QAAa1a,EACjDugB,GAAqBrmB,KAAKwgB,GAElC,CAEgB,SAAAN,GAAoB5c,EAAa6X,GAE7C7X,EAAOkX,IAA6BW,EAGhC8K,IAEAE,GAA0BW,SAASxjB,EAAQ6X,EAAW7X,GAK1D,MAAMyjB,EAAKtD,GAAgBngB,GAC3BijB,GAAuBniB,IAAI+W,EAAW4L,EAC1C,CAEgB,SAAAzM,GAAuBhX,EAAa6X,GAM5C7X,IACA6X,EAAY7X,EAAOkX,IACnBlX,EAAOkX,IAA6Btb,EAChC+mB,IACAE,GAA0Ba,WAAW1jB,IAGzC6X,IAAcjc,GAAgBqnB,GAAuBhV,OAAO4J,IAC5Drf,EAAesf,kBAAkB6L,qCAAqC9L,EAE9E,CAEM,SAAU+L,GAAoB5jB,GAChC,MAAM6X,EAAY7X,EAAOkX,IACzB,GAAiEW,GAAAjc,EAAA,MAAA,IAAAlC,MAAA,0CACjE,OAAOme,CACX,CAEA,SAASqL,GAA2BrL,GAC5Bpf,EAAcorB,aAIlB7M,GAAuB,KAAMa,EACjC,CAEM,SAAU0E,GAAwB1E,GACpC,IAAKA,EACD,OAAO,KACX,MAAM4L,EAAKR,GAAuBnf,IAAI+T,GACtC,OAAI4L,EACOA,EAAGpD,QAIP,IACX,CAYgB,SAAAyD,GAAoBC,EAAyBC,GACzD,IAAIC,GAAkB,EAClBC,GAAkB,EAElBC,EAAc,EACdC,EAAc,EACdC,EAAgB,EAChBC,EAAgB,EAEpB,MAAMC,EAAa,IAAItB,GAAuBxR,QAC9C,IAAK,MAAMoG,KAAa0M,EAAY,CAChC,MAAMd,EAAKR,GAAuBnf,IAAI+T,GAChClE,EAAM8P,EAAGpD,QAKf,GAJIsC,IAA8BhP,GAC9BkP,GAA0Ba,WAAW/P,GAGrCA,EAAK,CACL,MAAM6Q,EAAiD,kBAA9B7Q,EAAIyP,KAAuCzP,EAAIyP,IASxE,GARIY,GAKI3Z,GAAc,sBAAsBsJ,mBAAqBkE,sBAA8B2M,EAAY,UAAY,gBAGlHA,EAcDP,GAAkB,MAdN,CACZ,MAAM3G,EAAkB7kB,EAAc8kB,qBAAqB5J,GACvD2J,GACAA,EAAgBmH,OAAO,IAAI/qB,MAAM,+DAEV,mBAAhBia,EAAIoD,SACXpD,EAAIoD,UAEJpD,EAAIuD,MAA+BW,IACnClE,EAAIuD,IAA6Btb,IAEhCqkB,IAAiBwD,GAAIA,EAAG1M,UAC7BsN,GACH,CAGJ,CACJ,CACIJ,IACDhB,GAAuB3e,QACnBqe,KACAE,GAA4B,IAAInU,WAAWkU,qBAAqBM,MAKxE,IAAK,IAAIhG,EAAY,EAAGA,EAAY4F,GAA+BniB,OAAQuc,IAAa,CACpF,MAAMvJ,EAAMmP,GAA+B5F,GACrCsH,EAAY7Q,GAA4C,kBAA9BA,EAAIyP,KAAuCzP,EAAIyP,IAI/E,GAHKoB,IACD1B,GAA+B5F,QAAa1a,GAE5CmR,EASA,GARIqQ,GAKI3Z,GAAc,sBAAsBsJ,mBAAqBuJ,sBAA8BsH,EAAY,UAAY,gBAGlHA,EAaDN,GAAkB,MAbN,CACZ,MAAM5G,EAAkB7kB,EAAc8kB,qBAAqB5J,GACvD2J,GACAA,EAAgBmH,OAAO,IAAI/qB,MAAM,+DAEV,mBAAhBia,EAAIoD,SACXpD,EAAIoD,UAEJpD,EAAIwP,MAA+BjG,IACnCvJ,EAAIwP,SAA6B3gB,GAErC8hB,GACH,CAIR,CAOD,GANKJ,IACDpB,GAA+BniB,OAAS,EACxCqiB,GAAkB,EAClBD,GAAqBpiB,OAAS,GAG9BojB,EAAgB,CAEhB,IAAK,MAAMW,KAAYlG,GACnB,GAAIkG,EAAU,CACV,MAAMC,EAAgBD,EAAU7P,IAC5B8P,IACAA,EAAQC,UAAW,EACnBT,IAEP,CAEL3F,GAAwB7d,OAAS,EAGjC,MAAMkkB,EAAkB,IAAInD,GAAkB9V,UAC9C,IAAK,MAAMkZ,KAAkBD,EACzB,IAAK,MAAME,KAAcD,EAAgB,CACrC,MACMH,EADWG,EAAeC,GACPrQ,IACrBiQ,IACAA,EAAQC,UAAW,EACnBR,IAEP,CAEL1C,GAAkBpd,OACrB,CACD6F,GAAc,6BAA6Bga,cAAwBC,cAAwBC,gBAA4BC,eAC3H,CCnQO,MAAMU,IAA+C,iBAAZhI,SAA6C,mBAAZA,UAAwD,mBAApBA,QAAQC,QAEvH,SAAUgI,GAAW7E,GAGvB,OAAOpD,QAAQC,QAAQmD,KAAYA,IACX,iBAAXA,GAAyC,mBAAXA,IAAiD,mBAAhBA,EAAO8E,IACvF,CAEM,SAAU1F,GAA8B2F,GAC1C,MAAMhI,QAAEA,EAAOG,gBAAEA,GAAoBrjB,IAGrC,OAFckrB,IACRD,MAAMnb,GAASuT,EAAgBL,QAAQlT,KAAOqb,OAAOxqB,GAAW0iB,EAAgBmH,OAAO7pB,KACtFuiB,CACX,CAEM,SAAUkI,GAAyBC,GACrC,MAAMC,EAAShJ,GAAwB+I,GACvC,IAAKC,EAAQ,OAEb,MAAMpI,EAAUoI,EAAOpI,QACgEA,GAAAniB,GAAA,EAAA,iCAAAsqB,KACvF7sB,EAAc4kB,4BAA4BF,GAClB1kB,EAAc8kB,qBAAqBJ,GAC3CsH,OAAO,IAAI/qB,MAAM,8BACrC,CCPO,MAAM8gB,GAAe,yEAiCZgL,GAAuBjQ,EAAsBqE,EAA+BnX,GACxF,GAAImX,IAAmB5d,EAAcmZ,MAAQyE,IAAmB5d,EAAc6d,KAC1E,OAEJ,IAAIC,EACAC,EACAC,EACAC,EAEJF,EAAiBK,GAA4B3E,GAAwBF,IACrEyE,EAAiBI,GAA4B1E,GAAwBH,IACrE0E,EAAiBG,GAA4BzE,GAAwBJ,IACrE,MAAM4E,EAAqB3E,GAAuBD,GAClDuE,EAAgBI,GAA4BC,GACxCP,IAAmB5d,EAAcqe,WAEjCT,EAAiBO,GAErB,MAAMG,EAAYJ,GAA4BN,GACxC3B,EAAexC,GAAwBF,GAEvCgF,EAAa9X,EAAQqS,GAC3B,MAAO,CAAC/R,EAA4BhH,KAChCue,EAAevX,EAAOwX,EAAYxe,EAAOkc,EAAc6B,EAAeC,EAAgBC,EAAgBC,EAAe,CAE7H,CAEM,SAAUC,GAA4BN,GACxC,GAAIA,IAAmB5d,EAAcmZ,MAAQyE,IAAmB5d,EAAc6d,KAC1E,OAEJ,MAAMS,EAAY7F,GAAoB3Q,IAAI8V,GAE1C,OADuHU,GAAA,mBAAAA,GAAAtf,GAAA,EAAA,qCAAA4e,KAChHU,CACX,CAEA,SAASmL,GAAoBra,EAA0BrP,GAC/CA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAc0pB,SAChC1P,GAAW5K,EAAKrP,GAExB,CAEA,SAAS4pB,GAAoBva,EAA0BrP,GAC/CA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAckc,MTiGxB,SAAW9M,EAA0BrP,GACpB,GAAAf,GAAA,EAAA,YAC7ByC,EAAW2N,EAAKrP,EACpB,CSnGQ6pB,CAAWxa,EAAKrP,GAExB,CAEA,SAAS8pB,GAAoBza,EAA0BrP,GAC/CA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAc8pB,MT4FxB,SAAY1a,EAA0BrP,GACrB,GAAAf,GAAA,EAAA,YAC7B2C,EAAYyN,EAAKrP,EACrB,CS9FQgqB,CAAY3a,EAAKrP,GAEzB,CAEA,SAASiqB,GAAqB5a,EAA0BrP,GAChDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAciqB,OTuFxB,SAAY7a,EAA0BrP,GACrB,GAAAf,GAAA,EAAA,YAC7BoD,EAAYgN,EAAKrP,EACrB,CSzFQmqB,CAAY9a,EAAKrP,GAEzB,CAEA,SAASoqB,GAAqB/a,EAA0BrP,GAChDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAcmc,OTkFxB,SAAY/M,EAA0BrP,GACrB,GAAAf,GAAA,EAAA,YAC7BuD,EAAY6M,EAAKrP,EACrB,CSpFQqqB,CAAYhb,EAAKrP,GAEzB,CAEA,SAASsqB,GAAqBjb,EAA0BrP,GAChDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAcoc,OTkFxB,SAAYhN,EAA0BrP,GAElD,GAD6B,GAAAf,GAAA,EAAA,aAC0E8B,OAAAC,cAAAhB,GAAA,MAAA,IAAArC,MAAA,2CAAAqC,aAAA,MAEvGmD,GAAYkM,EAAKrP,EACrB,CStFQuqB,CAAYlb,EAAKrP,GAEzB,CAEA,SAASwqB,GAAwBnb,EAA0BrP,GACnDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAcwqB,UT+ExB,SAAgBpb,EAA0BrP,GACzB,GAAAf,GAAA,EAAA,YAC7B8D,GAAesM,EAAKrP,EACxB,CSjFQ0qB,CAAgBrb,EAAKrP,GAE7B,CAEA,SAAS2qB,GAAsBtb,EAA0BrP,GACjDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAcqc,QAChCjC,GAAYhL,EAAKrP,GAEzB,CAEA,SAAS4qB,GAAqBvb,EAA0BrP,GAChDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAc4qB,QT4ExB,SAAYxb,EAA0BrP,GACrB,GAAAf,GAAA,EAAA,YAC7BgE,GAAYoM,EAAKrP,EACrB,CS9EQ8qB,CAAYzb,EAAKrP,GAEzB,CAEgB,SAAA+qB,GAAqB1b,EAA0BrP,GACvDA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,OAGhCF,GAAa7J,EAAKpP,EAAc+qB,QAChC9Q,GAAe7K,EAAKrP,GAE5B,CAEA,SAASirB,GAAyB5b,EAA0BrP,GACxD,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CACD,KAAyDpZ,aAAAggB,MAAA,MAAA,IAAAriB,MAAA,sCACzDub,GAAa7J,EAAKpP,EAAcirB,UAChC/Q,GAAa9K,EAAKrP,EACrB,CACL,CAEA,SAASmrB,GAAgC9b,EAA0BrP,GAC/D,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CACD,KAAyDpZ,aAAAggB,MAAA,MAAA,IAAAriB,MAAA,sCACzDub,GAAa7J,EAAKpP,EAAcmrB,gBAChCjR,GAAa9K,EAAKrP,EACrB,CACL,CAEA,SAASqrB,GAAsBhc,EAA0BrP,GACrD,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CAED,GADAF,GAAa7J,EAAKpP,EAAcyL,QAC+B,iBAAA1L,EAAA,MAAA,IAAArC,MAAA,wCAC/D2tB,GAA2Bjc,EAAKrP,EACnC,CACL,CAEA,SAASsrB,GAA2Bjc,EAA0BrP,GAC1D,MAAMmM,EAAOyO,GAAgBvL,GAC7B,IACIzC,GAAuB5M,EAAOmM,EACjC,CACO,QACJA,EAAKlF,SACR,CACL,CAEA,SAASskB,GAAoBlc,GACzB6J,GAAa7J,EAAKpP,EAAcmZ,KACpC,CAEA,SAASoS,GAAwBnc,EAA0BrP,EAAiBmgB,EAAmBC,EAA+BC,EAAgCC,EAAgCC,GAC1L,GAAIvgB,QAEA,YADAkZ,GAAa7J,EAAKpP,EAAcmZ,MAGpC,KAA0EpZ,GAAAA,aAAAqW,UAAA,MAAA,IAAA1Y,MAAA,0CAG1E,MAAM8tB,EAAgBzkB,IAClB,MAAM0kB,EAAMvS,GAAQnS,EAAM,GACpB4M,EAAMuF,GAAQnS,EAAM,GACpB2kB,EAAOxS,GAAQnS,EAAM,GACrB4kB,EAAOzS,GAAQnS,EAAM,GACrB6kB,EAAO1S,GAAQnS,EAAM,GAE3B,IAGI,IAAIyZ,EACAC,EACAC,EAJ4G9E,GAAA4P,EAAAvQ,WAK5GmF,IACAI,EAAUJ,EAAesL,IAEzBrL,IACAI,EAAUJ,EAAesL,IAEzBrL,IACAI,EAAUJ,EAAesL,IAE7B,MAAMC,EAAS9rB,EAAMygB,EAASC,EAASC,GACnCP,GACAA,EAAcxM,EAAKkY,EAG1B,CAAC,MAAOjI,GACLkI,GAAwBL,EAAK7H,EAChC,GAGL4H,EAAQ5S,KAA4B,EACpC4S,EAAQvQ,YAAa,EACrBuQ,EAAQzQ,QAAU,KAAQyQ,EAAQvQ,YAAa,CAAI,EAKnDX,GAAclL,EAJgBiY,GAAwBmE,IAKtDvS,GAAa7J,EAAKpP,EAAcoW,SACpC,OAEa2V,GAGT9kB,YAAmBka,GACfha,KAAKga,QAAUA,CAClB,CAEDpG,UACIC,GAAuB7T,KAAMvH,EAChC,CAEGqb,iBACA,OAAa9T,KAAM+T,MAA+Btb,CACrD,EAGL,SAASosB,GAAoB5c,EAA0BrP,EAAqBmgB,EAAmBC,GAC3F,GAAIpgB,QAEA,YADAkZ,GAAa7J,EAAKpP,EAAcmZ,MAGpC,IAAwD8P,GAAAlpB,GAAA,MAAA,IAAArC,MAAA,yCAExD,MAAMme,EAAsBrf,EAAesf,kBAAkBmQ,uBAC7DxR,GAAcrL,EAAKyM,GACnB5C,GAAa7J,EAAKpP,EAAc8gB,MAChC,MAAMyI,EAAS,IAAIwC,GAAmBhsB,GACtC6gB,GAAoB2I,EAAQ1N,GAQ5B9b,EAAMmpB,MAAKnb,IACP,IACItR,EAAcunB,yBAC2GuF,EAAAtO,YAAAjc,GAAA,EAAA,yFAGzHxC,EAAesf,kBAAkBoQ,cAAcrQ,EAAW,KAAM9N,EAAMoS,GAAiBgM,IACvFnR,GAAuBuO,EAAQ1N,EAClC,CACD,MAAO+H,GACHvV,GAAc,qDAAsDuV,EACvE,KACFwF,OAAMxqB,IACL,IACInC,EAAcunB,yBAC2GuF,EAAAtO,YAAAjc,GAAA,EAAA,yFAGzHxC,EAAesf,kBAAkBoQ,cAAcrQ,EAAWjd,EAAQ,UAAM4H,GACxEwU,GAAuBuO,EAAQ1N,EAClC,CACD,MAAO+H,GACEnnB,EAAcorB,aACfxZ,GAAc,oDAAqDuV,EAE1E,IAET,CAEgB,SAAAkI,GAAwB1c,EAA0BrP,GAC9D,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,WAE/B,GAAIpZ,aAAiBob,aACtBlC,GAAa7J,EAAKpP,EAAcosB,WAGhC3R,GAAcrL,EADIwY,GAAoB7nB,QAGrC,CACD,GAAkH,iBAAAA,GAAA,iBAAAA,EAAA,MAAA,IAAArC,MAAA,+CAAAqC,GAClHkZ,GAAa7J,EAAKpP,EAAc6hB,aAEhCwJ,GAA2Bjc,EADXrP,EAAM0I,YAEtB,MAAM4jB,EAAkBtsB,EAAMonB,IAE1B7M,GAAclL,EADdid,GAIkBhF,GAAwBtnB,GAMjD,CACL,CAEgB,SAAAusB,GAAwBld,EAA0BrP,GAC9D,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CAED,QAA4I3S,IAAAzG,EAAAmb,IAAA,MAAA,IAAAxd,MAAA,0EAAA8gB,MAC5I,GAAiI,mBAAAze,GAAA,iBAAAA,EAAA,MAAA,IAAArC,MAAA,2CAAAqC,sBAEjIkZ,GAAa7J,EAAKpP,EAAcsc,UAKhChC,GAAclL,EAJIiY,GAAwBtnB,GAK7C,CACL,CAEA,SAASosB,GAAyB/c,EAA0BrP,GACxD,GAAIA,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CACD,MAAM0C,EAAY9b,EAAMmb,IAClBqR,SAAkB,EACxB,QAAkB/lB,IAAdqV,EACA,GAAgB,WAAZ0Q,GAAoC,WAAZA,EACxBtT,GAAa7J,EAAKpP,EAAcyL,QAChC4f,GAA2Bjc,EAAKrP,QAE/B,GAAgB,WAAZwsB,EACLtT,GAAa7J,EAAKpP,EAAcqc,QAChCjC,GAAYhL,EAAKrP,OAEhB,IAAgB,WAAZwsB,EAEL,MAAM,IAAI7uB,MAAM,mCAEf,GAAgB,YAAZ6uB,EACLtT,GAAa7J,EAAKpP,EAAc0pB,SAChC1P,GAAW5K,EAAKrP,QAEf,GAAIA,aAAiBggB,KACtB9G,GAAa7J,EAAKpP,EAAcirB,UAChC/Q,GAAa9K,EAAKrP,QAEjB,GAAIA,aAAiBrC,MACtBouB,GAAwB1c,EAAKrP,QAE5B,GAAIA,aAAiB6E,WACtB4nB,GAAyBpd,EAAKrP,EAAOC,EAAckc,WAElD,GAAInc,aAAiB6c,aACtB4P,GAAyBpd,EAAKrP,EAAOC,EAAcqc,aAElD,GAAItc,aAAiB2G,WACtB8lB,GAAyBpd,EAAKrP,EAAOC,EAAcmc,YAElD,GAAItH,MAAMC,QAAQ/U,GACnBysB,GAAyBpd,EAAKrP,EAAOC,EAAclC,YAElD,IAAIiC,aAAiB0sB,YACnB1sB,aAAiB2sB,WACjB3sB,aAAiB4sB,mBACjB5sB,aAAiB6sB,aACjB7sB,aAAiB8sB,aACjB9sB,aAAiB+sB,aAEpB,MAAM,IAAIpvB,MAAM,uCAEf,GAAIurB,GAAWlpB,GAChBisB,GAAoB5c,EAAKrP,OAExB,IAAIA,aAAiBud,KACtB,MAAM,IAAI5f,MAAM,iCAEf,GAAe,UAAX6uB,EASL,MAAM,IAAI7uB,MAAM,uCAAuC6uB,KAAWxsB,KATxC,CAC1B,MAAMmhB,EAAYmG,GAAwBtnB,GAC1CkZ,GAAa7J,EAAKpP,EAAcsc,UAIhChC,GAAclL,EAAK8R,EACtB,CAGA,OAEA,CAED,GADA0G,GAAoB7nB,GAChBA,aAAiB2d,aACjB,MAAM,IAAIhgB,MAAM,0CAA4C8gB,IAE3D,GAAIze,aAAiBob,aACtBlC,GAAa7J,EAAKpP,EAAcosB,WAChC3R,GAAcrL,EAAKyM,OAElB,MAAI9b,aAAiB+a,eAItB,MAAM,IAAIpd,MAAM,2BAA6B6uB,EAAU,KAAO/N,IAH9DvF,GAAa7J,EAAKpP,EAAclC,QAChC2c,GAAcrL,EAAKyM,EAGtB,CACJ,CACJ,CACL,UAEgBkR,GAAoB3d,EAA0BrP,EAAmDkc,GACxCA,GAAAjd,GAAA,EAAA,yCACrEwtB,GAAyBpd,EAAKrP,EAAOkc,EACzC,UAEgBuQ,GAAyBpd,EAA0BrP,EAAmDkc,GAClH,GAAIlc,QACAkZ,GAAa7J,EAAKpP,EAAcmZ,UAE/B,CACD,MAAM6T,EAAehR,GAAmBC,IAC2D,GAAA+Q,GAAAhuB,GAAA,EAAA,gBAAAgB,EAAAic,oBACnG,MAAMtX,EAAS5E,EAAM4E,OACfsoB,EAAgBD,EAAeroB,EAC/Bwd,EAAkBxmB,EAAO8E,QAAQwsB,GACvC,GAAIhR,GAAgBjc,EAAcyL,OAAQ,CACtC,IAA0DoJ,MAAAC,QAAA/U,GAAA,MAAA,IAAArC,MAAA,wCAC1DsD,EAAamhB,EAAY8K,GACzBvqB,GAAO8E,wBAAwB2a,EAAY8K,EAAe,uBAC1D,IAAK,IAAIxmB,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAEhC2kB,GADoBlS,GAAaiJ,EAAY1b,GACV1G,EAAM0G,GAEhD,MACI,GAAIwV,GAAgBjc,EAAclC,OAAQ,CAC3C,IAA0D+W,MAAAC,QAAA/U,GAAA,MAAA,IAAArC,MAAA,wCAC1DsD,EAAamhB,EAAY8K,GACzBvqB,GAAO8E,wBAAwB2a,EAAY8K,EAAe,uBAC1D,IAAK,IAAIxmB,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAEhC0lB,GADoBjT,GAAaiJ,EAAY1b,GACP1G,EAAM0G,GAEnD,MACI,GAAIwV,GAAgBjc,EAAcsc,SAAU,CAC7C,IAA0DzH,MAAAC,QAAA/U,GAAA,MAAA,IAAArC,MAAA,wCAC1DsD,EAAamhB,EAAY8K,GACzB,IAAK,IAAIxmB,EAAQ,EAAGA,EAAQ9B,EAAQ8B,IAEhC6lB,GADoBpT,GAAQiJ,EAAY1b,GACH1G,EAAM0G,GAElD,MACI,GAAIwV,GAAgBjc,EAAckc,KAAM,CACzC,KAAuGrH,MAAAC,QAAA/U,IAAAA,aAAA6E,YAAA,MAAA,IAAAlH,MAAA,sDACpFyD,KAAkBwM,SAAcwU,EAAYA,EAAaxd,GACjEG,IAAI/E,EAClB,MACI,GAAIkc,GAAgBjc,EAAcmc,MAAO,CAC1C,KAAuGtH,MAAAC,QAAA/U,IAAAA,aAAA2G,YAAA,MAAA,IAAAhJ,MAAA,sDACpFuH,KAAmB0I,SAAcwU,GAAc,GAAIA,GAAc,GAAKxd,GAC9EG,IAAI/E,EAClB,KACI,IAAIkc,GAAgBjc,EAAcqc,OAMnC,MAAM,IAAI3e,MAAM,mBALhB,KAA2GmX,MAAAC,QAAA/U,IAAAA,aAAA6c,cAAA,MAAA,IAAAlf,MAAA,wDACxF4H,KAAmBqI,SAAcwU,GAAc,GAAIA,GAAc,GAAKxd,GAC9EG,IAAI/E,EAIlB,CACDka,GAAe7K,EAAK+S,GACpBlJ,GAAa7J,EAAKpP,EAAc6U,OT/ZxB,SAAqBzF,EAA0BkH,GAC9B,GAAAtX,GAAA,EAAA,YAC7BiD,EAAYmN,EAAM,EAAGkH,EACzB,CS6ZQ4W,CAAqB9d,EAAK6M,GAC1BpB,GAAezL,EAAKrP,EAAM4E,OAC7B,CACL,CAEA,SAASwoB,GAAoB/d,EAA0BrP,EAAakc,GAEhE,GADqEA,GAAAjd,GAAA,EAAA,yCACZe,EAAAkb,WAAA,MAAA,IAAAvd,MAAA,0CACzD0vB,GAAcnR,EAAclc,EAAM2c,WAElCzD,GAAa7J,EAAKpP,EAAcsd,MAChCrD,GAAe7K,EAAKrP,EAAMyc,UAC1B3B,GAAezL,EAAKrP,EAAM4E,OAC9B,CAGA,SAAS0oB,GAA6Bje,EAA0BrP,EAAqBkc,GACZA,GAAAjd,GAAA,EAAA,yCACrE,MAAM6c,EAAY+L,GAAoB7nB,GAC0C,GAAAf,GAAA,EAAA,yDAChFouB,GAAcnR,EAAclc,EAAM2c,WAClCzD,GAAa7J,EAAKpP,EAAc0d,cAChCzD,GAAe7K,EAAKrP,EAAMyc,UAC1B3B,GAAezL,EAAKrP,EAAM4E,QAC1B8V,GAAcrL,EAAKyM,EACvB,CAEA,SAASuR,GAAcnR,EAA6BuB,GAChD,GAAIvB,GAAgBjc,EAAckc,MAC9B,GAA4E,GAAAsB,EAAA,MAAA,IAAA9f,MAAA,oDAE3E,GAAIue,GAAgBjc,EAAcmc,OACnC,GAA8E,GAAAqB,EAAA,MAAA,IAAA9f,MAAA,oDAE7E,IAAIue,GAAgBjc,EAAcqc,OAInC,MAAM,IAAI3e,MAAM,2BAA2BsC,EAAcic,OAHzD,GAAgF,GAAAuB,EAAA,MAAA,IAAA9f,MAAA,gDAInF,CACL,CCzkBA,MAAM4vB,GAAmB,CACrBtV,IAAK,WACD,OAAO+H,KAAK/H,KACf,GAGC,SAAUuV,GAAuBC,QAEG,IAA3B9a,WAAWqF,cAClBrF,WAAWqF,YAAcuV,IAE7BE,EAAaC,QAAU7xB,EAAS6xB,QAGhCD,EAAaE,gBAAkBjxB,EAAcixB,gBACzC/xB,EAAOgyB,aAAehyB,EAAOiyB,eAC7BjyB,EAAOgyB,WAAalxB,EAAckxB,YAItCH,EAAaK,MAAQpxB,EAAcqxB,WAGnCN,EAAaO,cAAgB5xB,IAAuBG,EAUpD,MAAM0xB,EAA4BR,EAAaS,kBAC/CzxB,EAAeyxB,kBAAoBT,EAAaS,kBAAoB,KAChED,GAA2B,CAEnC,CAEOvK,eAAeyK,WA4FlB,GAAIryB,EAAqB,CAErB,GAAI6W,WAAWqF,cAAgBuV,GAAkB,CAC7C,MAAMvV,YAAEA,GAAgBnc,EAAS6xB,QAAQ,cACzC/a,WAAWqF,YAAcA,CAC5B,CAQD,GALAnc,EAASE,cAAgBynB,OAAgC,WAEpD7Q,WAAWyb,SACZzb,WAAWyb,OAAc,KAExBzb,WAAWyb,OAAOC,gBAAiB,CACpC,IAAIC,EACJ,IACIA,EAAazyB,EAAS6xB,QAAQ,cACjC,CAAC,MAAOje,GAER,CAEI6e,EAIMA,EAAWC,UAClB5b,WAAWyb,OAASE,EAAWC,UACxBD,EAAWE,cAClB7b,WAAWyb,OAAOC,gBAAmBvpB,IAC7BA,GACAA,EAAOC,IAAIupB,EAAWE,YAAY1pB,EAAOF,QAC5C,GATL+N,WAAWyb,OAAOC,gBAAkB,KAChC,MAAM,IAAI1wB,MAAM,kKAAkK,CAW7L,CACJ,CACDlB,EAAegyB,OAA4B,QAAnBC,EAAA/b,WAAWyb,cAAQ,IAAAM,OAAA,EAAAA,EAAAD,MAC/C,CCkCM,SAAUE,GAAWC,GACvB,MAAMhb,EAAMjR,GAAOsjB,+BAA+BxpB,EAAeoyB,8BAA+BD,GAAc,GAC9G,IAAKhb,EACD,KAAM,qBAAuBnX,EAAeupB,0BAA4B,IAAMvpB,EAAeqyB,kCAAoC,IAAMF,EAC3I,OAAOhb,CACX,CC/MA,SAASmb,KACL,GAAgC,mBAArBpc,WAAWmb,OAA8D,mBAA/Bnb,WAAWqc,gBAI5D,MAAM,IAAIrxB,MAHM7B,EACV,mJACA,oHAGd,UAEgBmzB,KACZ,MAA2B,oBAAbC,UAA4B,SAAUA,SAASvY,WAAuC,mBAAnBwY,cACrF,UAEgBC,KAEZ,OADAL,KACO,IAAIC,eACf,CAEM,SAAUK,GAAwBC,GACpCA,EAAiB1wB,OACrB,CAEM,SAAU2wB,GAAyB3b,GACrCA,EAAI4b,mBAAmB5wB,QACnBgV,EAAI6b,UACJ7b,EAAI6b,SAASC,SAASrG,OAAO5Z,IACrBA,GAAoB,eAAbA,EAAIzJ,MACXpK,EAAO6T,IAAI,sCAAwCA,EACtD,GAIb,UAEgBkgB,GAAsBC,EAAaC,EAAwBC,EAAyBC,EAAwBC,EAAsBV,EAAmCW,EAAkBC,GAInM,OAAOC,GAAgBP,EAAKC,EAAcC,EAAeC,EAAcC,EAAeV,EAFzE,IAAI/R,KAAK0S,EAASC,EAAU,GACvB7S,QAEtB,CAEgB,SAAA8S,GAAgBP,EAAaC,EAAwBC,EAAyBC,EAAwBC,EAAsBV,EAAmCc,GAC3KrB,KACmEa,GAAA,iBAAAA,GAAA3wB,GAAA,EAAA,uBACuI4wB,GAAAC,GAAAhb,MAAAC,QAAA8a,IAAA/a,MAAAC,QAAA+a,IAAAD,EAAAjrB,SAAAkrB,EAAAlrB,QAAA3F,GAAA,EAAA,gDACA8wB,GAAAC,GAAAlb,MAAAC,QAAAgb,IAAAjb,MAAAC,QAAAib,IAAAD,EAAAnrB,SAAAorB,EAAAprB,QAAA3F,GAAA,EAAA,gDAC1M,MAAMoxB,EAAU,IAAIC,QACpB,IAAK,IAAI1pB,EAAI,EAAGA,EAAIipB,EAAajrB,OAAQgC,IACrCypB,EAAQE,OAAOV,EAAajpB,GAAIkpB,EAAclpB,IAElD,MAAMwR,EAAe,CACjBgY,OACAC,UACAG,OAAQlB,EAAiBkB,QAE7B,IAAK,IAAI5pB,EAAI,EAAGA,EAAImpB,EAAanrB,OAAQgC,IACrCwR,EAAQ2X,EAAanpB,IAAMopB,EAAcppB,GAG7C,OAAO6c,IAA2BC,UAC9B,MAAM9P,QAAYlX,EAAcqxB,WAAW6B,EAAKxX,GAEhD,OADAxE,EAAI4b,mBAAqBF,EAClB1b,CAAG,GAElB,CAEA,SAAS6c,GAAqB7c,GAC1B,IAAKA,EAAI8c,gBACL9c,EAAI8c,cAAgB,GACpB9c,EAAI+c,eAAiB,GACjB/c,EAAIyc,SAAiBzc,EAAIyc,QAASO,SAAS,CAC3C,MAAMA,EAAoChd,EAAIyc,QAASO,UAEvD,IAAK,MAAMC,KAAQD,EACfhd,EAAI8c,cAAc/vB,KAAKkwB,EAAK,IAC5Bjd,EAAI+c,eAAehwB,KAAKkwB,EAAK,GAEpC,CAET,CAEM,SAAUC,GAAoCld,GAEhD,OADA6c,GAAqB7c,GACdA,EAAI8c,aACf,CAEM,SAAUK,GAAqCnd,GAEjD,OADA6c,GAAqB7c,GACdA,EAAI+c,cACf,CAEM,SAAUK,GAA8Bpd,GAC1C,OAAO6P,IAA2BC,UAC9B,MAAM5e,QAAe8O,EAAIqd,cAGzB,OAFArd,EAAIjL,SAAW7D,EACf8O,EAAIsd,gBAAkB,EACfpsB,EAAOwY,UAAU,GAEhC,CAEgB,SAAA6T,GAA6Bvd,EAAwB5I,GAEjE,GAD0D4I,EAAA,UAAA3U,GAAA,EAAA,gCACtD2U,EAAIsd,iBAAmBtd,EAAIjL,SAAU2U,WACrC,OAAO,EAEX,MAAM8T,EAAc,IAAIvsB,WAAW+O,EAAIjL,SAAWiL,EAAIsd,iBACtDlmB,EAAKjG,IAAIqsB,EAAa,GACtB,MAAMC,EAAane,KAAKrS,IAAImK,EAAKsS,WAAY8T,EAAY9T,YAEzD,OADA1J,EAAIsd,iBAAmBG,EAChBA,CACX,UAEgBC,GAAsC1d,EAAwB2d,EAAoBC,GAE9F,MAAMxmB,EAAO,IAAIuS,KAAKgU,EAAWC,EAAY,GAC7C,OAAO/N,IAA2BC,UAQ9B,GAPK9P,EAAI6b,WACL7b,EAAI6b,SAAW7b,EAAIwc,KAAMqB,aAExB7d,EAAI8d,UACL9d,EAAI8d,cAAgB9d,EAAI6b,SAASve,OACjC0C,EAAIsd,gBAAkB,GAEtBtd,EAAI8d,QAAQC,KACZ,OAAO,EAGX,MAAMC,EAAmBhe,EAAI8d,QAAQ1xB,MAAMsd,WAAa1J,EAAIsd,gBACwBU,EAAA,GAAA3yB,GAAA,EAAA,kDAEpF,MAAM4yB,EAAe3e,KAAKrS,IAAI+wB,EAAkB5mB,EAAKsS,YAC/C8T,EAAcxd,EAAI8d,QAAQ1xB,MAAM4N,SAASgG,EAAIsd,gBAAiBtd,EAAIsd,gBAAkBW,GAO1F,OANA7mB,EAAKjG,IAAIqsB,EAAa,GACtBxd,EAAIsd,iBAAmBW,EACnBD,GAAoBC,IACpBje,EAAI8d,aAAUjrB,GAGXorB,CAAY,GAE3B,CC7IA,IA+CIC,GA/CAC,GAAwB,EACxBC,GAAa,WAEDC,KACZ,IAAKv1B,EAAcw1B,WACf,OAKJ,MAAMja,GAAM,IAAI+H,MAAO7W,UACjBgpB,EAAqBla,EAAG,KAG9B,IAAK,IAAIma,EAFelf,KAAKpS,IAAImX,EAAM,IAAM8Z,IAERK,EAAWD,EAAoBC,GADjC,IACyE,CACxG,MAAMC,EAAQD,EAAWna,EACzBtF,WAAW2f,WAAWC,GAA+BF,EACxD,CACDN,GAAwBI,CAC5B,CAEA,SAASI,KACL32B,EAAO42B,YACF91B,EAAckf,uBAGnBjZ,GAAO8vB,0BACPT,KACAU,KACJ,CAEA,SAASA,KAEL,GADA92B,EAAO42B,YACF91B,EAAckf,qBAGnB,KAAOoW,GAAa,KACdA,GACFrvB,GAAOgwB,sBAEf,CAoBA,SAASC,gCACLh3B,EAAO42B,YACF91B,EAAckf,uBAGnBkW,QAAyBrrB,EACzB9D,GAAO8vB,0BACX,OCxEaI,GAKT3rB,cACIE,KAAK0rB,MAAQ,GACb1rB,KAAK7F,OAAS,CACjB,CAIDwxB,YACI,OAAQ3rB,KAAK0rB,MAAMluB,OAASwC,KAAK7F,MACpC,CAGDyxB,UACI,OAA6B,GAArB5rB,KAAK0rB,MAAMluB,MACtB,CAMDquB,QAAQC,GACJ9rB,KAAK0rB,MAAMnyB,KAAKuyB,EACnB,CAKDC,UAGI,GAA0B,IAAtB/rB,KAAK0rB,MAAMluB,OAAc,OAG7B,MAAMsuB,EAAO9rB,KAAK0rB,MAAM1rB,KAAK7F,QAY7B,OATA6F,KAAK0rB,MAAM1rB,KAAK7F,QAAe,KAGX,IAAd6F,KAAK7F,QAAc6F,KAAK0rB,MAAMluB,SAChCwC,KAAK0rB,MAAQ1rB,KAAK0rB,MAAMzV,MAAMjW,KAAK7F,QACnC6F,KAAK7F,OAAS,GAIX2xB,CACV,CAKDE,OACI,OAAQhsB,KAAK0rB,MAAMluB,OAAS,EAAIwC,KAAK0rB,MAAM1rB,KAAK7F,aAAUkF,CAC7D,CAED4sB,MAAMC,GACF,KAAOlsB,KAAK2rB,aAERO,EADalsB,KAAK+rB,UAGzB,ECrDL,MAAMI,GAA8BrmB,OAAO0L,IAAI,+BACzC4a,GAAqCtmB,OAAO0L,IAAI,sCAChD6a,GAAmCvmB,OAAO0L,IAAI,oCAC9C8a,GAAsCxmB,OAAO0L,IAAI,uCACjD+a,GAAwCzmB,OAAO0L,IAAI,yCACnDgb,GAA+B1mB,OAAO0L,IAAI,gCAC1Cib,GAAiC3mB,OAAO0L,IAAI,kCAC5Ckb,GAAgC5mB,OAAO0L,IAAI,iCAC3Cmb,GAAqB7mB,OAAO0L,IAAI,sBAChCob,GAAoB9mB,OAAO0L,IAAI,qBAC/Bqb,GAA6B/mB,OAAO0L,IAAI,8BAC9C,IAAIsb,IAAqC,EACzC,MAAMC,GAAoC,MACpCC,GAAc,IAAIvvB,WAclB,SAAUwvB,GAAeC,EAAaC,EAAgCC,EAA6BC,IAZzG,WACI,GAAIn4B,EACA,MAAM,IAAIqB,MAAM,oDAEpB,GAAoC,mBAAzBgV,WAAW+hB,UAIlB,MAAM,IAAI/2B,MAHM7B,EACV,6GACA,wHAGd,CAGIizB,GACsFuF,GAAA,iBAAAA,GAAAr1B,GAAA,EAAA,6BAAAq1B,GACU,mBAAAG,GAAAx1B,GAAA,EAAA,kCAAAw1B,GAEhG,MAAME,EAAK,IAAIhiB,WAAW+hB,UAAUJ,EAAKC,QAAiB9tB,IAClD8a,gBAAiBqT,GAAyB12B,IAElDy2B,EAAGjB,IAAuC,IAAIb,GAC9C8B,EAAGhB,IAAyC,IAAId,GAChD8B,EAAGf,IAAgCgB,EACnCD,EAAGb,IAAiC,GACpCa,EAAGd,IAAkC,GACrCc,EAAGV,IAA8BO,EACjCG,EAAGX,IAAqBS,EACxBE,EAAGE,WAAa,cAChB,MAAMC,EAAgB,KACdH,EAAGZ,MACPa,EAAqB1T,QAAQyT,GAC7B1C,KAA0B,EAExB8C,EAAoBC,IAClBL,EAAGZ,MAqNf,SAA0CY,EAAwBtgB,GAC9D,MAAM4gB,EAAcN,EAAGjB,IACjBwB,EAAgBP,EAAGhB,IAEzB,GAA0B,iBAAftf,EAAMrG,KACbinB,EAAYhC,QAAQ,CAChB1c,KAAM,EAINvI,KAAM7D,GAAakK,EAAMrG,MACzBzM,OAAQ,QAGX,CACD,GAAoC,gBAAhC8S,EAAMrG,KAAK9G,YAAYlB,KACvB,MAAM,IAAIrI,MAAM,iDAEpBs3B,EAAYhC,QAAQ,CAChB1c,KAAM,EACNvI,KAAM,IAAInJ,WAAWwP,EAAMrG,MAC3BzM,OAAQ,GAEf,CACD,GAAI2zB,EAAcnC,aAAekC,EAAYlC,YAAc,EACvD,MAAM,IAAIp1B,MAAM,2BAEpB,KAAOu3B,EAAcnC,aAAekC,EAAYlC,aAAa,CACzD,MAAMxR,EAAkB2T,EAAc/B,UACtCgC,GAAwCR,EAAIM,EACxC1T,EAAgBa,WAAYb,EAAgB2L,eAChD3L,EAAgBL,SACnB,CACD+Q,IACJ,CAtPQmD,CAAiCT,EAAIK,GACrC/C,KAA0B,EAExBoD,EAAkBL,IAEpB,GADAL,EAAGW,oBAAoB,UAAWP,IAC9BJ,EAAGZ,IAAP,CAEAU,EAASO,EAAGO,KAAMP,EAAGn2B,QAGrB+1B,EAAqBlM,OAAO,IAAI/qB,MAAMq3B,EAAGn2B,SAEzC,IAAK,MAAM22B,KAAyBb,EAAGd,IACnC2B,EAAsBtU,UAIIyT,EAAGhB,IACXN,OAAOoC,IACzBjzB,EAAOgyB,EAAoB,GAC3BhyB,EAAYgyB,EAAqB,EAAG,GACpChyB,EAAYgyB,EAAqB,EAAG,GACpCiB,EAAwBvU,SAAS,IAIrCyT,EAAGX,IAAmBhZ,SArBa,CAqBJ,EAE7B0a,EAAkBV,IACpB,GAAIL,EAAGZ,IAAqB,OAC5BY,EAAGW,oBAAoB,UAAWP,GAClC,MAAM11B,EAAQ,IAAI1B,MAAMq3B,EAAG51B,SAAW,mBACtCkP,GAAc,kBAAmBjP,GACjCs2B,GAAgBhB,EAAIt1B,EAAM,EAc9B,OAZAs1B,EAAGiB,iBAAiB,UAAWb,GAC/BJ,EAAGiB,iBAAiB,OAAQd,EAAe,CAAEe,MAAM,IACnDlB,EAAGiB,iBAAiB,QAASP,EAAgB,CAAEQ,MAAM,IACrDlB,EAAGiB,iBAAiB,QAASF,EAAgB,CAAEG,MAAM,IACrDlB,EAAG3Z,QAAU,KACT2Z,EAAGW,oBAAoB,UAAWP,GAClCJ,EAAGW,oBAAoB,OAAQR,GAC/BH,EAAGW,oBAAoB,QAASD,GAChCV,EAAGW,oBAAoB,QAASI,GAChCI,GAAcnB,EAAG,EAGdA,CACX,CAEM,SAAUoB,GAAapB,GAGzB,OAFiDA,GAAA11B,GAAA,EAAA,+BACpB01B,EAAGf,IACJxS,OAChC,CAEM,SAAU4U,GAAarB,EAAwBvS,EAAqB8K,EAAuB+I,EAAsBC,GAClEvB,GAAA11B,GAAA,EAAA,+BAEjD,MACMk3B,EAgNV,SAA8CxB,EAAwByB,EAAyBH,EAAsBC,GACjH,IAAIpxB,EAAS6vB,EAAGpB,IACZhyB,EAAS,EACb,MAAMqD,EAASwxB,EAAY9Y,WAE3B,GAAIxY,GAKA,GAJAvD,EAASozB,EAAGnB,IAEZyC,EAAetB,EAAGlB,IAEH,IAAX7uB,EAAc,CACd,GAAIrD,EAASqD,EAASE,EAAOF,OAAQ,CACjC,MAAMyxB,EAAY,IAAIxxB,WAAoC,KAAxBtD,EAASqD,EAAS,KACpDyxB,EAAUtxB,IAAID,EAAQ,GACtBuxB,EAAUzoB,SAASrM,GAAQwD,IAAIqxB,GAC/BzB,EAAGpB,IAA+BzuB,EAASuxB,CAC9C,MAEGvxB,EAAO8I,SAASrM,GAAQwD,IAAIqxB,GAEhC70B,GAAUqD,EACV+vB,EAAGnB,IAAsCjyB,CAC5C,OAEK20B,EAWS,IAAXtxB,IAKIE,EAASsxB,EAEb70B,EAASqD,IAhBE,IAAXA,IACAE,EAAqBsxB,EAAY/Y,QACjC9b,EAASqD,EACT+vB,EAAGnB,IAAsCjyB,EACzCozB,EAAGpB,IAA+BzuB,GAEtC6vB,EAAGlB,IAAoCwC,GAc3C,OAAIC,EACc,GAAV30B,GAAyB,MAAVuD,EACRsvB,GAEU,IAAjB6B,ErBnVN,SAA8BnxB,GAChC,YAAmC2B,IAA/BoD,GACOjO,EAAOmP,kBAAkBjG,EAAQ,EAAGA,EAAOwY,YAE/CzT,GAA2BqB,OAAOpG,EAC7C,CqBmVmBwxB,CAFOrrB,GAAWnG,EAAQ,EAAUvD,IAKpCuD,EAAO8I,SAAS,EAAGrM,GAG3B,IACX,CA9QyBg1B,CAAqC5B,EADtC,IAAI9vB,WAAWzD,KAAkB0D,OAAasd,EAAY8K,GACH+I,EAAcC,GAEzF,OAAKA,GAAmBC,EAsG5B,SAA6CxB,EAAwByB,GAOjE,GANAzB,EAAG6B,KAAKJ,GACRzB,EAAGpB,IAA+B,KAK9BoB,EAAG8B,eAAiBtC,GACpB,OAAO,KAIX,MAAM/S,QAAEA,EAAOG,gBAAEA,GAAoBrjB,IAC/Bw4B,EAAU/B,EAAGb,IACnB4C,EAAQ/1B,KAAK4gB,GAEb,IAAIoV,EAAY,EAChB,MAAMC,EAAgB,KAElB,GAA0B,IAAtBjC,EAAG8B,eACHlV,EAAgBL,cAEf,CACD,MAAM2V,EAAalC,EAAGkC,WACtB,GAAIA,GAAcnC,UAAUoC,MAAQD,GAAcnC,UAAUqC,QAGxDxV,EAAgBmH,OAAO,IAAI/qB,MAAM,iBAAiBk5B,2CAEjD,IAAKtV,EAAgByV,OAItB,OAHArkB,WAAW2f,WAAWsE,EAAeD,QAErCA,EAAYzjB,KAAKrS,IAAgB,IAAZ81B,EAAiB,KAG7C,CAED,MAAMjwB,EAAQgwB,EAAQjmB,QAAQ8Q,GAC1B7a,GAAS,GACTgwB,EAAQO,OAAOvwB,EAAO,EACzB,EAKL,OAFAiM,WAAW2f,WAAWsE,EAAe,GAE9BxV,CACX,CAhJW8V,CAAoCvC,EAAIwB,GAHpC,IAIf,UAEgBgB,GAAgBxC,EAAwBvS,EAAqB8K,GACxByH,GAAA11B,GAAA,EAAA,+BAEjD,MAAMm4B,EAAsBzC,EAAGjB,IACzB2D,EAAwB1C,EAAGhB,IAE3BkD,EAAalC,EAAGkC,WACtB,GAAIA,GAAcnC,UAAUoC,MAAQD,GAAcnC,UAAUqC,QACxD,MAAM,IAAIp5B,MAAM,iBAAiBk5B,qCAGrC,GAAIO,EAAoBrE,YAMpB,OAL+E,GAAAsE,EAAAtE,aAAA9zB,GAAA,EAAA,2BAG/Ek2B,GAAwCR,EAAIyC,EAAqBhV,EAAY8K,GAEtE,KAEX,MAAM9L,QAAEA,EAAOG,gBAAEA,GAAoBrjB,IAC/Bu3B,EAA0BlU,EAKhC,OAJAkU,EAAwBrT,WAAaA,EACrCqT,EAAwBvI,cAAgBA,EACxCmK,EAAsBpE,QAAQwC,GAEvBrU,CACX,CAEM,SAAUkW,GAAc3C,EAAwBY,EAAc12B,EAAuB04B,GAGvF,GAFiD5C,GAAA11B,GAAA,EAAA,+BAE7C01B,EAAGkC,YAAcnC,UAAU8C,OAC3B,OAAO,KAGX,GAAID,EAAyB,CACzB,MAAMnW,QAAEA,EAAOG,gBAAEA,GAAoBrjB,IAQrC,OAPAy2B,EAAGd,IAAgClzB,KAAK4gB,GAElB,iBAAX1iB,EACP81B,EAAG8C,MAAMlC,EAAM12B,GAEf81B,EAAG8C,MAAMlC,GAENnU,CACV,CAWG,OATK8S,KACDA,IAAqC,EACrC5lB,GAAc,6JAEI,iBAAXzP,EACP81B,EAAG8C,MAAMlC,EAAM12B,GAEf81B,EAAG8C,MAAMlC,GAEN,IAEf,CAEM,SAAUO,GAAcnB,SACuBA,GAAA11B,GAAA,EAAA,+BAEjD01B,EAAGZ,KAAsB,EACzB4B,GAAgBhB,EAAI,IAAIh3B,MAAM,+BAGP,QAAvB+wB,EAAAiG,EAAGX,WAAoB,IAAAtF,GAAAA,EAAA1T,UAEvB,IAEI2Z,EAAG8C,MAAM,IAAM,0BAClB,CAAC,MAAOp4B,GACLiP,GAAc,iCAAkCjP,EACnD,CACL,CAEA,SAASs2B,GAAgBhB,EAAwBt1B,GAC7C,MAAMu1B,EAAuBD,EAAGf,IAC5BgB,GACAA,EAAqBlM,OAAOrpB,GAEhC,IAAK,MAAMm2B,KAAyBb,EAAGd,IACnC2B,EAAsB9M,OAAOrpB,GAEjC,IAAK,MAAMq4B,KAAwB/C,EAAGb,IAClC4D,EAAqBhP,OAAOrpB,GAGhCs1B,EAAGhB,IAAuCN,OAAMoC,IAC5CA,EAAwB/M,OAAOrpB,EAAM,GAE7C,CAuFA,SAAS81B,GAAwCR,EAAwBM,EAAyB7S,EAAqB8K,GACnH,MAAM7Y,EAAQ4gB,EAAY7B,OAEpBriB,EAAQmC,KAAKrS,IAAIqsB,EAAe7Y,EAAMrG,KAAKpJ,OAASyP,EAAM9S,QAChE,GAAIwP,EAAQ,EAAG,CACX,MAAMoM,EAAa9I,EAAMrG,KAAKJ,SAASyG,EAAM9S,OAAQ8S,EAAM9S,OAASwP,GACjD,IAAIlM,WAAWzD,KAAkB0D,OAAasd,EAAY8K,GAClEnoB,IAAIoY,EAAY,GAC3B9I,EAAM9S,QAAUwP,CACnB,CACD,MAAMmlB,EAAiB7hB,EAAMrG,KAAKpJ,SAAWyP,EAAM9S,OAAS,EAAI,EAC5D20B,GACAjB,EAAY9B,UAEhB,MAAMwE,EAAehD,EAAGV,IACxBzxB,EAAOm1B,EAAc5mB,GACrBvO,EAAYm1B,EAAe,EAAGtjB,EAAMkC,MACpC/T,EAAYm1B,EAAe,EAAGzB,EAClC,CCnUM,SAAU0B,GAAwBr2B,GACpC,OAAoD,IAA5CoB,GAAOi1B,wBAAwBr2B,EAC3C,UCIgBs2B,GAAkBC,EAAmBlI,EAAalrB,GAC9DoJ,GAAe,UAAUgqB,EAAM9xB,WAAW8xB,EAAMC,iBAAiBrzB,EAAME,eAAegrB,KACtF,MAAM/J,EAAO/N,KAEPkgB,EAAqD,iBAAvBF,EAAiB,YAC/CA,EAAMG,YACNH,EAAM9xB,KACZ,IAAIzE,EAAyB,KAE7B,OAAQu2B,EAAMC,UACV,IAAK,aACL,IAAK,oBACL,IAAK,UAED,MACJ,IAAK,WACL,IAAK,WACL,IAAK,MACDr7B,EAAcw7B,cAAcv3B,KAAK,CAAEivB,IAAKA,EAAKuI,KAAMH,IAEvD,IAAK,OACL,IAAK,MACDz2B,EAASkD,GAA+BC,GACxC,MAEJ,IAAK,MAAO,CAER,MAAM0zB,EAAYJ,EAAYrR,YAAY,KAC1C,IAAI0R,EAAmBD,EAAY,EAC7BJ,EAAYM,OAAO,EAAGF,GACtB,KACFG,EAAYH,EAAY,EACtBJ,EAAYM,OAAOF,EAAY,GAC/BJ,EACFO,EAASnjB,WAAW,OACpBmjB,EAAWA,EAASD,OAAO,IAC3BD,GACAvqB,GAAe,uBAAuBuqB,MAEtCz8B,EAAO48B,cACH,IAAKH,GAAiB,GAAM,IAGhCA,EAAkB,IAGtBvqB,GAAe,kBAAkByqB,oBAA2BF,MAE5Dz8B,EAAO68B,kBACHJ,EAAiBE,EACjB7zB,GAAO,GAAoB,GAAqB,GAEpD,KACH,CACD,QACI,MAAM,IAAI/G,MAAM,+BAA+Bm6B,EAAMC,uBAAuBD,EAAM9xB,QAG1F,GAAuB,aAAnB8xB,EAAMC,UAKN,IAFep1B,GAAO+1B,uBAAuBV,EAAaz2B,EAASmD,EAAME,QAE5D,CACT,MAAM8B,EAAQhK,EAAcw7B,cAAcS,WAAUC,GAAWA,EAAQT,MAAQH,IAC/Et7B,EAAcw7B,cAAcjB,OAAOvwB,EAAO,EAC7C,MAEuB,QAAnBoxB,EAAMC,SACXp1B,GAAO+1B,uBAAuBV,EAAaz2B,EAASmD,EAAME,QAElC,QAAnBkzB,EAAMC,SACNH,GAAwBr2B,IACzB3F,EAAO6T,IAAI,2BAA2BqoB,EAAM9xB,QAExB,aAAnB8xB,EAAMC,UACXp1B,GAAOk2B,iCAAiCb,EAAaF,EAAMgB,SAAW,GAAIv3B,EAASmD,EAAME,QAE7FsT,GAAW2N,EAAI,yBAAkCiS,EAAM9xB,QACrDtJ,EAAcq8B,gCACpB,CAoCOrV,eAAesV,GAA0BC,GAC5C,IACI,MAAMC,QAAiBD,EAAaE,wBAAyBD,gBAC1CA,EAASptB,QtBO3BstB,MAAM,UAAUzjB,SAAS0jB,IAC1B,MAAMC,EAAkBD,EAAKD,MAAM,KAC/BE,EAAM10B,OAAS,IAGnB00B,EAAM,GAAKA,EAAMrC,OAAO,GAAGsC,KAAK,KAChC7qB,GAAc3J,IAAIhE,OAAOu4B,EAAM,IAAKA,EAAM,IAAG,IAGjDxrB,GAAe,UAAUY,GAAcG,esBdtC,CAAC,MAAOxP,GACL+O,GAAc,6BAA6B6qB,EAAajzB,SAASsO,KAAKC,UAAUlV,KACnF,CACL,UAcgBm6B,KACZ,OAAO98B,EAAc+8B,WACzB,CCtGA,MAAMC,GAAmC,CAAA,EAEnC,SAAUC,GAAcC,GAC1B,IAAI31B,EAASy1B,GAAgBE,GAC7B,GAAwB,iBAAZ,EAAsB,CAC9B,MAAMC,EAAQl3B,GAAOm3B,4BAA4BF,KACjDF,GAAgBE,GAAU31B,EAASsG,GAAkBsvB,EACxD,CACD,OAAO51B,CACX,CChDO,MAAM81B,GAAc,EACvBC,GAAgB,GAChBC,GAAiB,GA6CRC,GAAqB,CAC9B,UACA,qBACA,YACA,uBACA,SACA,iBACA,oBACA,4BACA,gBACA,kBACA,mBACA,wBACA,eACA,WACA,SACA,OACA,QACA,cACA,sBACA,aACA,uBACA,cACA,eACA,YACA,QACA,kBACA,cAuCEC,GAAoD,CAAA,QAE7CC,GA4CTlzB,YAAYmzB,GArCZjzB,KAAAkzB,OAAS,IAAI9wB,IAEbpC,KAA0BmzB,2BAAG,EAC7BnzB,KAAsBozB,uBAAqC,GAC3DpzB,KAA6BqzB,8BAA2C,GACxErzB,KAA6BszB,8BAA6C,GAK1EtzB,KAAoBuzB,qBAA6C,GAEjEvzB,KAA8BwzB,+BAAG,EACjCxzB,KAA0ByzB,2BAA6C,GAIvEzzB,KAAe0zB,gBAAG,EAElB1zB,KAAS2zB,UAAwB,GACjC3zB,KAAoB4zB,qBAAG,EAKvB5zB,KAAK6zB,MAAuB,EAC5B7zB,KAAQ8zB,SAAkB,GAC1B9zB,KAAA+zB,cAAgB,IAAIC,IAEpBh0B,KAAai0B,cAAkB,GAC/Bj0B,KAAiBk0B,kBAAyB,GAC1Cl0B,KAA0Bm0B,2BAAyB,GACnDn0B,KAAgBo0B,iBAAG,EAEnBp0B,KAAmBq0B,qBAAG,EACtBr0B,KAAWs0B,aAAG,EAwjBdt0B,KAAAu0B,wBAA2BC,IACvB,IAAI33B,EAAS,EACb,IAAK,MAAMmT,KAAKwkB,EACZx0B,KAAKkzB,OAAOv1B,IAAIqS,EAAGnT,GAEnBA,IAEJ,OAAOA,CAAM,EA5jBbmD,KAAKuI,MAAQ,CAAC,IAAIksB,IAClBz0B,KAAKmB,MAAM8xB,GACXjzB,KAAK00B,IAAM,IAAIC,GAAI30B,KACtB,CAEDmB,MAAM8xB,GACFjzB,KAAKgR,QAAU4jB,KACf50B,KAAK60B,UAAY,EACjB70B,KAAK80B,WAAY,EACjB90B,KAAK+0B,YAAa,EAClB/0B,KAAKs0B,aAAc,EACnBt0B,KAAKkzB,OAAO/xB,QAEZnB,KAAKg1B,kBAAoBh1B,KAAKmzB,2BAC9BnzB,KAAKi1B,cAAgBt+B,OAAOu+B,OAAOl1B,KAAKozB,wBACxCpzB,KAAKm1B,qBAAuBx+B,OAAOu+B,OAAOl1B,KAAKqzB,+BAC/CrzB,KAAKuzB,qBAAuB58B,OAAOu+B,OAAOl1B,KAAKszB,+BAE/CtzB,KAAK0zB,gBAAkB,EACvB1zB,KAAKo1B,sBAAwB,EAC7Bp1B,KAAKq1B,kBAAoB1+B,OAAOu+B,OAAOl1B,KAAKyzB,4BAE5C,IAAK,MAAMzjB,KAAKhQ,KAAKq1B,kBACPr1B,KAAKq1B,kBAAkBrlB,GAC/B1Q,WAAQD,EAGdW,KAAK2zB,UAAUn2B,OAAS,EACxBwC,KAAK4zB,qBAAuB,EAE5B5zB,KAAKs1B,cAAgB,EACrBt1B,KAAKu1B,QAAQp0B,QACbnB,KAAK8zB,SAASt2B,OAAS,EACvBwC,KAAK+zB,cAAc5yB,QACnBnB,KAAKw1B,aAAe,EACpBx1B,KAAKo0B,iBAAmB,EACxBp0B,KAAKi0B,cAAcz2B,OAASwC,KAAKgR,QAAQykB,aAAexC,EAAoB,EAC5E,IAAK,IAAIzzB,EAAI,EAAGA,EAAIQ,KAAKi0B,cAAcz2B,OAAQgC,IAC3CQ,KAAKi0B,cAAcz0B,GAAK,EAC5BQ,KAAKk0B,kBAAkB12B,OAAS,EAChCwC,KAAKm0B,2BAA2B32B,OAAS,EAEzCwC,KAAK01B,2BAA6B11B,KAAKgR,QAAQ2kB,mBAClD,CAEDC,QACI51B,KAAK60B,YACD70B,KAAK60B,WAAa70B,KAAKuI,MAAM/K,QAC7BwC,KAAKuI,MAAMhP,KAAK,IAAIk7B,IACxBz0B,KAAKu1B,QAAQp0B,OAChB,CAED00B,KAAKC,GACD,GAAI91B,KAAK60B,WAAa,EAClB,MAAM,IAAIt+B,MAAM,eAEpB,MAAMg/B,EAAUv1B,KAAKu1B,QAGrB,OAFAv1B,KAAK60B,YAEDiB,GACA91B,KAAK+1B,WAAWR,EAAQ9tB,MACxB8tB,EAAQ3f,OAAO5V,KAAKu1B,SACb,MAEAA,EAAQS,cAAa,GAAO/f,MAAM,EAAGsf,EAAQ9tB,KAC3D,CAEDwuB,iBACI,MAAMC,EAAe1hC,EAAQ2hC,YAC8FD,aAAAE,YAAAC,QAAAx+B,GAAA,EAAA,yDAAAq+B,KAE3H,MAAMr5B,EAAc,CAChBy5B,EAAQt2B,KAAKu2B,eACbC,EAAG,CAAEC,EAAGP,IAINQ,EAAgB12B,KAAK22B,mBAE3B,IAAK,IAAIn3B,EAAI,EAAGA,EAAIk3B,EAAcl5B,OAAQgC,IAAK,CAC3C,MAAMo3B,EAAMF,EAAcl3B,GAC1B,GAA0B,mBAAdo3B,EAAQ,KAChB,MAAM,IAAIrgC,MAAM,WAAWqgC,EAAIh4B,qCAEnC,MAAMi4B,EAAc72B,KAAK82B,kBAAkBF,GAC3C,IAAIG,EAAWl6B,EAAO+5B,EAAIpgC,QACrBugC,IACDA,EAAWl6B,EAAO+5B,EAAIpgC,QAAU,CAAA,GAEpCugC,EAASF,GAAeD,EAAII,IAC/B,CAED,OAAOn6B,CACV,CAKGo6B,0BACA,MAAMC,EAAal3B,KAAKq0B,oBAElB,EAEA,GAEN,OAAOr0B,KAAKuI,MAAM,GAAGd,KAEjB,GACCzH,KAAKo1B,sBAAwB8B,EAEL,EAAxBl3B,KAAK2zB,UAAUn2B,OAEhBwC,KAAK4zB,oBACZ,CAEG2B,cACA,OAAOv1B,KAAKuI,MAAMvI,KAAK60B,UAAY,EACtC,CAEGptB,WACA,OAAOzH,KAAKu1B,QAAQ9tB,IACvB,CAED0vB,SAASv+B,GACL,GAAKA,GAASA,IAAU,GAAOA,EAAQ,IACnC,MAAM,IAAIrC,MAAM,sBAAsBqC,KAC1C,OAAOoH,KAAKu1B,QAAQ4B,SAASv+B,EAChC,CAEDw+B,WAAWx+B,EAAuBy+B,GAI9B,OAHAr3B,KAAKu1B,QAAQ4B,cAE+I,IAAA,EAAAv+B,IAAA,IAAAA,IAAA,IAAAy+B,GAAAx/B,GAAA,EAAA,yDACrJmI,KAAKu1B,QAAQQ,WAAWn9B,EAClC,CAED0+B,UAAU1+B,GACN,OAAOoH,KAAKu1B,QAAQ+B,UAAU1+B,EACjC,CAED2+B,UAAU3+B,GACN,OAAOoH,KAAKu1B,QAAQgC,UAAU3+B,EACjC,CAED4+B,UAAU5+B,GACN,OAAOoH,KAAKu1B,QAAQiC,UAAU5+B,EACjC,CAED6+B,oBAAoBltB,EAAcmtB,GAC9B,OAAO13B,KAAKu1B,QAAQkC,oBAAoBltB,EAAMmtB,EACjD,CAED3B,WAAWn9B,GACP,OAAOoH,KAAKu1B,QAAQQ,WAAgBn9B,EACvC,CAED++B,UAAU/+B,GACN,OAAOoH,KAAKu1B,QAAQoC,UAAU/+B,EACjC,CAEDg/B,aAAa92B,EAAwB+2B,GACjC,OAAO73B,KAAKu1B,QAAQqC,aAAa92B,EAAe+2B,EACnD,CAEDC,YAAYx6B,GACR,OAAO0C,KAAKu1B,QAAQuC,YAAYx6B,EACnC,CAEDy6B,WAAWrzB,GACP,OAAO1E,KAAKu1B,QAAQwC,WAAWrzB,EAClC,CAEDuJ,IAAI+pB,GACAh4B,KAAKi4B,SAASD,GACdh4B,KAAKm3B,SAAQ,GAChB,CAEDe,UAAUt/B,GACNoH,KAAKm3B,SAAQ,IACbn3B,KAAK23B,UAAe/+B,EACvB,CAEDu/B,UAAU/hB,GACN,IAAI7S,EAAMvD,KAAKgR,QAAQykB,aAAez1B,KAAKi0B,cAAc5qB,QAAa+M,IAAY,EAE9EpW,KAAKgR,QAAQykB,cACZlyB,EAAM,GAAOvD,KAAKo0B,iBAAmBp0B,KAAKi0B,cAAcz2B,SAEzD+F,EAAMvD,KAAKo0B,mBACXp0B,KAAKi0B,cAAc1wB,GAAY6S,GAG/B7S,GAAO,GACPvD,KAAKm3B,SAAQ,IACbn3B,KAAK23B,UAAUp0B,IAGfvD,KAAKk4B,UAAU9hB,EAEtB,CAED6hB,SAASr/B,GACLoH,KAAKm3B,SAAQ,IACbn3B,KAAK23B,UAAe/+B,EAAaoH,KAAKo4B,KACzC,CAEDC,UAAUz/B,GACNoH,KAAKm3B,SAAQ,IACbn3B,KAAK23B,UAAU/+B,EAClB,CAED0/B,WAAW1/B,GACP,GAAc,IAAVA,EAOAoH,KAAKu4B,MAAM,iBACR,IAAuB,iBAAX,EAgBf,MAAM,IAAIhiC,MAAM,mDAhBoB,CACmD,KAAAqC,EAAAsd,YAAAre,GAAA,EAAA,kDACvF,IAAI2gC,GAAS,EACb,IAAK,IAAIh5B,EAAI,EAAGA,EAAI,GAAIA,IACH,IAAb5G,EAAM4G,KACNg5B,GAAS,GAGbA,EAEAx4B,KAAKu4B,MAAM,cAEXv4B,KAAKo3B,WAAU,IACfp3B,KAAK83B,YAAYl/B,GAExB,CAEA,CACJ,CAED6/B,WACI75B,EAAc85B,EAA6CzvB,EAC3D0vB,GAEA,GAAI34B,KAAKi1B,cAAcr2B,GACnB,MAAM,IAAIrI,MAAM,iBAAiBqI,qBACrC,GAAI+5B,GAAc34B,KAAKg1B,kBAAoBh1B,KAAKmzB,2BAC5C,MAAM,IAAI58B,MAAM,2EAEpB,IAAIqiC,EAAQ,GACZ,IAAK,MAAM5oB,KAAK0oB,EACZE,GAASF,EAAW1oB,GAAK,IAC7B4oB,GAAS3vB,EAET,IAAI3J,EAAQU,KAAKm1B,qBAAqByD,GAEf,iBAAX,IACRt5B,EAAQU,KAAKg1B,oBAET2D,GACA34B,KAAKmzB,6BACLnzB,KAAKqzB,8BAA8BuF,GAASt5B,EAC5CU,KAAKszB,8BAA8Bh0B,GAAS,CACxCo5B,EACA/hC,OAAO8R,OAAOiwB,GAAYl7B,OAC1ByL,KAGJjJ,KAAKm1B,qBAAqByD,GAASt5B,EACnCU,KAAKuzB,qBAAqBj0B,GAAS,CAC/Bo5B,EACA/hC,OAAO8R,OAAOiwB,GAAYl7B,OAC1ByL,KAKZ,MAAM4vB,EAAoB,CACtBv5B,EAAOo5B,EAAYzvB,EACnB,IAAIiE,KAAKC,UAAUurB,UAAmBzvB,IAAc0vB,GAOxD,OALIA,EACA34B,KAAKozB,uBAAuBx0B,GAAQi6B,EAEpC74B,KAAKi1B,cAAcr2B,GAAQi6B,EAExBv5B,CACV,CAEDw5B,sBACI94B,KAAK+4B,aAAa,GAClB/4B,KAAK+1B,WAAW/1B,KAAKg1B,mBAKrB,IAAK,IAAIx1B,EAAI,EAAGA,EAAIQ,KAAKg1B,kBAAmBx1B,IAAK,CAC7C,MAAMk5B,EAAa14B,KAAKuzB,qBAAqB/zB,GAAG,GAC5Cw5B,EAAiBh5B,KAAKuzB,qBAAqB/zB,GAAG,GAC9CyJ,EAAajJ,KAAKuzB,qBAAqB/zB,GAAG,GAC9CQ,KAAKm3B,SAAS,IAEdn3B,KAAK+1B,WAAWiD,GAChB,IAAK,MAAMhpB,KAAK0oB,EACZ14B,KAAKm3B,SAASuB,EAAW1oB,SAEzB/G,GACAjJ,KAAK+1B,WAAW,GAChB/1B,KAAKm3B,SAASluB,IAEdjJ,KAAK+1B,WAAW,EACvB,CACD/1B,KAAKi5B,YACR,CAEDC,2BACI,MAAMC,EAAe,CAAA,EACrB,IAAK,MAAMnpB,KAAKhQ,KAAKq1B,kBAAmB,CACpC,MAAM+D,EAAIp5B,KAAKq1B,kBAAkBrlB,GAEjCmpB,EADan5B,KAAK82B,kBAAkBsC,IACpBA,EAAEpC,IACrB,CACD,OAAOmC,CACV,CAEDrC,kBAAkBF,GACd,IAAK52B,KAAKq0B,qBAA8C,iBAAfuC,EAAS,MAC9C,OAAOA,EAAIh4B,KAEf,IAAI/B,EAASk2B,GAAoB6D,EAAIt3B,OAGrC,MAFwB,iBAApB,IACAyzB,GAAoB6D,EAAIt3B,OAAUzC,EAAS+5B,EAAIt3B,MAAOgC,SAxe9C,KAyeLzE,CACV,CAED85B,mBACI,MAAM95B,EAAS,GACf,IAAK,MAAMmT,KAAKhQ,KAAKq1B,kBAAmB,CACpC,MAAMgE,EAAIr5B,KAAKq1B,kBAAkBrlB,GACR,iBAAbqpB,EAAO,OAEnBx8B,EAAOtD,KAAK8/B,EACf,CAGD,OAFAx8B,EAAOy8B,MAAK,CAACC,EAAKC,IAAQD,EAAIj6B,MAASk6B,EAAIl6B,QAEpCzC,CACV,CAED48B,uBAAuBC,GACnB,MAAMhD,EAAgB12B,KAAK22B,mBAG3B,GAFA32B,KAAKs0B,aAAc,GAEU,IAAzBoF,EACA,MAAM,IAAInjC,MAAM,uCAGpByJ,KAAK+4B,aAAa,GAClB/4B,KAAK+1B,WACD,EAAIW,EAAcl5B,OAASwC,KAAKi0B,cAAcz2B,SACnB,IAAzBk8B,EAAkC,EAAI,IAI5C,IAAK,IAAIl6B,EAAI,EAAGA,EAAIk3B,EAAcl5B,OAAQgC,IAAK,CAC3C,MAAMo3B,EAAMF,EAAcl3B,GAE1BQ,KAAK+3B,WAAWnB,EAAIpgC,QACpBwJ,KAAK+3B,WAAW/3B,KAAK82B,kBAAkBF,IACvC52B,KAAKm3B,SAAS,GACdn3B,KAAKm3B,SAASP,EAAI+C,UACrB,CAED,IAAK,IAAIn6B,EAAI,EAAGA,EAAIQ,KAAKi0B,cAAcz2B,OAAQgC,IAC3CQ,KAAK+3B,WAAW,KAChB/3B,KAAK+3B,WAAWv4B,EAAE8B,SAnhBV,KAohBRtB,KAAKm3B,SAAS,GACdn3B,KAAKm3B,SAAyB,KAC9Bn3B,KAAKm3B,SAAS,GAGlBn3B,KAAK+3B,WAAW,KAChB/3B,KAAK+3B,WAAW,KAEhB/3B,KAAKm3B,SAAS,GACdn3B,KAAKm3B,SAAS,GAEdn3B,KAAK+1B,WAAW,IAEa,IAAzB2D,IACA15B,KAAK+3B,WAAW,KAChB/3B,KAAK+3B,WAAW,KAEhB/3B,KAAKm3B,SAAS,GAEdn3B,KAAKm3B,SAAS,KAEdn3B,KAAKm3B,SAAS,GACdn3B,KAAK+1B,WAAW,GAEvB,CAED6D,uBACIpjC,EAAgBoI,EAAci7B,EAC9BlB,EAAoB3B,GAEpB,GAAIh3B,KAAKs0B,YACL,MAAM,IAAI/9B,MAAM,oCACpB,GAAIoiC,GAAc34B,KAAKo1B,sBAAwB,EAC3C,MAAM,IAAI7+B,MAAM,gFACpB,MAAM4Y,EAAOnP,KAAKi1B,cAAc4E,GAChC,IAAK1qB,EACD,MAAM,IAAI5Y,MAAM,0BAA4BsjC,GAChD,GAAIlB,IAAcxpB,EAAK,GACnB,MAAM,IAAI5Y,MAAM,0DACpB,MAAMojC,EAAYxqB,EAAK,GACjB2qB,EAAQnB,EAAY34B,KAAKyzB,2BAA6BzzB,KAAKq1B,kBAGjE,GAFsB,iBAAlB,IACA2B,EAAO+C,KAAuBp5B,IAAIq2B,IACf,mBAAV,QAA4C,IAAV,EAC3C,MAAM,IAAIzgC,MAAM,sCAAsCqI,+DAQ1D,OAPek7B,EAAMl7B,GAAQ,CACzBU,WAAOD,EACPs6B,YACAnjC,SACAoI,OACAo4B,OAGP,CAEDgD,iBAAiBp7B,GACb,MAAMo4B,EAAOh3B,KAAKq1B,kBAAkBz2B,GACpC,IAAKo4B,EACD,MAAM,IAAIzgC,MAAM,8BAAgCqI,GACxB,iBAAhBo4B,EAAU,QAClBA,EAAK13B,MAAQU,KAAKo1B,wBACzB,CAED6E,eACIjpB,EAKGkpB,GAEH,MAAMC,EAAoB,CACtB76B,MAAOU,KAAK2zB,UAAUn2B,OACtBoB,KAAMoS,EAAQpS,KACdw7B,SAAUppB,EAAQ7B,KAClBwqB,UAAW35B,KAAKi1B,cAAcjkB,EAAQ7B,MAAM,GAC5CkrB,OAAQrpB,EAAQqpB,OAChBnH,OAAQliB,EAAQkiB,OAChBgH,YACAjiC,MAAO,KACPqiC,KAAM,MAKV,OAHAt6B,KAAK2zB,UAAUp6B,KAAK4gC,GAChBA,EAAIE,SACJr6B,KAAK4zB,sBAAwBuG,EAAIv7B,KAAKpB,OAAS,GAC5C28B,CACV,CAEDI,wBAAwBb,GACpB,IAAIc,EAAc,EAClB,IAAK,IAAIh7B,EAAI,EAAGA,EAAIQ,KAAK2zB,UAAUn2B,OAAQgC,IAAK,CAC5C,MAAMw3B,EAAOh3B,KAAK2zB,UAAUn0B,GACxBw3B,EAAKqD,QACLG,IAEJx6B,KAAKy6B,cAAczD,EAAKoD,SAAUpD,EAAK9D,QACvC,IACI8D,EAAKsD,KAAOtD,EAAKkD,WACpB,CAAS,QAKN,IACSlD,EAAKsD,OACNtD,EAAKsD,KAAOt6B,KAAK06B,aAAY,GACpC,CAAC,MAAMpT,GAGP,CACJ,CACJ,CAEDtnB,KAAKy5B,uBAAuBC,GAG5B15B,KAAK+4B,aAAa,GAClB/4B,KAAK+1B,WAAW/1B,KAAK2zB,UAAUn2B,QAC/B,IAAK,IAAIgC,EAAI,EAAGA,EAAIQ,KAAK2zB,UAAUn2B,OAAQgC,IACvCQ,KAAK+1B,WAAW/1B,KAAK2zB,UAAUn0B,GAAGm6B,WAGtC35B,KAAK+4B,aAAa,GAClB/4B,KAAK+1B,WAAWyE,GAChB,IAAK,IAAIh7B,EAAI,EAAGA,EAAIQ,KAAK2zB,UAAUn2B,OAAQgC,IAAK,CAC5C,MAAMw3B,EAAOh3B,KAAK2zB,UAAUn0B,GACvBw3B,EAAKqD,SAIVr6B,KAAK+3B,WAAWf,EAAKp4B,MACrBoB,KAAKm3B,SAAS,GACdn3B,KAAK+1B,WAAW/1B,KAAKo1B,sBAAwB51B,GAChD,CAGDQ,KAAK+4B,aAAa,IAClB/4B,KAAK+1B,WAAW/1B,KAAK2zB,UAAUn2B,QAC/B,IAAK,IAAIgC,EAAI,EAAGA,EAAIQ,KAAK2zB,UAAUn2B,OAAQgC,IAAK,CAC5C,MAAMw3B,EAAOh3B,KAAK2zB,UAAUn0B,GACkDw3B,EAAA,MAAAn/B,GAAA,EAAA,qBAAAm/B,EAAAp4B,uBAC9EoB,KAAK+1B,WAAWiB,EAAKsD,KAAK98B,QAC1BwC,KAAK83B,YAAYd,EAAKsD,KACzB,CACDt6B,KAAKi5B,YACR,CAED0B,gBACI,MAAM,IAAIpkC,MAAM,4BAUnB,CAEDqkC,WAAWh8B,GACP,MAAMo4B,EAAOh3B,KAAKq1B,kBAAkBz2B,GACpC,IAAKo4B,EACD,MAAM,IAAIzgC,MAAM,8BAAgCqI,GACpD,GAA4B,iBAAhBo4B,EAAU,MAAgB,CAClC,GAAIh3B,KAAKs0B,YACL,MAAM,IAAI/9B,MAAM,wEAA0EqI,GAC9Fo4B,EAAK13B,MAAQU,KAAKo1B,uBACrB,CACDp1B,KAAKm3B,SAAQ,IACbn3B,KAAK+1B,WAAWiB,EAAK13B,MACxB,CAEDy5B,aAAa5pB,GACLnP,KAAK80B,WACL90B,KAAK61B,MAAK,GACd71B,KAAKm3B,SAAShoB,GACdnP,KAAK41B,QACL51B,KAAK80B,WAAY,CACpB,CAEDmE,aACI,IAAKj5B,KAAK80B,UACN,MAAM,IAAIv+B,MAAM,kBAChByJ,KAAK+0B,YACL/0B,KAAK06B,aAAY,GACrB16B,KAAK61B,MAAK,GACV71B,KAAK80B,WAAY,CACpB,CAYD+F,oBACIC,EAAa5H,EACbkF,EAAc2C,GAEdD,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAqB,EAE3B,IAAK,MAAM9qB,KAAKkjB,EAAQ,CACpB,MAAM8H,EAAK9H,EAAOljB,GACd8qB,EAAOE,IAAO,GACdD,IACJD,EAAOE,IACV,CAED,MACIC,EAASH,EAAM,KACfI,EAASD,EAASH,EAAuB,KACzCK,EAASD,EAASJ,EAAM,KACxBM,EAAUD,EAASL,OAEvBA,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAoB,EAC1BA,EAAM,KAAqB,EAE3B,IAAK,MAAM9qB,KAAKkjB,EAAQ,CACpB,MAAM8H,EAAK9H,EAAOljB,GAClB,IAAa7V,EAAToJ,EAAM,EACV,OAAQy3B,GACJ,KAAA,IACI7gC,EAjBG,EAkBH,MACJ,KAAA,IACIA,EAAS8gC,EACT,MACJ,KAAA,IACI9gC,EAAS+gC,EACT,MACJ,KAAA,IACI/gC,EAASghC,EACT,MACJ,KAAA,IACIhhC,EAASihC,EACT,MACJ,QACI,MAAM,IAAI7kC,MAAM,0BAA0BykC,KAElDz3B,EAAOu3B,EAAOE,KAAS7gC,EAASi+B,EAChCp4B,KAAKkzB,OAAOv1B,IAAIqS,EAAGzM,EAEtB,CAED,OAAOw3B,CACV,CAEDN,cACItrB,EACA+jB,GAEA,GAAIlzB,KAAK+0B,WACL,MAAM,IAAIx+B,MAAM,uBACpByJ,KAAK41B,QAEL,MAAM1jB,EAAYlS,KAAKi1B,cAAc9lB,GACrCnP,KAAKkzB,OAAO/xB,QACZnB,KAAK+zB,cAAc5yB,QACnB,IAAI25B,EAAc,CAAA,EAClB,MAAMO,EAAK,CAAA,IAAA,IAAA,IAAA,IAAA,KAMX,IAAIN,EAAkB,EAGtB,MAAMO,EAAiBt7B,KAAKu0B,wBAAwBriB,EAAU,IAC1DghB,EAEA6H,EAAkB/6B,KAAK66B,oBAAoBC,EAAQ5H,EAAQoI,EAAgBP,GAG3ED,EAAS,CAAA,EAGb96B,KAAK+1B,WAAWgF,GAChB,IAAK,IAAIv7B,EAAI,EAAGA,EAAI67B,EAAG79B,OAAQgC,IAAK,CAChC,MAAMwQ,EAAIqrB,EAAG77B,GACP82B,EAAIwE,EAAO9qB,GACZsmB,IAGLt2B,KAAK+1B,WAAWO,GAChBt2B,KAAKm3B,SAAcnnB,GACtB,CAEDhQ,KAAK+0B,YAAa,CACrB,CAED2F,YAAY5E,GACR,IAAK91B,KAAK+0B,WACN,MAAM,IAAIx+B,MAAM,mBACpB,GAAIyJ,KAAKw1B,aAAe,EACpB,MAAM,IAAIj/B,MAAM,GAAGyJ,KAAKw1B,qDAC5B,MAAM34B,EAASmD,KAAK61B,KAAKC,GAEzB,OADA91B,KAAK+0B,YAAa,EACXl4B,CACV,CAEDkU,MAAM5B,EAAoBqjB,GACtB,MAAM31B,EAASmD,KAAKm3B,SAAS3E,GAA0B,GAMvD,OALIrjB,EACAnP,KAAKm3B,SAAShoB,GAEdnP,KAAKm3B,SAAQ,IACjBn3B,KAAKw1B,eACE34B,CACV,CAED0+B,WACI,GAAIv7B,KAAKw1B,cAAgB,EACrB,MAAM,IAAIj/B,MAAM,oBACpByJ,KAAKw1B,eACLx1B,KAAKm3B,SAAQ,GAChB,CAEDlvB,IAAIrJ,EAAuB4zB,GACvB,MAAMlzB,EAA0B,mBACzBU,KAAKkzB,OAAO3V,IAAI3e,GAAQoB,KAAKkzB,OAAOvyB,IAAI/B,QAASS,EAClDT,EACN,GAAuB,iBAAnB,EACA,MAAM,IAAIrI,MAAM,kBAAoBqI,GACpC4zB,GACAxyB,KAAKm3B,SAAS3E,GAClBxyB,KAAK+1B,WAAWz2B,EACnB,CAEDi5B,MAAM35B,EAAuB4zB,GACzB,MAAMlzB,EAA0B,mBACzBU,KAAKkzB,OAAO3V,IAAI3e,GAAQoB,KAAKkzB,OAAOvyB,IAAI/B,QAASS,EAClDT,EAAOoB,KAAKs1B,cAClB,GAAuB,iBAAnB,EACA,MAAM,IAAI/+B,MAAM,kBAAoBqI,GACpC4zB,EACAxyB,KAAKm3B,SAAS3E,GAEdxyB,KAAKm3B,SAAQ,IACjBn3B,KAAK+1B,WAAWz2B,EACnB,CAEDk8B,aAAarhC,EAAgBshC,GACzBz7B,KAAK+1B,WAAW0F,GAChBz7B,KAAK+1B,WAAW57B,EACnB,CAKDuhC,IAAIC,EAAuBxhC,GACD,iBAAlB,EACA6F,KAAKu4B,MAAMoD,GAEX37B,KAAKk4B,UAAUyD,GAEnB37B,KAAKk4B,UAAU/9B,GAEf6F,KAAKm3B,SAAQ,IAChB,CAEDnB,aAAa4F,GACT,GAAI57B,KAAK60B,UAAY,EACjB,MAAM,IAAIt+B,MAAM,qCACpB,OAAOyJ,KAAKuI,MAAM,GAAGytB,aAAa4F,EACrC,CAEDrF,eACI,MAAM15B,EAAoC,CAAA,EAC1C,IAAK,IAAI2C,EAAI,EAAGA,EAAIQ,KAAKi0B,cAAcz2B,OAAQgC,IAC3C3C,EAAO2C,EAAE8B,SAl5BD,KAk5B4BtB,KAAKi0B,cAAcz0B,GAC3D,OAAO3C,CACV,QAGQ43B,GAOT30B,cAFAE,KAAA67B,QAAU,IAAIp+B,WAAW,MAGrBuC,KAAKrB,SAAW,MAChBqB,KAAKtC,OAAclJ,EAAO8E,QAAQ0G,KAAKrB,UACvC3E,KAAkBC,KAAK,EAAG+F,KAAKtC,OAAQsC,KAAKtC,OAASsC,KAAKrB,UAC1DqB,KAAKyH,KAAO,EACZzH,KAAKmB,QACwB,mBAAzB,cACAnB,KAAK87B,QAAU,IAAIC,YAC1B,CAED56B,QACInB,KAAKyH,KAAO,CACf,CAED0vB,SAASv+B,GACL,GAAIoH,KAAKyH,MAAQzH,KAAKrB,SAClB,MAAM,IAAIpI,MAAM,eAEpB,MAAMsG,EAASmD,KAAKyH,KAEpB,OADAzN,KAAkBgG,KAAKtC,OAAUsC,KAAKyH,QAAW7O,EAC1CiE,CACV,CAEDy6B,UAAU1+B,GACN,MAAMiE,EAASmD,KAAKyH,KAGpB,OAFAlM,GAAOygC,mCAAwCh8B,KAAKtC,OAASsC,KAAKyH,KAAM7O,KACxEoH,KAAKyH,MAAQ,EACN5K,CACV,CAEDo/B,UAAUrjC,GACN,MAAMiE,EAASmD,KAAKyH,KAGpB,OAFAlM,GAAOygC,mCAAwCh8B,KAAKtC,OAASsC,KAAKyH,KAAM7O,KACxEoH,KAAKyH,MAAQ,EACN5K,CACV,CAED06B,UAAU3+B,GACN,MAAMiE,EAASmD,KAAKyH,KAGpB,OAFAlM,GAAOygC,mCAAwCh8B,KAAKtC,OAASsC,KAAKyH,KAAM7O,KACxEoH,KAAKyH,MAAQ,EACN5K,CACV,CAED26B,UAAU5+B,GACN,MAAMiE,EAASmD,KAAKyH,KAGpB,OAFAlM,GAAOygC,mCAAwCh8B,KAAKtC,OAASsC,KAAKyH,KAAM7O,KACxEoH,KAAKyH,MAAQ,EACN5K,CACV,CAED46B,oBAAoBltB,EAAcmtB,GAC9B,GAAI13B,KAAKyH,KAAO,GAAKzH,KAAKrB,SACtB,MAAM,IAAIpI,MAAM,eAEpB,MAAM2lC,EAAe3gC,GAAO4gC,uCAA6Cn8B,KAAKtC,OAASsC,KAAKyH,KAAO8C,EAAMmtB,GACzG,GAAIwE,EAAe,EACf,MAAM,IAAI3lC,MAAM,oBAAoBgU,kCAAqCmtB,KAE7E,OADA13B,KAAKyH,MAAQy0B,EACNA,CACV,CAEDnG,WAAWn9B,GAGP,GAF8F,iBAAA,GAAAf,GAAA,EAAA,sCAAAe,KAC1BA,GAAA,GAAAf,GAAA,EAAA,4CAChEe,EAAQ,IAAM,CACd,GAAIoH,KAAKyH,KAAO,GAAKzH,KAAKrB,SACtB,MAAM,IAAIpI,MAAM,eAGpB,OADAyJ,KAAKm3B,SAASv+B,GACP,CACV,CAED,GAAIoH,KAAKyH,KAAO,GAAKzH,KAAKrB,SACtB,MAAM,IAAIpI,MAAM,eAEpB,MAAM2lC,EAAe3gC,GAAO6gC,yBAA+Bp8B,KAAKtC,OAASsC,KAAKyH,KAAO7O,EAAO,GAC5F,GAAIsjC,EAAe,EACf,MAAM,IAAI3lC,MAAM,2BAA2BqC,sBAE/C,OADAoH,KAAKyH,MAAQy0B,EACNA,CACV,CAEDvE,UAAU/+B,GAEN,GAD6F,iBAAA,GAAAf,GAAA,EAAA,qCAAAe,KACzFoH,KAAKyH,KAAO,GAAKzH,KAAKrB,SACtB,MAAM,IAAIpI,MAAM,eAEpB,MAAM2lC,EAAe3gC,GAAO6gC,yBAA+Bp8B,KAAKtC,OAASsC,KAAKyH,KAAO7O,EAAO,GAC5F,GAAIsjC,EAAe,EACf,MAAM,IAAI3lC,MAAM,2BAA2BqC,oBAE/C,OADAoH,KAAKyH,MAAQy0B,EACNA,CACV,CAEDtE,aAAa92B,EAAwB+2B,GACjC,GAAI73B,KAAKyH,KAAO,GAAKzH,KAAKrB,SACtB,MAAM,IAAIpI,MAAM,eAEpB,MAAM2lC,EAAe3gC,GAAO8gC,6BAAmCr8B,KAAKtC,OAASsC,KAAKyH,KAAO3G,EAAe+2B,EAAS,EAAI,GACrH,GAAIqE,EAAe,EACf,MAAM,IAAI3lC,MAAM,iCAEpB,OADAyJ,KAAKyH,MAAQy0B,EACNA,CACV,CAEDtmB,OAAOhU,EAA0B+H,GACN,iBAAnB,IACAA,EAAQ3J,KAAKyH,MAEjBzN,KAAkBsiC,WAAW16B,EAAYlE,OAASkE,EAAY6F,KAAMzH,KAAKtC,OAAQsC,KAAKtC,OAASiM,GAC/F/H,EAAY6F,MAAQkC,CACvB,CAEDmuB,YAAYx6B,EAAmBqM,GAC3B,MAAM9M,EAASmD,KAAKyH,KACdpE,EAASrJ,KAef,OAdIsD,EAAMI,SAAW2F,EAAO3F,QACD,iBAAnB,IACAiM,EAAQrM,EAAME,QAClB6F,EAAOi5B,WAAWt8B,KAAKtC,OAASb,EAAQS,EAAMxD,WAAYwD,EAAMxD,WAAa6P,GAC7E3J,KAAKyH,MAAQkC,IAEU,iBAAnB,IACArM,EAAQ,IAAIG,WAAWH,EAAMI,OAAQJ,EAAMxD,WAAY6P,IAGhD3J,KAAKg2B,cAAa,GAC1Br4B,IAAIL,EAAO0C,KAAKyH,MACnBzH,KAAKyH,MAAQnK,EAAME,QAEhBX,CACV,CAEDk7B,WAAWrzB,GACP,IAAIiF,EAAQjF,EAAKlH,OAGb++B,EAA6B,IAAhB73B,EAAKlH,OAAekH,EAAKG,WAAW,IAAM,EAK3D,GAJI03B,EAAa,MACbA,GAAc,GAGd5yB,GAAU4yB,EAAa,EACvB,GAAIv8B,KAAK87B,QAMLnyB,EADa3J,KAAK87B,QAAQU,WAAW93B,EAAM1E,KAAK67B,SACnCY,SAAW,OAExB,IAAK,IAAIj9B,EAAI,EAAGA,EAAImK,EAAOnK,IAAK,CAC5B,MAAMk9B,EAAKh4B,EAAKG,WAAWrF,GAC3B,GAAIk9B,EAAK,IACL,MAAM,IAAInmC,MAAM,uDAEhByJ,KAAK67B,QAAQr8B,GAAKk9B,CACzB,CAIT18B,KAAK+1B,WAAWpsB,GACZ4yB,GAAc,EACdv8B,KAAKm3B,SAASoF,GACT5yB,EAAQ,GACb3J,KAAK83B,YAAY93B,KAAK67B,QAASlyB,EACtC,CAEDqsB,aAAa4F,GACT,OAAO,IAAIn+B,WAAWzD,KAAkB0D,OAAQsC,KAAKtC,OAAQk+B,EAAe57B,KAAKrB,SAAWqB,KAAKyH,KACpG,EAiCL,MAAMktB,GAmBF70B,YAAY68B,GAhBZ38B,KAAQ48B,SAAsB,GAC9B58B,KAAiB68B,kBAAuB,KAMxC78B,KAAc88B,eAAG,EACjB98B,KAAa+8B,cAAG,EAEhB/8B,KAAUg9B,WAAyB,GACnCh9B,KAAmBi9B,oBAAyB,GAC5Cj9B,KAAAk9B,cAAgB,IAAI96B,IACpBpC,KAAAm9B,sBAAwB,IAAInJ,IAC5Bh0B,KAAKo9B,MAAG,EAGJp9B,KAAK28B,QAAUA,CAClB,CAEDU,WAAWC,EAA4BT,EAAuCO,GAC1Ep9B,KAAK48B,SAASp/B,OAAS,EACvBwC,KAAKg9B,WAAWx/B,OAAS,EACzBwC,KAAKs9B,YAAcA,EACnBt9B,KAAK68B,kBAAoBA,EACzB78B,KAAKo4B,KAAOp4B,KAAK28B,QAAQvE,KACzBp4B,KAAKg4B,GAAKh4B,KAAKu9B,mBAAqBv9B,KAAK28B,QAAQvE,KACjDp4B,KAAK88B,eAAiB,EACtB98B,KAAK+8B,cAAgB,GACrB/8B,KAAKk9B,cAAc/7B,QACnBnB,KAAKm9B,sBAAsBh8B,QAC3BnB,KAAKo9B,MAAQA,EACbp9B,KAAKi9B,oBAAoBz/B,OAAS,CACrC,CAGDggC,MAAMxF,GACFh4B,KAAKy9B,QAAUzF,EACfh4B,KAAK09B,aACyD,IAAA19B,KAAA48B,SAAAp/B,QAAA3F,GAAA,EAAA,sBACC,SAAAmI,KAAA48B,SAAA,GAAAztB,MAAAtX,GAAA,EAAA,iBAC/DmI,KAAK29B,UAAqB39B,KAAK48B,SAAS,GACxC58B,KAAK48B,SAASp/B,OAAS,EACvBwC,KAAK+8B,eAAiB,EAClB/8B,KAAK68B,oBACL78B,KAAK+8B,eAAiB,GACtB/8B,KAAK+8B,eAAiB/8B,KAAK68B,kBAAkBr/B,OAEpD,CAEDkgC,aACQ19B,KAAK28B,QAAQpH,QAAQ9tB,OAASzH,KAAK88B,iBAGvC98B,KAAK48B,SAASrjC,KAAK,CACf4V,KAAM,OACN6oB,GAAIh4B,KAAKu9B,mBACTj3B,MAAOtG,KAAK88B,eACZt/B,OAAQwC,KAAK28B,QAAQpH,QAAQ9tB,KAAOzH,KAAK88B,iBAE7C98B,KAAKu9B,mBAAqBv9B,KAAKg4B,GAC/Bh4B,KAAK88B,eAAiB98B,KAAK28B,QAAQpH,QAAQ9tB,KAE3CzH,KAAK+8B,eAAiB,EACzB,CAEDa,iBAAiB5F,EAAmB6F,GAChC79B,KAAK09B,aACL19B,KAAK48B,SAASrjC,KAAK,CACf4V,KAAM,sBACN6oB,KACA6F,uBAEJ79B,KAAK+8B,eAAiB,CACzB,CAEDe,OAAOjoB,EAAuBkoB,EAAqBC,GAC/Ch+B,KAAKm9B,sBAAsBc,IAAIpoB,GAC/B7V,KAAK09B,aACL19B,KAAK48B,SAASrjC,KAAK,CACf4V,KAAM,SACN+uB,KAAMl+B,KAAKg4B,GACXniB,SACAkoB,aACAC,WAAYA,IAIhBh+B,KAAK+8B,eAAiB,EAClBgB,IAMA/9B,KAAK+8B,eAAiB,IAKX,IAAViB,GACmD,IAAnDA,IAEDh+B,KAAK+8B,eAAiB,GAE7B,CAEDoB,SAASC,EAAkB18B,GAEvB,MAAMkC,EAAOlC,EAAO8E,SAAS43B,EAAQ93B,MAAO83B,EAAQ93B,MAAQ83B,EAAQ5gC,QACpEwC,KAAK28B,QAAQ7E,YAAYl0B,EAC5B,CAEDy6B,WAEIr+B,KAAK09B,aAGL,MAAMh8B,EAAS1B,KAAK28B,QAAQjC,aAAY,GAGxC16B,KAAK28B,QAAQ/G,QAEb51B,KAAK28B,QAAQvE,KAAOp4B,KAAKo4B,KAGzBp4B,KAAKm+B,SAASn+B,KAAK29B,UAAWj8B,GAI1B1B,KAAK68B,oBACL78B,KAAK28B,QAAQzE,UAAU,GACvBl4B,KAAK28B,QAAQpE,MAAM,WACnBv4B,KAAK28B,QAAQ5rB,aAMjB,IAAK,IAAIvR,EAAI,EAAGA,EAAIQ,KAAK48B,SAASp/B,OAAQgC,IAAK,CAC3C,MAAM4+B,EAAUp+B,KAAK48B,SAASp9B,GACT,wBAAjB4+B,EAAQjvB,MAEZnP,KAAKg9B,WAAWzjC,KAAK6kC,EAAQpG,GAChC,CAEDh4B,KAAKg9B,WAAW1D,MAAK,CAACC,EAAKC,IAAaD,EAAWC,IACnD,IAAK,IAAIh6B,EAAI,EAAGA,EAAIQ,KAAKg9B,WAAWx/B,OAAQgC,IACxCQ,KAAK28B,QAAQ5rB,UAGjB,GAAI/Q,KAAK68B,kBAAmB,CACxB78B,KAAKi9B,oBAAoBz/B,OAAS,EAMlC,IAAK,IAAIgC,EAAI,EAAGA,EAAIQ,KAAK68B,kBAAkBr/B,OAAQgC,IAAK,CACpD,MAAMrF,EAAsC,EAA5B6F,KAAK68B,kBAAkBr9B,GAAeQ,KAAKs9B,YACxCt9B,KAAKg9B,WAAW3zB,QAAQlP,GAC1B,GAEZ6F,KAAKm9B,sBAAsB5f,IAAIpjB,KAGpC6F,KAAKk9B,cAAcv/B,IAAIxD,EAAQ6F,KAAKi9B,oBAAoBz/B,OAAS,GACjEwC,KAAKi9B,oBAAoB1jC,KAAKY,GACjC,CAED,GAAwC,IAApC6F,KAAKi9B,oBAAoBz/B,OACrBwC,KAAKo9B,MAAQ,GACbp2B,GAAc,8DACf,GAAwC,IAApChH,KAAKi9B,oBAAoBz/B,OAC5BwC,KAAKo9B,MAAQ,IACTp9B,KAAKi9B,oBAAoB,KAAOj9B,KAAKy9B,QACrCz2B,GAAc,iEAAuEhH,KAAKy9B,QAASn8B,SAAS,OAE5G0F,GAAc,iDAAuDhH,KAAKi9B,oBAAoB,GAAI37B,SAAS,QAInHtB,KAAK28B,QAAQpE,MAAM,QACnBv4B,KAAK28B,QAAQxF,aACbn3B,KAAK28B,QAAQ5G,WAAW/1B,KAAKg9B,WAAW3zB,QAAQrJ,KAAKi9B,oBAAoB,SACtE,CAKHj9B,KAAK28B,QAAQ5rB,UACb/Q,KAAK28B,QAAQ5rB,UACb/Q,KAAK28B,QAAQpE,MAAM,QACnBv4B,KAAK28B,QAAQxF,aAKbn3B,KAAK28B,QAAQ5G,WAAW/1B,KAAKi9B,oBAAoBz/B,OAAS,GAC1DwC,KAAK28B,QAAQ5G,WAAW,GACxB,IAAK,IAAIv2B,EAAI,EAAGA,EAAIQ,KAAKi9B,oBAAoBz/B,OAAQgC,IAEjDQ,KAAK28B,QAAQ5G,WAAW/1B,KAAKg9B,WAAW3zB,QAAQrJ,KAAKi9B,oBAAoBz9B,IAAM,GAEnFQ,KAAK28B,QAAQ5G,WAAW,GACxB/1B,KAAK28B,QAAQpB,WACbv7B,KAAK28B,QAAQxF,YACbn3B,KAAK28B,QAAQpB,UAChB,CAEGv7B,KAAKi9B,oBAAoBz/B,OAAS,GAGlCwC,KAAKg9B,WAAWzjC,KA/De,EAiEtC,CAEGyG,KAAKo9B,MAAQ,GACbp2B,GAAc,cAAchH,KAAKg9B,cAErC,IAAK,IAAIx9B,EAAI,EAAGA,EAAIQ,KAAK48B,SAASp/B,OAAQgC,IAAK,CAC3C,MAAM4+B,EAAUp+B,KAAK48B,SAASp9B,GAC9B,OAAQ4+B,EAAQjvB,MACZ,IAAK,OAEDnP,KAAKm+B,SAASC,EAAS18B,GACvB,MAEJ,IAAK,sBAAuB,CAIxB,MAAM48B,EAAet+B,KAAKg9B,WAAW3zB,QAAQ+0B,EAAQpG,IACoG,IAAAsG,GAAAzmC,GAAA,EAAA,YAAAumC,EAAApG,iDAAAsG,aAAAt+B,KAAAg9B,WAAA,MACzJh9B,KAAK28B,QAAQpB,WACbv7B,KAAKg9B,WAAWuB,QAChB,KACH,CACD,IAAK,SAAU,CACX,MAAMC,EAAeJ,EAAQL,WAzFF,EAyF4BK,EAAQvoB,OAC/D,IAAIyoB,EAAet+B,KAAKg9B,WAAW3zB,QAAQm1B,GACvCC,GAAuB,EAI3B,GAAIL,EAAQL,WACR,GAAI/9B,KAAKk9B,cAAc3f,IAAI6gB,EAAQvoB,QAAS,CACxC,MAAM6oB,EAAO1+B,KAAKk9B,cAAcv8B,IAAIy9B,EAAQvoB,QACxC7V,KAAKo9B,MAAQ,GACbp2B,GAAc,oBAA0Bo3B,EAAQF,KAAM58B,SAAS,UAAgB88B,EAAQvoB,OAAQvU,SAAS,aAAao9B,KAGzH1+B,KAAK28B,QAAQzE,UAAU,GACvBl4B,KAAK28B,QAAQpE,MAAM,mBAGnBv4B,KAAK28B,QAAQzE,UAAUwG,GACvB1+B,KAAK28B,QAAQpE,MAAM,WACnBkG,GAAuB,CAC1B,MACOz+B,KAAKo9B,MAAQ,GACbp2B,GAAc,WAAiBo3B,EAAQF,KAAM58B,SAAS,UAAgB88B,EAAQvoB,OAAQvU,SAAS,wDACnGg9B,GAAgB,EAIxB,GAAKA,GAAgB,GAAMG,EAAsB,CAC7C,IAAItkC,EAAS,EACb,OAAQikC,EAAQJ,YACZ,KAAA,EACIW,GAAiB3+B,KAAK28B,QAASyB,EAAQF,MACvCl+B,KAAK28B,QAAQxF,aACb,MACJ,KAAA,EAEIn3B,KAAK28B,QAAQ5rB,YACb4tB,GAAiB3+B,KAAK28B,QAASyB,EAAQF,MACvCl+B,KAAK28B,QAAQxF,aACbh9B,EAAS,EACT,MACJ,KAAA,EACI6F,KAAK28B,QAAQxF,aACb,MACJ,KAAA,EACIn3B,KAAK28B,QAAQxF,aACb,MACJ,QACI,MAAM,IAAI5gC,MAAM,6BAGxByJ,KAAK28B,QAAQ5G,WAAW57B,EAASmkC,GAC7BnkC,GACA6F,KAAK28B,QAAQpB,WACbv7B,KAAKo9B,MAAQ,GACbp2B,GAAc,WAAiBo3B,EAAQF,KAAM58B,SAAS,UAAgB88B,EAAQvoB,OAAQvU,SAAS,oBAAoBnH,EAASmkC,EAAe,aAClJ,KAAM,CACH,GAAIt+B,KAAKo9B,MAAQ,EAAG,CAChB,MAAMhF,EAAYp4B,KAAKo4B,KAClBgG,EAAQvoB,QAAUuiB,GAAUgG,EAAQvoB,OAAS7V,KAAK4+B,OACnD53B,GAAc,WAAiBo3B,EAAQF,KAAM58B,SAAS,UAAgB88B,EAAQvoB,OAAQvU,SAAS,iCAC1FtB,KAAKo9B,MAAQ,GAClBp2B,GAAc,WAAiBo3B,EAAQF,KAAM58B,SAAS,UAAgB88B,EAAQvoB,OAAQvU,SAAS,kCAAkC82B,EAAK92B,SAAS,WAAiBtB,KAAK4+B,OAAQt9B,SAAS,OAC7L,CAED,MAAMu9B,MAAiBT,EAAQJ,YACR,IAAlBI,EAAQJ,WACTa,GACA7+B,KAAK28B,QAAQ5rB,YACjB+tB,GAAe9+B,KAAK28B,QAASyB,EAAQvoB,OAAM,GACvCgpB,GACA7+B,KAAK28B,QAAQpB,UACpB,CACD,KACH,CACD,QACI,MAAM,IAAIhlC,MAAM,eAE3B,CAqBD,OAlBIyJ,KAAK68B,oBAGkG78B,KAAAg9B,WAAAx/B,QAAA,GAAA3F,GAAA,EAAA,8DACnGmI,KAAKg9B,WAAWx/B,QAChBwC,KAAKg9B,WAAWuB,QACpBv+B,KAAK28B,QAAQpB,YAGoH,IAAAv7B,KAAAg9B,WAAAx/B,QAAA3F,GAAA,EAAA,kEAAAmI,KAAAg9B,cAIrIh9B,KAAK28B,QAAQ1E,SAASj4B,KAAK4+B,QAC3B5+B,KAAK28B,QAAQxF,aACbn3B,KAAK28B,QAAQxF,aAEEn3B,KAAK28B,QAAQ9G,MAAK,EAEpC,EAYL,IAAIkJ,GACAC,IAAyB,EAAGC,GAA0B,EAGnD,MAAMC,GAAe,CACxBC,WAAY,EACZC,YAAa,GAMJC,GAAW,CACpBC,gBAAiB,EACjBC,eAAgB,EAChBC,sBAAuB,EACvBC,iBAAkB,EAClBC,uBAAwB,EACxBC,SAAU,EACVC,eAAgB,EAChBC,qBAAsB,EACtBC,gBAAiB,EACjBC,oBAAqB,EACrBC,uBAAwB,EACxBC,aAf4D,CAAA,GAkBnDC,GAAQ30B,WAAWqF,aAAerF,WAAWqF,YAAYC,IAChEtF,WAAWqF,YAAYC,IAAIsvB,KAAK50B,WAAWqF,aAC3CgI,KAAK/H,IAIK,SAAA8tB,GAAiBhC,EAAsB3E,GAEnD2E,EAAQxE,UAAU58B,GAAO6kC,4CACzBzD,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GAExBmB,EAAQ5rB,MAAK,GAAA,GACb4rB,EAAQpE,MAAM,SAEdoE,EAAQzE,UAAUF,GAClB2E,EAAQ/B,WAAW,aACnB+B,EAAQpB,UACZ,UAEgBuD,GAAenC,EAAsB3E,EAAmBvgC,GACpEklC,EAAQ1E,SAASD,GACb2E,EAAQ3rB,QAAQqvB,gBAChB1D,EAAQzE,UAAUyE,EAAQvE,MAC1BuE,EAAQzE,UAAUzgC,GAClBklC,EAAQ/B,WAAW,YAEvB+B,EAAQxF,SAAQ,GACpB,CAGM,SAAUmJ,GAAY3D,EAAsB3E,EAAmBuI,EAAuB9oC,GACpF8oC,GAAkB5D,EAAQ3rB,QAAQwvB,uBAAyB,IAC3D7D,EAAQpE,MAAM,SACdoE,EAAQzE,UAAUqI,GAClB5D,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GAIxBmB,EAAQpE,MAAM,SACdoE,EAAQpE,MAAM,gBACdoE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,IAG5BmB,EAAQ1E,SAASD,GACb2E,EAAQ3rB,QAAQqvB,gBAChB1D,EAAQzE,UAAUyE,EAAQvE,MAC1BuE,EAAQzE,UAAUzgC,GAClBklC,EAAQ/B,WAAW,YAEvB+B,EAAQxF,SAAQ,GACpB,UAYgB4C,KAGZ,GAFKgF,KACDA,GAAYvqC,EAAOisC,iCAClB1B,GACD,MAAM,IAAIxoC,MAAM,qDACpB,OAAOwoC,EACX,CAEM,SAAU2B,GAAuBtH,GAC0B,GAAAvhC,GAAA,EAAA,8CACuExC,EAAAsrC,4BAAA9oC,GAAA,EAAA,4EAEpI,MAAMiiC,EAAQC,KACVkF,IAA2B,IAC3BD,GAAwBlF,EAAMt8B,OAC9ByhC,GAA0B,IAC1BnF,EAAM8G,KAAK3B,KAEf,MAAM3/B,EAAQ0/B,GAId,OAHAA,KACAC,KACAnF,EAAMn8B,IAAI2B,EAAO85B,GACV95B,CACX,CAEM,SAAUuhC,GAAuBlE,EAAsBmE,EAAqBloC,EAAe+Q,EAAeo3B,GAC5G,GAAIp3B,GAAS,EAGT,OAFIo3B,GACApE,EAAQxF,SAAQ,KACb,EAGX,GAAIxtB,GAASipB,GACT,OAAO,EAGX,GAAc,IAAVh6B,EACA,OAAO,EAEX,MAAMooC,EAAYD,EAAc,aAAe,UAC3CA,GACApE,EAAQpE,MAAMyI,MAElB,IAAI7mC,EAAS4mC,EAAc,EAAID,EAE/B,GAAInE,EAAQ3rB,QAAQiwB,WAAY,CAC5B,MAAMC,EAAa,GACnB,KAAOv3B,GAASu3B,GACZvE,EAAQpE,MAAMyI,GACdrE,EAAQrE,WAAW,GACnBqE,EAAQvF,WAAU,IAClBuF,EAAQnB,aAAarhC,EAAQ,GAC7BA,GAAU+mC,EACVv3B,GAASu3B,CAEhB,CAGD,KAAOv3B,GAAS,GACZgzB,EAAQpE,MAAMyI,GACdrE,EAAQtE,UAAU,GAClBsE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAarhC,EAAQ,GAC7BA,GAAU,EACVwP,GAAS,EAIb,KAAOA,GAAS,GAAG,CACfgzB,EAAQpE,MAAMyI,GACdrE,EAAQzE,UAAU,GAClB,IAAIiJ,EAAax3B,EAAQ,EACzB,OAAQw3B,GACJ,KAAK,EAEDA,EAAa,EACbxE,EAAQxF,SAAQ,IAChB,MACJ,KAAK,EACDwF,EAAQxF,SAAQ,IAChB,MACJ,KAAK,EACL,KAAK,EAEDgK,EAAa,EACbxE,EAAQxF,SAAQ,IAGxBwF,EAAQnB,aAAarhC,EAAQ,GAC7BA,GAAUgnC,EACVx3B,GAASw3B,CACZ,CAED,OAAO,CACX,UAEgBC,GAAmBzE,EAAsB/jC,EAAe+Q,GAEhEk3B,GAAuBlE,EAAS,EAAG/jC,EAAO+Q,GAAO,KAGrDgzB,EAAQzE,UAAUt/B,GAClB+jC,EAAQzE,UAAUvuB,GAClBgzB,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAS,IACjBwF,EAAQxF,SAAS,GACrB,CAEgB,SAAAkK,GACZ1E,EAAsB2E,EAAyBC,EAC/C53B,EAAe63B,EAA2BR,EAAoBS,GAE9D,GAAI93B,GAAS,EAKT,OAJI63B,IACA7E,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,MAEb,EAGX,GAAIxtB,GAASkpB,GACT,OAAO,EAEP2O,GACAR,EAAYA,GAAa,aACzBS,EAAWA,GAAY,YAEvB9E,EAAQpE,MAAMkJ,MACd9E,EAAQpE,MAAMyI,OACNA,GAAcS,IACtBT,EAAYS,EAAW,WAK3B,IAAIC,EAAaF,EAAmB,EAAIF,EACpCK,EAAYH,EAAmB,EAAID,EAEvC,GAAI5E,EAAQ3rB,QAAQiwB,WAAY,CAC5B,MAAMC,EAAa,GACnB,KAAOv3B,GAASu3B,GACZvE,EAAQpE,MAAMyI,GACdrE,EAAQpE,MAAMkJ,GACd9E,EAAQvF,WAAqC,GAAA,GAC7CuF,EAAQnB,aAAamG,EAAW,GAChChF,EAAQvF,WAAU,IAClBuF,EAAQnB,aAAakG,EAAY,GACjCA,GAAcR,EACdS,GAAaT,EACbv3B,GAASu3B,CAEhB,CAGD,KAAOv3B,GAAS,GACZgzB,EAAQpE,MAAMyI,GACdrE,EAAQpE,MAAMkJ,GACd9E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAamG,EAAW,GAChChF,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAakG,EAAY,GACjCA,GAAc,EACdC,GAAa,EACbh4B,GAAS,EAIb,KAAOA,GAAS,GAAG,CACf,IAAIi4B,EAAoBC,EACpBV,EAAax3B,EAAQ,EACzB,OAAQw3B,GACJ,KAAK,EAEDA,EAAa,EACbS,KACAC,KACA,MACJ,QACA,KAAK,EACDV,EAAa,EACbS,KACAC,KACA,MACJ,KAAK,EACL,KAAK,EAEDV,EAAa,EACbS,KACAC,KAKRlF,EAAQpE,MAAMyI,GACdrE,EAAQpE,MAAMkJ,GACd9E,EAAQxF,SAASyK,GACjBjF,EAAQnB,aAAamG,EAAW,GAChChF,EAAQxF,SAAS0K,GACjBlF,EAAQnB,aAAakG,EAAY,GACjCC,GAAaR,EACbO,GAAcP,EACdx3B,GAASw3B,CACZ,CAED,OAAO,CACX,CAGgB,SAAAW,GAAwBnF,EAAsBhzB,GAC1D,OAAI03B,GAAwB1E,EAAS,EAAG,EAAGhzB,GAAO,KAIlDgzB,EAAQzE,UAAUvuB,GAElBgzB,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAS,IACjBwF,EAAQxF,SAAS,GACjBwF,EAAQxF,SAAS,KARN,CAUf,UAEgB4K,KACZ1C,GAASM,WACLN,GAASM,UAAYhN,KACrB3rB,GAAc,+BAA+Bq4B,GAASM,qBACtDqC,GAAkB,CACdC,cAAc,EACdC,mBAAmB,EACnBC,eAAe,IAG3B,CAwBA,MAAMC,GAA6C,CAAA,EAE7C,SAAUC,GAAgBC,GAC5B,MAAMC,EAASH,GAAcE,GAC7B,YAAejjC,IAAXkjC,EACOH,GAAcE,GAAU/mC,GAAOinC,8BAAmCF,GAElEC,CACf,CAEM,SAAUE,GAAY7jC,GACxB,MAAM/B,EAAerI,EAAa,IAAEoK,GACpC,GAAwB,mBAApB,EACA,MAAM,IAAIrI,MAAM,aAAaqI,eACjC,OAAO/B,CACX,CAEA,MAAM6lC,GAAiD,CAAA,EAEjD,SAAUC,GAAoBnQ,GAChC,IAAI31B,EAAS6lC,GAAiBlQ,GAG9B,MAFwB,iBAApB,IACA31B,EAAS6lC,GAAiBlQ,GAAUj3B,GAAOqnC,yCAA8CpQ,IACtF31B,CACX,CAEgB,SAAAgmC,GAAUjkC,EAAcojB,GACpC,MAAO,CAACpjB,EAAMA,EAAMojB,EACxB,CASA,IAAI8gB,YAEYC,KAMZ,IAAKxnC,GAAOynC,kCACR,OAAO,EAGX,IAAgC,IAA5BF,GACA,OAAO,EAMX,MAAM19B,EAAUnH,KAChB,IAAK,IAAIuB,EAAI,EAAGA,EAAI,EAAGA,IACnB,GAAmB,IAAf4F,EAAQ5F,GAIR,OAHgC,IAA5BsjC,IACA17B,GAAe,iFAAqF,EAAJ5H,MAAU4F,EAAQ5F,MACtHsjC,IAA0B,GACnB,EAKf,OADAA,IAA0B,GACnB,CACX,CA8CA,MAAMG,GAA4C,CAC9ChB,aAAgB,6BAChBC,kBAAqB,mCACrBC,cAAiB,+BACjBe,uBAA0B,8CAC1BC,iBAAoB,kCACpBC,aAAgB,8BAChBnC,WAAc,2BACdoC,qBAAwB,qCACxBC,YAAe,4BACfC,iBAAoB,gCACpBC,aAAgB,4BAChBnD,cAAiB,6BACjBoD,WAAc,0BACdhO,aAAgB,4BAChBE,oBAAuB,oCACvB+N,uBAA0B,wCAC1BC,eAAkB,+BAClBC,kBAAqB,kCACrBC,qBAAwB,sCACxBC,iBAAoB,sCACpBC,wBAA2B,8CAC3BvD,uBAA0B,6CAC1BwD,4BAA+B,mDAC/BC,gBAAmB,gCACnBC,gBAAmB,iCACnBC,sBAAyB,6CACzBC,oBAAuB,qCACvBC,0BAA6B,iDAC7BC,eAAkB,gCAGtB,IAAIC,IAAkB,EAClBC,GAAuC,CAAA,EAGrC,SAAUxC,GAAahxB,GACzB,IAAK,MAAMhB,KAAKgB,EAAS,CACrB,MAAM/J,EAAOg8B,GAAYjzB,GACzB,IAAK/I,EAAM,CACPG,GAAe,oCAAoC4I,KACnD,QACH,CAED,MAAMqpB,EAAUroB,EAAShB,GACN,kBAAf,EACAzU,GAAOkpC,0BAA0BpL,EAAI,KAAO,SAAWpyB,GACnC,iBAAf,EACL1L,GAAOkpC,yBAAyB,KAAKx9B,KAAQoyB,KAE7CjyB,GAAe,yEAA2EiyB,KACjG,CACL,UAGgBzE,KACZ,MAAM8P,EAAiBnpC,GAAOopC,kCAK9B,OAJID,IAAmBH,KAO3B,WACI,MAAMK,EAAQrpC,GAAOspC,kCACfC,EAAO3hC,GAAkByhC,GAC/BpwC,EAAO6M,MAAWujC,GAClB,MAAMtK,EAAOptB,KAAK63B,MAAMD,GAExBN,GAAmB,CAAA,EACnB,IAAK,MAAMx0B,KAAKizB,GAAa,CACzB,MAAMh8B,EAAOg8B,GAAYjzB,GACnBw0B,GAAax0B,GAAKsqB,EAAKrzB,EAChC,CACL,CAjBQ+9B,GACAT,GAAiBG,GAEdF,EACX,CCj3BO,MAAMS,GAA2B,CACpC,EAAG,CACC,mBACA,mBACA,mBACA,uBACA,sBACA,sBACA,wBACA,wBACA,wBACA,wBACA,sBACA,sBACA,sBACA,sBACA,iBACA,iBACA,iBACA,iBACA,UACA,UACA,UACA,UACA,WACA,WACA,WACA,WACA,WACA,WACA,SACA,SACA,YACA,YACA,UACA,UACA,aACA,aACA,mBACA,mBACA,SACA,aACA,YACA,YACA,YACA,YACA,aACA,YACA,YACA,YACA,YACA,wBACA,wBACA,wBACA,wBACA,QACA,QACA,QACA,QACA,QACA,QACA,oBACA,oBACA,oBACA,yBACA,yBACA,yBACA,2BACA,4BACA,2BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,4BACA,mBACA,wBACA,wBACA,gCACA,gCACA,gCACA,gCACA,0BACA,0BACA,0BACA,0BACA,0BACA,2BAEJ,EAAG,CACC,cACA,cACA,cACA,cACA,cACA,cACA,cACA,cACA,mBACA,kBACA,wBACA,0BACA,yBACA,yBACA,oBACA,mBACA,mBACA,mBACA,mBACA,mBACA,qBACA,qBACA,qBACA,qBACA,sBACA,sBACA,sBACA,uBACA,uBACA,uBACA,uBACA,iBACA,uBACA,oBACA,oBACA,oBACA,iBACA,iBACA,iBACA,iBACA,iBACA,eACA,0BACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,YACA,QACA,QACA,QACA,QACA,QACA,QACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,WACA,WACA,QACA,cACA,cACA,cACA,cACA,yBACA,yBACA,yBACA,yBACA,sBACA,sBACA,sBACA,sBACA,SACA,YACA,QACA,SACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,uBACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,mCACA,mCACA,qCACA,qCACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,gBACA,gBACA,gBACA,gBACA,qBACA,qBACA,qBACA,qBACA,+BACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,mBACA,mBACA,QACA,QACA,QACA,QACA,cACA,cACA,cACA,cACA,YAEJ,EAAG,CACC,0BACA,kBACA,kBACA,kBACA,kBACA,kBACA,kBACA,YACA,mBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,0BCh6CKC,GAAuD,CAChE,GAA6B,CAAA,IAAwB,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,GACrD,GAA6B,CAAwB,GAAA,IAQ5CC,GAAoD,CAC7D,IAAwD,IACxD,IAAwD,IACxD,IAAwD,IACxD,IAAwD,KAG/CC,GAAsD,CAC/D,IAAiC,CAA+D,GAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAEhG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAEhG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAEhG,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAAiC,CAA+D,IAAA,GAAA,IAEhG,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAC1G,IAAiC,CAAyE,IAAA,GAAA,IAE1G,IAAiC,CAA+D,EAAA,GAAA,IAChG,IAAiC,CAA+D,EAAA,GAAA,IAEhG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAElG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAElG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAClG,IAAiC,CAAiE,IAAA,GAAA,IAElG,IAAiC,CAAgE,IAAA,GAAA,IACjG,IAAiC,CAAgE,IAAA,GAAA,IACjG,IAAiC,CAAgE,IAAA,GAAA,IACjG,IAAiC,CAAgE,IAAA,GAAA,IAEjG,IAAiC,CAAkE,IAAA,GAAA,IACnG,IAAiC,CAAkE,IAAA,GAAA,IACnG,IAAiC,CAAkE,IAAA,GAAA,IACnG,IAAiC,CAAkE,IAAA,GAAA,IACnG,IAAiC,CAAkE,IAAA,GAAA,IACnG,IAAiC,CAAkE,IAAA,GAAA,KAK1FC,GAAsD,CAC/D,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,IAA2D,IAC3D,IAA+C,EAC/C,MAA2D,IAC3D,MAA2D,IAC3D,MAA2D,IAC3D,MAA+C,EAC/C,MAA+C,EAC/C,MAA+C,GAGtCC,GAAgE,CACzE,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA8B,CAA+D,IAAA,GAAA,IAC7F,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA8B,CAA+D,IAAA,GAAA,IAC7F,IAAiC,CAA+D,IAAA,GAAA,IAChG,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA6B,CAAiE,IAAA,GAAA,IAC9F,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA6B,CAAiE,IAAA,GAAA,IAC9F,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAAyB,CAA8D,IAAA,GAAA,IACvF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA6B,CAAiE,IAAA,GAAA,IAE9F,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA6B,CAAiE,IAAA,GAAA,IAC9F,IAA6B,CAAiE,IAAA,GAAA,IAC9F,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAAyB,CAA8D,IAAA,GAAA,IACvF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAAiE,IAAA,GAAA,IAC3F,IAA6B,CAAiE,IAAA,GAAA,IAE9F,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IAEzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IACzF,IAA0B,CAA+D,IAAA,GAAA,IAEzF,IAA0B,CAA8D,GAAA,GAAA,IACxF,IAA0B,CAA8D,GAAA,GAAA,IACxF,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAE1F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,IAE7F,IAA0B,CAA8D,GAAA,GAAA,IACxF,IAA0B,CAA8D,GAAA,GAAA,IACxF,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAC1F,IAA0B,CAAgE,GAAA,GAAA,IAE1F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,IAC7F,IAA6B,CAAgE,GAAA,GAAA,KAIpFC,GAA6J,CACtK,IAAkD,IAClD,IAAqD,IACrD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IAExD,IAA6B,CAAA,KAAyB,GAAO,GAC7D,IAAgC,CAAA,KAAyB,GAAO,GAChE,IAA6B,CAAA,KAAyB,GAAO,GAC7D,IAAgC,CAAA,KAA4B,GAAO,GACnE,IAA6B,CAAA,KAAyB,GAAO,GAC7D,IAAgC,CAAA,KAA4B,GAAO,GACnE,IAA6B,CAAA,KAAyB,GAAO,GAC7D,IAAgC,CAAA,KAA4B,GAAO,GACnE,IAA6B,CAAA,KAAyB,GAAO,GAC7D,IAAgC,CAAA,KAA4B,GAAO,GAEnE,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAA+C,IAAA,IAAA,GACnF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GAEtF,IAAkD,IAClD,IAAqD,IACrD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IAExD,IAAiC,CAA+C,IAAA,IAAA,GAGhF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GACtF,IAAiC,CAA+C,IAAA,IAAA,GAChF,IAAoC,CAAkD,IAAA,IAAA,GAEtF,IAAkD,IAClD,IAA+B,MAC/B,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAA+B,MAC/B,IAAkD,IAClD,IAA+B,MAE/B,IAAkD,IAClD,IAA+B,MAC/B,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAAwD,IACxD,IAAkD,IAClD,IAA+B,MAC/B,IAAkD,IAClD,IAA+B,OAGtBC,GAAsH,CAC/H,IAA4B,EAAC,GAAM,EAA2B,KAC9D,IAA4B,EAAC,GAAM,EAA0B,KAC7D,IAA4B,EAAC,GAAM,EAA2B,KAC9D,IAA4B,EAAC,GAAM,EAA0B,KAC7D,IAA4B,EAAC,GAAM,EAA4B,KAC/D,IAA4B,EAAC,GAAM,EAA2B,KAC9D,IAA4B,EAAC,GAAM,EAA0B,KAC7D,IAA4B,EAAC,GAAM,EAAyB,KAE5D,IAA4B,EAAC,GAAM,EAAO,QAC1C,IAA4B,EAAC,GAAM,EAAM,SACzC,IAA4B,EAAC,GAAM,EAAO,SAC1C,IAA4B,EAAC,GAAM,EAAM,UACzC,IAA4B,EAAC,GAAM,EAAO,OAC1C,IAA4B,EAAC,GAAM,EAAM,QACzC,IAA4B,EAAC,GAAM,EAAO,QAC1C,IAA4B,EAAC,GAAM,EAAM,SACzC,IAA4B,EAAC,GAAM,EAAO,SAC1C,IAA4B,EAAC,GAAM,EAAM,UACzC,IAA4B,EAAC,GAAM,EAAO,OAC1C,IAA4B,EAAC,GAAM,EAAM,QACzC,IAA4B,EAAC,GAAM,EAAO,QAC1C,IAA4B,EAAC,GAAM,EAAM,SACzC,IAA4B,EAAC,GAAM,EAAO,SAC1C,IAA4B,EAAC,GAAM,EAAM,UACzC,IAA4B,EAAC,GAAM,EAAO,OAC1C,IAA4B,EAAC,GAAM,EAAM,QACzC,IAA4B,EAAC,GAAM,EAAO,QAC1C,IAA4B,EAAC,GAAM,EAAM,SACzC,IAA4B,EAAC,GAAM,EAAO,OAC1C,IAA4B,EAAC,GAAM,EAAM,QACzC,IAA4B,EAAC,GAAM,EAAO,OAC1C,IAA4B,EAAC,GAAM,EAAM,QACzC,IAA4B,EAAC,GAAM,EAAO,QAC1C,IAA4B,EAAC,GAAM,EAAM,SACzC,IAA4B,EAAC,GAAM,EAAO,SAC1C,IAA4B,EAAC,GAAM,EAAM,UAEzC,IAA4B,EAAC,GAAO,EAA0B,KAC9D,IAA4B,EAAC,GAAO,EAAyB,KAC7D,IAA4B,EAAC,GAAO,EAA0B,KAC9D,IAA4B,EAAC,GAAO,EAAyB,KAE7D,IAA4B,EAAC,GAAO,EAAO,SAC3C,IAA4B,EAAC,GAAO,EAAM,UAC1C,IAA4B,EAAC,GAAO,EAAO,OAC3C,IAA4B,EAAC,GAAO,EAAM,QAC1C,IAA4B,EAAC,GAAO,EAAO,QAC3C,IAA4B,EAAC,GAAO,EAAM,UAGjCC,GAAkB,CAC3B,IAAuC,EACvC,IAAuC,EACvC,IAAuC,EACvC,IAAuC,GAG9BC,GAAoB,CAC7B,IAA6D,GAC7D,IAA8D,GAC9D,IAA0D,GAC1D,IAA0D,IAGjDC,GAAqB,CAC9B,IAA4D,GAC5D,IAA6D,GAC7D,IAA2D,GAC3D,IAA2D,IAGlDC,GAAiB,IAAI5R,IAAoB,oCAgBzC6R,GAA8F,CACvG,GAAkC,CAAC,GAAyB,IAC5D,GAAkC,CAAC,GAAyB,IAC5D,GAAkC,CAAC,EAAwB,IAC3D,GAAkC,CAAC,EAAwB,IAC3D,GAAkC,CAAC,EAAwB,IAC3D,GAAkC,CAAC,EAAwB,IAC3D,GAAkC,CAAC,EAAwB,IAC3D,GAAkC,CAAC,EAAwB,KAGlDC,GAA6F,CACtG,EAAkC,CAAC,GAAwB,IAC3D,EAAkC,CAAC,EAAuB,IAC1D,EAAkC,CAAC,EAAuB,IAC1D,EAAkC,CAAC,EAAuB,IAC1D,EAAkC,CAAC,EAAuB,IAC1D,EAAkC,CAAC,EAAuB,KAGjDC,GAAgB,IAAI/R,IAAoB,0CAgBxCgS,GAA+D,CACxE,GAAwC,CAAC,IACzC,GAAwC,CAAC,GACzC,GAAwC,CAAC,GACzC,GAAwC,CAAC,IAGhCC,GAAwD,CACjE,GAAkE,IAClE,GAAkE,IAClE,GAAkE,IAClE,GAAkE,KAGzDC,GAA2E,CACpF,EAAwC,CAA2D,GAAA,IACnG,EAAwC,CAA4D,GAAA,IACpG,EAAwC,CAAwD,GAAA,IAChG,EAAwC,CAAwD,GAAA,KChUpG,SAASC,GAAUnO,EAAmBoO,GAClC,OAAOjqC,GAAY67B,EAAM,EAAIoO,EACjC,CAEA,SAASC,GAAUrO,EAAmBoO,GAClC,OAAO1pC,GAAYs7B,EAAM,EAAIoO,EACjC,CAEA,SAASE,GAAUtO,EAAmBoO,GAElC,OAAO9pC,GADU07B,EAAM,EAAIoO,EAE/B,CAEA,SAASG,GAAUvO,EAAmBoO,GAElC,OAAO5pC,GADUw7B,EAAM,EAAIoO,EAE/B,CAYA,SAASI,GAAY3S,GAGjB,OADgBr3B,GAAsBq3B,EAAQwO,GAAqC,GAEvF,CAEA,SAASoE,GAAiB5S,EAAsBv0B,GAE5C,MAAMonC,EAAQlqC,GAAiBgqC,GAAY3S,GAASwO,GAAuC,IAE3F,OAAO7lC,GADYkqC,EAASpnC,EAAQqnC,GAExC,CAEA,SAASC,GAA+B/S,EAAsBv0B,GAE1D,MAAMonC,EAAQlqC,GAAiBgqC,GAAY3S,GAASwO,GAA+C,KAEnG,OAAO7lC,GADYkqC,EAASpnC,EAAQqnC,GAExC,CAEA,SAASE,GACL7O,EAAmBsF,EACnBwJ,GAEA,IAAKA,EACD,OAAO,EAEX,IAAK,IAAItnC,EAAI,EAAGA,EAAIsnC,EAAoBtpC,OAAQgC,IAE5C,GAD+C,EAAzBsnC,EAAoBtnC,GAAe89B,IACpCtF,EACjB,OAAO,EAGf,OAAO,CACX,CAGA,MAAM+O,GAAsB,IAAI3kC,IAEhC,SAAS4kC,GAAyBrK,EAAsBmE,GACpD,IAAImG,GAAetK,EAASmE,GAG5B,OAAOiG,GAAoBpmC,IAAImgC,EACnC,CA8/CA,MAAMoG,GAAoC,IAAI9kC,IAC9C,IAomDI+kC,GApmDAC,IAAgB,EAEpB,SAASC,KACLD,IAAgB,EAChBF,GAAa/lC,QACb4lC,GAAoB5lC,OACxB,CAEA,SAASmmC,GAAiBntC,GAClBitC,KAAiBjtC,IACjBitC,IAAgB,GACpBF,GAAap8B,OAAO3Q,GACpB4sC,GAAoBj8B,OAAO3Q,EAC/B,CAEA,SAASotC,GAAuBjhC,EAAehJ,GAC3C,IAAK,IAAIkC,EAAI,EAAGA,EAAIlC,EAAOkC,GAAK,EAC5B8nC,GAAiBhhC,EAAQ9G,EACjC,CAEA,SAASgoC,GAA2B7K,EAAsB3E,EAAmB6F,GACzElB,EAAQjI,IAAIkJ,iBAAiB5F,EAAI6F,EACrC,CAEA,SAAS4J,GAAuBttC,EAAgButC,EAA4BC,GAExE,IAAIC,EAAY,EAYhB,OAXIztC,EAAS,IAAO,EAChBytC,EAAY,EACPztC,EAAS,GAAM,EACpBytC,EAAY,EACPztC,EAAS,GAAM,EACpBytC,EAAY,EACPztC,EAAS,GAAM,IACpBytC,EAAY,GAIRF,GACJ,KAAA,IAEIE,MACKD,GACwC,KAAxCA,EACD77B,KAAKrS,IAAImuC,EAAW,GAAK,EAC7B,MACJ,KAAyB,GACzB,KAAyB,GACzB,KAA0B,GAC1B,KAAA,GACIA,EAAY97B,KAAKrS,IAAImuC,EAAW,GAChC,MACJ,KAA6B,GAC7B,KAA6B,GAC7B,KAA4B,GAC5B,KAAyB,GACzB,KAAyB,GACzB,KAA0B,GAC1B,KAAA,GACIA,EAAY97B,KAAKrS,IAAImuC,EAAW,GAChC,MACJ,KAA6B,GAC7B,KAA6B,GAC7B,KAA6B,GAC7B,KAA6B,GAC7B,KAA4B,GAC5B,KAAA,GACIA,EAAY97B,KAAKrS,IAAImuC,EAAW,GAChC,MASJ,QACIA,EAAY,EAIpB,OAAOA,CACX,CAEA,SAASC,GAAalL,EAAsBxiC,EAAgButC,EAA4BC,GAIpF,GAHAhL,EAAQpE,MAAM,WAC6FmP,GAAA,IAAA7vC,GAAA,EAAA,gCAAA6vC,KAC3G/K,EAAQxF,SAASuQ,QACEroC,IAAfsoC,EAEAhL,EAAQ5G,WAAW4R,QAChB,SAAID,EACP,MAAM,IAAInxC,MAAM,0CAEpB,MAAMqxC,EAAYH,GAAuBttC,EAAQutC,EAAgBC,GACjEhL,EAAQnB,aAAarhC,EAAQytC,EACjC,CAOA,SAASE,GAAkBnL,EAAsBxiC,EAAgButC,EAA4BC,GACoBD,GAAA,IAAA7vC,GAAA,EAAA,iCAAA6vC,KAC7G/K,EAAQxF,SAASuQ,QACEroC,IAAfsoC,GAEAhL,EAAQ5G,WAAW4R,GAEvB,MAAMC,EAAYH,GAAuBttC,EAAQutC,EAAgBC,GACjEhL,EAAQnB,aAAarhC,EAAQytC,GAC7BN,GAAiBntC,QAEEkF,IAAfsoC,GACAL,GAAiBntC,EAAS,EAClC,CAMA,SAAS4tC,GAAcpL,EAAsBmE,EAAqBkH,GAC5B,iBAA9B,IACAA,EAAmB,KAEnBA,EAAmB,GACnBT,GAAuBzG,EAAakH,GACxCrL,EAAQjB,IAAI,UAAWoF,EAC3B,CAEA,SAASmH,GAAoBtL,EAAsBmE,EAAqBloC,EAAe+Q,GACnF49B,GAAuBzG,EAAan3B,GAGhCk3B,GAAuBlE,EAASmE,EAAaloC,EAAO+Q,GAAO,KAI/Do+B,GAAcpL,EAASmE,EAAan3B,GACpCy3B,GAAmBzE,EAAS/jC,EAAO+Q,GACvC,CAEA,SAASu+B,GAA2BvL,EAAsB2E,EAAyB6G,EAA2Bx+B,GAG1G,GAFA49B,GAAuBjG,EAAiB33B,GAEpC03B,GAAwB1E,EAAS2E,EAAiB6G,EAAmBx+B,GAAO,GAC5E,OAAO,EAGXo+B,GAAcpL,EAAS2E,EAAiB33B,GACxCo+B,GAAcpL,EAASwL,EAAmB,GAC1CrG,GAAwBnF,EAAShzB,EACrC,CAEA,SAASs9B,GAAetK,EAAsBmE,GAC1C,OAAyG,IAAlGvlC,GAAO6sC,yCAA8C5B,GAAY7J,EAAQ9I,OAAQiN,EAC5F,CAGA,SAASuH,GAAoB1L,EAAsBmE,EAAqB9I,EAAmBsQ,GAKvF,GAJiB3L,EAAQjH,4BACrBwR,GAAa3pB,IAAIujB,KAChBmG,GAAetK,EAASmE,GAyBzB,OAtBAzB,GAASQ,4BACgBuH,KAAiBtG,EAGlCwH,GACA3L,EAAQpE,MAAM,eAGlBsP,GAAalL,EAASmE,MACtBnE,EAAQpE,MAAM,aAAc+P,EAAoC,GAAsB,IAGtFlB,GAAetG,IAavB+G,GAAalL,EAASmE,MACtBnE,EAAQpE,MAAM,iBACdoE,EAAQxF,SAAQ,IAChBwF,EAAQ5rB,MAAK,GAAA,GACb+tB,GAAenC,EAAS3E,KACxB2E,EAAQpB,WACJ+M,GACA3L,EAAQpE,MAAM,cAGdoE,EAAQjH,6BACPuR,GAAetK,EAASmE,IAEzBoG,GAAavpC,IAAImjC,EAAkB9I,GAGnCoP,GAAetG,GAEfsG,IAAgB,CACxB,CAEA,SAASmB,GAAS5L,EAAsB3E,EAAmBxF,GACvD,IACI55B,EADA4vC,KAGJ,MAAMC,EAAavD,GAAS1S,GAC5B,GAAIiW,EACA9L,EAAQpE,MAAM,WACdoE,EAAQxF,SAASsR,EAAW,IAC5B7vC,EAAQ6vC,EAAW,GACnB9L,EAAQhF,UAAU/+B,QAElB,OAAQ45B,GACJ,KAAA,GACImK,EAAQpE,MAAM,WACd3/B,EAAQytC,GAAUrO,EAAI,GACtB2E,EAAQzE,UAAUt/B,GAClB,MACJ,KAAA,GACI+jC,EAAQpE,MAAM,WACd3/B,EAAQ0tC,GAAUtO,EAAI,GACtB2E,EAAQzE,UAAUt/B,GAClB,MACJ,KAAA,GACI+jC,EAAQpE,MAAM,WACdoE,EAAQtE,UAAU,GAClBmQ,KACA,MACJ,KAAA,GACI7L,EAAQpE,MAAM,WACdoE,EAAQxF,SAAQ,IAChBwF,EAAQ/E,aAAkBI,EAAE,GAAY,GACxCwQ,KACA,MACJ,KAAA,GACI7L,EAAQpE,MAAM,WACdoE,EAAQtE,UAAUgO,GAAUrO,EAAI,IAChCwQ,KACA,MACJ,KAAA,GACI7L,EAAQpE,MAAM,WACdoE,EAAQxF,SAAQ,IAChBwF,EAAQpF,UAnzDxB,SAAmBS,EAAmBoO,GAElC,O9ByG6BjsC,E8B1GZ69B,EAAM,EAAIoO,E9B2GpB7qC,GAAOmtC,4BAAiCvuC,GAD7C,IAA2BA,C8BxGjC,CAgzDkCwuC,CAAU3Q,EAAI,IAChCwQ,KACA,MACJ,KAAA,GACI7L,EAAQpE,MAAM,WACdoE,EAAQxF,SAAQ,IAChBwF,EAAQnF,UApzDxB,SAAmBQ,EAAmBoO,GAElC,O9BwG6BjsC,E8BzGZ69B,EAAM,EAAIoO,E9B0GpB7qC,GAAOqtC,4BAAiCzuC,GAD7C,IAA2BA,C8BvGjC,CAizDkC0uC,CAAU7Q,EAAI,IAChCwQ,KACA,MACJ,QACI,OAAO,EAKnB7L,EAAQxF,SAASqR,GAIjB,MAAM1H,EAAcqF,GAAUnO,EAAI,GASlC,OARA2E,EAAQnB,aAAasF,EAAa,GAClCwG,GAAiBxG,GAEM,iBAAnB,EACAiG,GAAoBppC,IAAImjC,EAAaloC,GAErCmuC,GAAoBj8B,OAAOg2B,IAExB,CACX,CAEA,SAASgI,GAASnM,EAAsB3E,EAAmBxF,GACvD,IAAIoP,EAAM,GAAwBC,KAClC,OAAQrP,GACJ,KAAA,GACIoP,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACAC,KACA,MACJ,KAAA,GACID,KACAC,KACA,MACJ,KAAA,GACI,MACJ,KAAA,GACID,KACAC,KACA,MACJ,KAAA,GAA6B,CACzB,MAAM9nC,EAAYosC,GAAUnO,EAAI,GAEhC,OADAkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAIj+B,IACjE,CACV,CACD,KAAA,GAGI,OAFAmuC,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,IACjE,EACX,KAAA,GAII,OAHAkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,IACjE,EACX,KAAA,GAKI,OAJAkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,GACxEkQ,GAA2BvL,EAASwJ,GAAUnO,EAAI,GAAImO,GAAUnO,EAAI,GAAI,IACjE,EACX,QACI,OAAO,EAUf,OANA2E,EAAQpE,MAAM,WAGdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCkG,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI6J,IAEtC,CACX,CAiBA,SAASkH,GACLpM,EAAsB9I,EACtBmE,EAAmBxF,GAEnB,MAAMwW,EACDxW,OACAA,GAAuC,IAGnCA,GAAM,IACNA,GAAM,GAGTyW,EAAe9C,GAAUnO,EAAIgR,EAAS,EAAI,GAC5CE,EAAc/C,GAAUnO,EAAI,GAC5B8I,EAAcqF,GAAUnO,EAAIgR,EAAS,EAAI,GAGvCG,EAAUxM,EAAQjH,4BACpBwR,GAAa3pB,IAAI0rB,KAChBhC,GAAetK,EAASsM,GAGlB,KAANzW,QACAA,GAED6V,GAAoB1L,EAASsM,EAAcjR,GAAI,GAEnD,IAAIoR,EAAM,GACNC,KAEJ,OAAQ7W,GACJ,KAAA,GACI6W,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAA6B,GAC7B,KAA8B,GAC9B,KAAA,GAEI,MACJ,KAA8B,GAC9B,KAAA,GACIA,KACAD,KACA,MACJ,KAA8B,GAC9B,KAAA,GACIC,KACAD,KACA,MACJ,KAA8B,GAC9B,KAAA,GACIA,KACA,MACJ,KAA8B,GAC9B,KAAA,GACIA,KACA,MACJ,KAA8B,GAC9B,KAAA,GACIC,KACAD,KACA,MACJ,KAAA,GA6CI,OA9BKD,GACDxM,EAAQ5rB,QAEZ4rB,EAAQpE,MAAM,WACdoE,EAAQzE,UAAUgR,GAClBvM,EAAQzE,UAAU+Q,GAClBtM,EAAQzE,UAAU4I,GAClBnE,EAAQ/B,WAAW,WAEduO,GASDxM,EAAQxF,SAAQ,IAChBkI,GAASQ,yBATTlD,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,KACxB2E,EAAQpB,aAiBL,EAEX,KAAA,GAA+B,CAC3B,MAAMxhC,EAAYosC,GAAUnO,EAAI,GAUhC,OARA+P,GAAcpL,EAASmE,EAAa/mC,GAEpC4iC,EAAQpE,MAAM,cACM,IAAhB2Q,IACAvM,EAAQzE,UAAUgR,GAClBvM,EAAQxF,SAAQ,MAEpB2K,GAAwBnF,EAAS5iC,IAC1B,CACV,CACD,KAAA,GAA+B,CAC3B,MAAM4kB,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAWpD,OATA2E,EAAQpE,MAAM,cACM,IAAhB2Q,IACAvM,EAAQzE,UAAUgR,GAClBvM,EAAQxF,SAAQ,MAGpB4Q,GAAcpL,EAASmE,EAAa,GACpCnE,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAW,eACZ,CACV,CACD,KAAA,GAAqC,CACjC,MAAM7gC,EAAYosC,GAAUnO,EAAI,GAUhC,OARA2E,EAAQpE,MAAM,cACM,IAAhB2Q,IACAvM,EAAQzE,UAAUgR,GAClBvM,EAAQxF,SAAQ,MAGpB4Q,GAAcpL,EAASmE,EAAa,GACpCgB,GAAwBnF,EAAS5iC,IAC1B,CACV,CAED,KAAmC,GACnC,KAAA,GASI,OARA4iC,EAAQpE,MAAM,WAEdsP,GAAalL,EAASsM,MACF,IAAhBC,IACAvM,EAAQzE,UAAUgR,GAClBvM,EAAQxF,SAAQ,MAEpB2Q,GAAkBnL,EAASmE,EAAasI,IACjC,EAEX,QACI,OAAO,EAQf,OALIJ,GACArM,EAAQpE,MAAM,WAElBoE,EAAQpE,MAAM,cAEVyQ,GACArM,EAAQxF,SAASkS,GACjB1M,EAAQnB,aAAa0N,EAAa,GAClCpB,GAAkBnL,EAASmE,EAAasI,IACjC,IAEPvB,GAAalL,EAASmE,EAAauI,GACnC1M,EAAQxF,SAASiS,GACjBzM,EAAQnB,aAAa0N,EAAa,IAC3B,EAEf,CAEA,SAASI,GACL3M,EAAsB9I,EACtBmE,EAAmBxF,GAEnB,MAAMwW,EACDxW,OACAA,GAAuC,IAGnCA,GAAM,IACNA,GAAM,GAGTsO,EAAcqF,GAAUnO,EAAI,GAC9BuR,EAAU9C,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAChDwR,EAAc/C,GAAiB5S,EAAOsS,GAAUnO,EAAI,KAhO5D,SAAkC2E,EAAsB4M,EAAwBvR,GAE5E2E,EAAQ5rB,QAIR4rB,EAAQxE,UAAeoR,GACvB5M,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAAiD,GACtE1F,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,KACxB2E,EAAQpB,UACZ,CAqNIkO,CAAyB9M,EAAc4M,EAASvR,GAEhD,IAAIoR,EAAM,GACNC,KAEJ,OAAQ7W,GACJ,KAAA,GACI6W,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAAA,GACIA,KACA,MACJ,KAA8B,GAC9B,KAA+B,GAC/B,KAAA,GAEI,MACJ,KAA+B,GAC/B,KAAA,GACIA,KACAD,KACA,MACJ,KAA+B,GAC/B,KAAA,GACIC,KACAD,KACA,MACJ,KAA+B,GAC/B,KAAA,GACIA,KACA,MACJ,KAA+B,GAC/B,KAAA,GACIA,KACA,MACJ,KAA+B,GAC/B,KAAA,GACIC,KACAD,KACA,MACJ,KAAA,GAOI,OALAzM,EAAQxE,UAAUqR,GAElBzB,GAAcpL,EAASmE,EAAa,GAEpCnE,EAAQ/B,WAAW,aACZ,EACX,KAAA,GAAgC,CAC5B,MAAM7gC,EAAYosC,GAAUnO,EAAI,GAMhC,OAJA+P,GAAcpL,EAASmE,EAAa/mC,GAEpC4iC,EAAQxE,UAAUqR,GAClB1H,GAAwBnF,EAAS5iC,IAC1B,CACV,CAED,KAAA,GAII,OAHA4iC,EAAQpE,MAAM,WACdoE,EAAQxE,UAAUqR,GAClB1B,GAAkBnL,EAASmE,EAAasI,IACjC,EAEX,QACI,OAAO,EAGf,OAAIJ,GACArM,EAAQpE,MAAM,WACdoE,EAAQxE,UAAUqR,GAClB7M,EAAQxF,SAASkS,GACjB1M,EAAQnB,aAAa,EAAG,GACxBsM,GAAkBnL,EAASmE,EAAasI,IACjC,IAEPzM,EAAQxE,UAAUqR,GAClB3B,GAAalL,EAASmE,EAAauI,GACnC1M,EAAQxF,SAASiS,GACjBzM,EAAQnB,aAAa,EAAG,IACjB,EAEf,CAEA,SAASkO,GAAW/M,EAAsB3E,EAAmBxF,GAEzD,IAAImX,EAAuBC,EAAuB/H,EAE9C56B,EADA4iC,EAAS,aAAcC,EAAS,aAEhCC,GAAiB,EAErB,MAAMC,EAAmB3E,GAAkB7S,GAC3C,GAAIwX,EAAkB,CAClBrN,EAAQpE,MAAM,WACd,MAAM0R,EAAwB,GAAhBD,EAUd,OATAnC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIiS,KAA6B,IAChEA,GACDtN,EAAQxF,SAAS6S,GACrBnC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIiS,KAA6B,IAChEA,GACDtN,EAAQxF,SAAS6S,GACrBrN,EAAQzE,UAAe1F,GACvBmK,EAAQ/B,WAAW,YACnBkN,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,KACpC,CACV,CAED,OAAQxF,GACJ,KAA4B,IAC5B,KAAA,IACI,OAAO0X,GAAoBvN,EAAS3E,EAAIxF,GAE5C,QAEI,GADAvrB,EAAOq+B,GAAgB9S,IAClBvrB,EACD,OAAO,EACPA,EAAKzJ,OAAS,GACdmsC,EAAY1iC,EAAK,GACjB2iC,EAAY3iC,EAAK,GACjB46B,EAAU56B,EAAK,KAEf0iC,EAAYC,EAAY3iC,EAAK,GAC7B46B,EAAU56B,EAAK,IAK3B,OAAQurB,GACJ,KAA4B,IAC5B,KAA4B,IAC5B,KAA+B,IAC/B,KAA+B,IAC/B,KAA4B,IAC5B,KAA4B,IAC5B,KAA+B,IAC/B,KAAA,IAAgC,CAC5B,MAAM2X,QAAQ3X,SACTA,SACAA,GACiC,MAAjCA,EACLqX,EAASM,EAAO,aAAe,aAC/BL,EAASK,EAAO,aAAe,aAE/BxN,EAAQ5rB,QACR82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI2R,GACxChN,EAAQpE,MAAMsR,MACdhC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4R,GACxCjN,EAAQpE,MAAMuR,MACdC,GAAiB,EAGbI,IACAxN,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,KAIpBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WAIG,MAAN/I,SACAA,SACAA,GACiC,MAAjCA,IAEDmK,EAAQ5rB,QACR4rB,EAAQpE,MAAMuR,GAEVK,EACAxN,EAAQtE,WAAW,GAEnBsE,EAAQzE,WAAW,GACvByE,EAAQxF,SAASgT,EAAyB,GAAmB,IAC7DxN,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GAEnB4G,EAAQpE,MAAMsR,GAEdlN,EAAQxF,SAASgT,EAA4B,GAAsB,IACnExN,EAAQlF,oBAAoB0S,EAAO,GAAK,IAAK,GAC7CxN,EAAQxF,SAASgT,EAAyB,GAAmB,IAC7DxN,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,YAEZ,KACH,CAED,KAAgC,IAChC,KAAmC,IACnC,KAAgC,IAChC,KAAA,IAEIsM,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI2R,GACxChN,EAAQpE,MAAMsR,MACdhC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4R,GACxCjN,EAAQpE,MAAMuR,MACdnN,EAAQzE,UAAU1F,GAClBmK,EAAQ/B,iBAECpI,GACwC,MAAxCA,EAEC,WACA,YAEVmK,EAAQ5rB,MAAK,GAAA,GACb+tB,GAAenC,EAAS3E,MACxB2E,EAAQpB,WACRwO,GAAiB,EAmBzB,OAdApN,EAAQpE,MAAM,WAGVwR,GACApN,EAAQpE,MAAMsR,GACdlN,EAAQpE,MAAMuR,KAEdjC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI2R,GACxC9B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4R,IAE5CjN,EAAQxF,SAASlwB,EAAK,IAEtB6gC,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI6J,IAEtC,CACX,CAEA,SAASuI,GAAUzN,EAAsB3E,EAAmBxF,GAExD,MAAMvrB,EAAOm+B,GAAe5S,GAC5B,IAAKvrB,EACD,OAAO,EACX,MAAM26B,EAAS36B,EAAK,GACd46B,EAAU56B,EAAK,GAQrB,QALKurB,EAAM,KACNA,QACDmK,EAAQpE,MAAM,WAGV/F,GACJ,KAA6B,IAC7B,KAAA,IAGIqV,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQzE,UAAU,GAClB,MACJ,KAAA,IAEIyE,EAAQzE,UAAU,GAClB2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxC,MACJ,KAAA,IAEIiG,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQzE,WAAW,GACnB,MAEJ,KAAgC,IAChC,KAAA,IAEI2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACN,KAA9BA,GACAjF,EAAQxF,SAAQ,KACpBwF,EAAQzE,UAAU,KAClB,MACJ,KAAgC,IAChC,KAAA,IAEI2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACN,KAA9BA,GACAjF,EAAQxF,SAAQ,KACpBwF,EAAQzE,UAAU,OAClB,MACJ,KAAgC,IAChC,KAAA,IAEI2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACN,KAA9BA,GACAjF,EAAQxF,SAAQ,KACpBwF,EAAQzE,UAAU,IAClByE,EAAQxF,SAAQ,KAChBwF,EAAQzE,UAAU,IAClB,MACJ,KAAgC,IAChC,KAAA,IAEI2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACN,KAA9BA,GACAjF,EAAQxF,SAAQ,KACpBwF,EAAQzE,UAAU,IAClByE,EAAQxF,SAAQ,KAChBwF,EAAQzE,UAAU,IAClB,MAEJ,KAA6B,IAC7B,KAAA,IAGI2P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQtE,UAAU,GAClB,MACJ,KAAA,IAEIsE,EAAQtE,UAAU,GAClBwP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxC,MACJ,KAAA,IAEIiG,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQtE,WAAW,GACnB,MAEJ,KAAgC,IAChC,KAAgC,IAChC,KAAgC,IAChC,KAAgC,IAChC,KAAmC,IACnC,KAAgC,IAChC,KAAA,IACIwP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQzE,UAAUmO,GAAUrO,EAAI,IAChC,MAEJ,KAAgC,IAChC,KAAgC,IAChC,KAAgC,IAChC,KAAgC,IAChC,KAAmC,IACnC,KAAgC,IAChC,KAAA,IACI6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCjF,EAAQtE,UAAUgO,GAAUrO,EAAI,IAChC,MAEJ,QACI6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GAShD,OAL8B,IAA1B36B,EAAK,IACL01B,EAAQxF,SAASlwB,EAAK,IAE1B6gC,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI6J,IAEtC,CACX,CAEA,SAASwI,GACL1N,EAAsB3E,EACtBnE,EAAsBrB,GAEtB,MACI8X,QADiB9X,EACUwF,EAAM,EAAcA,EAAE,EAEjDuS,EAAmB3D,GAA+B/S,EADpC13B,GAAOmuC,EAAQ,IAKjC3N,EAAQpE,MAAM,WACdoE,EAAQxE,UAAUmS,GAClB3N,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa+O,EAAkB,GAGvC5N,EAAQxI,2BAA2B56B,KAAK+wC,EAC5C,CAEA,SAASE,GACL7N,EAAsB3E,EACtBnE,EAAsBrB,EAAoBiY,GAE1C,MAAMC,EAAelY,QAChBA,GAA0C,IAQ/C,OAAQA,GACJ,KAAkC,IAClC,KAAoC,IACpC,KAAwB,IACxB,KAAA,IAA2B,CACvB,MAAMmY,QAAiBnY,GACuB,MAAzCA,EAUC5wB,EAAmBo2B,EAAqB,GAT9CyS,QACKjY,GACuC,MAAvCA,EAEC8T,GAAUtO,EAAI,GACdqO,GAAUrO,EAAI,IAMpB,OAAIyS,GAAgB,EACZ9N,EAAQzI,kBAAkB7qB,QAAQzH,IAAgB,GAM9C+oC,GACAN,GAAiC1N,EAAS3E,EAAInE,EAAOrB,GACzDmK,EAAQjI,IAAIoJ,OAAOl8B,GAAa,EAAI,GACpCy9B,GAASU,uBACF,IAEHn+B,EAAc+6B,EAAQjI,IAAI+I,QACMd,EAAQjI,IAAI0I,MAAQ,GAChDp2B,GAAc,GAAGurB,GAAcC,eAAoB5wB,EAAYN,SAAS,6BACzCq7B,EAAQjI,IAAI0I,MAAQ,GACvDp2B,GAAc,KAAWgxB,EAAI12B,SAAS,OAAOixB,GAAcC,eAAoB5wB,EAAYN,SAAS,yBAChGq7B,EAAQzI,kBAAkB/lB,KAAIy8B,GAAO,KAAaA,EAAKtpC,SAAS,MAAK6wB,KAAK,OAGlF52B,GAAOsvC,qCAAqCjpC,GAE5Ck9B,GAAenC,EAAS/6B,KACxBy9B,GAASW,0BACF,IAMXrD,EAAQ5I,cAAckK,IAAIr8B,GACtB+oC,GACAN,GAAiC1N,EAAS3E,EAAInE,EAAOrB,GACzDmK,EAAQjI,IAAIoJ,OAAOl8B,GAAa,EAAK,IAC9B,EAEd,CAED,KAAiC,IACjC,KAAkC,IAClC,KAAkC,IAClC,KAAmC,IACnC,KAAiC,IACjC,KAAA,IAAmC,CAC/B,MAAMuoC,QAAQ3X,GAC8B,MAAvCA,EAILiY,EAAepE,GAAUrO,EAAI,GAC7B6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAImS,KAA4B,IAEzD,MAAN3X,SACAA,EAEDmK,EAAQxF,SAAQ,UACX3E,EACLmK,EAAQxF,SAAQ,UACT3E,IAEPmK,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,KAEpB,KACH,CAED,QAII,QAAiC93B,IAA7BkmC,GAAiB/S,GACjB,MAAM,IAAIj8B,MAAM,oCAAoCg8B,GAAcC,MAEtE,GAA0E,IAAtEj3B,GAAOm3B,4BAA4BF,EAAM,GACzC,MAAM,IAAIj8B,MAAM,mCAAmCg8B,GAAcC,MAM7E,IAAKiY,EACD,MAAM,IAAIl0C,MAAM,8BAIpB,MAAMqL,EAAmBo2B,EAAqB,EAAfyS,EA+B/B,OA7BIA,EAAe,EACX9N,EAAQzI,kBAAkB7qB,QAAQzH,IAAgB,GAKlD+6B,EAAQjI,IAAIoJ,OAAOl8B,GAAa,EAAM8oC,EAAa,EAAqC,GACxFrL,GAASU,wBAELn+B,EAAc+6B,EAAQjI,IAAI+I,QACMd,EAAQjI,IAAI0I,MAAQ,GAChDp2B,GAAc,GAAGurB,GAAcC,eAAoB5wB,EAAYN,SAAS,6BACzCq7B,EAAQjI,IAAI0I,MAAQ,GACvDp2B,GAAc,KAAWgxB,EAAI12B,SAAS,OAAOixB,GAAcC,eAAoB5wB,EAAYN,SAAS,yBAChGq7B,EAAQzI,kBAAkB/lB,KAAIy8B,GAAO,KAAaA,EAAKtpC,SAAS,MAAK6wB,KAAK,OAGlF52B,GAAOsvC,qCAAqCjpC,GAC5C+6B,EAAQ5rB,MAAK,GAAA,GACb+tB,GAAenC,EAAS/6B,KACxB+6B,EAAQpB,WACR8D,GAASW,2BAIbrD,EAAQ5I,cAAckK,IAAIr8B,GAC1B+6B,EAAQjI,IAAIoJ,OAAOl8B,GAAa,EAAO8oC,EAAa,EAAqC,KAGtF,CACX,CAEA,SAASI,GACLnO,EAAsB3E,EACtBnE,EAAsBrB,GAEtB,MAAMuY,EAAkBxF,GAAiB/S,GACzC,IAAKuY,EACD,OAAO,EAEX,MAAMC,EAAQt9B,MAAMC,QAAQo9B,GACtBA,EAAgB,GAChBA,EAEAE,EAAY3F,GAAW0F,GACvBhB,EAAmB3E,GAAkB2F,GAE3C,IAAKC,IAAcjB,EACf,OAAO,EAEX,MAAMS,EAAepE,GAAUrO,EAAI,GAI7BkT,EAAgBD,EAChBA,EAAU,GAE2B,IAAnCjB,EACK,GACA,GA6Bb,OA1BAnC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIkT,GAEnCD,OAAcjB,GACfrN,EAAQxF,SAAS6S,GAGjBt8B,MAAMC,QAAQo9B,IAAoBA,EAAgB,IAIlDpO,EAAQxF,SAAS4T,EAAgB,IACjCpO,EAAQhF,UAAU0O,GAAUrO,EAAI,KAEhC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIkT,GAGvCD,MAAcjB,GACfrN,EAAQxF,SAAS6S,GAEjBiB,EACAtO,EAAQxF,SAAS8T,EAAU,KAE3BtO,EAAQzE,UAAe8S,GACvBrO,EAAQ/B,WAAW,aAGhB4P,GAAY7N,EAAS3E,EAAInE,EAAOrB,EAAQiY,EACnD,CAEA,SAASP,GAAoBvN,EAAsB3E,EAAmBxF,GAClE,IAAI2Y,EAAkBC,EAAgBxsC,EAClCysC,EACJ,MAAM3J,EAAayE,GAAUnO,EAAI,GAC7B2J,EAAYwE,GAAUnO,EAAI,GAC1BsT,EAAYnF,GAAUnO,EAAI,GAExByQ,EAAajD,GAAmBhT,GACtC,IAAIiW,EAQA,OAAO,EAMX,GAbI0C,EAAU1C,EAAW,GACrB2C,EAAQ3C,EAAW,GACY,iBAAnBA,EAAW,GACnB7pC,EAAO6pC,EAAW,GAElB4C,EAAS5C,EAAW,GAM5B9L,EAAQpE,MAAM,WAEV4S,EAAS,CAET,GADAtD,GAAalL,EAASgF,EAAWyJ,EAA4B,GAAqB,IAC9EC,EACA1O,EAAQxF,SAASkU,OACd,KAAIzsC,EAGP,MAAM,IAAIrI,MAAM,kBAFhBomC,EAAQ/B,WAAWh8B,EAEc,CAErC,OADAkpC,GAAkBnL,EAAS+E,EAAY0J,EAA6B,GAAsB,KACnF,CACV,CAIG,GAHAvD,GAAalL,EAASgF,EAAWyJ,EAA4B,GAAqB,IAClFvD,GAAalL,EAAS2O,EAAWF,EAA4B,GAAqB,IAE9EC,EACA1O,EAAQxF,SAASkU,OACd,KAAIzsC,EAGP,MAAM,IAAIrI,MAAM,kBAFhBomC,EAAQ/B,WAAWh8B,EAEc,CAGrC,OADAkpC,GAAkBnL,EAAS+E,EAAY0J,EAA6B,GAAsB,KACnF,CAEf,CAEA,SAASG,GAAgB5O,EAAsB3E,EAAmBxF,GAC9D,MAAMwW,EAAUxW,OACXA,GAAqD,IACpDgZ,EACDhZ,QACAA,GAAM,IAELiZ,EACDjZ,QACAA,GAA6C,KAGzCA,GAAM,KACNA,GAA6C,KAC7CgZ,EACHE,EACDlZ,QACAA,GAA6C,KAGzCA,GAAM,KACNA,GAA6C,KAC7CgZ,EAET,IAAIG,EAAeC,EAAiBC,GAAkB,EAAGC,EAAiB,EACtEC,EAAqB,EACrBP,GACAG,EAAgBxF,GAAUnO,EAAI,GAC9B4T,EAAkBzF,GAAUnO,EAAI,GAChC6T,EAAiB1F,GAAUnO,EAAI,GAC/B8T,EAAiBzF,GAAUrO,EAAI,GAC/B+T,EAAqB1F,GAAUrO,EAAI,IAC5ByT,EACHC,EACI1C,GACA2C,EAAgBxF,GAAUnO,EAAI,GAC9B4T,EAAkBzF,GAAUnO,EAAI,GAChC8T,EAAiBzF,GAAUrO,EAAI,KAE/B2T,EAAgBxF,GAAUnO,EAAI,GAC9B4T,EAAkBzF,GAAUnO,EAAI,GAChC8T,EAAiBzF,GAAUrO,EAAI,IAG/BgR,GACA2C,EAAgBxF,GAAUnO,EAAI,GAC9B4T,EAAkBzF,GAAUnO,EAAI,GAChC6T,EAAiB1F,GAAUnO,EAAI,KAE/B2T,EAAgBxF,GAAUnO,EAAI,GAC9B4T,EAAkBzF,GAAUnO,EAAI,GAChC6T,EAAiB1F,GAAUnO,EAAI,IAGhCgR,GACP4C,EAAkBzF,GAAUnO,EAAI,GAChC2T,EAAgBxF,GAAUnO,EAAI,KAE9B4T,EAAkBzF,GAAUnO,EAAI,GAChC2T,EAAgBxF,GAAUnO,EAAI,IAGlC,IAAIqR,EAAoBD,EAAM,GAC9B,OAAQ5W,GACJ,KAA8B,GAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAA,IACI6W,KACA,MACJ,KAA8B,GAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAA,IACIA,KACA,MACJ,KAA8B,GAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAA,IACIA,KACA,MACJ,KAA8B,GAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAA,IACIA,KACA,MACJ,KAA8B,IAC9B,KAAqC,IACrC,KAAA,IACIA,KACAD,KACA,MACJ,KAA8B,IAC9B,KAAqC,IACrC,KAAA,IACIC,KACAD,KACA,MACJ,KAA8B,GAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAiD,IACjD,KAA8B,IAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAA,IACIC,KACA,MACJ,KAA8B,IAC9B,KAAA,IACIA,KACAD,KACA,MACJ,KAA8B,IAC9B,KAAA,IACIC,KACAD,KACA,MACJ,KAA8B,IAC9B,KAAqC,IACrC,KAAyC,IACzC,KAAiD,IACjD,KAA8B,IAC9B,KAAqC,IACrC,KAAA,IACIC,KACAD,KACA,MACJ,QACI,OAAO,EAgEf,OA7DAf,GAAoB1L,EAASiP,EAAiB5T,GAAI,GAE9CgR,GAEArM,EAAQpE,MAAM,WAEdoE,EAAQpE,MAAM,cAGViT,GAEA3D,GAAalL,EAASkP,MACC,IAAnBC,IACAnP,EAAQzE,UAAU4T,GAClBnP,EAAQxF,SAAQ,KAChB2U,EAAiB,GAEM,IAAvBC,IACApP,EAAQzE,UAAU6T,GAClBpP,EAAQxF,SAAQ,MAEpBwF,EAAQxF,SAAQ,MACTsU,GAAYI,GAAkB,GACrChE,GAAalL,EAASkP,MACtBlP,EAAQxF,SAAQ,MACT2U,EAAiB,IAExBnP,EAAQzE,UAAU4T,GAClBnP,EAAQxF,SAAQ,KAChB2U,EAAiB,GAGrBnP,EAAQxF,SAASkS,GACjB1M,EAAQnB,aAAasQ,EAAgB,GAErChE,GAAkBnL,EAASgP,EAAevC,UACnC5W,GAEPmK,EAAQpE,MAAM,cAEdwP,GAAcpL,EAASgP,EAAe,GACtChP,EAAQ/B,WAAW,cAGnB+B,EAAQpE,MAAM,cAGVkT,GAAYI,GAAkB,GAC9BhE,GAAalL,EAASkP,MACtBlP,EAAQxF,SAAQ,MACT2U,EAAiB,IAExBnP,EAAQzE,UAAU4T,GAClBnP,EAAQxF,SAAQ,KAChB2U,EAAiB,GAGrBjE,GAAalL,EAASgP,EAAetC,GACrC1M,EAAQxF,SAASiS,GACjBzM,EAAQnB,aAAasQ,EAAgB,KAElC,CACX,CAEA,SAASE,GACLrP,EAAsB3E,EACtBiR,EAAsBgD,EAAqBC,GAE3CvP,EAAQ5rB,QASR82B,GAAalL,EAASsP,MAEtBtP,EAAQpE,MAAM,YAEd,IAAI4T,EAAW,aACXxP,EAAQ3rB,QAAQqyB,sBAAwBN,MAGxC1D,GAASS,kBACT+H,GAAalL,EAASsM,MACtBkD,EAAW,UACXxP,EAAQpE,MAAM4T,OAGd9D,GAAoB1L,EAASsM,EAAcjR,GAAI,GAInD2E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA2C,GAMhE1F,EAAQxF,SAAQ,IAEhBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,KACxB2E,EAAQpB,WAGRoB,EAAQpE,MAAM4T,GACdxP,EAAQzE,UAAUmK,GAAe,IACjC1F,EAAQxF,SAAQ,KAEhBwF,EAAQpE,MAAM,SACK,GAAf2T,IACAvP,EAAQzE,UAAUgU,GAClBvP,EAAQxF,SAAQ,MAEpBwF,EAAQxF,SAAQ,IAEpB,CAEA,SAASiV,GAAazP,EAAsB9I,EAAsBmE,EAAmBxF,GACjF,MAAMwW,EAAWxW,GAAM,KAAoCA,GAAmC,KACzD,MAAhCA,EACDyW,EAAe9C,GAAUnO,EAAIgR,EAAS,EAAI,GAC1CqD,EAAclG,GAAUnO,EAAIgR,EAAS,EAAI,GACzCiD,EAAc9F,GAAUnO,EAAIgR,EAAS,EAAI,GAE7C,IAAIsD,EAEAJ,EADAK,EAAoC,GAGxC,OAAQ/Z,GACJ,KAAA,IASI,OARAmK,EAAQpE,MAAM,WAGd8P,GAAoB1L,EAASsM,EAAcjR,GAAI,GAE/C2E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA2C,GAChEyF,GAAkBnL,EAAS0P,OACpB,EAEX,KAAA,IAQI,OANA1P,EAAQpE,MAAM,WAEd2T,EAAc/F,GAAUnO,EAAI,GAC5BgU,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GAEzDpE,GAAkBnL,EAAS0P,OACpB,EAEX,KAAA,IAaI,OAZA1P,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAEtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAEtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQ/B,WAAW,cACnB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,YACD,EAEX,KAAA,IAgCA,KAA+B,IAC/B,KAA+B,IAC/B,KAAA,IACI2Q,EAAc,EACdI,KACA,MAjCJ,KAAA,IACIJ,EAAc,EACdI,KACA,MACJ,KAAA,IACIJ,EAAc,EACdI,KACA,MACJ,KAA+B,IAC/B,KAAA,IACIJ,EAAc,EACdI,KACAC,KACA,MACJ,KAAA,IACIL,EAAc,EACdI,KACA,MACJ,KAAA,IACIJ,EAAc,EACdI,KACA,MACJ,KAA+B,IAC/B,KAAA,IACIJ,EAAc,EACdI,KACAC,KACA,MAOJ,KAA+B,IAC/B,KAAA,IACIL,EAAc,EACdI,KACAC,KACA,MACJ,KAA+B,IAC/B,KAAA,IACIL,EAAc,EACdI,KACAC,KACA,MACJ,KAA+B,IAC/B,KAAA,IACIL,EAAc,EACdI,KACAC,KACA,MACJ,KAAA,IAAgC,CAC5B,MAAML,EAAc/F,GAAUnO,EAAI,GAUlC,OARA2E,EAAQpE,MAAM,WACdoE,EAAQzE,UAAUiO,GAAUnO,EAAI,IAChC2E,EAAQxF,SAAQ,KAEhB6U,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GAEzDpK,GAAwBnF,EAASuP,GACjC3E,GAAuBpB,GAAUnO,EAAI,GAAIkU,IAClC,CACV,CACD,KAAA,IAAgC,CAC5B,MAAMA,EAAc/F,GAAUnO,EAAI,GAC9BrZ,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAOlD,OALAgU,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GAEzDnE,GAAcpL,EAAS0P,EAAa,GACpC1P,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAW,eACZ,CACV,CACD,KAAA,IAAsC,CAClC,MAAMsR,EAAc/F,GAAUnO,EAAI,GAMlC,OAJAgU,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GAEzDnE,GAAcpL,EAAS0P,EAAa,GACpCvK,GAAwBnF,EAASuP,IAC1B,CACV,CACD,QACI,OAAO,EAqBf,OAlBIlD,GAEArM,EAAQpE,MAAM,WAGdyT,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GACzDvP,EAAQxF,SAASmV,GACjB3P,EAAQnB,aAAa,EAAG,GAExBsM,GAAkBnL,EAAS0P,EAAaE,KAGxCP,GAAiBrP,EAAS3E,EAAIiR,EAAcgD,EAAaC,GACzDrE,GAAalL,EAAS0P,EAAaC,GAEnC3P,EAAQxF,SAASoV,GACjB5P,EAAQnB,aAAa,EAAG,KAErB,CACX,CAIA,SAASgR,KACL,QAA0BntC,IAAtB8nC,GACA,OAAOA,GAGX,IAEI,MAAM3wC,aCpuGV,MAAMmmC,EAAU,IAAI3J,GAAY,GAChC2J,EAAQlE,WAAW,OAAQ,CAAE,EAAA,IAAoB,GACjDkE,EAAQ1C,eAAe,CACnB9qB,KAAM,OACNvQ,KAAM,OACNy7B,QAAQ,EACRnH,OAAQ,CAAE,IACX,KACCyJ,EAAQzE,UAAU,GAClByE,EAAQvF,WAAU,IAClBuF,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,GAAgB,IAGpCwF,EAAQrF,UAAU,YAClBqF,EAAQrF,UAAU,GAClBqF,EAAQ7D,sBACR6D,EAAQpC,yBAAwB,GAChC,MAAM78B,EAASi/B,EAAQ3G,eACvB,OAAO,IAAII,YAAY5hC,OAAOkJ,EAClC,CDgtGuB+uC,GACftF,KAAsB3wC,CACzB,CAAC,MAAO8tB,GACLtd,GAAc,iDAAkDsd,GAChE6iB,IAAoB,CACvB,CAED,OAAOA,EACX,CAEA,SAASuF,GACL/P,EAAsBvC,EACtBuS,GAEA,MAAM/tC,EAAO,GAAGw7B,KAAYuS,EAAYrrC,SAAS,MAIjD,MAHiD,iBAArCq7B,EAAQtH,kBAAkBz2B,IAClC+9B,EAAQ/C,uBAAuB,IAAKh7B,EAAMw7B,GAAU,EAAOuS,GAExD/tC,CACX,CAEA,SAASguC,GACLjQ,EAAsB3E,EACtBxF,EAAoBqa,EACpBC,EAAkBxtC,GAIlB,GAAIq9B,EAAQ3rB,QAAQiwB,YAAcuL,KAC9B,OAAQM,GACJ,KAAK,EACD,GAmHhB,SAAqBnQ,EAAsB3E,EAAmB14B,GAC1D,MAAMytC,EAAyBxxC,GAAOyxC,4BAA4B,EAAG1tC,GACrE,GAAIytC,GAAU,EAaV,OAZIhH,GAAcxoB,IAAIje,IAElBq9B,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQvF,WAAW2V,GAAQ,GAC3BpQ,EAAQnB,aAAa,EAAG,GACxByR,GAAkBtQ,EAAS3E,KAE3BkV,GAAmBvQ,EAAS3E,GAC5B2E,EAAQvF,WAAW2V,GACnBE,GAAkBtQ,EAAS3E,KAExB,EAGX,MAAMmV,EAAUlH,GAAa3mC,GAC7B,GAAI6tC,EAIA,OAHAD,GAAmBvQ,EAAS3E,GAC5B2E,EAAQvF,WAAW+V,GACnBrF,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,KACpC,EAGX,OAAQ14B,GACJ,KAA0C,EAC1C,KAA0C,EAC1C,KAA0C,EAC1C,KAAA,EAA2C,CACvC,MAAMmpC,EAAavC,GAAkB5mC,GAWrC,OAVAq9B,EAAQpE,MAAM,WAEdoE,EAAQrE,WAAW,GAEnBuP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIyQ,EAAW,IAEnD9L,EAAQvF,WAAWqR,EAAW,IAC9B9L,EAAQxF,SAAS,GAEjB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,KACpC,CACV,CAED,KAAA,GAGI,OAFAkV,GAAmBvQ,EAAS3E,KAC5BiV,GAAkBtQ,EAAS3E,IACpB,EACX,KAAA,GAGI,OAFAkV,GAAmBvQ,EAAS3E,KAC5BiV,GAAkBtQ,EAAS3E,IACpB,EACX,KAAA,GAGI,OAFAkV,GAAmBvQ,EAAS3E,KAC5BiV,GAAkBtQ,EAAS3E,IACpB,EACX,KAAA,GAGI,OAFAkV,GAAmBvQ,EAAS3E,MAC5BiV,GAAkBtQ,EAAS3E,IACpB,EAEX,QACI,OAAO,EAEnB,CApLoBoV,CAAYzQ,EAAS3E,EAAoB14B,GACzC,OAAO,EACX,MACJ,KAAK,EACD,GAkLhB,SAAqBq9B,EAAsB3E,EAAmB14B,GAC1D,MAAMytC,EAAyBxxC,GAAOyxC,4BAA4B,EAAG1tC,GACrE,GAAIytC,GAAU,EAAG,CACb,MAAMM,EAAUzH,GAAeroB,IAAIje,GAC/BguC,EAAazH,GAAiBvmC,GAElC,GAAI+tC,EACA1Q,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQvF,WAAW2V,GACnBE,GAAkBtQ,EAAS3E,QACxB,GAAItqB,MAAMC,QAAQ2/B,GAAa,CAClC,MAAMC,EAAOvG,GAAyBrK,EAASwJ,GAAUnO,EAAI,IACzDwV,EAAYF,EAAW,GAC3B,GAAsB,iBAAV,EAER,OADAlmC,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,0DAChC,EACJ,GAAK2uC,GAAQC,GAAeD,EAAO,EAEtC,OADAnmC,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,6BAA6B2uC,uBAA0BC,EAAY,OACnG,EAIX7Q,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQvF,WAAW2V,GACnBpQ,EAAQxF,SAASoW,GAEjBzF,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAIsV,EAAW,GAC3D,MACGG,GAAmB9Q,EAAS3E,GAC5B2E,EAAQvF,WAAW2V,GACnBE,GAAkBtQ,EAAS3E,GAE/B,OAAO,CACV,CAED,OAAQ14B,GACJ,KAAA,IAMI,OAJAuoC,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQvF,WAAU,IAClBuF,EAAQnB,aAAa,EAAG,IACjB,EACX,KAA0C,GAC1C,KAAA,GAQI,OAPAiS,GAAmB9Q,EAAS3E,GAE5B2E,EAAQvF,WAAU,KAClBuF,EAAQvF,WAAU,KACkC,KAAhD93B,GACAq9B,EAAQxF,SAAQ,IACpB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,KACpC,EACX,KAA2C,GAC3C,KAAA,GAA4C,CAKxC,MAAM0V,EAAY,KAALpuC,EACTquC,EAAWD,EAA+B,MAkB9C,OAjBA/Q,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQpE,MAAM,kBACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQpE,MAAM,kBACdoE,EAAQvF,WAAWuW,GACnBhR,EAAQpE,MAAM,eACdoE,EAAQpE,MAAM,eACdoE,EAAQvF,WAAWuW,GACnBhR,EAAQpE,MAAM,eACdoE,EAAQpE,MAAM,eACdoE,EAAQvF,WAAWuW,GACnBhR,EAAQvF,WAAU,IAClBuF,EAAQvF,WAAU,IAClBuF,EAAQvF,WAAU,IAClBuF,EAAQvF,WAAWsW,EAAqC,IAA+B,KACvF5F,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,KACpC,CACV,CACD,KAAA,GAAqC,CAGjC,MAAM4V,EAAgBzH,GAAUnO,EAAI,GAChC6V,EAAkB7G,GAAyBrK,EAASiR,GAmBxD,OAhBAjR,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GAEL,iBAArB,GAER2E,EAAQvF,WAAU,IAClBuF,EAAQ7E,YAAY+V,IAGpBhG,GAAalL,EAASiR,SAI1BjR,EAAQvF,WAAU,IAClB6V,GAAkBtQ,EAAS3E,IACpB,CACV,CACD,KAAoC,GACpC,KAAA,GAEI,OAUZ,SAAsB2E,EAAsB3E,EAAmB8V,GAC3D,MAAM5B,EAAc,GAAK4B,EACrBF,EAAgBzH,GAAUnO,EAAI,GAC9B6V,EAAkB7G,GAAyBrK,EAASiR,GAOxD,GAN4F,IAAA1B,GAAA,IAAAA,GAAAr0C,GAAA,EAAA,oCAG5F8kC,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACL,iBAArB,EAA+B,CAGvC,MAAM+V,EAAmB,IAAItwC,WAAWuwC,IACpCC,EAAiC,IAAhB/B,EACX,IAAIzmB,YAAYooB,EAAgBnwC,OAAQmwC,EAAgB/zC,WAAYg0C,GACpE,IAAIpoB,YAAYmoB,EAAgBnwC,OAAQmwC,EAAgB/zC,WAAYg0C,GAC9E,IAAK,IAAItuC,EAAI,EAAGwQ,EAAI,EAAGxQ,EAAIsuC,EAActuC,IAAKwQ,GAAKk8B,EAAa,CAC5D,MAAMgC,EAAeD,EAAczuC,GACnC,IAAK,IAAI2uC,EAAI,EAAGA,EAAIjC,EAAaiC,IAC7BJ,EAAiB/9B,EAAIm+B,GAAMD,EAAehC,EAAeiC,CAChE,CAEDxR,EAAQvF,WAAU,IAClBuF,EAAQ7E,YAAYiW,EACvB,KAAM,CAEHlG,GAAalL,EAASiR,SAED,IAAjBE,IAEAnR,EAAQrE,WAAW,GACnBqE,EAAQvF,WAAU,MAGtBuF,EAAQrE,WAAW,GAEnBqE,EAAQvF,WAAU,KAElBuF,EAAQvF,WAAU,IAClB,IAAK,IAAI53B,EAAI,EAAGA,EAAIsuC,EAActuC,IAC9B,IAAK,IAAI2uC,EAAI,EAAGA,EAAIjC,EAAaiC,IAC7BxR,EAAQxF,SAAS33B,GAEzBm9B,EAAQvF,WAAU,IAElBuF,EAAQzE,UAA2B,IAAjB4V,EAAqB,EAAI,GAC3CnR,EAAQvF,WAAU,KAElBuF,EAAQvF,WAAU,IAClB,IAAK,IAAI53B,EAAI,EAAGA,EAAIsuC,EAActuC,IAC9B,IAAK,IAAI2uC,EAAI,EAAGA,EAAIjC,EAAaiC,IAC7BxR,EAAQxF,SAASgX,EAE5B,CAID,OAFAxR,EAAQvF,WAAU,IAClB6V,GAAkBtQ,EAAS3E,IACpB,CACX,CArEmBoW,CAAazR,EAAS3E,EAAS,KAAL14B,EAA2C,EAAI,GACpF,QACI,OAAO,EAGf,OAAO,CACX,CAvSoB+uC,CAAY1R,EAAS3E,EAAoB14B,GACzC,OAAO,EACX,MACJ,KAAK,EACD,GAoWhB,SAAqBq9B,EAAsB3E,EAAmB14B,GAC1D,MAAMytC,EAAyBxxC,GAAOyxC,4BAA4B,EAAG1tC,GACrE,GAAIytC,GAAU,EAAG,CAEb,MAAMuB,EAAOxI,GAAiBxmC,GAC1BivC,EAAOvI,GAAe1mC,GAC1B,GAAIoO,MAAMC,QAAQ2gC,GAAO,CACrB,MAAMd,EAAYc,EAAK,GACnBf,EAAOvG,GAAyBrK,EAASwJ,GAAUnO,EAAI,IAC3D,GAAsB,iBAAV,EAER,OADA5wB,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,0DAChC,EACJ,GAAK2uC,GAAQC,GAAeD,EAAO,EAEtC,OADAnmC,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,6BAA6B2uC,uBAA0BC,EAAY,OACnG,EAIX7Q,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIsW,EAAK,IAC7C3R,EAAQvF,WAAW2V,GACnBpQ,EAAQxF,SAASoW,GACjBN,GAAkBtQ,EAAS3E,EAC9B,MAAM,GAAItqB,MAAMC,QAAQ4gC,GAAO,CAE5B,MAAMf,EAAYe,EAAK,GACnBhB,EAAOvG,GAAyBrK,EAASwJ,GAAUnO,EAAI,IAC3D,GAAsB,iBAAV,EAER,OADA5wB,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,yDAChC,EACJ,GAAK2uC,GAAQC,GAAeD,EAAO,EAEtC,OADAnmC,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,oBAAoB2uC,uBAA0BC,EAAY,OAC1F,EAEX3F,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQvF,WAAW2V,GACnBpQ,EAAQnB,aAAa,EAAG,GACxBmB,EAAQxF,SAASoW,EACpB,MAxST,SAA4B5Q,EAAsB3E,GAC9C2E,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,EAC1C,CAoSYwW,CAAmB7R,EAAS3E,GAC5B2E,EAAQvF,WAAW2V,GACnBE,GAAkBtQ,EAAS3E,GAE/B,OAAO,CACV,CAED,OAAQ14B,GACJ,KAAA,EASI,OARAq9B,EAAQpE,MAAM,WAGdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQvF,WAAU,IAClB6V,GAAkBtQ,EAAS3E,IACpB,EACX,KAAA,EAA+B,CAC3B,MAAMyW,EAAUzH,GAAyBrK,EAASwJ,GAAUnO,EAAI,IAChE,GAAyB,iBAAb,EAER,OADA5wB,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,4DAChC,EAEX,IAAK,IAAIY,EAAI,EAAGA,EAAI,GAAIA,IAAK,CACzB,MAAM+tC,EAAOkB,EAAQjvC,GACrB,GAAK+tC,EAAO,GAAOA,EAAO,GAEtB,OADAnmC,GAAe,GAAGu1B,EAAQhJ,UAAU,GAAG/0B,6BAA6BY,MAAM+tC,6BACnE,CAEd,CAQD,OANA5Q,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GACtC2E,EAAQvF,WAAU,IAClBuF,EAAQ7E,YAAY2W,GACpBxB,GAAkBtQ,EAAS3E,IACpB,CACV,CACD,QACI,OAAO,EAEnB,CAxboB0W,CAAY/R,EAAS3E,EAAoB14B,GACzC,OAAO,EAMvB,OAAQkzB,GACJ,KAAA,IACI,GAAImK,EAAQ3rB,QAAQiwB,YAAcuL,KAA0B,CACxD7P,EAAQpE,MAAM,WACd,MAAM30B,EAAO5J,KAAkBic,MAAW+hB,EAAK,EAAQA,EAAK,EAAIgW,IAChErR,EAAQrE,WAAW10B,GACnBqpC,GAAkBtQ,EAAS3E,GAC3B+O,GAAoBppC,IAAIwoC,GAAUnO,EAAI,GAAIp0B,EAC7C,MAEGmkC,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIgW,IAEzCrR,EAAQxE,UAAeH,EAAK,GAC5B8J,GAAwBnF,EAASqR,IAErC,OAAO,EAEX,KAAyC,IACzC,KAAyC,IACzC,KAAyC,IACzC,KAAA,IAA0C,CAEtC,MAAM9B,EAAczG,GAAgBjT,GAChCmc,EAAcX,GAAa9B,EAC3BxK,EAAayE,GAAUnO,EAAI,GAC3B2J,EAAYwE,GAAUnO,EAAI,GAC1B4J,EAAS8D,GAAkBlT,GAC3BqP,EAAU8D,GAAmBnT,GACjC,IAAK,IAAIhzB,EAAI,EAAGA,EAAImvC,EAAanvC,IAC7Bm9B,EAAQpE,MAAM,WAEdsP,GAAalL,EAASgF,EAAaniC,EAAIovC,GAAiBhN,GAExDkG,GAAkBnL,EAAS+E,EAAcliC,EAAI0sC,EAAcrK,GAE/D,OAAO,CACV,CACD,KAAA,IAAuC,CACnCxC,GAASY,aAAa4M,IAAWxN,GAASY,aAAa4M,IAAW,GAAK,EAEvE9E,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIgW,IAEzCjG,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC,MAAM6W,EAAanC,GAAgB/P,EAAS,WAAiBphC,GAAOuzC,+BAA+B,EAAGxvC,IAEtG,OADAq9B,EAAQ/B,WAAWiU,IACZ,CACV,CACD,KAAA,IAAwC,CACpCxP,GAASY,aAAa4M,IAAWxN,GAASY,aAAa4M,IAAW,GAAK,EAEvE9E,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIgW,IAEzCjG,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC,MAAM6W,EAAanC,GAAgB/P,EAAS,YAAkBphC,GAAOuzC,+BAA+B,EAAGxvC,IAEvG,OADAq9B,EAAQ/B,WAAWiU,IACZ,CACV,CACD,KAAA,IAAyC,CACrCxP,GAASY,aAAa4M,IAAWxN,GAASY,aAAa4M,IAAW,GAAK,EAEvE9E,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIgW,IAEzCjG,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC,MAAM6W,EAAanC,GAAgB/P,EAAS,aAAmBphC,GAAOuzC,+BAA+B,EAAGxvC,IAExG,OADAq9B,EAAQ/B,WAAWiU,IACZ,CACV,CACD,QAEI,OADA7nC,GAAc,oCAAoC6lC,MAC3C,EAEnB,CAEA,SAASI,GAAkBtQ,EAAsB3E,GAC7C8P,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GAC/C,CAEA,SAASkV,GAAmBvQ,EAAsB3E,EAAmB4J,GACjEjF,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAA0B4J,GAAM,EAC1E,CAEA,SAAS6L,GAAmB9Q,EAAsB3E,GAC9C2E,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,GAEtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAAA,EAC1C,CEj4GO,MA4CH+W,GAAmB,GAchB,IAAIC,GACAC,GAKJ,MAAMC,GAAqC,GAMrCC,GAAyC,SAGzCC,GAMTtvC,YAAYlB,GACRoB,KAAKpB,KAAOA,EACZoB,KAAKqvC,IAAW,CACnB,QAGQC,GAUTxvC,YAAYk4B,EAAmB14B,EAAeiwC,GAC1CvvC,KAAKg4B,GAAKA,EACVh4B,KAAKV,MAAQA,EACbU,KAAKuvC,YAAcA,CACtB,CAEGC,eACA,OAAOj0C,GAAOk0C,gCAAgCzvC,KAAKV,MACtD,EAGE,MAAMowC,GAAgE,CAAA,EACtE,IAAIC,GAA0B,EAE9B,MAAMC,GAAyC,CAAA,EACzCC,GAA0C,CAAA,EAGnDlJ,GAAiB,EAEjBqH,GAAa,GACbY,GAAiB,EAwCd,IAAIkB,GACAC,GAEX,MAAMC,GACF,CACI,OACA,OACA,OACA,QACA,QACA,QACA,MACA,MACA,MACA,OACA,OACA,OACA,MACA,MACA,OACA,QACA,QACDC,GAAY,CACX,OACA,QACA,OACDC,GAAY,CACX,QACA,QACA,QACA,SACA,SACA,SACA,OACA,OACA,OACA,QACA,QACA,QACA,OACA,OACA,QACA,SACA,SACDC,GAAY,CACX,QACA,SACA,QAGR,SAASC,GAAcpY,EAAYI,EAAqB3gC,GAGpD,GAFA8D,GAAO80C,0BAA0B54C,GAEE,KAA/BA,EACA,OAAOugC,EAEX,MAAM/wB,EAAO4oC,GAAezX,GAC5B,IAAKnxB,EAED,YADAG,GAAe,4BAA4BgxB,KAG/C,IAAI0B,EAAQ7yB,EAAKqpC,cACZxW,IACD7yB,EAAKqpC,cAAgBxW,EAAQ,IACjC,MAAMyW,EAAUzW,EAAMriC,GAStB,OALIqiC,EAAMriC,GAHL84C,EAGeA,EAAU,EAFV,EAGftpC,EAAKupC,aAGNvpC,EAAKupC,eAFLvpC,EAAKupC,aAAe,EAGjBxY,CACX,CAEA,SAASyY,KACL,GAAIV,GACA,OAAOA,GAEXA,GAAe,CACXlN,GAAU,UAAWuN,IACrBvN,GAAU,WAAYJ,GAAY,mCAClCI,GAAU,QAASJ,GAAY,qCAC/BI,GAAU,aAAcJ,GAAY,2BACpCI,GAAU,UAAWJ,GAAY,4BACjCI,GAAU,SAAUJ,GAAY,wBAChCI,GAAU,YAAaJ,GAAY,gCACnCI,GAAU,YAAaJ,GAAY,qCACnCI,GAAU,cAAeJ,GAAY,6CACrCI,GAAU,MAAOJ,GAAY,wBAC7BI,GAAU,WAAYJ,GAAY,yBAClC,CAAC,WAAY,oBAAqBA,GAAY,kCAC9C,CAAC,WAAY,oBAAqBA,GAAY,kCAC9CI,GAAU,WAAYJ,GAAY,mCAClCI,GAAU,SAAUJ,GAAY,2BAChCI,GAAU,aAAcJ,GAAY,uCACpCI,GAAU,WAAYJ,GAAY,yBAClCI,GAAU,OAAQJ,GAAY,qBAC9BI,GAAU,WAAYJ,GAAY,yBAClCI,GAAU,YAAaJ,GAAY,6BACnCI,GAAU,WAAYJ,GAAY,6BAClCI,GAAU,WAAYJ,GAAY,iCAClCI,GAAU,WAAYJ,GAAY,0CAClCI,GAAU,UAAWJ,GAAY,6BACjCI,GAAU,aAAcJ,GAAY,+BACpC,CAAC,YAAa,aAAcA,GAAY,uCACxCI,GAAU,UAAWJ,GAAY,iCACjCI,GAAU,WAAYJ,GAAY,+BAClCI,GAAU,cAAeJ,GAAY,wBACrCI,GAAU,cAAeJ,GAAY,wBACrCI,GAAU,aAAcJ,GAAY,2BACpCI,GAAU,MAAOJ,GAAY,QAC7BI,GAAU,OAAQJ,GAAY,UAG9B0M,GAAwB3xC,OAAS,IACjCuyC,GAAax2C,KAAK,CAAC,YAAa,YAAam3C,KAC7CX,GAAax2C,KAAK,CAAC,aAAc,YAAao3C,MAMlD,MAAMC,EAAc,CAACC,EAAgB1hC,KACjC,IAAK,IAAI3P,EAAI,EAAGA,EAAIqxC,EAAKrzC,OAAQgC,IAAK,CAClC,MAAMsxC,EAAMD,EAAKrxC,GACjBuwC,GAAcx2C,KAAK,CAACu3C,EAAK3hC,EAAMszB,GAAYqO,IAC9C,GAQL,OALAF,EAAYV,GAAW,cACvBU,EAAYT,GAAW,eACvBS,EAAYZ,GAAW,cACvBY,EAAYX,GAAW,eAEhBF,EACX,CA0nBgB,SAAAW,GAAiBK,EAAiB1B,GAC9C,MAAMxW,EAAM6W,GAAmBqB,GAC/B,IAAKlY,EACD,MAAM,IAAItiC,MAAM,sCAAsCw6C,KAC1DlY,EAAIwW,IAAMA,EACVL,GAAkBnW,CACtB,CAEgB,SAAA8X,GAAe9hC,EAAWmiC,GACtC,IAAKhC,GACD,MAAM,IAAIz4C,MAAM,mBACpBy4C,GAAgBiC,SAAWpiC,IAAM,EACjCmgC,GAAgBkC,SAAWF,IAAM,CACrC,CAEM,SAAUG,GAAaC,EAAwBpZ,EAAmBqZ,EAAmB55C,GACvF,GAAwB,iBAAZ,EACR8D,GAAO+1C,+BAA+B75C,EAAQ,GAC9CA,EAAS86B,GAAc96B,OACpB,CACH,IAAI85C,EAAa3B,GAAYn4C,GACD,iBAAxB,EACA85C,EAAa,EAEbA,IAEJ3B,GAAYn4C,GAAU85C,CACzB,CAKD1B,GAAeuB,GAASI,YAAc/5C,CAC1C,CA+EgB,SAAAg6C,GAAuBT,EAAaU,GAChD,IAAKr8C,EAAes8C,aAChB,OAKJ,GAHK1C,SAA4B5vC,IAAN2xC,IACvB/B,GAAoBra,OAEnBqa,GAAkB3L,kBAAsBjkC,IAAN2xC,EACnC,OAEJ,MAAMY,EAAqBvS,GAASU,qBAAuBV,GAASU,oBAAsBV,GAASW,wBAA2B,IAC1H6R,EAAiBt2C,GAAOu2C,uCACxBC,EAA2B9C,GAAkBtZ,oBAAsB0J,GAASQ,qBAAqBv+B,WAAa,MAC9G0wC,EAAuB/C,GAAkB5L,qBAAuBhE,GAASS,gBAAgBx+B,YAAcyhC,KAAuB,GAAK,eAAiB,MACpJkP,EAA0BhD,GAAkB/L,uBAAyB,YAAY7D,GAASU,gCAAgCV,GAASW,2BAA2B4R,EAAkBM,QAAQ,OAAS,QACjMC,EAAqB9S,GAASI,iBAC1BwP,GAAkBtL,eAAiB,qBAAqBtE,GAASK,4BAA4BL,GAASK,uBAAyBL,GAASI,iBAAmB,KAAKyS,QAAQ,OAAS,wBACjL,GAKR,GAHAlrC,GAAc,aAAaq4B,GAASO,yBAAyBP,GAASE,2BAA2BF,GAASE,eAAiBF,GAASC,gBAAkB,KAAK4S,QAAQ,SAASL,gBAA6BxS,GAASI,+BAA+BJ,GAASG,wCAC1Px4B,GAAc,0BAA0B+qC,aAAoCC,oBAAsCC,MAA4BE,KAC9InrC,GAAc,YAAsC,EAA1Bk4B,GAAaC,4BAA2D,EAA3BD,GAAaE,kCAChFsS,EAAJ,CAGA,GAAIzC,GAAkB5O,cAAe,CACjC,MAAM+R,EAASz7C,OAAO8R,OAAOonC,IAC7BuC,EAAO9Y,MAAK,CAACC,EAAKC,KAASA,EAAIgX,cAAgB,IAAMjX,EAAIiX,cAAgB,KACzE,IAAK,IAAIhxC,EAAI,EAAGA,EAAIszB,GAAmBt1B,OAAQgC,IAAK,CAChD,MAAMgxC,EAAej1C,GAAO82C,oCAAoC7yC,GAC5DgxC,GACAxpC,GAAc,wBAAwBwpC,oBAA+B1d,GAAmBtzB,KAC/F,CAED,IAAK,IAAIA,EAAI,EAAG82B,EAAI,EAAG92B,EAAI4yC,EAAO50C,QAAU84B,EAAIyY,GAAkBvvC,IAAK,CACnE,MAAM49B,EAAQgV,EAAO5yC,GACrB,GAAK49B,EAAMoT,aAAX,CAEAla,IACAtvB,GAAc,GAAGo2B,EAAMx+B,SAASw+B,EAAMoT,2BACtC,IAAK,MAAMxgC,KAAKotB,EAAMkT,cAClBtpC,GAAc,KAAK8rB,GAAwB9iB,OAAOotB,EAAMkT,cAAmBtgC,KAJlE,CAKhB,CACJ,CAED,GAAIi/B,GAAkBzL,aAAc,CAChC,MAAM1I,EAAoC,CAAA,EACpCsX,EAASz7C,OAAO8R,OAAOonC,IAE7B,IAAK,IAAIrwC,EAAI,EAAGA,EAAI4yC,EAAO50C,OAAQgC,IAAK,CACpC,MAAMyH,EAAOmrC,EAAO5yC,GACfyH,EAAKuqC,aAEoB,gBAArBvqC,EAAKuqC,cAGV1W,EAAO7zB,EAAKuqC,aACZ1W,EAAO7zB,EAAKuqC,cAAgBvqC,EAAKuoC,SAEjC1U,EAAO7zB,EAAKuqC,aAAevqC,EAAKuoC,SACvC,CAgBD4C,EAAO9Y,MAAK,CAACgZ,EAAGC,IAAMA,EAAE/C,SAAW8C,EAAE9C,WACrCxoC,GAAc,6BACd,IAAK,IAAIxH,EAAI,EAAG82B,EAAI,EAAG92B,EAAI4yC,EAAO50C,QAAU84B,EAAIyY,GAAkBvvC,IAG9D,GAAK4yC,EAAO5yC,GAAGZ,QAGXwzC,EAAO5yC,GAAGgzC,OAGVJ,EAAO5yC,GAAGZ,KAAMyK,QAAQ,WAAa,GAAzC,CAQA,GAAI+oC,EAAO5yC,GAAGgyC,YAAa,CACvB,GAAIY,EAAO5yC,GAAGgyC,YAAaxjC,WAAW,gBAClCokC,EAAO5yC,GAAGgyC,YAAaxjC,WAAW,QAClC,SAEJ,OAAQokC,EAAO5yC,GAAGgyC,aAEd,IAAK,kBACL,IAAK,gBACL,IAAK,OACL,IAAK,gBACL,IAAK,iBACL,IAAK,YACL,IAAK,gBACL,IAAK,SACL,IAAK,YACL,IAAK,cACL,IAAK,SACL,IAAK,UACL,IAAK,cACL,IAAK,MAIL,IAAK,uBACL,IAAK,mCACD,SAEX,CAEDlb,IACAtvB,GAAc,GAAGorC,EAAO5yC,GAAGZ,SAASwzC,EAAO5yC,GAAGw4B,OAAOoa,EAAO5yC,GAAGgwC,kBAAkB4C,EAAO5yC,GAAGgyC,cAtC9E,CAyCjB,MAAMiB,EAAkC,GACxC,IAAK,MAAMziC,KAAK8qB,EACZ2X,EAAOl5C,KAAK,CAACyW,EAAG8qB,EAAO9qB,KAE3ByiC,EAAOnZ,MAAK,CAACgZ,EAAGC,IAAMA,EAAE,GAAKD,EAAE,KAE/BtrC,GAAc,YACd,IAAK,IAAIxH,EAAI,EAAGA,EAAIizC,EAAOj1C,OAAQgC,IAC/BwH,GAAc,MAAMyrC,EAAOjzC,GAAG,OAAOizC,EAAOjzC,GAAG,KACtD,KAAM,CACH,IAAK,IAAIA,EAAI,EAAGA,EAA0B,IAAEA,IAAK,CAC7C,MAAMqtC,EAASta,GAAc/yB,GACvBmK,EAAQpO,GAAO+1C,+BAA+B9xC,EAAG,GACnDmK,EAAQ,EACRimC,GAAY/C,GAAUljC,SAEfimC,GAAY/C,EAC1B,CAED,MAAMv+B,EAAO3X,OAAO2X,KAAKshC,IACzBthC,EAAKgrB,MAAK,CAACgZ,EAAGC,IAAM3C,GAAY2C,GAAK3C,GAAY0C,KACjD,IAAK,IAAI9yC,EAAI,EAAGA,EAAI8O,EAAK9Q,OAAQgC,IAC7BwH,GAAc,MAAMsH,EAAK9O,OAAOowC,GAAYthC,EAAK9O,eACxD,CAED,IAAK,MAAMwQ,KAAKqvB,GAASY,aACrBj5B,GAAc,WAAWgJ,MAAMqvB,GAASY,aAAajwB,uBAEjB,mBAA3BzE,WAAqB,iBAA4BlM,IAAN2xC,GACpD9lB,YACI,IAAMumB,GAAuBT,IAC7B,KAzIG,CA2If,CCtsCA,IAAI0B,IAAS,WAEGC,KACZ,GAAID,GACA,MAAM,IAAIn8C,MAAM,wBAQpBm8C,IAAS,CACb,UAEgBE,KACZ,IAAKF,GACD,MAAM,IAAIn8C,MAAM,oBAQpBm8C,IAAS,CACb,CCxBOp2B,eAAeu2B,GAAiBC,GACnC,MACMC,EADYz9C,EAAcoC,OAAOs7C,UACNC,aACjC,IAAKF,EACD,MAAM,IAAIx8C,MAAM,4JAGpB,IAAKw8C,EAAeD,GAChB,MAAM,IAAIv8C,MAAM,GAAGu8C,4GAGvB,MAAMI,EAAuB,CACzBt0C,KAAMk0C,EACNK,KAAMJ,EAAeD,GACrBniB,SAAU,YAGd,GAAIr7B,EAAc89C,iBAAiBC,MAAKja,GAAKA,EAAEka,SAASR,KACpD,OAAO,EAGX,MAAMS,EA8BV,SAAyBC,EAAkBC,GACvC,MAAMC,EAAeF,EAASj0B,YAAY,KAC1C,GAAIm0B,EAAe,EACf,MAAM,IAAIn9C,MAAM,+BAA+Bi9C,MAGnD,OAAOA,EAAS1rC,UAAU,EAAG4rC,GApCwB,MAqCzD,CArC0BC,CAAgBT,EAASt0C,MACzCg1C,EAAgBt+C,EAAcu+C,oBAAoBv+C,EAAcoC,SAAWf,OAAO4Y,UAAUukC,eAAex/B,KAAKy+B,EAAgBQ,GAEhIQ,EAAkBz+C,EAAc0+C,wBAAwBd,GAE9D,IAAIe,EAAM,KACNC,EAAM,KACV,GAAIN,EAAe,CACf,MAAMO,EAAkBpB,EAAeQ,GACjCj+C,EAAc0+C,wBAAwB,CACpCp1C,KAAM20C,EACNJ,KAAMJ,EAAeQ,GACrB5iB,SAAU,QAEZ9W,QAAQC,QAAQ,OAEfs6B,EAAUC,SAAkBx6B,QAAQy6B,IAAI,CAACP,EAAiBI,IAEjEF,EAAM,IAAIx2C,WAAW22C,GACrBF,EAAMG,EAAW,IAAI52C,WAAW42C,GAAY,IAC/C,KAAM,CACH,MAAMD,QAAiBL,EACvBE,EAAM,IAAIx2C,WAAW22C,GACrBF,EAAM,IACT,CAGD,OADA7+C,EAAesf,kBAAkB4/B,mBAAmBN,EAAKC,IAClD,CACX,CCjDO53B,eAAek4B,GAAwBC,GAC1C,MAAMC,EAAqBp/C,EAAcoC,OAAOs7C,UAAW0B,mBACtDA,SAIC76B,QAAQy6B,IAAIG,EACbE,QAAOjjB,GAAW/6B,OAAO4Y,UAAUukC,eAAex/B,KAAKogC,EAAoBhjB,KAC3EvjB,KAAIujB,IACD,MAAMkjB,EAAmC,GACzC,IAAK,MAAMh2C,KAAQ81C,EAAmBhjB,GAAU,CAC5C,MAAMhB,EAAoB,CACtB9xB,OACAu0C,KAAMuB,EAAmBhjB,GAAS9yB,GAClC+xB,SAAU,WACVe,WAGJkjB,EAASr7C,KAAKjE,EAAc0+C,wBAAwBtjB,GACvD,CAED,OAAOkkB,CAAQ,IAElBC,QAAO,CAACC,EAAUC,IAASD,EAASE,OAAOD,IAAO,IAAIrnC,OACtDS,KAAImO,MAAM24B,IACP,MAAM33C,QAAc23C,EACpB5/C,EAAesf,kBAAkBugC,wBAAwB,IAAIz3C,WAAWH,GAAO,IAE3F,CCbA,MA0BI63C,GAAwB,GAK5B,IAAIC,GACAC,GACAC,GACAC,GAAkB,EACtB,MAAMC,GAA6B,GAC7BC,GAA+C,CAAA,EASrD,SAASC,KACL,OAAIL,KAGJA,GAAe,CACXxS,GAAU,wBAAyBJ,GAAY,sCAC/CI,GAAU,eAAgBJ,GAAY,6BACtCI,GAAU,QAASJ,GAAY,6BAC/BI,GAAU,qBAAsBJ,GAAY,oCAGzC4S,GACX,CAEA,IAkDIpG,GA4EJ,SAAS0G,KACL,GAAIH,GAASh4C,QAAU,EACnB,OAIJ,MAAMy2B,EAAiB,EAAIuhB,GAASh4C,OAAU,EAC9C,IAAIm/B,EAAUyY,GAuCd,GAtCKzY,EAoCDA,EAAQx7B,MAAM8yB,IAnCdmhB,GAAezY,EAAU,IAAI3J,GAAYiB,GAEzC0I,EAAQlE,WACJ,QACA,CACImd,YAA8B,KAEjB,KAAA,GAErBjZ,EAAQlE,WACJ,wBACA,CACIiO,MAAwB,IACxBmP,SAA2B,KAEd,KAAA,GAErBlZ,EAAQlE,WACJ,eACA,CACIiO,MAAwB,IACxBl6B,IAAsB,KAER,IAAA,GAEtBmwB,EAAQlE,WACJ,qBACA,CACItpB,KAAuB,IACvBtS,OAAyB,IACzBjE,MAAwB,KAEV,IAAA,IAKtB+jC,EAAQ3rB,QAAQszB,gBAAkBjF,GAASO,eAE3C,YADA4V,GAASh4C,OAAS,GAItB,MAAMs4C,EAAU5V,KAChB,IAAI6V,EAAiB,EACjBC,GAAW,EAAMC,GAAQ,EAE7B,IAEItZ,EAAQrF,UAAU,YAClBqF,EAAQrF,UAAU,GAElB,IAAK,IAAI93B,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAEhB4S,EAAW,CAAA,EACbnL,EAAKivC,mBACL9jC,EAAc,SAAC,KACfnL,EAAKkvC,iBACL/jC,EAAS,IAAC,KACd,IAAK,IAAI5S,EAAI,EAAGA,EAAIyH,EAAKquB,cAAe91B,IACpC4S,EAAI,MAAM5S,SACd4S,EAAa,QAAC,IAGduqB,EAAQlE,WACJxxB,EAAKoqC,UAAWj/B,EAAG,IAAoB,EAE9C,CAEDuqB,EAAQ7D,sBAGR,MAAMuc,EAAeK,KACrB/Y,EAAQtI,qBAAsB,EAG9B,IAAK,IAAI70B,EAAI,EAAGA,EAAI61C,EAAa73C,OAAQgC,IACqB61C,EAAA71C,IAAA3H,GAAA,EAAA,UAAA2H,aAC1Dm9B,EAAQ/C,uBAAuB,IAAKyb,EAAa71C,GAAG,GAAI61C,EAAa71C,GAAG,IAAI,EAAM61C,EAAa71C,GAAG,IAItG,IAAK,IAAIA,EAAI,EAAGA,EAAI61C,EAAa73C,OAAQgC,IACrCm9B,EAAQ3C,iBAAiBqb,EAAa71C,GAAG,IAE7Cm9B,EAAQlD,wBAAuB,GAG/BkD,EAAQ5D,aAAa,GACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAC5B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAEkDm9B,EAAA1H,cAAAhuB,EAAAoqC,YAAAx5C,GAAA,EAAA,qBACxE8kC,EAAQ5G,WAAW4G,EAAQ1H,cAAchuB,EAAKoqC,WAAW,GAC5D,CAGD1U,EAAQ5D,aAAa,GACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAC5B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GACtBm9B,EAAQ5E,WAAW9wB,EAAKoqC,WACxB1U,EAAQxF,SAAS,GAGjBwF,EAAQ5G,WAAW4G,EAAQvH,sBAAwB51B,EACtD,CAGDm9B,EAAQ5D,aAAa,IACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAC5B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GACtBm9B,EAAQlC,cAAcxzB,EAAKoqC,UAAW,CAClC+E,QAA0B,IAC1BC,WAA6B,IAC7BC,cAAgC,MAGzBC,GAAmB5Z,EAAS11B,GAIvC01B,EAAQxF,SAAQ,IAChBwF,EAAQjC,aAAY,EACvB,CAEDiC,EAAQ1D,aAER8c,EAAiB7V,KACjB,MAAMxiC,EAASi/B,EAAQ3G,eAGvBqJ,GAASO,gBAAkBliC,EAAOF,OAClC,MAAMg5C,EAAc,IAAIpgB,YAAY5hC,OAAOkJ,GACrC+4C,EAAc9Z,EAAQ1G,iBAEtBygB,EAAgB,IAAItgB,YAAYugB,SAASH,EAAaC,GAI5D,IAAK,IAAIj3C,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAGhBwiB,EAAK00B,EAAcE,QAAQ3vC,EAAKoqC,WAEtCiE,GAAQ33C,IAAIsJ,EAAKpK,OAAQmlB,GAEzBg0B,GAAW,EACX3W,GAASG,uBACZ,CACJ,CAAC,MAAOlb,GACL2xB,GAAQ,EACRD,GAAW,EAGX5uC,GAAe,wCAAwCkd,KACvDyd,IACH,CAAS,QACN,MAAM8U,EAAW3W,KAQjB,GAPI6V,GACA7W,GAAaC,YAAc4W,EAAiBD,EAC5C5W,GAAaE,aAAeyX,EAAWd,GAEvC7W,GAAaC,YAAc0X,EAAWf,EAGtCG,EAAwD,CACxDjvC,GAAc,MAAMwuC,GAASh4C,iDAC7B,IAAIs5C,EAAI,GAAI3I,EAAI,EAChB,IACQxR,EAAQ7H,WACR6H,EAAQ1D,YACf,CAAC,MAAM3R,GAGP,CAED,MAAMyvB,EAAMpa,EAAQ3G,eACpB,IAAK,IAAIx2B,EAAI,EAAGA,EAAIu3C,EAAIv5C,OAAQgC,IAAK,CACjC,MAAMwxC,EAAI+F,EAAIv3C,GACVwxC,EAAI,KACJ8F,GAAK,KACTA,GAAK9F,EAAE1vC,SAAS,IAChBw1C,GAAK,IACAA,EAAEt5C,OAAS,IAAQ,IACpBwJ,GAAc,GAAGmnC,MAAM2I,KACvBA,EAAI,GACJ3I,EAAI3uC,EAAI,EAEf,CACDwH,GAAc,GAAGmnC,MAAM2I,KACvB9vC,GAAc,iBACjB,MAAUgvC,IAAaC,GACpB7uC,GAAe,oDAGnBouC,GAASh4C,OAAS,CACrB,CACL,CAEA,SAASw5C,GACLra,EAAsBsa,EAAiB9nC,EAAgB+nC,EAAmBC,GAE1E,MAAMC,EAAU77C,GAAO87C,oCAAoCloC,GACrDhV,EAASoB,GAAO+7C,2BAA2BL,EAAS,EAAGE,GAE7D,OAAQC,GACJ,KAAK,IAEDza,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM2e,GAEdva,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAarhC,EAAQ,GAC7B,MAGJ,KAAM,EACN,KAAM,EACN,KAAK,EACL,KAAK,EACL,KAAK,EAKD,OAHAwiC,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM2e,GAENE,GACJ,KAAM,EACFza,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxB,MACJ,KAAK,EACDmB,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxB,MACJ,KAAM,EACFmB,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxB,MACJ,KAAK,EACDmB,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxB,MACJ,KAAK,EACDmB,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GAMhCmB,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAarhC,EAAQ,GAC7B,MAGJ,QAEIwiC,EAAQxE,UAAUhpB,GAElBwtB,EAAQpE,MAAM,WAEdoE,EAAQzE,UAAU/9B,GAClBwiC,EAAQxF,SAAQ,KAEhBwF,EAAQpE,MAAM2e,GAEdva,EAAQ/B,WAAW,sBAI/B,CAEA,SAAS2b,GACL5Z,EAAsB11B,GAUtB,MAAMqvC,EAAqB9hD,EAAO8E,QAAQ67C,IAC1Ct7C,EAAay8C,EAAenB,IAI5B/5C,EACIk7C,EAAgBjU,GAAe,IAC/Bp7B,EAAKswC,WAAW/5C,QAAUyJ,EAAKivC,iBAAmB,EAAI,IAOtDjvC,EAAKivC,mBACLvZ,EAAQ5rB,QAER4rB,EAAQpE,MAAM,WACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,KAEhBwF,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GAEnB4G,EAAQpE,MAAM,YACdoE,EAAQ/B,WAAW,SACnB+B,EAAQpE,MAAM,eACdoE,EAAQpB,YAIZoB,EAAQxE,UAAUme,GAClB3Z,EAAQpE,MAAM,oBAEdoE,EAAQpE,MAAM,WAEdoE,EAAQzE,WAAU,GAClByE,EAAQxF,SAAQ,KAGhBwF,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,GAAe,GAAwB,GAI5D1F,EAAQpE,MAAM,iBAEVtxB,EAAKivC,iBACLvZ,EAAQpE,MAAM,YAEdoE,EAAQzE,UAAU,GACtByE,EAAQ/B,WAAW,yBACnB+B,EAAQpE,MAAM,cASVtxB,EAAKivC,kBAELc,GAA0Bra,EAAS11B,EAAKgwC,QAAc,EAAG,WAAY,GAezE,IAAK,IAAIz3C,EAAI,EAAGA,EAAIyH,EAAKswC,WAAW/5C,OAAQgC,IAAK,CAC7C,MAAM2P,EAAYlI,EAAKswC,WAAW/3C,GAClCw3C,GAA0Bra,EAAS11B,EAAKgwC,QAAS9nC,EAAM,MAAM3P,IAAKA,GAAKyH,EAAKivC,iBAAmB,EAAI,GACtG,CAUD,OARAvZ,EAAQpE,MAAM,iBACVtxB,EAAKkvC,eACLxZ,EAAQpE,MAAM,OAEdoE,EAAQzE,UAAU,GACtByE,EAAQ/B,WAAW,gBACnB+B,EAAQxF,SAAQ,KAET,CACX,CC5jBA,MA6BIqgB,GAAkB,GAGlBC,GAAgB,EAMpB,IAAIrC,GACAE,GACAoC,GACAC,GAAwB,EAC5B,MAAMC,GAAuC,GACvCC,GAAoD,CAAA,EACpDrC,GAA6B,GAEnC,MAAMsC,GA4BFh4C,YACIqe,EAAoB45B,EAAkBC,EACtCC,EAAsBC,GAT1Bl4C,KAAK0rB,MAAoB,GAW4C,GAAA7zB,GAAA,EAAA,wCAEjEmI,KAAKme,OAASA,EACdne,KAAK+3C,QAAUA,EACf/3C,KAAKm4C,gBAAkBD,EACvBl4C,KAAKg4C,MAAQA,EACbh4C,KAAKo4C,KAAO57C,GAAsBw7C,EA3DrB,GA4Dbh4C,KAAKqkB,QAAU7nB,GAAsBw7C,EA1DvB,GA2Ddh4C,KAAKkS,UAAiB1V,GAAsBw7C,EA1DlC,IA2DVh4C,KAAKq4C,UAAsD,IAA1Cn8C,GAAW87C,EAxDZ,IAyDhBh4C,KAAKm2C,gBAAmE,IAAlD75C,GAAsB07C,EA1DhC,IA4DZh4C,KAAKiJ,WAAa1N,GAAO+8C,sCAAsCt4C,KAAKkS,WACpElS,KAAKu4C,WAAah9C,GAAOi9C,sCAAsCx4C,KAAKkS,WACpElS,KAAKk2C,iBAAiF,IAA9D36C,GAAOk9C,mCAAmCz4C,KAAKkS,WAEvE,MAAM9O,EAAM7H,GAAOm9C,iCAAiC14C,KAAKkS,WACzDlS,KAAKu3C,WAAa,IAAI7pC,MAAM1N,KAAKu4C,YACjC,IAAK,IAAI/4C,EAAI,EAAGA,EAAIQ,KAAKu4C,WAAY/4C,IACjCQ,KAAKu3C,WAAW/3C,GAAUhD,GAAsB4G,EAAW,EAAJ5D,GAG3D,MAAMm5C,EAAiB34C,KAAKu4C,YAAcv4C,KAAKk2C,iBAAmB,EAAI,GACtEl2C,KAAK44C,WAAa,IAAIlrC,MAAM1N,KAAKu4C,YACjC,IAAK,IAAI/4C,EAAI,EAAGA,EAAIm5C,EAAgBn5C,IAChCQ,KAAK44C,WAAWp5C,GAAUhD,GAAsBy7C,EAAmB,EAAJz4C,GAEnEQ,KAAK6V,OAAS7V,KAAKq4C,UAAYr4C,KAAKo4C,KAAOp4C,KAAKqkB,QAChDrkB,KAAKnD,OAAS,EAEdmD,KAAK64C,qBAAuB74C,KAAKiJ,YAAcjJ,KAAKm2C,eAC7C2C,GAA8Bv9C,GAAOw9C,0BAA0B/4C,KAAKiJ,gBAE3EjJ,KAAKg5C,oBAAsBh5C,KAAKu3C,WAAWppC,KACvC8qC,GAAaH,GAA8Bv9C,GAAO29C,0BAA0BD,MAEhFj5C,KAAKm5C,aAAevkB,KAAa+O,iBAC5B3jC,KAAKq4C,WACNr4C,KAAK64C,uBAEoC,IAApC74C,KAAKg5C,oBAAoBx7C,QAC1BwC,KAAKg5C,oBAAoB1vC,OAAM8vC,GAAMA,KAGzCp5C,KAAKm5C,eACLn5C,KAAK6V,OAAS7V,KAAKo4C,MAEvB,IAAIiB,EAASr5C,KAAK6V,OAAOvU,SAAS,IAYlC,MAAMg4C,EAAe3B,KACrB33C,KAAKpB,KAAO,GAAGoB,KAAKm5C,aAAe,MAAQ,SAASE,KAAUC,EAAah4C,SAAS,KACvF,EAML,SAASi4C,GAAkBj6C,GACvB,IAAIzC,EAAS+6C,GAAQt4C,GASrB,OARKzC,IACGyC,GAASs4C,GAAQp6C,SACjBo6C,GAAQp6C,OAAS8B,EAAQ,GAExBg2C,KACDA,GAAUvb,MACd6d,GAAQt4C,GAASzC,EAASy4C,GAAQ30C,IAAIrB,IAEnCzC,CACX,CAuDA,IAAI28C,GAEJ,SAASC,KACL,QAAwBp6C,IAApBq4C,GACA,OAAOA,GAGX,IACI8B,cN1OJ,MAAM7c,EAAU,IAAI3J,GAAY,GAChC2J,EAAQlE,WAAW,cAAe,CAC9BihB,QAA0B,KACT,IAAA,GACrB/c,EAAQlE,WAAW,cAAe,CAC9BkhB,OAAyB,IACzBD,QAA0B,IAC1BE,OAAyB,KACR,IAAA,GACrBjd,EAAQ/C,uBAAuB,IAAK,cAAe,eAAe,GAClE+C,EAAQ1C,eAAe,CACnB9qB,KAAM,cACNvQ,KAAM,uBACNy7B,QAAQ,EACRnH,OAAQ,CAAE,IACX,KACCyJ,EAAQ5rB,MAAK,GAAA,GACb4rB,EAAQpE,MAAM,WACdoE,EAAQ/B,WAAW,eACnB+B,EAAQxF,SAAQ,IAChBwF,EAAQpE,MAAM,UACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxBmB,EAAQpB,WACRoB,EAAQxF,SAAQ,GAAgB,IAGpCwF,EAAQrF,UAAU,YAClBqF,EAAQrF,UAAU,GAClBqF,EAAQ7D,sBACR6D,EAAQpC,yBAAwB,GAChC,MAAM78B,EAASi/B,EAAQ3G,eACvB,OAAO,IAAII,YAAY5hC,OAAOkJ,EAClC,CMwM0Bm8C,GAClBnC,IAAkB,CACrB,CAAC,MAAOpzB,GACLtd,GAAc,+CAAgDsd,GAC9DozB,IAAkB,CACrB,CAED,OAAOA,EACX,UAiEgBoC,KACZ,GAAwB,IAApBtE,GAASh4C,OACT,OAEJ,IAAIm/B,EAAUyY,GAgBd,GAfKzY,EAaDA,EAAQx7B,MAAM,IAZdi0C,GAAezY,EAAU,IAAI3J,GAAY,GAEzC2J,EAAQlE,WACJ,aACA,CACIshB,OAAyB,IACzBC,GAAqB,IACrBC,QAA0B,IAC1BL,OAAyB,KACR,IAAA,IAKzBjd,EAAQ3rB,QAAQszB,gBAAkBjF,GAASO,eAE3C,YADA4V,GAASh4C,OAAS,GAIlBm/B,EAAQ3rB,QAAQoyB,eACXqW,OAEDzX,GAAkB,CAAEoB,cAAc,IAClCzG,EAAQ3rB,QAAQoyB,cAAe,IAIvC,MAAM0S,EAAU5V,KAChB,IAAI6V,EAAiB,EACjBC,GAAW,EAAMC,GAAQ,EAE7B,MAAMZ,EAA2D,GAGjE,IACSC,KACDA,GAAUvb,MAGd4C,EAAQrF,UAAU,YAClBqF,EAAQrF,UAAU,GAElB,IAAK,IAAI93B,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAEhB4S,EAAW,CAAA,EAEjB,GAAInL,EAAKkyC,aAAc,CACflyC,EAAKivC,mBACL9jC,EAAU,KAAC,KAEf,IAAK,IAAI+7B,EAAI,EAAGA,EAAIlnC,EAAK+xC,oBAAoBx7C,OAAQ2wC,IACjD/7B,EAAI,MAAM+7B,KAAOlnC,EAAK+xC,oBAAoB7K,GAE9C/7B,EAAW,MAAC,GACf,KAAM,CACH,MAAM8nC,GAAoBjzC,EAAKivC,iBAAmB,EAAI,IACjDjvC,EAAKkvC,eAAiB,EAAI,GAAKlvC,EAAKsxC,WAEzC,IAAK,IAAIpK,EAAI,EAAGA,EAAI+L,EAAkB/L,IAClC/7B,EAAI,MAAM+7B,SAEd/7B,EAAa,QAAC,GACjB,CAEDuqB,EAAQlE,WACJxxB,EAAKrI,KAAMwT,EAAKnL,EAAKkyC,aAAelyC,EAAK4xC,qBAAuC,IAAE,GAGtF,MAAMsB,EAAaZ,GAAkBtyC,EAAK4O,QACyE,mBAAA,GAAAhe,GAAA,EAAA,+CAAAsiD,KACnH9E,EAAa97C,KAAK,CAAC0N,EAAKrI,KAAMqI,EAAKrI,KAAMu7C,GAC5C,CAEDxd,EAAQ7D,sBACR6D,EAAQtI,qBAAsB,EAG9B,IAAK,IAAI70B,EAAI,EAAGA,EAAI61C,EAAa73C,OAAQgC,IACrCm9B,EAAQ/C,uBAAuB,IAAKyb,EAAa71C,GAAG,GAAI61C,EAAa71C,GAAG,IAAI,EAAO61C,EAAa71C,GAAG,IAGvG,IAAK,IAAIA,EAAI,EAAGA,EAAI61C,EAAa73C,OAAQgC,IACrCm9B,EAAQ3C,iBAAiBqb,EAAa71C,GAAG,IAE7Cm9B,EAAQlD,wBAAuB,GAG/BkD,EAAQ5D,aAAa,GACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAE0Cm/B,EAAA1H,cAAA,YAAAp9B,GAAA,EAAA,qBAEtE,IAAK,IAAI2H,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IACjCm9B,EAAQ5G,WAAW4G,EAAQ1H,cAA0B,WAAE,IAG3D0H,EAAQ5D,aAAa,GACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAE5B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GACtBm9B,EAAQ5E,WAAW9wB,EAAKrI,MACxB+9B,EAAQxF,SAAS,GAGjBwF,EAAQ5G,WAAW4G,EAAQvH,sBAAwB51B,EACtD,CAGDm9B,EAAQ5D,aAAa,IACrB4D,EAAQ5G,WAAWyf,GAASh4C,QAC5B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAKtB,GAJAm9B,EAAQlC,cAAc,aAAc,CAAE2f,OAAQ,OAEnC7D,GAAmB5Z,EAAS11B,GAGnC,MAAM,IAAI1Q,MAAM,sBAAsB0Q,EAAKrI,QAC/C+9B,EAAQxF,SAAQ,IAChBwF,EAAQjC,aAAY,EACvB,CAEDiC,EAAQ1D,aAER8c,EAAiB7V,KACjB,MAAMxiC,EAASi/B,EAAQ3G,eAGvBqJ,GAASO,gBAAkBliC,EAAOF,OAClC,MAAMg5C,EAAc,IAAIpgB,YAAY5hC,OAAOkJ,GACrC+4C,EAAc9Z,EAAQ1G,iBAEtBygB,EAAgB,IAAItgB,YAAYugB,SAASH,EAAaC,GAE5D,IAAK,IAAIj3C,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IAAK,CACtC,MAAMyH,EAAOuuC,GAASh2C,GAIhB+D,EAAMm9B,GADagW,EAAcE,QAAQ3vC,EAAKrI,OAEpD,IAAK2E,EACD,MAAM,IAAIhN,MAAM,2CAIpB0Q,EAAKpK,OAAS0G,EACdhI,GAAO8+C,oCAAyCpzC,EAAK+wC,MAAOz0C,GAC5D,IAAK,IAAI4qC,EAAI,EAAGA,EAAIlnC,EAAKykB,MAAMluB,OAAQ2wC,IACnC5yC,GAAO8+C,oCAAyCpzC,EAAKykB,MAAMyiB,GAAI5qC,GAE/D0D,EAAKkyC,cACL9Z,GAASK,yBACbL,GAASI,mBACTx4B,EAAKykB,MAAMluB,OAAS,EACpBw4C,GAAW,CACd,CACJ,CAAC,MAAO1xB,GACL2xB,GAAQ,EACRD,GAAW,EAGX5uC,GAAe,oCAAoCkd,KACnDyd,IACH,CAAS,QACN,MAAM8U,EAAW3W,KAQjB,GAPI6V,GACA7W,GAAaC,YAAc4W,EAAiBD,EAC5C5W,GAAaE,aAAeyX,EAAWd,GAEvC7W,GAAaC,YAAc0X,EAAWf,EAGtCG,GAASD,EACT,IAAK,IAAIx2C,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IACpBg2C,GAASh2C,GACjB3C,QAAU,EAKvB,GAAIo5C,EAAwD,CACxDjvC,GAAc,MAAMwuC,GAASh4C,uDAC7B,IAAK,IAAIgC,EAAI,EAAGA,EAAIg2C,GAASh4C,OAAQgC,IACjCwH,GAAc,OAAOxH,SAASg2C,GAASh2C,GAAGZ,gBAAgB42C,GAASh2C,GAAG02C,2BAA2BV,GAASh2C,GAAG22C,+BAA+BX,GAASh2C,GAAGw5C,uBAE5J,IAAIlC,EAAI,GAAI3I,EAAI,EAChB,IACQxR,EAAQ7H,WACR6H,EAAQ1D,YACf,CAAC,MAAM3R,GAGP,CAED,MAAMyvB,EAAMpa,EAAQ3G,eACpB,IAAK,IAAIx2B,EAAI,EAAGA,EAAIu3C,EAAIv5C,OAAQgC,IAAK,CACjC,MAAMwxC,EAAI+F,EAAIv3C,GACVwxC,EAAI,KACJ8F,GAAK,KACTA,GAAK9F,EAAE1vC,SAAS,IAChBw1C,GAAK,IACAA,EAAEt5C,OAAS,IAAQ,IACpBwJ,GAAc,GAAGmnC,MAAM2I,KACvBA,EAAI,GACJ3I,EAAI3uC,EAAI,EAEf,CACDwH,GAAc,GAAGmnC,MAAM2I,KACvB9vC,GAAc,iBACjB,MAAUgvC,IAAaC,GACpB7uC,GAAe,oDAGnBouC,GAASh4C,OAAS,CACrB,CACL,CAsCA,MAAMs7C,GAAwB,CAC1B,MAAyC,IAEzC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAqC,IACrC,GAAsC,IACtC,GAAsC,IACtC,GAAuC,IACvC,GAAuC,IACvC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,GAAsC,IACtC,IAAqC,KAInCwB,GAA0B,CAC5B,GAA6C,GAC7C,GAA6C,GAC7C,GAA8C,GAC9C,GAA8C,GAC9C,GAA0C,GAC1C,GAA0C,GAC1C,GAA0C,GAC1C,GAAyC,GACzC,GAA0C,GAC1C,GAA0C,GAC1C,GAA2C,GAE3C,GAA4C,GAC5C,GAA4C,GAC5C,GAA6C,GAC7C,GAA2C,GAC3C,GAA2C,GAC3C,GAA2C,GAC3C,GAA2C,GAC3C,IAA0C,IAG9C,SAASzS,GAAalL,EAAsB4d,EAAqB/nB,GAC7DmK,EAAQpE,MAAM,MACdoE,EAAQxF,SAAS3E,GACjBmK,EAAQnB,aAAa+e,EAAa,EACtC,CAEA,SAASxS,GAAcpL,EAAsB4d,GACzC5d,EAAQpE,MAAM,MACdoE,EAAQzE,UAAUqiB,GAClB5d,EAAQxF,SAAQ,IACpB,CAEA,SAASof,GACL5Z,EAAsB11B,GAEtB,IAAIuzC,EAAc,EAId7d,EAAQ3rB,QAAQoyB,cAChBzG,EAAQ5rB,MAAK,GAAA,GAWb9J,EAAKkvC,gBAAkBlvC,EAAKkyC,cAC5Bxc,EAAQpE,MAAM,UAMdtxB,EAAKivC,mBAILrO,GAAalL,EAAS11B,EAAK2xC,WAAW,GAAE,IACxC4B,KAIAvzC,EAAKkvC,iBAAmBlvC,EAAKkyC,cAC7Bxc,EAAQpE,MAAM,UAElB,IAAK,IAAI/4B,EAAI,EAAGA,EAAIyH,EAAKsxC,WAAY/4C,IAAK,CAEtC,MAAMi7C,EAAaxzC,EAAK2xC,WAAW4B,EAAch7C,GAIjD,GAFgBtD,GADMM,GAAsByK,EAAK+wC,MAAQR,IAAmBh4C,IAG7Di4C,GAGX5P,GAAalL,EAAS8d,WACnB,GAAIxzC,EAAKkyC,aAAc,CAE1B,MAAMuB,EAAYn/C,GAAO29C,0BAA0BjyC,EAAKswC,WAAW/3C,IAgBnE,MAfyE3H,GAAA,EAAA,sBAAAoP,EAAAswC,WAAA/3C,cAerEk7C,EAEA3S,GAAcpL,EAAS8d,OACpB,CACH,MAAME,EAAcL,GAAgCI,GACpD,IAAKC,EAED,OADAvzC,GAAe,4BAA4B5H,UAAUyH,EAAKswC,WAAW/3C,iBAAiBk7C,MAC/E,EAIX7S,GAAalL,EAAS8d,EAAYE,EACrC,CACJ,MAEG5S,GAAcpL,EAAS8d,EAE9B,CA+CD,GAjCA9d,EAAQpE,MAAM,YACVtxB,EAAKkyC,cAAgBlyC,EAAKoxC,aAG1B1b,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,IAU5BmB,EAAQ/B,WAAW3zB,EAAKrI,MAkBpBqI,EAAKkvC,gBAAkBlvC,EAAKkyC,aAAc,CAC1C,MAAMyB,EAAar/C,GAAOw9C,0BAA0B9xC,EAAKgC,YACnD4xC,EAAeP,GAAgCM,GACrD,IAAKC,EAED,OADAzzC,GAAe,oCAAoCH,EAAKgC,yBAAyB2xC,MAC1E,EAKXje,EAAQxF,SAAS0jB,GACjBle,EAAQnB,aAAa,EAAG,EAC3B,CAeD,OAZImB,EAAQ3rB,QAAQoyB,eAChBzG,EAAQxF,SAAQ,IAChBwF,EAAQpE,MAAM,UACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GAExBmB,EAAQpB,YAGZoB,EAAQxF,SAAQ,KAET,CACX,CClxBA,IAAK2jB,GC4BAC,ID5BL,SAAKD,GACDA,EAAAA,EAAA,QAAA,GAAA,UACAA,EAAAA,EAAA,OAAA,GAAA,SACAA,EAAAA,EAAA,MAAA,GAAA,OACH,CAJD,CAAKA,KAAAA,GAIJ,CAAA,ICwBD,SAAKC,GACDA,EAAAA,EAAA,KAAA,GAAA,OACAA,EAAAA,EAAA,eAAA,GAAA,iBACAA,EAAAA,EAAA,MAAA,GAAA,OACH,CAJD,CAAKA,KAAAA,GAIJ,CAAA,ICyHD,SAASC,GAAYh4C,EAAai4C,GAE9B,MAzJ2B,UAyJMj4C,EAAIi4C,IACjCj4C,EAAIi4C,IAzJiB,UA0JrBA,EAAS,EAAIj4C,EAAIxF,QAzJK,UA0JGwF,EAAIi4C,EAAS,IACtCj4C,EAAIi4C,EAAS,IA1JO,QA2J5B,CAEA,SAASC,GAAwBv2C,EAAsBw2C,EAAaC,EAAmB73C,GAEnF7I,EAAaiK,EAASw2C,EAAU,EAAJ53C,EAAO63C,EAAUv2C,WAAW,IACxDnK,EAAaiK,EAASw2C,EAAc,GAAP53C,EAAI,GAAM63C,EAAUv2C,WAAW,GAChE,CCQA,SAASw2C,GAAgBC,EAAiBC,EAAiBC,EAA4BC,GACnF,OAAQA,GACJ,KAAK,EAID,OAAID,GAAmC,OAAzBA,EAAOxpB,MAAM,KAAK,IAnLnB,EAqLNspB,EAAQI,cAAcH,EAASC,GAC1C,KAAK,EAED,OAAIA,GAAmC,OAAzBA,EAAOxpB,MAAM,KAAK,IAxLnB,EA0LNspB,EAAQI,cAAcH,EAASC,GAC1C,KAAK,EAID,OAFAF,EAAUA,EAAQK,kBAAkBH,GACpCD,EAAUA,EAAQI,kBAAkBH,GAC7BF,EAAQI,cAAcH,EAASC,GAC1C,KAAK,EACL,KAAK,GAGD,OAAOF,EAAQI,cAAcH,EAASC,EAAQ,CAAEI,mBAAmB,IACvE,KAAK,EAID,OAFAN,EAAUA,EAAQK,kBAAkBH,GACpCD,EAAUA,EAAQI,kBAAkBH,GAC7BF,EAAQI,cAAcH,EAASC,EAAQ,CAAEI,mBAAmB,IACvE,KAAK,EAED,OAAON,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,WACjE,KAAK,GAED,OAAOP,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,SACjE,KAAK,GAED,OAAOP,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,SACjE,KAAK,GAED,OAAOP,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,SAAUD,mBAAmB,IAC9F,KAAK,GAED,OAAON,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,OAAQD,mBAAmB,IAC5F,KAAK,GAED,OAAON,EAAQI,cAAcH,EAASC,EAAQ,CAAEK,YAAa,OAAQD,mBAAmB,IAqB5F,QAqBI,MAAM,IAAIrlD,MAAM,qCAAqCklD,KAEjE,CAEA,SAASK,GAAuBC,EAAgBC,GAE5C,OAAOC,GADKj4C,GAAmB+3C,EAAcA,EAAS,EAAIC,GAE9D,CAEA,SAASC,GAAaj5C,GAElB,OADaA,EAAIk5C,YACLt0C,QAAQ,2BAA4B,GACpD,CCvRO,MACMu0C,GAAkB,KAEzB,SAAUC,GAAgBZ,GAE5B,GAAKA,EAEL,KAEIA,EAASA,EAAOG,qBACLrI,SAAS,QAIhBkI,EAASA,EAAO5zC,QAAQ,MAAO,QAAQA,QAAQ,MAAO,SAE1D,MAAMy0C,EAAoBC,KAAaC,oBAAoBf,EAAO5zC,QAAQ,IAAK,MAC/E,OAAOy0C,EAAiB7+C,OAAS,EAAI6+C,EAAiB,QAAKh9C,CAC9D,CACD,MAAMod,GAEF,MAAM,IAAIlmB,MAAM,yCAAyCilD,iBAAsB/+B,IAClF,CACL,CCfA,MAAM+/B,GAAa,OACbC,GAAY,OACZC,GAAW,IAiOjB,SAASC,GAAmBC,EAAYC,EAAiBj+C,EAAck+C,GAEnE,IAAIC,EAAen+C,EACnB,MAAMo+C,EAAYH,EAAQxzC,QAAQzK,GAClC,IAAkB,GAAdo+C,IAEe,GAAdA,GAAmBH,EAAQr/C,OAASw/C,EAAYp+C,EAAKpB,QAA8C,KAApCq/C,EAAQG,EAAYp+C,EAAKpB,SAAsD,KAApCq/C,EAAQG,EAAYp+C,EAAKpB,SAAsD,KAApCq/C,EAAQG,EAAYp+C,EAAKpB,QACnL,CAOI,MAAMy/C,EAAqBH,EAAkBI,OAAON,GAAMO,cAC1DJ,EAAeF,EAAQ7qB,MAAM,OAAO2iB,QAAOyI,IAAMH,EAAmBjrB,MAAM,OAAOshB,SAAS8J,IAAMA,EAAE,IAAMx+C,EAAK,KAAI,EACpH,CACD,OAAOm+C,CACX,CClPOzgC,eAAe+gC,GAAuBC,EAA4B19C,GACrE,IACI,MAAM/C,QAAe0gD,GAAcD,EAAoB19C,GAEvD,OADAtK,EAAckoD,UAAU3gD,GACjBA,CACV,CAAC,MAAO5E,GACL,IACI3C,EAAckoD,UAAU,EAAGvlD,EAC9B,CACD,MAAOwlD,GAEN,CACD,OAAIxlD,GAAiC,iBAAjBA,EAAMylD,OACfzlD,EAAMylD,OAEV,CACV,CACL,CAKOphC,eAAeihC,GAAcD,EAA4B19C,IC6kBhD,SAAwBhB,EAAc++C,GAClD,MAAMC,EAAYD,EAAoBngD,OAAS,EACzCqgD,EAAiBrpD,EAAO8E,QAAoB,EAAZskD,GACtC,IAAIE,EAAS,EACbtpD,EAAOupD,SAASF,EAAsB,EAATC,EAAaviD,GAAOyiD,iBAAiBp/C,GAAO,OACzEk/C,GAAU,EACV,IAAK,IAAIt+C,EAAI,EAAGA,EAAIm+C,EAAoBngD,SAAUgC,EAC9ChL,EAAOupD,SAASF,EAAsB,EAATC,EAAaviD,GAAOyiD,iBAAiBL,EAAoBn+C,IAAK,OAC3Fs+C,GAAU,EAEdviD,GAAO0iD,wBAAwBL,EAAWC,EAC9C,CDvlBII,CAAwBX,EAAoB19C,IACL,GAAnCvK,EAAeiY,kBACftG,GAAc,iCtCiGX,IAAI6S,SAAeC,IACtB,MAAMokC,EAAWC,aAAY,KACa,GAAlC9oD,EAAeiY,kBAGnB8wC,cAAcF,GACdpkC,IAAS,GACV,IAAI,KsCrGX,MAAMqE,EAASkgC,GAAiBf,GAChC,OAAOjoD,EAAesf,kBAAkB2pC,iBAAiBngC,EAAQve,EACrE,CAEM,SAAUy+C,GAAiBzgC,GAC7BtoB,EAAcunB,yBACdD,KACA,MAAM8B,EAAMpB,GAAcM,GAC1B,IAAKc,EACD,MAAM,IAAInoB,MAAM,4BAA8BqnB,GAElD,IAAI2gC,EAAsB,EACY,GAAlClpD,EAAeiY,kBACfixC,EAAsB,GAE1B,MAAMpgC,EAAS5iB,GAAOijD,mCAAmC9/B,EAAK6/B,GAC9D,IAAKpgC,EACD,MAAM,IAAI5nB,MAAM,4CAA8CqnB,GAClE,OAAOO,CACX,CEtDO,IAAIsgC,GACAC,GAEJ,MAAMC,GAAoC,CAAA,EA0BpCC,GAAmB94C,OAAO0L,IAAI,aCyErC,SAAUqtC,GAAyB5hC,GACrC,MAAoC,oBAAtB6hC,kBACR7hC,EAAOvf,kBAAkBqhD,aAAe9hC,EAAOvf,kBAAkBohD,kBACjE7hC,EAAOvf,kBAAkBqhD,WACnC,UC9FgBC,GAAqBC,EAA+BhiC,EAAapgB,GAC7E,QAAQ,GACJ,KAAgB,OAAXogB,EACL,UAAuB,IAAXA,EAER,YADApgB,EAAOsE,QAEX,IAAuB,iBAAX8b,EACZ,IAAuB,iBAAXA,EAER,YADAiiC,GAAqBC,gBAAgBliC,EAAQpgB,EAAOmC,SAExD,QAEI,YADAogD,GAAuBH,EAAsBhiC,EAAQpgB,GAGjE,CAMM,SAAUwiD,GAAepiC,GAC3BqiC,KACA,MAAMC,EAAOngD,KACb,IAEI,OADAogD,GAAoBviC,EAAQsiC,GAAM,GAC3BA,EAAK3mD,KACf,CAAS,QACN2mD,EAAK1/C,SACR,CACL,UAegB2/C,GAAoBviC,EAAapgB,EAA8BoiD,GAG3E,GAFAK,KAEI3mD,EAAWkE,GACX,MAAM,IAAItG,MAAM,uCAEpB,QAAQ,GACJ,KAAgB,OAAX0mB,EACL,UAAuB,IAAXA,EAER,YADApgB,EAAOsE,QAEX,IAAuB,iBAAX8b,EAAqB,CAC7B,IAAIwiC,EAaJ,OAZc,EAATxiC,KAAgBA,GACjB9hB,EAAiBwjD,GAAce,YAAaziC,GAC5CwiC,EAAYd,GAAcgB,cAClB1iC,IAAW,IAAOA,GAC1BriB,EAAiB+jD,GAAce,YAAaziC,GAC5CwiC,EAAYd,GAAciB,gBAE1B7jD,GAAO4iD,GAAce,YAAaziC,GAClCwiC,EAAYd,GAAckB,oBAG9BtkD,GAAOukD,4BAA4BL,EAAWd,GAAce,YAAa,EAAG7iD,EAAOmC,QAEtF,CACD,IAAuB,iBAAXie,EAER,YADAzX,GAAuByX,EAAapgB,GAExC,IAAuB,iBAAXogB,EAER,YADAvX,GAA+BuX,EAAapgB,GAEhD,IAAuB,kBAAXogB,EAGR,OAFA/iB,EAAOykD,GAAce,YAAaziC,QAClC1hB,GAAOukD,4BAA4BnB,GAAcoB,eAAgBpB,GAAce,YAAa,EAAG7iD,EAAOmC,SAE1G,KAA4B,IAAvB8iB,GAAW7E,GAEZ,YA8HI,SAA+B+iC,EAAwBC,GAGnE,IAAKD,EAED,OADAC,EAAW9+C,QACC,KAKhB,MAAM++C,EAAqBhgC,GAAwB8/B,GAK7CG,EAAgBjB,GAAqBkB,cACrCh+B,EAAc,CAAE+9B,iBACtB1mC,GAAoB2I,EAAQ+9B,GAC5BH,EAASj+B,MAAMllB,IACXqiD,GAAqBmB,oBAAoBF,EAAetjD,EAAO,IAC/DpF,IACAynD,GAAqBoB,iBAAiBH,EAAe1oD,EAASA,EAAO6J,WAAa,GAAG,IACtFi/C,SAAQ,KAEPngC,GAAkC8/B,GAClCrsC,GAAuBuO,EAAQ+9B,EAAc,IAIjDjB,GAAqBsB,kBAAkBL,EAAeF,EAAWjhD,QAMrE,CAlKYyhD,CAA+BxjC,EAAQpgB,GAG3C,IAAiC,SAA5BogB,EAAOnd,YAAYlB,KAGpB,YADAsgD,GAAqBwB,sBAAsBzjC,EAAOjK,UAAWnW,EAAOmC,SAExE,QAEI,YADAogD,GAAuBH,EAAsBhiC,EAAQpgB,GAGjE,CAEA,SAASuiD,GAAuBH,EAA+BhiC,EAAapgB,GAGxE,GAFAA,EAAOsE,QAEH8b,QAGJ,QAA0C5d,IAAtC4d,EAAOlJ,KAmBX,GAZIkJ,EAAO+C,eA+JsCjG,EAAqBklC,EAA+BpiD,GACjGkd,IAAcvhB,GAAgBuhB,IAAcxhB,EAIhD2mD,GAAqByB,sCAAsC5mC,EAAWklC,EAAuB,EAAI,EAAGpiD,GAHhG1B,EAAiB0B,EAAQ,EAIjC,CApKQ+jD,CAAqC3jC,EAAO+C,IAA4Bi/B,EAAsBpiD,EAAOmC,SAKhGnC,EAAOjE,cACDqkB,EAAO+C,MAKjBnjB,EAAOjE,MAAO,CAEf,MAAMioD,EAAY5jC,EAAO2hC,IACnBkC,OAAoC,IAAdD,EAA4B,EAAIA,EAEtD9mC,EAAYmG,GAAwBjD,GAE1CiiC,GAAqB6B,2BAA2BhnC,EAAW+mC,EAAc7B,EAAuB,EAAI,EAAGpiD,EAAOmC,QACjH,OAvBGgiD,GADkBvgC,GAAoBxD,GACUpgB,EAAOmC,QAwB/D,CAcgB,SAAAiiD,GAA6BhkC,EAAapgB,GAStD,IAAIgiD,GAAyB5hC,KAAWA,EAAOikC,kBAO3C,MAAM,IAAI3qD,MAAM,WAAa0mB,EAAS,0BAPwB,CAC9D,MAAMkkC,EAAYlkC,EAAO2hC,IACnBwC,EAtBd,SAA+BC,GAC3B/B,KACA,MAAMgC,EAAWD,EAAW7jD,OAAS6jD,EAAWH,kBAC1C99C,EAAM5O,EAAO8E,QAAQgoD,GACrBj+C,EAASrJ,KACTonD,EAAY,IAAI3jD,WAAW4F,EAAO3F,OAAa0F,EAAKk+C,GAG1D,OAFAF,EAAUzjD,IAAI,IAAIF,WAAW4jD,EAAW3jD,OAAQ2jD,EAAWvnD,WAAYwnD,IAEhEF,CACX,CAa0BG,CAAsBtkC,GACxC1hB,GAAOimD,8BAAmCJ,EAAUtnD,WAAYmjB,EAAOzf,OAAQyf,EAAOikC,kBAAmBC,EAAWtkD,EAAOmC,SAC3HxK,EAAO6M,MAAW+/C,EAAUtnD,WAC/B,CAIL,CAKM,SAAU2nD,GAAwBxkC,GACpC,MAAMsiC,EAAOngD,KACb,IAEI,OADA6hD,GAA6BhkC,EAAQsiC,GAC9BA,EAAK3mD,KACf,CAAS,QACN2mD,EAAK1/C,SACR,CACL,CAEM,SAAU6hD,GAAgBzkC,GAC5B,GAAwB,iBAApB,EACA,MAAM,IAAI1mB,MAAM,kDAAkD0mB,MAEtE,OAAgB,EAATA,CACX,CClLA,MAAM0kC,GAAW,kBACXC,GAAsB,IAAIx/C,IAC1By/C,GAAwB,IAAIz/C,IAC5B0/C,GAA8C,IAAI1/C,IAExD,SAAS2/C,GAAuBnjD,EAAcojD,EAAyBh5B,EAAcxH,GACjF,IAAI3kB,EAAS,KACTolD,EAAoC,KACpCC,EAAuB,KAE3B,GAAI1gC,EAAS,CACT0gC,EAAuBvrD,OAAO2X,KAAKkT,GACnCygC,EAAsB,IAAIv0C,MAAMw0C,EAAqB1kD,QACrD,IAAK,IAAIgC,EAAI,EAAG8yC,EAAI4P,EAAqB1kD,OAAQgC,EAAI8yC,EAAG9yC,IACpDyiD,EAAoBziD,GAAKgiB,EAAQ0gC,EAAqB1iD,GAC7D,CAED,MAAMM,EAOV,SAA2ClB,EAAcojD,EAAyBh5B,EAAcm5B,GAE5F,IAAIC,EAAY,GAAIC,EAA4B,GAE5CzjD,GACAwjD,EAAY,kDAAoDxjD,EAAO,OACvEyjD,EAA4BzjD,GAE5ByjD,EAA4B,UAGhC,IAAIC,EAAkB,YAAcD,EAA4B,IAC5DL,EAAc7vB,KAAK,MACnB,UACAnJ,EACA,aAIJs5B,EACIF,EAnBiB,oBAoBjBE,EAAgB16C,QAJA,WAIqB,YACrC,cAAcy6C,SAElB,IAAIxlD,EAAS,KAAMyR,EAAO,KAS1B,OANIA,EADA6zC,EACOA,EAAgBnN,OAAO,CAACsN,IAExB,CAACA,GAGZzlD,EAASoS,SAASszC,MAAMtzC,SAAUX,GAC3BzR,CACX,CAzCwB2lD,CAAkC5jD,EAAMojD,EAAeh5B,EAAMk5B,GAIjF,OAFArlD,EAASiD,EAAYyiD,MAAM,KAAMN,GAE1BplD,CACX,CAoUM,SAAU4lD,GAAiBtkC,EAAoBukC,EAA2CC,EAAuBC,GAEnH,GADAtD,KAC8B,iBAA1B,EACA,MAAM,IAAI/oD,MAAM,kDAEpB,MAAMsU,EAAM,WAAWsT,KAAUukC,IACjC,IAAI7lD,EAASilD,GAAqBnhD,IAAIkK,GACtC,GAAIhO,EACA,OAAOA,EAEN+lD,IACDA,EAAgB/3C,GAGpB,IAAIsM,EAA8B,KACJ,iBAAlB,IACRA,EA9NR,SAA+CurC,GAC3C,MAAMvrC,EAXV,SAA2CurC,GACvC,IAAIvrC,EAAY0qC,GAAsBlhD,IAAI+hD,GAM1C,OALKvrC,IACDA,EAhDR,SAA8CurC,GAC1C,MAAMG,EAAQ,GACd,IAAIp7C,EAAO,EACPq7C,GAAmC,EACnCC,GAAiC,EACjCC,GAA8B,EAC9BC,GAAoB,EAExB,IAAK,IAAIzjD,EAAI,EAAGA,EAAIkjD,EAAallD,SAAUgC,EAAG,CAC1C,MAAMqL,EAAM63C,EAAaljD,GAEzB,GAAIA,IAAMkjD,EAAallD,OAAS,EAAG,CAC/B,GAAY,MAARqN,EAAa,CACbi4C,GAAmC,EACnC,QACH,CAAkB,MAARj4C,IACPk4C,GAAiC,EACjCC,EAA6BN,EAAallD,OAAS,EAE1D,MAAM,GAAY,MAARqN,EACP,MAAM,IAAItU,MAAM,yCAEpB,MAAM2sD,EAAOtB,GAAoBjhD,IAAIkK,GACrC,IAAKq4C,EACD,MAAM,IAAI3sD,MAAM,0BAA4BsU,GAEhD,MAAMs4C,EAAYxsD,OAAOu+B,OAAOguB,EAAKL,MAAM,IAC3CM,EAAU17C,KAAOy7C,EAAKz7C,KAClBy7C,EAAKE,aACLH,GAAoB,GACxBE,EAAUC,WAAaF,EAAKE,WAC5BD,EAAUt4C,IAAMA,EAChBg4C,EAAMtpD,KAAK4pD,GACX17C,GAAQy7C,EAAKz7C,IAChB,CAED,MAAO,CACHo7C,QAAOp7C,OAAMi7C,eACbI,mCACAC,iCACAC,6BACAC,oBAER,CAKoBI,CAAqCX,GACjDb,GAAsBlkD,IAAI+kD,EAAcvrC,IAGrCA,CACX,CAGsBmsC,CAAkCZ,GACpD,GAAwC,iBAA5BvrC,EAAsB,aAC9B,MAAM,IAAI5gB,MAAM,0BAA4BmsD,EAAe,KAE/D,GAAIvrC,EAAUosC,mBAAqBpsC,EAAUqsC,2BACzC,OAAOrsC,EAEX,MAAMssC,EAAgBf,EAAa96C,QAAQ,IAAK,uBAChDuP,EAAUvY,KAAO6kD,EAEjB,IAAIz6B,EAAO,GACPg5B,EAAgB,CAAC,UAErB,MAAMxgC,EAAe,CACjBhtB,SACA4G,SACAN,SACAe,UACAE,UACAN,UACAH,SACApB,SACAiB,mBACAP,mBACA8oD,iBAAkBvsC,EAAUusC,iBAC5B7xC,WAAYrd,EAAOqd,WACnBhY,gBAEJ,IAAI8pD,EAAsB,EAG1B,MAAMC,EAAmE,IAApB,EAAtBlB,EAAallD,OAAc,GAAK,EAAK,GAI9DqmD,EAAkB1sC,EAAU1P,KAA8B,EAAtBi7C,EAAallD,OAAc,GAErEwrB,EAAKzvB,KACD,sDACA,6BAA6BsqD,MAC7B,wBAAwBA,MACxB,kCAAkCD,KAClC,IAGJ,IAAK,IAAIpkD,EAAI,EAAGA,EAAI2X,EAAU0rC,MAAMrlD,OAAQgC,IAAK,CAC7C,MAAMskD,EAAO3sC,EAAU0rC,MAAMrjD,GACvBukD,EAAa,OAASvkD,EACtBwkD,EAAW,QAAUxkD,EAErBykD,EAAS,MAAQzkD,EACjB0kD,EAAa,oBAAoBP,KAGvC,GAFA3B,EAAczoD,KAAK0qD,GAEfH,EAAKK,aAAc,CAEnB,GADiFL,EAAAM,UAAAvsD,GAAA,EAAA,sDAC5Esf,EAAUusC,iBAAkB,CAE7B,MAAMW,EAAe7vD,EAAO8vD,YAC5BntC,EAAUusC,iBAAmB3kD,GAAwCslD,GACrE7iC,EAAQkiC,iBAAmBvsC,EAAUusC,gBACxC,CAEDliC,EAAQuiC,GAAcD,EAAKK,aAG3Bn7B,EAAKzvB,KAAK,iCAAiC2qD,OAE3Cl7B,EAAKzvB,KAAK,GAAGwqD,KAAcE,yBACvBH,EAAKS,MAELv7B,EAAKzvB,KAAK,OAAOyqD,OAAcE,MAG/Bl7B,EAAKzvB,KAAK,OAAOyqD,8BAExB,MAAUF,EAAKU,SACZhjC,EAAQuiC,GAAcD,EAAKU,QAC3Bx7B,EAAKzvB,KAAK,OAAOyqD,OAAcD,KAAcE,cAAmBzkD,QAEhEwpB,EAAKzvB,KAAK,OAAOyqD,OAAcC,MAQnC,GALIH,EAAKV,aAAeU,EAAKK,eACzBn7B,EAAKzvB,KAAK,gEACVyvB,EAAKzvB,KAAK,mBAAmBiG,MAAMwkD,QAGnCF,EAAKM,SAAU,CACf,OAAQN,EAAKM,UACT,IAAK,OACDp7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,MACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,MACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,QACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,SACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,MACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,IAAK,MACDh7B,EAAKzvB,KAAK,UAAU2qD,MAAeF,OACnC,MACJ,QACI,MAAM,IAAIztD,MAAM,gCAAkCutD,EAAKM,UAG/Dp7B,EAAKzvB,KAAK,8BAA8BiG,WAAW0kD,OACnDP,GAAuBG,EAAKr8C,IAC/B,MACGuhB,EAAKzvB,KAAK,8BAA8BiG,WAAWwkD,OACnDL,GAAuB,EAE3B36B,EAAKzvB,KAAK,GACb,CAEDyvB,EAAKzvB,KAAK,kBAEV,IAAIkrD,EAASz7B,EAAKmJ,KAAK,QAASuyB,EAAmB,KAAMC,EAA2B,KACpF,IACID,EAAmB3C,GAAuB,aAAe0B,EAAezB,EAAeyC,EAAQjjC,GAC/FrK,EAAUosC,kBAAuCmB,CACpD,CAAC,MAAOpgC,GAGL,MAFAnN,EAAUosC,kBAAoB,KAC9Br8C,GAAc,iCAAkCu9C,EAAQ,aAAcngC,GAChEA,CACT,CAGD09B,EAAgB,CAAC,SAAU,QAC3B,MAAM4C,EAAkB,CACpBztC,UAAWutC,GAEf17B,EAAO,CACH,oBACA,aAGJ,IAAK,IAAIxpB,EAAI,EAAGA,EAAI2X,EAAU0rC,MAAMrlD,OAAQgC,IACxCwpB,EAAKzvB,KACD,UAAYiG,GAEPA,GAAK2X,EAAU0rC,MAAMrlD,OAAS,EACzB,IACA,QAKlBwrB,EAAKzvB,KAAK,MAEVkrD,EAASz7B,EAAKmJ,KAAK,QACnB,IACIwyB,EAA2B5C,GAAuB,sBAAwB0B,EAAezB,EAAeyC,EAAQG,GAChHztC,EAAUqsC,2BAAwDmB,CACrE,CAAC,MAAOrgC,GAGL,MAFAnN,EAAUqsC,2BAA6B,KACvCt8C,GAAc,iCAAkCu9C,EAAQ,aAAcngC,GAChEA,CACT,CAKD,OAHAnN,EAAU0tC,kBAAoB,KAC9B1tC,EAAUm/B,cAAgB59C,EAEnBye,CACX,CAgDoB2tC,CAAsCpC,IAItD,MACMqC,EAAevwD,EAAO8E,QADF,KAGpB0rD,EAA0B,CAC5B7mC,SACAhH,YACA0tC,kBAAmB,KACnBvO,cAAe59C,EACfusD,kBAAmB7lD,KACnB8lD,qBAAsB9lD,KACtB+lD,mBAAoB/lD,MAElBoiB,EAAe,CACjBhtB,SACA4K,sBACA4hD,wCACA3nD,qBACA+rD,8BACAC,wBACAC,+CAAgD/pD,GAAO+pD,+CACvDC,qDACAC,kBAAmBjqD,GAAOyjB,4BAC1Bb,SACA6mC,QACAD,eACAU,kBAzBsB,IA0BtBxpD,UACAU,UACAP,UACAe,UACAC,UACAknD,UAAW9vD,EAAO8vD,WAGhBoB,EAAevuC,EAAY,aAAeA,EAAUvY,KAAO,GAC7DuY,IACAqK,EAAQkkC,GAAgBvuC,GAE5B,MAAM6qC,EAAgB,GAChBh5B,EAAO,CACT,wBACA,mJACA,kCACA,qCACA,mCACA,2BACA,wCACA,8BACA,2CACA,4BACA,yCACA,IAGJ,GAAI7R,EAAW,CACX6R,EAAKzvB,KACD,gBAAgBmsD,uBAChB,eAGJ,IAAK,IAAIlmD,EAAI,EAAGA,EAAI2X,EAAU0rC,MAAMrlD,OAAQgC,IAAK,CAC7C,MAAMmmD,EAAU,MAAQnmD,EACxBwiD,EAAczoD,KAAKosD,GACnB38B,EAAKzvB,KACD,OAASosD,GAEJnmD,GAAK2X,EAAU0rC,MAAMrlD,OAAS,EACzB,GACA,MAGjB,CAEDwrB,EAAKzvB,KAAK,KAEb,MACGyvB,EAAKzvB,KAAK,mBAsCd,GAnCI4d,GAAaA,EAAU2rC,iCACvB95B,EAAKzvB,KAAK,oCACH4d,GAAaA,EAAU4rC,+BAC9B/5B,EAAKzvB,KAAK,kDAAkD4d,EAAU6rC,+BAEtEh6B,EAAKzvB,KAAK,mCAYdyvB,EAAKzvB,KACD,GACA,GACA,IAEAopD,GACA35B,EAAKzvB,KAAK,uFACVyvB,EAAKzvB,KAAK,wGAEVyvB,EAAKzvB,KAAK,qFAGdyvB,EAAKzvB,KACD,+BAA+BmsD,iEAC/B,GACA,0DAGAvuC,EAqCA,MAAM,IAAI5gB,MAAM,gBApCZ4gB,EAAU4rC,gCACV/5B,EAAKzvB,KAAK,+BAEV4d,EAAU2rC,kCAAoC3rC,EAAU4rC,iCACxD/5B,EAAKzvB,KAAK,2BAET4d,EAAU2rC,kCACX95B,EAAKzvB,KACD,6BAKA,6HACA,4BACA,cACA,gDACA,eACA,eACA,gDACA,eACA,gDACA,cACA,gDACA,cACA,gDACA,eACA,qEACA,cACA,gCACA,eACA,oHACA,QACA,KAMZ,IAAIqsD,EAAchD,EAAch7C,QAAQ+5C,GAAU,KAelD,OAbIgB,IACAiD,GAAe,SAEnB58B,EAAKzvB,KACD,yBAAyBmsD,iEACzB,kBAKJ7oD,EAASklD,GAAuB6D,EAAa5D,EAF9Bh5B,EAAKmJ,KAAK,QAE2C3Q,GACpEsgC,GAAqBnkD,IAAIkN,EAAKhO,GAEvBA,CACX,CAwEA,SAASuoD,GACLjuC,EAAkC6tC,EAClCtnD,EAAiBuiD,EACjB4F,EACAC,EACA9L,GAEA,MAAM11B,EAQV,SAA4CznB,EAA8BkpD,GACtE,GAAIA,EAAUntD,QAAUV,EACpB,OAAO,KAEX,MAAMyO,EAAM7B,GAAmBjI,GAG/B,OAFY,IAAItG,MAAMoQ,EAG1B,CAhBgBq/C,CAAmC/F,EAAY4F,GAC3D,GAAKvhC,EAIL,MADA+gC,GAAqBluC,EAAW6tC,EAAOtnD,EAAQuiD,EAAY4F,EAAeC,EAAa9L,GACjF11B,CACV,CAYM,SAAU2hC,GAAoB9mC,GAChC,MAAMvB,SAAEA,EAAQF,UAAEA,EAAS4B,UAAEA,EAASD,WAAEA,GAAeH,GAASC,GAE1DT,EAAMnjB,GAAOiiB,wBAAwBI,GAC3C,IAAKc,EACD,MAAM,IAAInoB,MAAM,4BAA8BqnB,GAElD,MAAMe,EAAQpjB,GAAOyiB,8BAA8BU,EAAKhB,EAAW4B,GACnE,IAAKX,EACD,MAAM,IAAIpoB,MAAM,yBAA2BmnB,EAAY,IAAM4B,EAAY,gBAAkB1B,GAE/F,MAAMO,EAAS5iB,GAAOsjB,+BAA+BF,EAAOU,GAAa,GACzE,IAAKlB,EACD,MAAM,IAAI5nB,MAAM,0BAA4B8oB,GAChD,OAAOlB,CACX,CAEgB,SAAA+nC,GAAmC/nC,EAAoBgoC,GACnE,OAAOjH,GAAqBkH,kBAAkBjoC,EAAQgoC,EAAWA,EAASnnD,QAAU2/C,GAAc0H,WAAWrnD,QACjH,UAEgBsgD,KAIZ1iC,IACJ,CC9pBA,MAAMjU,GAA2B,CAC7B,EAAC,EAAM,wCAAyC,gCAAiC,OACjF,EAAC,EAAM,qCAAsC,8BAA+B,MAC5E,EAAC,EAAM,yCAA0C,iCAAkC,MACnF,EAAC,EAAM,6BAA8B,wBAAyB,QAE9D,EAAC,EAAM,wCAAyC,gCAAiC,MACjF,EAAC,EAAM,qCAAsC,8BAA+B,KAE5E,EAAC,EAAM,cAAe,mBAAoB,IAC1C,EAAC,EAAM,sBAAuB,yBAA0B,MACxD,EAAC,EAAM,mBAAoB,uBAAwB,MACnD,EAAC,EAAM,oBAAqB,uBAAwB,MACpD,EAAC,EAAM,qBAAsB,yBAA0B,MAEvD,EAAC,EAAM,wBAAyB,oBAAqB,KACrD,EAAC,EAAM,sBAAuB,kBAAmB,KACjD,EAAC,EAAM,wBAAyB,oBAAqB,MACrD,EAAC,EAAM,kBAAmB,eAAgB,MAC1C,EAAC,EAAM,uBAAwB,mBAAoB,KACnD,EAAC,EAAM,oBAAqB,sBAAuB,OA2B1Cu2C,GAA2C,CAAA,EAGxC,SAAAoH,GAAoB9+B,EAAqBtV,GACrD,MAAMiM,EA+CJ,SAAqBqJ,GACvB,MAAMhb,EAAMjR,GAAOsjB,+BAA+B8/B,GAAc4H,6BAA8B/+B,GAAc,GAC5G,IAAKhb,EACD,KAAM,qBAAuBnX,EAAeupB,0BAA4B,IAAM+/B,GAAc6H,iCAAmC,IAAMh/B,EACzI,OAAOhb,CACX,CApDmB+a,CAAWC,GAC1B,OAAOi7B,GAAiBtkC,EAAQjM,GAAW,EAAO,YAAcsV,EACpE,CCxDA,IAAIi/B,GAME,SAAUC,GAAyBjhD,GACrC65C,KACA,MAAMC,EAAOngD,KACb,IAEI,OADAoG,GAAuBC,EAAQ85C,GACxBA,EAAK3mD,KACf,CAAS,QACN2mD,EAAK1/C,SACR,CACL,CAGM,SAAU8mD,GAAyBlhD,GACrC,GAAsB,IAAlBA,EAAOjI,OACP,OAAO6E,GAEX,MAAM0C,EAAO3F,KACb,IACIsG,GAA+BD,EAAQV,GACvC,MAAMlI,EAAS0F,GAAsB5B,IAAIoE,EAAKnM,OAE9C,OADgID,EAAAkE,IAAAhF,GAAA,EAAA,+FACzHgF,CACV,CACO,QACJkI,EAAKlF,SACR,CACL,CCpBA,MAAM+mD,GAAyB9gD,OAAO0L,IAAI,wBAGpC,SAAUq1C,GAAeV,GAG3B,GAFA7G,KAEI6G,IAAajuD,EACb,OAEJ,MAAM6M,EAAO3F,GAAmB+mD,GAChC,IACI,OAAOW,GAAoB/hD,EAC9B,CAAS,QACNA,EAAKlF,SACR,CACL,UAuDgB0lD,GAAkDxgD,EAAqBoK,EAAmB41C,GACtG,GAAI51C,GAA0B,IAC1B,MAAM,IAAI5Y,MAAM,wBAAwB4Y,gDAAmDpK,EAAKnM,0BAA0BmM,EAAK/F,YAEnI,IAAI+nD,EAAU3uD,EACd,IAA4B,IAAvB+W,GAAuD,GAA1BA,KAC9B43C,EAAyB3qD,GAAO2oD,GACfgC,EAAU,MACvB,MAAM,IAAIxwD,MAAM,wBAAwBwwD,2BAAiChiD,EAAKnM,0BAA0BmM,EAAK/F,YAGrH,OAxDJ,SAAgE+F,EAAqBoK,EAAmB43C,EAAmBhC,GAEvH,OAAQ51C,GACJ,KAAA,EACI,OAAO,KACX,KAAuB,GACvB,KAAA,GAEI,MAAM,IAAI5Y,MAAM,uBACpB,KAAwB,EACxB,KAAA,GACI,OAAOuO,GAAmBC,GAC9B,KAAA,EACI,MAAM,IAAIxO,MAAM,uCACpB,KAAA,EACI,OAoHN,SAA0CwO,GAC5C,OAAIA,EAAKnM,QAAUV,EACR,KAOT,SAA+Cwc,GAEjD,IAAI7X,EAASuc,GAAwB1E,GAIrC,GAAK7X,EA4BD4jB,GAAoB5jB,OA5BX,CAGTA,EAAS,YAAa+C,GAGlB,OAFA6gB,GAAoB5jB,IAEbmqD,EADanqD,EAAO+pD,QACLhnD,EAC1B,EAGA,MAAMqnD,EAAe7nD,KACrB4hD,GAAqCtsC,EAAWuyC,EAAajoD,SAC7D,IACI,QAA8C,IAAnCnC,EAAO+pD,IAAyC,CACvD,MAAMzoC,EAAS5iB,GAAO2rD,kCAAkCD,EAAajoD,SAE/DmoD,EAAY1E,GAAiBtkC,EADjB+nC,GAAmC/nC,EAAQ8oC,IACP,GAEtD,GADApqD,EAAO+pD,IAA0BO,EAAUhnB,KAAK,CAAEinB,mBAAoB1yC,KACjE7X,EAAO+pD,IACR,MAAM,IAAIrwD,MAAM,qDAEvB,CACJ,CAAS,QACN0wD,EAAapnD,SAChB,CAED4Z,GAAoB5c,EAAQ6X,EAC/B,CAID,OAAO7X,CACX,CAzCWwqD,CADWnI,GAAqBoI,mCAAmCviD,EAAK/F,SAEnF,CA3HmBuoD,CAAgCxiD,GAC3C,KAAA,EACI,OAqNZ,SAAqCA,GACjC,GAAIA,EAAKnM,QAAUV,EACf,OAAO,KAEX,IAAK2pB,GACD,MAAM,IAAItrB,MAAM,+FAGpB,MAAMme,EAAYwqC,GAAqBoI,mCAAmCviD,EAAK/F,SAG/E,IAAInC,EAASuc,GAAwB1E,GAGrC,IAAK7X,EAAQ,CACT,MAAM2qD,EAAuB,IAAM3zC,GAAuBhX,EAAQ6X,IAE5DsF,QAAEA,EAAOG,gBAAEA,GAAoBrjB,EAAwB0wD,EAAsBA,GAInF3qD,EAASmd,EAGTklC,GAAqBuI,mBAAmB1iD,EAAK/F,QAASmb,GAEtDV,GAAoB5c,EAAQ6X,EAC/B,CAED,OAAO7X,CACX,CAnPmB6qD,CAA4B3iD,GACvC,KAAA,EACI,OAmPN,SAA4CA,GAE9C,GAAIA,EAAKnM,QAAUV,EACf,OAAO,KAIX,MAAM6hB,EAAYmlC,GAAqByI,uCAAuC5iD,EAAK/F,QAAS,GAC5F,GAAI+a,EAAW,CACX,GAAIA,IAAcxhB,EACd,MAAM,IAAIhC,MAAM,wCAA0CwO,EAAKnM,OAEnE,OAAOqhB,GAAmCF,EAC7C,CAID,MAAMrF,EAAYwqC,GAAqBoI,mCAAmCviD,EAAK/F,SAG/E,IAAInC,EAASuc,GAAwB1E,GASrC,OANI/b,EAAWkE,KACXA,EAAS,IAAI8W,cAEb8F,GAAoB5c,EAAQ6X,IAGzB7X,CACX,CAjRmB+qD,CAAkC7iD,GAC7C,KAA4B,GAC5B,KAA6B,GAC7B,KAA+B,GAC/B,KAA6B,GAC7B,KAA8B,GAC9B,KAA2B,GAC3B,KAA4B,GAC5B,KAA6B,GAC7B,KAAA,GACI,MAAM,IAAIxO,MAAM,qDACpB,KAAkB,GACd,OAAO,IAAIqiB,KAAKsmC,GAAqB2I,oBAAoB9iD,EAAK/F,UAClE,KAAkB,GAElB,KAAA,GACI,OAAOkgD,GAAqB4I,sBAAsB/iD,EAAK/F,SAC3D,KAAA,GACI,OA7CZ,SAA2C+F,GAIvC,OADekV,GADGilC,GAAqB6I,mCAAmChjD,EAAK/F,QAAS,GAG5F,CAwCmBgpD,CAAkCjjD,GAC7C,KAAA,GACI,OACJ,QACI,MAAM,IAAIxO,MAAM,iDAAiD4Y,eAAkBpK,EAAKnM,0BAA0BmM,EAAK/F,YAEnI,CAaWipD,CAAuDljD,EAAMoK,EACxE,CAEM,SAAU23C,GAAoB/hD,GAChC,GAAmB,IAAfA,EAAKnM,MACL,OAEJ,MAAMmsD,EAAepG,GAAcuJ,cAC7B/4C,EAAO5T,GAAO+pD,+CAA+CvgD,EAAK/F,QAAS+lD,EAAcpG,GAAcwJ,oBAC7G,OAAQh5C,GACJ,KAAA,EACI,OAAOxS,GAAOooD,GAClB,KAAA,GAEA,KAAA,GAEI,OAAO3oD,GAAO2oD,GAClB,KAAA,GACI,OAAO5nD,GAAO4nD,GAClB,KAAA,EACI,OAAO3nD,GAAO2nD,GAClB,KAAA,EACI,OAAkC,IAA1BpoD,GAAOooD,GACnB,KAAA,GACI,OAAOzgD,OAAOC,aAAa5H,GAAOooD,IACtC,KAAA,EACI,OAAO,KACX,QACI,OAAOQ,GAAkDxgD,EAAMoK,EAAM41C,GAEjF,CAEM,SAAUqD,GAAuBC,GAEnC,GADA/I,KACI+I,IAAelwD,EACf,OAAO,KAEX,MAAMmwD,EAAYlpD,GAAmBipD,GACrC,IACI,OAAOE,GAA4BD,EACtC,CAAS,QACNA,EAAUzoD,SACb,CACL,CAMM,SAAU0oD,GAA4BD,GACxC,GAAIA,EAAU1vD,QAAUT,EACpB,OAAO,KAEX,MAAMqwD,EAAeF,EAAUtpD,QACzBypD,EAAWrpD,KACXspD,EAAcD,EAASzpD,QAE7B,IACI,MAAM4F,EAAMrJ,GAAOotD,2BAA2BH,GACxCh8C,EAAM,IAAIkB,MAAM9I,GACtB,IAAK,IAAIpF,EAAI,EAAGA,EAAIoF,IAAOpF,EAEvBjE,GAAOqtD,wBAAwBJ,EAAchpD,EAAGkpD,GAjB/BG,EAmBOJ,EAlBzBvJ,GAAqB4J,qBAAqBD,EAAI7pD,SAmBzCwN,EAAIhN,GAAK+oD,GAAiCE,GAE1Cj8C,EAAIhN,GAAKsnD,GAAoB2B,GAErC,OAAOj8C,CACV,CAAS,QACNi8C,EAAS5oD,SACZ,CA3BL,IAA6BgpD,CA4B7B,CAqKgB,SAAA7H,GAAqCtsC,EAAqB7X,GACjE6X,EAKLwqC,GAAqB6J,sCAAsCr0C,EAAW7X,GAJlE1B,EAAiB0B,EAAQ,EAKjC,CAKM,SAAUmsD,GAAY7C,GAExB,OADA7G,KDtTE,SAAmC2J,GACrC,GAAIA,IAAgB5wD,EAChB,OAAO,KACXinD,KACKmH,KACDA,GAAwBrnD,MAE5BqnD,GAAsB7tD,MAAQqwD,EAC9B,MAAMpsD,EAASiI,GAAmB2hD,IAElC,OADAA,GAAsB7tD,MAAQP,EACvBwE,CACX,CC4SWqsD,CAAyB/C,EACpC,CClVA,MAAMgD,GAA2C,IAAI/mD,IAErC,SAAAijD,GACZluC,EAAkC6tC,EAClCtnD,EACAuiD,EACA4F,EACAC,EACA9L,erDoBA,IAAKlhD,EAAa0E,OACd,MAAM,IAAIjH,MAAM,kDAEpB0C,EAAyBH,EAAamG,KAC1C,CqDtBImqD,GACA50D,EAAO60D,aAAarP,GAEQ,iBAAhB,IACRiG,EAAW9+C,QACI,OAAV6jD,GAAgD,OAA5BA,EAAMC,kBAC3BD,EAAMC,kBAAoBhF,EAE1BA,EAAWpgD,WAEY,iBAAnB,IACRgmD,EAAc1kD,QACC,OAAV6jD,GAAmD,OAA/BA,EAAME,qBAC3BF,EAAME,qBAAuBW,EAE7BA,EAAchmD,WAEO,iBAAjB,IACRimD,EAAY3kD,QACG,OAAV6jD,GAAiD,OAA7BA,EAAMG,mBAC3BH,EAAMG,mBAAqBW,EAE3BA,EAAYjmD,UAExB,UAEgBypD,GAAwBnqC,EAAajN,GACjDotC,KAEA,MAAMz0C,EAAM,GAAGsU,KAAOjN,IACtB,IAAIi1C,EAAYgC,GAAkBxoD,IAAIkK,GACtC,QAAkBxL,IAAd8nD,EAAyB,CACzB,MAAMhpC,EAAS8nC,GAAoB9mC,QAEV,IAAdjN,IACPA,EAAYg0C,GAAmC/nC,OAAQ9e,IAE3D8nD,EAAY1E,GAAiBtkC,EAAQjM,GAAY,EAAOiN,GACxDgqC,GAAkBxrD,IAAIkN,EAAKs8C,EAC9B,CACD,OAAOA,CACX,CAkBM,SAAUoC,GAA+B3rC,EAAkBhe,EAAcsS,GAK3E,OAJAotC,KACK1/C,IACDA,EAAO,CAAC,cAnB+Bge,EAAkB1L,GAC7DotC,KACA,MAAMnhC,EAASkgC,GAAiBzgC,GACL,iBAAvB,IACA1L,EAAYg0C,GAAmC/nC,OAAQ9e,IAE3D,MAAM8nD,EAAY1E,GAAiBtkC,EAAQjM,GAAY,EAAO,IAAM0L,EAAW,gBAE/E,OAAOtB,kBAAmB1c,GAItB,OAHAtK,EAAcunB,yBACVjd,EAAKpC,OAAS,GAAKkQ,MAAMC,QAAQ/N,EAAK,MACtCA,EAAK,YL0HsB4pD,EAAiBC,EAAmBxK,GACvE,MAAMqJ,EAAYlpD,KAEd7D,GAAOmuD,+BAA+BF,EAAShsD,OAAQ8qD,EAAUtpD,SAGrE,MAAMypD,EAAWrpD,GAAmBlH,GAC9BswD,EAAeF,EAAUtpD,QACzB0pD,EAAcD,EAASzpD,QAE7B,IACI,IAAK,IAAIQ,EAAI,EAAGA,EAAIgqD,EAAShsD,SAAUgC,EAAG,CACtC,IAAIgR,EAAMg5C,EAAShqD,GAEfgR,EAAMA,EAAIlP,WAEdk+C,GAAoBhvC,EAAKi4C,GK1IuB,GL2IhDltD,GAAOouD,4BAA4BnB,EAAchpD,EAAGkpD,EACvD,CAED,OAAOJ,EAAU1vD,KACpB,CAAS,QACN+G,GAAwB2oD,EAAWG,EACtC,CACL,CKlJsBmB,CAAuBhqD,EAAK,KACnCunD,KAAavnD,EACxB,CACJ,CAOWiqD,CAA+BjsC,EAAU1L,EAAzC23C,IAAuDjqD,EAClE,CChCA,SAASkqD,GAAcC,EAAYvO,GAE/B,MAAMwO,EAAiBD,EAAKE,mBAAmBzO,EAAQ,CAAE0O,UAAW,QAC9DC,EAAoBJ,EAAKE,mBAAmBzO,EAAQ,CAAE0O,UAAW,QACjEE,EAAaJ,EAAepiD,QAAQuiD,EAAmB,IAAI/qC,OACjE,GAAI,IAAIvX,OAAO,UAAUwiD,KAAKD,GAAY,CACtC,MAAME,EAAkBN,EAAeh4B,MAAM,KAAK2iB,QAAO4V,GAAQ,IAAI1iD,OAAO,mBAAmBwiD,KAAKE,KACpG,OAAKD,GAA6C,GAA1BA,EAAgB9sD,OAEjC8sD,EAAgBn4B,KAAK,KADjB,EAEd,CACD,OAAOi4B,CACX,CC0BA,SAASI,GAAYhP,GAEjB,IAEI,OAAQ,IAAIc,KAAKmO,OAAOjP,GAAgBkP,QAC3C,CACD,MAAMpjC,GACF,IAEI,OAAQ,IAAIg1B,KAAKmO,OAAOjP,GAAgBgP,aAC3C,CACD,MACAG,GACI,MACH,CACJ,CACL,CCzEO,MA8BMC,GAAoB,CnCd3B,SAAmCC,GACjCngC,KACAnf,WAAWu/C,aAAapgC,IACxBA,QAAyBrrB,GAM7BqrB,GAAyBl2B,EAAOu2D,eAAev/B,8BAA+Bq/B,EAClF,EwBwhBM,SAA+BG,EAAwBC,EAAsBC,EAAsBC,EAAiBC,GAEtH,IAAkD,IAA9C/1D,EAAeiW,2BACf,OACJ,MAAMjI,EAASrJ,KACTqxD,E9CriBwC,I8CqiBpBL,EAAgC7nD,GAAa6nD,GAAehW,OAAO,QAAU,GAEjGsW,EAAe9hD,GADC,IAAI/L,WAAW4F,EAAO3F,OAAQutD,EAAcC,IAGlE,IAAIK,EACAJ,IAEAI,EAAU/hD,GADO,IAAI/L,WAAW4F,EAAO3F,OAAQytD,EAASC,KAI5Dp+C,GAA4B,CACxBI,UAAW,iBACX49C,cAAeK,EACfC,eACAC,WAER,EvCtRgB,SAAuBx+C,EAAey+C,GAClD,MAAMxzD,EAAUmL,GAAaqoD,GAEzB/2D,EAAkB,SAA6C,mBAAjCA,EAASg3D,QAAkB,UACzDh3D,EAASg3D,QAAQC,SAAS3+C,EAAO/U,EAQzC,EAtTM,SAA6CuU,EAAiBL,EAAYxO,EAAgBiuD,GAC5F,MAEMC,EAAa,CACfr/C,SACAC,IAAK,CACDN,KACAtT,MALa4Q,GADD,IAAI/L,WAAWzD,KAAkB0D,OAAQA,EAAQiuD,MASjEhhD,GAAkB4S,IAAIrR,IACtBhF,GAAc,iBAAiBgF,+CACnCvB,GAAkBhN,IAAIuO,EAAI0/C,EAC9B,EAlBgB,SAAAC,gDAAgDjlD,EAAchC,GAE1E6G,yDADqBjC,GAAmB,IAAI/L,WAAWzD,KAAkB0D,OAAQkJ,EAAMhC,IAE3F,EkDkCI6G,sEnC5BEmf,GACFp2B,EAAOu2D,eAAez/B,GAAiC,EAC3D,EWy6BgB,SACZuI,EAAsB1V,EAAoB6Z,EAAmB14B,EAC7Dg+B,EAA4BwuB,EAA2Bvc,GAOvD,GALgD,GAAA13C,GAAA,EAAA,gCAC3Co3C,KACDA,GAAoBra,OAGnBqa,GAAkBhN,aACnB,OAZuB,EAatB,GAAIgN,GAAkB3K,gBAAkBjF,GAASO,eAClD,OAduB,EAgB3B,IAMImsB,EANA9kD,EAAO4oC,GAAe7X,GAO1B,GALK/wB,IACD4oC,GAAe7X,GAAM/wB,EAAO,IAAIqoC,GAAUtX,EAAI14B,EAAOiwC,IAEzDlQ,GAASC,kBAGL2P,GAAkBzL,cACjB2L,GAAwB3xC,OAAS,GAClCyJ,EAAKsoC,UACP,CACE,MAAMyc,EAAczwD,GAAO0wD,+BAA+B9tC,GAC1D4tC,EAAiB5oD,GAAa6oD,GAC9Bx3D,EAAO6M,MAAW2qD,EACrB,CACD,MAAME,EAAa/oD,GAAa5H,GAAO4wD,0BAA0BhuC,IACjElX,EAAKrI,KAAOmtD,GAAkBG,EAE9B,MAAMjV,EAAUz6C,GAAiB6lC,GAAqC,GAAQxO,GACxEu4B,EAAkB5vD,GAAiB6lC,GAAwD,IAAG4U,GAC9FoV,EAAgB7vD,GAAiB6lC,GAAmD,IAAG4U,GAC7F,IAAInQ,EAAsBslB,EACpB,IAAI3mC,YAAYzrB,KAAkB0D,OAAQ2uD,EAAeD,GACzD,KAKN,GAAItlB,GAAwB9O,IAAOsF,EAAc,CAC7C,MAAMgvB,GAAkBt0B,EAAUsF,GAAe,EACjD,IAAIivB,GAA6B,EACjC,IAAK,IAAI/sD,EAAI,EAAGA,EAAIsnC,EAAoBtpC,OAAQgC,IAC5C,GAAIsnC,EAAoBtnC,GAAK8sD,EAAW,CACpCC,GAA6B,EAC7B,KACH,CAIAA,IACDzlB,EAAsB,KAC7B,CAED,MAAM0L,EAvUV,SACI3e,EAAsBq4B,EAAoBl0B,EAC1CsF,EAA4BwuB,EAC5BC,EAAoCjlB,GAQpC,IAAInK,EAAUmT,GACTnT,EAIDA,EAAQx7B,MAPc,IAItB2uC,GAAenT,EAAU,IAAI3J,GAJP,GA1Z9B,SAA4B2J,GAExBA,EAAQlE,WACJ,QACA,CACI5E,MAAwB,IACxB24B,QAA0B,IAC1BxU,MAAwB,KAEX,KAAA,GAErBrb,EAAQlE,WACJ,UACA,CACIg0B,OAAyB,IACzBr0B,KAAuB,IACvB3gC,OAAyB,KAEZ,KAAA,GAErBklC,EAAQlE,WACJ,WACA,CACIi0B,KAAuB,IACvBC,IAAsB,KAER,IAAA,GAEtBhwB,EAAQlE,WACJ,aACA,CACIi0B,KAAuB,IACvBC,IAAsB,IACtBhuC,MAAwB,KAEV,IAAA,GAEtBge,EAAQlE,WACJ,QACA,CACIwe,QAA0B,KAEb,KAAA,GAErBta,EAAQlE,WACJ,SACA,CACIm0B,SAA2B,IAC3BC,QAA0B,KAEb,KAAA,GAErBlwB,EAAQlE,WACJ,SACA,CACIm0B,SAA2B,IAC3BE,OAAyB,IACzBD,QAA0B,KAEb,KAAA,GAErBlwB,EAAQlE,WACJ,UACA,CACI72B,YAA8B,IAC9BmrD,KAAuB,IACvBztD,MAAwB,IACxBumB,aAA+B,KAElB,KAAA,GAErB8W,EAAQlE,WACJ,oBACA,CACIc,IAAsB,IACtBC,IAAsB,IACtBhH,OAAyB,KAEZ,KAAA,GAErBmK,EAAQlE,WACJ,aACA,CACI7/B,MAAwB,KAEX,KAAA,GAErB+jC,EAAQlE,WACJ,cACA,CACIc,IAAsB,IACtBC,IAAsB,KAET,KAAA,GAErBmD,EAAQlE,WACJ,aACA,CACI7/B,MAAwB,KAEX,KAAA,GAErB+jC,EAAQlE,WACJ,cACA,CACIc,IAAsB,IACtBC,IAAsB,KAET,KAAA,GAErBmD,EAAQlE,WACJ,OACA,CACI2kB,EAAoB,IACpB4P,EAAoB,IACpBC,EAAoB,KAEP,KAAA,GAErBtwB,EAAQlE,WACJ,MACA,CACI2kB,EAAoB,IACpB4P,EAAoB,IACpBC,EAAoB,KAEP,KAAA,GAErBtwB,EAAQlE,WACJ,YACA,CACIsY,QAA0B,IAC1B1B,IAAsB,KAER,IAAA,GAEtB1S,EAAQlE,WACJ,WACA,CACIy0B,cAAgC,IAChCC,OAAyB,KAEZ,KAAA,GAErBxwB,EAAQlE,WACJ,SACA,CACIy0B,cAAgC,IAChC1vD,OAAyB,KAEZ,KAAA,GAErBm/B,EAAQlE,WACJ,WACA,CACI72B,YAA8B,IAC9BgD,IAAsB,IACtBivB,MAAwB,KAEV,IAAA,GAEtB8I,EAAQlE,WACJ,aACA,CACIy0B,cAAgC,IAChCE,SAA2B,KAEb,IAAA,GAEtBzwB,EAAQlE,WACJ,WACA,CACIy0B,cAAgC,IAChC/yD,OAAyB,KAEX,IAAA,GAEtBwiC,EAAQlE,WACJ,UACA,CACI72B,YAA8B,IAC9BF,OAAyB,KAEZ,KAAA,GAErBi7B,EAAQlE,WACJ,SACA,CACI72B,YAA8B,IAC9BF,OAAyB,IACzBid,MAAwB,IACxB6T,OAAyB,KAEZ,KAAA,GAErBmK,EAAQlE,WACJ,YACA,CACI9Z,MAAwB,IACxB0uC,OAAyB,KAEZ,KAAA,GAErB1wB,EAAQlE,WACJ,YACA,CACI00B,OAAyB,IACzBxuC,MAAwB,KAEX,KAAA,GAErBge,EAAQlE,WACJ,cACA,CACIjoB,IAAsB,IACtB28C,OAAyB,IACzBxuC,MAAwB,KAEX,KAAA,GAErBge,EAAQlE,WACJ,MACA,CACI00B,OAAyB,IACzBvrD,YAA8B,IAC9BF,OAAyB,IACzB03C,GAAqB,KAEP,IAAA,GAEtBzc,EAAQlE,WACJ,OACA,CACI72B,YAA8B,IAC9BF,OAAyB,IACzB8wB,OAAyB,KAEZ,KAAA,GAErBmK,EAAQlE,WACJ,WACA,CACIc,IAAsB,IACtBC,IAAsB,IACtBhH,OAAyB,KAEZ,KAAA,GAErBmK,EAAQlE,WACJ,YACA,CACI5E,MAAwB,IACxBmE,GAAqB,KAEP,IAAA,GAEtB2E,EAAQlE,WACJ,WACA,CACI60B,MAAwB,KAEX,KAAA,GAErB3wB,EAAQlE,WACJ,WACA,CACI60B,MAAwB,KAEX,KAAA,GAErB3wB,EAAQlE,WACJ,WACA,CACI60B,MAAwB,KAEX,KAAA,GAErB3wB,EAAQlE,WACJ,UACA,CACI9Z,MAAwB,IACxB+tC,KAAuB,IACvBa,IAAsB,IACtBC,IAAsB,KAER,IAAA,GAEtB7wB,EAAQlE,WACJ,aACA,CACI72B,YAA8B,IAC9BF,OAAyB,KAEZ,KAAA,GAErBi7B,EAAQlE,WACJ,UACA,CACIvF,OAAyB,IACzBu6B,iBAAmC,IACnCC,uBAAyC,IACzCC,uBAAyC,KAE5B,KAAA,GAErBhxB,EAAQlE,WACJ,UACA,CACIr1B,IAAsB,IACtBwqD,SAA2B,IAC3Bxc,QAA0B,IAC1BpZ,GAAqB,KAEP,IAAA,GAEtB2E,EAAQlE,WACJ,cACA,CACIi0B,KAAuB,IACvBmB,OAAyB,IACzBD,SAA2B,KAEd,KAAA,GAErBjxB,EAAQlE,WACJ,cACA,CACIi0B,KAAuB,IACvBmB,OAAyB,IACzBD,SAA2B,IAC3BE,OAAyB,KAEX,IAAA,GAEtBnxB,EAAQlE,WACJ,WACA,CACIgS,aAA+B,IAC/BrN,MAAwB,IACxBvJ,MAAwB,IACxBX,OAAyB,IACzB8kB,MAAwB,KAEX,KAAA,GAErBrb,EAAQlE,WACJ,aACA,CACIs1B,EAAoB,IACpBjQ,OAAyB,IACzBkQ,IAAsB,KAET,KAAA,GAErBrxB,EAAQlE,WACJ,WACA,CACIw1B,KAAuB,IACvB1pC,KAAuB,KAET,IAAA,GAEtBoY,EAAQlE,WACJ,YACA,CACIw1B,KAAuB,IACvB1pC,KAAuB,IACvBC,KAAuB,KAET,IAAA,GAEtBmY,EAAQlE,WACJ,aACA,CACIw1B,KAAuB,IACvB1pC,KAAuB,IACvBC,KAAuB,IACvBC,KAAuB,KAET,IAAA,GAGtB,MAAMsrB,EAAeU,KAGrB,IAAK,IAAIjxC,EAAI,EAAGA,EAAIuwC,EAAavyC,OAAQgC,IACqBuwC,EAAAvwC,IAAA3H,GAAA,EAAA,UAAA2H,aAC1Dm9B,EAAQ/C,uBAAuB,IAAKmW,EAAavwC,GAAG,GAAIuwC,EAAavwC,GAAG,IAAI,EAAMuwC,EAAavwC,GAAG,GAE1G,CA0BQ0uD,CAAmBvxB,IAIvBsS,GAAoBtS,EAAQ3rB,QAI5B,MACMm9C,EAAiB7wB,EAAmBwuB,EACpCza,EAAY,GAAG6a,MAFIl0B,EAAUsF,GAEch8B,SAAS,MAUpDw0C,EAAU5V,KAChB,IAAI6V,EAAiB,EACjBC,GAAW,EAAMC,GAAQ,EAE7B,MAAMmY,EAAKve,GAAe7X,GACpBq2B,EAAaD,EAAG7e,WAAcwc,GAChC5c,GAAwB5d,WACnBojB,GAAWoX,EAAe1iD,QAAQsrC,IAAW,KAC7C,EAEsF0Z,IAAAtC,GAAAl0D,GAAA,EAAA,oDAC/F,MAAMy2D,EAAsBD,EAAa1e,KAA4B,EACjE0e,IACArnD,GAAc,kBAAkB+kD,KAChCrc,GAAmB4e,GAAuB,IAAIlf,GAAuB2c,IAEzEpvB,EAAQtI,qBAA8Cg6B,EAEtD,IAEI1xB,EAAQrF,UAAU,YAClBqF,EAAQrF,UAAU,GAElBqF,EAAQ7D,sBAER,MAAMy1B,EAAmB,CACrB7vB,KAAuB,IACvB8vB,WAA6B,IAC7BC,SAA2B,IAC3BC,QAA0B,IAC1BC,WAA6B,IAC7BC,UAA4B,IAC5BtvD,MAAwB,IACxBqK,MAAwB,IACxBklD,WAA6B,IAC7BC,WAA6B,IAC7BC,WAA6B,IAC7BC,WAA6B,IAC7BC,SAA2B,IAC3BC,SAA2B,IAC3BC,aAA+B,KAE/BxyB,EAAQ3rB,QAAQiwB,aAChBstB,EAAuB,UAAC,IACxBA,EAAyB,YAAC,IAC1BA,EAAyB,YAAC,KAG9B,IAAIa,GAAO,EACPC,EAAa,EAqCjB,GApCA1yB,EAAQ1C,eACJ,CACI9qB,KAAM,QACNvQ,KAAMyyC,EACNhX,QAAQ,EACRnH,OAAQq7B,IACT,KAQC,GAFA5xB,EAAQvE,KAAOJ,EACf2E,EAAQ9I,MAAQA,EAC2C,MAAvD13B,GAAO67B,GACP,MAAM,IAAIzhC,MAAM,4DAA4D4F,GAAO67B,MAevF,OAbA2E,EAAQjI,IAAI2I,WAAWC,EAAawJ,EAAqBunB,EAAa,EAAI,GAM1EgB,WFppBZx7B,EAAsBwd,EAAmBrZ,EACzCsF,EAA4B6wB,EAC5BxxB,EAAsB2xB,EACtBxnB,GAGA,IAAIwoB,GAAqB,EAAMC,GAA0B,EACrDC,GAAqB,EAAMC,GAAe,EAC1CC,GAAe,EAAOC,GAAwB,EAC9C9yD,EAAS,EACT+yD,EAAwB,EACxBC,EAA2B,EAC/B,MAAMze,EAAUpZ,EAEhBqP,KAKA,IAAIyoB,EADJ93B,GAA2B,EADNz8B,GAAOm3B,mCAM5B,IAFAiK,EAAQjI,IAAI8I,MAAMxF,GAEXA,GAEEA,GAFE,CAOP,GAFA2E,EAAQjI,IAAIsD,GAAKA,EAEbA,GAAMm2B,EAAW,CACjBhd,GAAaC,EAASpZ,EAAIqZ,EAAW,eACjCid,GACAtnD,GAAc,sBAAsBqqC,4BAA0CrZ,EAAI12B,SAAS,OAC/F,KACH,CAKD,MACIyuD,EADsB,KACUpzB,EAAQ1F,oBAAsB0F,EAAQjI,IAAIqI,cAC9E,GAAIJ,EAAQl1B,MAAQsoD,EAAW,CAE3B5e,GAAaC,EAASpZ,EAAIqZ,EAAW,iBACjCid,GACAtnD,GAAc,sBAAsBqqC,sCAAoDrZ,EAAI12B,SAAS,kBAAkByuD,OAC3H,KACH,CAQD,IAAIv9B,EAASr2B,GAAO67B,GACpB,MAAMg4B,EAAWz0D,GAAOm3B,4BAA4BF,EAA6B,GAC7Ey9B,EAAW10D,GAAOm3B,4BAA4BF,EAA6B,GAC3E09B,EAAc30D,GAAOm3B,4BAA4BF,EAAM,GAErD29B,EAAiB39B,QAClBA,GAA4C,IAC3C49B,EAAsBD,EACtB39B,EAAyC,IAAG,EAC5C,EACA69B,EAAmBF,EACnBhqB,GAAUnO,EAAI,EAAIo4B,GAClB,EAE4F59B,GAAA,GAAAA,EAAA,KAAA36B,GAAA,EAAA,kBAAA26B,KAElG,MAAMqa,EAASsjB,EACTlrB,GAASmrB,GAAqBC,GAC9B99B,GAAcC,GACd89B,EAAMt4B,EACN6F,EAAqBlB,EAAQ3rB,QAAQ0yB,wBACvCmD,GAA0B7O,EAAIsF,EAAawJ,GAC3CypB,EAAwB5zB,EAAQ5I,cAAcxW,IAAIya,GAClD4F,EAAmBC,GAAsB0yB,GAGpCjB,GAAsBxoB,EAM3B0pB,EAAoBX,EAA2BD,EAC3CjzB,EAAQ5I,cAActsB,KAC9B,IAAIgpD,GAAuB,EACvBC,EAAc/tB,GAAoBnQ,GAmDtC,OA/CIqL,GAGAlB,EAAQzI,kBAAkB36B,KAAKy+B,GAG/B4F,IAGA8xB,GAAe,EACfC,GAAwB,EAQxBnoB,GAA2B7K,EAAS3E,EAAI6F,GACxC0xB,GAA0B,EAC1BC,GAAqB,EACrBnoB,KAKAwoB,EAA2B,GAI1Ba,GAAe,GAAMnB,IACtBmB,GAAgC,IAAjBA,EAAsB,EAAI,GAE7CpB,GAAqB,QAEjB98B,IAIO0c,GAAgB7lC,QAAQmpB,IAAW,GAC1CsM,GAAenC,EAAS3E,MACxBxF,OAEOk9B,IACPl9B,QAGIA,GACJ,KAAA,IAEQk9B,IAIKC,GACDhzB,EAAQxF,SAAQ,GAEpBw4B,GAAwB,GAE5B,MAEJ,KAA+B,IAC/B,KAAA,IAII1nB,GAAoBtL,EAFOwJ,GAAUnO,EAAI,GAEQ,EAD/BmO,GAAUnO,EAAI,IAEhC,MAEJ,KAAA,IAEI+P,GAAcpL,EAASwJ,GAAUnO,EAAI,IAErC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAEtC2E,EAAQpE,MAAM,SACdoE,EAAQ/B,WAAW,YACnB,MAEJ,KAAA,IACIiN,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtCoJ,GAAmBzE,EAAS,EAAGwJ,GAAUnO,EAAI,IAC7C,MAEJ,KAAA,IAA4B,CACxB,MAAM24B,EAAaxqB,GAAUnO,EAAI,GAC7B2J,EAAYwE,GAAUnO,EAAI,GAC1B0J,EAAayE,GAAUnO,EAAI,GAC3B44B,EAAe5pB,GAAyBrK,EAASg0B,GAEhC,IAAjBC,IAC8B,iBAAlB,GAER/oB,GAAalL,EAASg0B,MACtBh0B,EAAQpE,MAAM,YAEdoE,EAAQ5rB,MAAuC,GAAA,KAG/C4rB,EAAQzE,UAAU04B,GAClBj0B,EAAQpE,MAAM,aAIlBsP,GAAalL,EAAS+E,MACtB/E,EAAQpE,MAAM,eACdoE,EAAQxF,SAAQ,IAEhB0Q,GAAalL,EAASgF,MACtBhF,EAAQpE,MAAM,cACdoE,EAAQxF,SAAQ,IAIhBwF,EAAQxF,SAAQ,KAChBwF,EAAQ5rB,MAAuC,GAAA,GAC/C+tB,GAAenC,EAAS3E,KACxB2E,EAAQpB,WAGuB,iBAA1B,GACA8F,GAAwB1E,EAAS,EAAG,EAAGi0B,GAAc,EAAO,WAAY,aAGzEj0B,EAAQpE,MAAM,YACdoE,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,SAEdoE,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAS,IACjBwF,EAAQxF,SAAS,GACjBwF,EAAQxF,SAAS,IAGS,iBAA1B,GACAwF,EAAQpB,YAEhB,KACH,CACD,KAAA,IAA8B,CAC1B,MAAMo1B,EAAaxqB,GAAUnO,EAAI,GAC7BqU,EAAclG,GAAUnO,EAAI,GAOhCqQ,GAAoB1L,EANHwJ,GAAUnO,EAAI,GAMUA,GAAI,GAE7C6P,GAAalL,EAAS0P,MAEtBxE,GAAalL,EAASg0B,MAEtBh0B,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAS,IACjBwF,EAAQxF,SAAS,GACjB,KACH,CAGD,KAAkC,IAClC,KAAiC,IACjC,KAAmC,IACnC,KAAkC,IAClC,KAAkC,IAClC,KAAA,IAOA,KAA0B,IAC1B,KAAkC,IAClC,KAAA,IACSqT,GAAY7N,EAAS3E,EAAInE,EAAOrB,GAOjC+8B,GAA0B,EAN1Bv3B,EA3QkB,EAmRtB,MAEJ,KAAA,IAA6B,CAEzB,MAAM20B,EAAMxmB,GAAUnO,EAAI,GACtB00B,EAAOvmB,GAAUnO,EAAI,GAGrB20B,IAAQD,GACR/vB,EAAQpE,MAAM,WACd8P,GAAoB1L,EAASgwB,EAAK30B,GAAI,GACtC8P,GAAkBnL,EAAS+vB,OAE3BrkB,GAAoB1L,EAASgwB,EAAK30B,GAAI,GAGtC2E,EAAQjH,4BAGRwR,GAAavpC,IAAI+uD,EAAW10B,GAEhCy4B,GAAuB,EACvB,KACH,CAED,KAAuC,IACvC,KAAA,IAAsC,CAGlC,MAAMI,EAAUr0D,GAAsBq3B,EAAQwO,GAAqC,IACnF1F,EAAQxE,UAAU04B,GAGlBl0B,EAAQ/B,WAAW,SACnB+B,EAAQ5rB,MAAK,GAAA,GACb+tB,GAAenC,EAAS3E,KACxB2E,EAAQpB,WACR,KACH,CAED,KAAA,IAYI,GAXAm1B,EAAc,EAaT7zD,GAAU8/B,EAAQ3rB,QAAQ4yB,oBAE1BjH,EAAQ3rB,QAAQ0yB,0BAEZ6rB,GAA2BC,GAAoB,CAMhD,MAAMsB,EAAcvqB,GAAUvO,EAAI,GAClC2E,EAAQ1E,SAASD,GACjB2E,EAAQzE,UAAU44B,GAClBn0B,EAAQpE,MAAM,SACdoE,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,SACdoE,EAAQ/B,WAAW,YACnB+B,EAAQxF,SAAQ,IAChBa,EA3Vc,CA4VjB,CAEL,MAEJ,KAAA,IACI2G,GAAiBhC,EAAS3E,GAC1B,MAEJ,KAAA,GAA+B,CAE3B2E,EAAQpE,MAAM,WAEd,MAAMp+B,EAASgsC,GAAUnO,EAAI,GAClBiP,GAAetK,EAASxiC,IAE/BiN,GAAe,GAAGiqC,qBAA6Bl3C,gCACnD4tC,GAAcpL,EAASxiC,GACvB2tC,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAA2B,IAC3B,KAA2B,IAC3B,KAAgC,IAChC,KAAA,IAA4B,CAExB2E,EAAQpE,MAAM,WAGd,IAAI3xB,EAAO6/B,GAAiB5S,EAAOsS,GAAUnO,EAAI,IACb,MAAhCxF,IACA5rB,EAAYrL,GAAOw1D,8BAAmCnqD,IAE1D+1B,EAAQxE,UAAUvxB,GAElBkhC,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAAA,IAA+B,CAC3B,MAAMrZ,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IACpD6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAW,cACnB,KACH,CACD,KAAA,IAAqC,CACjC,MAAM7gC,EAAYosC,GAAUnO,EAAI,GAChC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC8J,GAAwBnF,EAAS5iC,GACjC,KACH,CACD,KAAA,IAA+B,CAC3B,MAAM0N,EAAO0+B,GAAUnO,EAAI,GAC3B+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIvwB,GACzC4gC,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,GACnD8J,GAAwBnF,EAASl1B,GACjC,KACH,CACD,KAAA,IAA+B,CAC3B,MAAMkX,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IACpD6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAW,cACnB,KACH,CACD,KAAA,IAAqC,CACjC,MAAM7gC,EAAYosC,GAAUnO,EAAI,GAChC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC8J,GAAwBnF,EAAS5iC,GACjC,KACH,CAED,KAAA,IACI4iC,EAAQpE,MAAM,WACd8P,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,GACnD2E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA4C,GACjEyF,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MAGJ,KAAA,IAA6B,CACzB2E,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAEtC2E,EAAQpE,MAAM,YASd,IAAI4T,EAAW,aACXxP,EAAQ3rB,QAAQqyB,sBAAwBN,MAIxC1D,GAASS,kBACT+H,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtCmU,EAAW,UACXxP,EAAQpE,MAAM4T,OAEd9D,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,GAIvD2E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA4C,GAGjE1F,EAAQxF,SAAQ,IAEhBwF,EAAQpE,MAAM,SACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,IAEhBwF,EAAQxF,SAAQ,KAEhBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WAIRoB,EAAQpE,MAAM,WAEdoE,EAAQpE,MAAM,SACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,KAChBwF,EAAQpE,MAAM4T,GACdxP,EAAQxF,SAAQ,KAEhBwF,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA0C,GAE/DyF,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAAkC,IAClC,KAAA,IAAwC,CACpC,MAAMkU,EAAc7F,GAAUrO,EAAI,GAClC2E,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,YAGd,IAAI4T,EAAW,mBACX3Z,EAEA6V,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,IAGnD+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzCmU,EAAW,UACXxP,EAAQpE,MAAM4T,OAIlBxP,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAA0C,GAE/D1F,EAAQxF,SAAQ,IAIhBwF,EAAQpE,MAAM,SACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,IAEhBwF,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WAIRoB,EAAQpE,MAAM,WAGdoE,EAAQpE,MAAM4T,GACdxP,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa6G,MAAwC,GAE7D1F,EAAQpE,MAAM,SACdoE,EAAQzE,UAAUgU,GAClBvP,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAQ,KAEhB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAAA,IAEI2E,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,YACdoE,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WAERwM,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,IACzC2E,EAAQpE,MAAM,eAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GAExBmB,EAAQpE,MAAM,YACdoE,EAAQpE,MAAM,SACdoE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa,EAAG,GACxB,MAGJ,KAAA,IAEIuM,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,cACnB,MAEJ,KAAA,GACImN,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GAEzC2E,EAAQxE,UAAUmO,GAAUtO,EAAI,IAChC2E,EAAQ/B,WAAW,YACnB,MAEJ,KAAA,IACI+B,EAAQ5rB,QAERg3B,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,WAEnB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,KACxB2E,EAAQpB,WACR,MACJ,KAAA,IAA2C,CACvC,MAAM5c,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IACpD2E,EAAQxE,UAAUxZ,GAClBopB,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,WACnB,KACH,CACD,KAAA,IAA4D,CACxD,MAAMzgC,EAASkoC,GAAe,GAC9B1F,EAAQpE,MAAM,WACd8P,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,GACnD2E,EAAQzE,UAAU/9B,GAClBwiC,EAAQxF,SAAQ,KAChB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CACD,KAAA,IACI2E,EAAQpE,MAAM,WACdwP,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,YACnBkN,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MACJ,KAAA,IACI2E,EAAQpE,MAAM,WACdwP,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,YACnBkN,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MACJ,KAAA,IACI2E,EAAQpE,MAAM,WACdwP,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,YACnBkN,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MAEJ,KAAA,IACI2E,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,iBAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IAEtC2E,EAAQxF,SAAQ,KAChBwF,EAAQzE,UAAU,GAClByE,EAAQxF,SAAQ,KAChBwF,EAAQpE,MAAM,iBAEdoE,EAAQpE,MAAM,cACdoE,EAAQzE,UAAU,QAClByE,EAAQxF,SAAQ,KAChBwF,EAAQzE,UAAU,UAClByE,EAAQxF,SAAQ,KAChBwF,EAAQzE,UAAU,SAClByE,EAAQxF,SAAQ,KAChBwF,EAAQzE,WAAW,SACnByE,EAAQxF,SAAQ,KAEhBwF,EAAQpE,MAAM,cACdoE,EAAQxF,SAAQ,KAChBwF,EAAQxF,SAAQ,IAChB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MAGJ,KAAgC,IAChC,KAAA,IACI2E,EAAQ5rB,QAERg3B,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,iBAAWpI,EAAwC,aAAe,aAE1EmK,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,KACxB2E,EAAQpB,WACR,MAGJ,KAAyC,IACzC,KAAA,IAAuC,CACnC,MAAM5c,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAChDg5B,EAAqBz1D,GAAO01D,iCAAiCtyC,GAC7DuyC,EAAkE,MAA9C1+B,EACpBkP,EAAayE,GAAUnO,EAAI,GAC/B,IAAKrZ,EAAO,CACRwyB,GAAaC,EAASpZ,EAAIqZ,EAAW,cACrCrZ,EAvrBkB,EAwrBlB,QACH,CAED2E,EAAQ5rB,QAEJ4rB,EAAQ3rB,QAAQqyB,sBAAwBN,MAExC8E,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,eACd8G,GAASS,oBAETnD,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,eAEdoE,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB4G,EAAQpE,MAAM,WACdoE,EAAQzE,UAAU,GAClB4P,GAAkBnL,EAAS+E,MAG3B/E,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB4G,EAAQpB,WAERoB,EAAQpE,MAAM,aAKdy4B,GAEAr0B,EAAQpE,MAAM,YAGlBoE,EAAQxF,SAA6B,IACrCwF,EAAQnB,aAAa6G,GAAe,IAAuB,GAE3D1F,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAWo2B,EAAqB,cAAgB,aAEpDE,IAGAv0B,EAAQpE,MAAM,YACdoE,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,MAGpBwF,EAAQ5rB,MAAuC,GAAA,GAC/C4rB,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,YACduP,GAAkBnL,EAAS+E,MAC3B/E,EAAQxF,SAA0B,GAC9B+5B,EAEApyB,GAAenC,EAAS3E,OAGxB2E,EAAQpE,MAAM,WACdoE,EAAQzE,UAAU,GAClB4P,GAAkBnL,EAAS+E,OAE/B/E,EAAQpB,WAERoB,EAAQpB,WAER,KACH,CAED,KAAsC,IACtC,KAAmC,IACnC,KAA+B,IAC/B,KAAA,IAA6B,CACzB,MAAM5c,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAChDm5B,QAAkB3+B,SACbA,EACL0+B,EAA0B,MAAN1+B,GACT,MAANA,EACLkP,EAAayE,GAAUnO,EAAI,GAC/B,IAAKrZ,EAAO,CACRwyB,GAAaC,EAASpZ,EAAIqZ,EAAW,cACrCrZ,EA5wBkB,EA6wBlB,QACH,CAED2E,EAAQ5rB,QAEJ4rB,EAAQ3rB,QAAQqyB,sBAAwBN,MAExC8E,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,eACd8G,GAASS,oBAETnD,EAAQ5rB,QAER82B,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,eAEdoE,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB4G,EAAQpE,MAAM,WACdoE,EAAQzE,UAAU,GAClB4P,GAAkBnL,EAAS+E,MAG3B/E,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB4G,EAAQpB,WAERoB,EAAQpE,MAAM,aAIlBoE,EAAQxF,SAA6B,IACrCwF,EAAQnB,aAAa6G,GAAe,IAAuB,GAC3D1F,EAAQxF,SAA6B,IACrCwF,EAAQnB,aAAa6G,GAAe,IAA4B,GAE5D8uB,GACAx0B,EAAQpE,MAAM,cAClBoE,EAAQzE,UAAUvZ,GAClBge,EAAQxF,SAAQ,IAChBwF,EAAQ5rB,MAAuC,GAAA,GAG/C4rB,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,YACduP,GAAkBnL,EAAS+E,MAG3B/E,EAAQxF,SAA0B,GAE9Bg6B,GAGAx0B,EAAQpE,MAAM,WACdoE,EAAQxE,UAAUxZ,GAClBge,EAAQ/B,WAAW,aAEfs2B,IAGAv0B,EAAQpE,MAAM,YACdoE,EAAQxF,SAAQ,IAChBwF,EAAQxF,SAAQ,MAGpBwF,EAAQ5rB,MAAuC,GAAA,GAE/C4rB,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,YACduP,GAAkBnL,EAAS+E,MAC3B/E,EAAQxF,SAA0B,GAE9B+5B,EAEApyB,GAAenC,EAAS3E,OAGxB2E,EAAQpE,MAAM,WACdoE,EAAQzE,UAAU,GAClB4P,GAAkBnL,EAAS+E,OAE/B/E,EAAQpB,aAIRwM,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GAEzC2E,EAAQpE,MAAM,YAEdoE,EAAQxE,UAAUxZ,GAElBge,EAAQzE,UAAU1F,GAClBmK,EAAQ/B,WAAW,UAKnB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5rB,MAAuC,GAAA,GAE/C+tB,GAAenC,EAAS3E,MACxB2E,EAAQpB,YAGZoB,EAAQpB,WAERoB,EAAQpB,WAER,KACH,CAED,KAAyB,IACzB,KAAA,IAEIoB,EAAQxE,UAAUsO,GAAiB5S,EAAOsS,GAAUnO,EAAI,KAExD+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQzE,gBAAU1F,EAAoC,EAAI,GAC1DmK,EAAQ/B,WAAW,OACnB,MAGJ,KAAA,IAA4B,CACxB,MAAMjc,EAAQ8nB,GAAiB5S,EAAOsS,GAAUnO,EAAI,IAEhDo5B,EAAqB/uB,GAAe,IACpCX,EAAayE,GAAUnO,EAAI,GAE3Bq5B,EAAe70D,GAAiBmiB,EAAQyyC,GAE5C,IAAKzyC,IAAU0yC,EAAc,CACzBlgB,GAAaC,EAASpZ,EAAIqZ,EAAW,cACrCrZ,EAl5BkB,EAm5BlB,QACH,CAEG2E,EAAQ3rB,QAAQqyB,sBAAwBN,MAExC8E,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQpE,MAAM,eACd8G,GAASS,oBAETuI,GAAoB1L,EAASwJ,GAAUnO,EAAI,GAAIA,GAAI,GACnD2E,EAAQpE,MAAM,gBAIlBoE,EAAQxF,SAA6B,IACrCwF,EAAQnB,aAAa6G,GAAe,IAAuB,GAC3D1F,EAAQxF,SAA6B,IACrCwF,EAAQnB,aAAa6G,GAAe,IAA4B,GAGhE1F,EAAQpE,MAAM,cACdoE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa41B,EAAoB,GACzCz0B,EAAQzE,UAAUm5B,GAClB10B,EAAQxF,SAAQ,IAGhBwF,EAAQpE,MAAM,WACdoE,EAAQxF,SAAgC,IACxCwF,EAAQnB,aAAa6G,OAAyC,GAC9D1F,EAAQxF,SAAQ,IAGhBwF,EAAQxF,SAAQ,KAEhBwF,EAAQ5rB,MAAuC,GAAA,GAI/C4rB,EAAQpE,MAAM,WACdoE,EAAQpE,MAAM,YACdoE,EAAQzE,UAAUmK,GAAe,KACjC1F,EAAQxF,SAAQ,KAChB2Q,GAAkBnL,EAAS+E,MAE3B/E,EAAQxF,SAA0B,GAGlC2H,GAAenC,EAAS3E,MAExB2E,EAAQpB,WAER,KACH,CAED,KAAA,IACIoB,EAAQ5rB,QACRg3B,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQ/B,WAAW,UAInB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WACR,MAGJ,KAAA,IACIoB,EAAQ5rB,QAERg3B,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQxE,UAAUsO,GAAiB5S,EAAOsS,GAAUnO,EAAI,KAExD2E,EAAQ/B,WAAW,YAEnB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,MACxB2E,EAAQpB,WACR,MAGJ,KAAA,IAAwC,CACpC,MAAM+1B,EAAWnrB,GAAUnO,EAAI,GAE/B+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIs5B,GACzClwB,GAAmBzE,EAAS,EAAG20B,GAE/B30B,EAAQpE,MAAM,WACdwP,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAIs5B,GACzCxpB,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAA4B,IAC5B,KAA+B,IAC/B,KAAmC,IACnC,KAAA,IAUQu3B,GAIAjvB,GAAY3D,EAAS3E,EAAIw4B,MACzBd,GAAe,EACfgB,EAAc,GAKd14B,EA5gCkB,EA8gCtB,MAKJ,KAA2B,IAC3B,KAA+B,IAC/B,KAAuC,IACvC,KAAoC,IACpC,KAAA,IAEQu3B,GACAjvB,GAAY3D,EAAS3E,EAAIw4B,EACkB,KAAvCh+B,EACK,GACA,IAETk9B,GAAe,GAEf13B,EAjiCkB,EAmiCtB,MAIJ,KAAkC,IAClC,KAAA,IAGI8G,GAAenC,EAAS3E,MACxB03B,GAAe,EACf,MAIJ,KAAiC,IACjC,KAAA,IACI5wB,GAAenC,EAAS3E,MACxB03B,GAAe,EACf,MAEJ,KAAA,IACI,GACK/yB,EAAQxI,2BAA2B32B,OAAS,GAC5Cm/B,EAAQxI,2BAA2B32B,QErqCpB,EFsqClB,CAIE,MACI+sC,EAAmB3D,GAA+B/S,EADlCsS,GAAUnO,EAAI,IAElC2E,EAAQpE,MAAM,WACdoE,EAAQxF,SAAQ,IAChBwF,EAAQnB,aAAa+O,EAAkB,GAEvC5N,EAAQpE,MAAM,YAGd,IAAK,IAAIga,EAAI,EAAGA,EAAI5V,EAAQxI,2BAA2B32B,OAAQ+0C,IAAK,CAChE,MAAMgf,EAAK50B,EAAQxI,2BAA2Boe,GAC9C5V,EAAQpE,MAAM,SACdoE,EAAQxE,UAAUo5B,GAClB50B,EAAQxF,SAAQ,IAChBwF,EAAQjI,IAAIoJ,OAAOyzB,EAAIA,EAAKv5B,EAAE,EACjC,CAID8G,GAAenC,EAAS3E,KAE3B,MACGA,EArlCkB,EAulCtB,MAGJ,KAA6B,IAC7B,KAA+B,IAC/B,KAAA,IACIA,EA7lCsB,EA8lCtB,MAKJ,KAAoC,IACpC,KAAoC,IACpC,KAAoC,IACpC,KAAoC,IACpC,KAAoC,IACpC,KAAoC,IACpC,KAAoC,IACpC,KAAA,IACI2E,EAAQ5rB,QAERg3B,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQzE,UAAU1F,GAClBmK,EAAQ/B,WAAW,QAEnB+B,EAAQxF,SAAQ,IAChBwF,EAAQ5G,WAAW,GACnB+I,GAAenC,EAAS3E,EAA2B,IACnD2E,EAAQpB,WACR,MAsCJ,KAAgC,IAChC,KAAgC,IAChC,KAAgC,IAChC,KAAA,IAAiC,CAC7B,MAAM6P,QAAS5Y,SACVA,EACDg/B,EAAe,MAANh/B,GACiC,MAArCA,EACLi/B,EAAQD,EACF,mBACA,WACNE,EAAYtmB,EAAQ,WAAa,WAGrCzO,EAAQpE,MAAM,WAGdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIoT,KAA6B,IACrEzO,EAAQpE,MAAMm5B,MAGd/0B,EAAQxF,SAASiU,EAA2B,IAAoB,KAChEzO,EAAQxF,SAASiU,EAA6B,GAAsB,IAChEA,EACAzO,EAAQpF,UAAUk6B,GAElB90B,EAAQnF,UAAUi6B,GACtB90B,EAAQxF,SAASiU,EAA0B,GAAmB,IAG9DzO,EAAQ5rB,MAAMygD,EAAwB,IAAiB,IAAA,GAEvD70B,EAAQpE,MAAMm5B,GACd/0B,EAAQxF,SAASgO,GAAgB3S,IACjCmK,EAAQxF,SAAQ,GAEhBwF,EAAQxF,SAASq6B,EAA6B,GAAsB,IACpE70B,EAAQlF,oBAAoB+5B,EAAQ,GAAK,IAAK,GAC9C70B,EAAQpB,WAERuM,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAIw5B,KAA8B,IAE3E,KACH,CAED,KAAoC,IACpC,KAAA,IAAqC,CACjC,MAAMG,EAAc,MAANn/B,EACdmK,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI25B,KAA6B,IACrE,MAAMn4B,EAAM6M,GAAUrO,EAAI,GACtB45B,EAAavrB,GAAUrO,EAAI,GAC3B25B,EACAh1B,EAAQzE,UAAUsB,GAElBmD,EAAQtE,UAAUmB,GACtBmD,EAAQxF,SAASw6B,EAA2B,IAAoB,KAC5DA,EACAh1B,EAAQzE,UAAU05B,GAElBj1B,EAAQtE,UAAUu5B,GACtBj1B,EAAQxF,SAASw6B,EAA2B,IAAoB,KAChE7pB,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI25B,KAA8B,IAC3E,KACH,CAED,KAAA,IACIh1B,EAAQpE,MAAM,WACdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC2E,EAAQ/B,WAAW,eACnBkN,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,MACJ,KAAA,IAKI6P,GAAalL,EAASwJ,GAAUnO,EAAI,GAAE,IACtC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC+P,GAAcpL,EAASwJ,GAAUnO,EAAI,GAAI,GACzC2E,EAAQ/B,WAAW,eACnB,MAEJ,KAA6B,IAC7B,KAAA,IAA8B,CAC1B,MAAM42B,EAAe,MAANh/B,EAEfmK,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAIw5B,KAA6B,IACjEA,EACA70B,EAAQtE,UAAU,GAElBsE,EAAQzE,UAAU,GACtByE,EAAQxF,SAASq6B,EAA0B,IAAmB,KAC9D70B,EAAQxF,SAASq6B,EAA2B,IAAoB,KAC5DA,GACA70B,EAAQxF,SAAQ,KACpBwF,EAAQzE,UAAUs5B,EAAQ,GAAK,IAC/B70B,EAAQxF,SAAQ,KAEhB2Q,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAE,IAC3C,KACH,CAED,KAAgC,IAChC,KAAA,IAAiC,CAC7B,MAAM25B,EAAe,MAANn/B,EACXoP,EAAS+vB,KAA6B,GACtC9vB,EAAU8vB,EAAO,GAAuB,GAE5Ch1B,EAAQpE,MAAM,WAEdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCiG,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACpC+vB,EACAh1B,EAAQzE,UAAU,IAElByE,EAAQtE,UAAU,IACtBsE,EAAQxF,SAASw6B,EAA2B,IAAoB,KAChEh1B,EAAQxF,SAASw6B,EAA2B,IAAoB,KAEhE7pB,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI6J,GAC7C,KACH,CAED,KAAyB,IACzB,KAAA,IAA2B,CACvB,MAAMuJ,EAAe,MAAN5Y,EACXoP,EAASwJ,KAA6B,GACtCvJ,EAAUuJ,EAAO,GAAuB,GAE5CzO,EAAQpE,MAAM,WAGdsP,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCiG,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GACxCiG,GAAalL,EAASwJ,GAAUnO,EAAI,GAAI4J,GAExCjF,EAAQ/B,WAAWwQ,EAAQ,OAAS,OAEpCtD,GAAkBnL,EAASwJ,GAAUnO,EAAI,GAAI6J,GAC7C,KACH,CAED,QAGarP,GAAM,GACNA,GAAgC,IAGhCA,GAAM,KACNA,GAAM,IAGP+8B,GAA2B5yB,EAAQ3rB,QAAQqvB,eAI3CvB,GAAenC,EAAS3E,MACxB03B,GAAe,GAEf13B,EAl0Cc,EAo0CjBxF,GAAM,IACNA,GAAgC,GAE5B+V,GAAS5L,EAAS3E,EAAIxF,GAGvBi+B,GAAuB,EAFvBz4B,EAx0Cc,EA40CjBxF,GAAM,IACNA,GAAiC,GAE7BsW,GAASnM,EAAS3E,EAAIxF,KACvBwF,EAh1Cc,GAm1CjBxF,QACAA,GAAmC,IAE/BkX,GAAW/M,EAAS3E,EAAIxF,KACzBwF,EAv1Cc,GAw1CXoN,GAAU5S,GACZ4X,GAAUzN,EAAS3E,EAAIxF,KACxBwF,EA11Cc,GA21CXuN,GAAiB/S,GACnBsY,GAAkBnO,EAAS3E,EAAInE,EAAOrB,GAGvC+8B,GAA0B,EAF1Bv3B,EA71Cc,EAk2CjBxF,OACAA,GAA4C,GAExCuW,GAAapM,EAAS9I,EAAOmE,EAAIxF,KAClCwF,EAt2Cc,GAy2CjBxF,OACAA,GAAkC,GAE9B8W,GAAc3M,EAAS9I,EAAOmE,EAAIxF,KACnCwF,EA72Cc,GAg3CjBxF,OACAA,GAA6C,IAEzC+Y,GAAgB5O,EAAS3E,EAAIxF,KAC9BwF,EAp3Cc,GAu3CjBxF,QACAA,GAA8B,IAE1B0X,GAAoBvN,EAAS3E,EAAIxF,KAClCwF,EA33Cc,GA63CjBxF,GAAM,KACNA,GAA+B,IAE3B4Z,GAAazP,EAAS9I,EAAOmE,EAAIxF,KAClCwF,EAj4Cc,GAm4CjBxF,GAAM,KACNA,GAA0C,IAMvCmK,EAAQ5I,cAActsB,KAAO,GAE7B64B,GAAY3D,EAAS3E,EAAIw4B,KACzBd,GAAe,GAEf13B,EA/4Cc,EAi5CjBxF,GAAM,KACNA,GAA4C,IAExCoa,GAAUjQ,EAAS3E,EAAIxF,EAAQqa,EAAQujB,EAAqBC,IAG7DZ,GAAe,EAEfgB,GAAuB,GAJvBz4B,EAr5Cc,EA25CK,IAAhB04B,IAQP14B,EAn6CkB,GAw6C9B,GAAIA,EAAI,CACJ,IAAKy4B,EAAsB,CAIvB,MAAMoB,EAAiB75B,EAAK,EAC5B,IAAK,IAAIua,EAAI,EAAGA,EAAI0d,EAAU1d,IAE1BjL,GADanrC,GAAO01D,EAAiB,EAAJtf,GAGxC,CAED,GAA0DtD,GAAmBxL,YAAc6qB,EAAqB,CAC5G,IAAIwD,EAAW,GAAS95B,EAAI12B,SAAS,OAAOurC,KAC5C,MAAMglB,EAAiB75B,EAAK,EACtB+5B,EAAYF,EAAwB,EAAX5B,EAE/B,IAAK,IAAI1d,EAAI,EAAGA,EAAIyd,EAAUzd,IAChB,IAANA,IACAuf,GAAY,MAChBA,GAAY31D,GAAO41D,EAAiB,EAAJxf,GAIhC0d,EAAW,IACX6B,GAAY,QAChB,IAAK,IAAIvf,EAAI,EAAGA,EAAI0d,EAAU1d,IAChB,IAANA,IACAuf,GAAY,MAChBA,GAAY31D,GAAO01D,EAAiB,EAAJtf,GAGpC5V,EAAQ7I,SAASv6B,KAAKu4D,EACzB,CAEGpB,EAAc,IACVnB,EACAM,IAEAD,IACJ/yD,GAAU6zD,IAKd14B,GAA0B,EAAdk4B,IACS/B,IACjB2B,EAAM93B,EAIb,MACOs2B,GACAtnD,GAAc,sBAAsBqqC,wBAAgCxE,MAAiByjB,EAAKhvD,SAAS,OACvG6vC,GAAaC,EAASkf,EAAKjf,EAAW7e,EAE7C,CAOD,KAAOmK,EAAQnH,aAAe,GAC1BmH,EAAQpB,WAWZ,OATAoB,EAAQjI,IAAIkK,OAASkxB,EAOjBL,IACA5yD,GAAU,OACPA,CACX,CEr2B6Bm1D,CACTn+B,EAAOwd,EAAWrZ,EAAIsF,EAAa6wB,EACnCxxB,EAAS2xB,EAAqBxnB,GAGlCsoB,EAAQC,GAAcpgB,GAAmBrL,kBAElCjH,EAAQjI,IAAI2J,UAAU,IAIrC1B,EAAQpC,yBAAwB,IAE3B60B,EAMD,OALIhB,GAA0B,gBAAnBA,EAAG5c,cACV4c,EAAG5c,YAAc,mBAId,EAGXuE,EAAiB7V,KACjB,MAAMxiC,EAASi/B,EAAQ3G,eAOvB,GAFAqJ,GAASO,gBAAkBliC,EAAOF,OAE9BE,EAAOF,QA3wBC,KA6wBR,OADA0J,GAAc,wCAAwCxJ,EAAOF,2BAA2B6zC,gCACjF,EAGX,MAAMmF,EAAc,IAAIpgB,YAAY5hC,OAAOkJ,GACrC+4C,EAAc9Z,EAAQ1G,iBAItBjU,EAHgB,IAAIoU,YAAYugB,SAASH,EAAaC,GAGnCG,QAAQvF,GAcjC2E,GAAW,EACyH3gD,EAAAsrC,4BAAA9oC,GAAA,EAAA,4EAEpI,MAAM0L,EAAMm9B,GAA4B1e,GACxC,IAAKze,EACD,MAAM,IAAIhN,MAAM,2CASpB,OAHIomC,EAAQ3rB,QAAQsyB,aAAejE,GAASE,gBAAmBF,GAASE,eA7uBzD,KA6uBgG,GAC3GkS,IAAuB,GAAO,GAE3BluC,CACV,CAAC,MAAO+gB,GAKL,OAJA2xB,GAAQ,EACRD,GAAW,EACX5uC,GAAe,GAAG2kD,GAAkB1a,6BAAqC/sB,KAAOA,EAAI/b,SACpFw5B,KACO,CACV,CAAS,QACN,MAAM8U,EAAW3W,KAQjB,GAPI6V,GACA7W,GAAaC,YAAc4W,EAAiBD,EAC5C5W,GAAaE,aAAeyX,EAAWd,GAEvC7W,GAAaC,YAAc0X,EAAWf,EAGtCG,IAAWD,GAA6B/G,GAA6B,YAAMof,EAAY,CACvF,GAAIpY,GAAyBhH,GAAmBxL,YAAc4qB,EAC1D,IAAK,IAAI7uD,EAAI,EAAGA,EAAIm9B,EAAQ7I,SAASt2B,OAAQgC,IACzCwH,GAAc21B,EAAQ7I,SAASt0B,IAGvCwH,GAAc,MAAM+kD,GAAkB1a,gCACtC,IAAIyF,EAAI,GAAI3I,EAAI,EAChB,IAGI,KAAOxR,EAAQnH,aAAe,GAC1BmH,EAAQpB,WAERoB,EAAQ7H,WACR6H,EAAQ1D,YACf,CAAC,MAAM3R,GAGP,CAED,MAAMyvB,EAAMpa,EAAQ3G,eACpB,IAAK,IAAIx2B,EAAI,EAAGA,EAAIu3C,EAAIv5C,OAAQgC,IAAK,CACjC,MAAMwxC,EAAI+F,EAAIv3C,GACVwxC,EAAI,KACJ8F,GAAK,KACTA,GAAK9F,EAAE1vC,SAAS,IAChBw1C,GAAK,IACAA,EAAEt5C,OAAS,IAAQ,IACpBwJ,GAAc,GAAGmnC,MAAM2I,KACvBA,EAAI,GACJ3I,EAAI3uC,EAAI,EAEf,CACDwH,GAAc,GAAGmnC,MAAM2I,KACvB9vC,GAAc,iBACjB,CACJ,CACL,CAkGkBirD,CACVp+B,EAAOq4B,EAAYl0B,EAAIsF,EACvBwuB,EAAYC,EAAgBjlB,GAGhC,OAAI0L,GACAnT,GAASE,iBAGTt4B,EAAKurC,MAAQA,EACNA,GAEAvD,GAAkBzL,aAzEJ,EACE,CA0E/B,EIl6BM,SAA0CyT,GAI5C,MAAMhwC,EAAOwuC,GAFbwB,IAAoB,GAIpB,GAAKhwC,EAAL,CAOA,GAJKgoC,KACDA,GAAoBra,MAExB3tB,EAAKuoC,WACDvoC,EAAKuoC,WAAaP,GAAmB5K,0BACrCsR,UACC,GAAI1uC,EAAKuoC,WAAaP,GAAmB7K,oBAC1C,OAEJoR,GAASj8C,KAAK0N,GACVuuC,GAASh4C,QAtGS,EAuGlBm4C,KAoCAJ,GAAkB,GAGiB,mBAA3BhqC,WAAqB,aASjCgqC,GAAkBhqC,WAAW2f,YAAW,KACpCqqB,GAAkB,EAClBI,IAAuC,GAxJvB,IAyFT,CAgBf,WAIIsB,EAAiB94B,EAAoBmX,EAAuB48B,EAC5DC,EAAgBjc,EAA2BC,EAAyBv3C,EACpEwzD,GAGA,GAAI98B,EAvHY,GAwHZ,OAAO,EAEX,MAAMruB,EAAO,IAvFjB,MAgBInH,YACIm3C,EAAiB94B,EAAoBmX,EAAuB48B,EAC5DC,EAAgBjc,EAA2BC,EAAyBv3C,EACpEwzD,GAEApyD,KAAKi3C,QAAUA,EACfj3C,KAAKme,OAASA,EACdne,KAAKs1B,cAAgBA,EACrBt1B,KAAKmyD,MAAQA,EACbnyD,KAAKk2C,iBAAmBA,EACxBl2C,KAAKm2C,eAAiBA,EACtBn2C,KAAKpB,KAAOA,EACZoB,KAAKu3C,WAAa,IAAI7pC,MAAM4nB,GAC5B,IAAK,IAAI91B,EAAI,EAAGA,EAAI81B,EAAe91B,IAC/BQ,KAAKu3C,WAAW/3C,GAAUhD,GAAsB01D,EAAmB,EAAJ1yD,GACnEQ,KAAKoyD,sBAAwBA,EAC7BpyD,KAAKnD,OAAS,EACd,IAAIw1D,EAAUzzD,EACd,GAAKyzD,EAEE,CAIH,MAAMC,EAAY,GACdD,EAAQ70D,OAAS80D,IACjBD,EAAUA,EAAQvqD,UAAUuqD,EAAQ70D,OAAS80D,EAAWD,EAAQ70D,SACpE60D,EAAU,GAAGryD,KAAKi3C,QAAQ31C,SAAS,OAAO+wD,GAC7C,MATGA,EAAU,GAAGryD,KAAKi3C,QAAQ31C,SAAS,OAAOtB,KAAKk2C,iBAAmB,IAAM,MAAMl2C,KAAKm2C,eAAiB,KAAO,MAAMn2C,KAAKs1B,gBAU1Ht1B,KAAKqxC,UAAYghB,EACjBryD,KAAKwvC,SAAW,CACnB,GAyCGyH,EAAS94B,EAAQmX,EAAe48B,EAChCC,EAAOjc,EAAkBC,EAAgBhzC,GAAkBvE,GAC3DwzD,GAEC9c,KACDA,GAAUvb,MAOd,MAAMw4B,EAA0Bjd,GAAQ30C,IAAIyxD,GAI5C,OAHAnrD,EAAKpK,OAAS6jC,GAAuB6xB,GAErC9c,GAAUwB,GAAWhwC,EACdA,EAAKpK,MAChB,ECQM,SACFshB,EAAoB45B,EAAkBC,EACtCC,EAAsBC,GAOtB,MAAMsa,EAAWh2D,GAAsBw7C,EA1JtB,GA2Jbya,EAAW5a,GAAY2a,GAC3B,GAAIC,EAaA,YAZIA,EAAS51D,OAAS,EAClBtB,GAAO8+C,oCAAyCrC,EAAOya,EAAS51D,SAEhE41D,EAAS/mC,MAAMnyB,KAAKy+C,GAMhBya,EAAS/mC,MAAMluB,OA5JJ,IA6JXs8C,OAKZ,MAAM7yC,EAAO,IAAI6wC,GACb35B,EAAQ45B,EAASC,EACjBC,EAAkC,IAArBC,GAEjBL,GAAY2a,GAAYvrD,EACxBuuC,GAASj8C,KAAK0N,GAKVuuC,GAASh4C,QA7KS,GA8KlBs8C,IACR,EAnDM,SACF4Y,EAAoB3Y,EAAgBC,EAAYC,EAAiBL,GAEjE,MAAM+Y,EAAkBpZ,GAAkBmZ,GAC1C,IACIC,EAAM5Y,EAAQC,EAAIC,EAASL,EAC9B,CAAC,MAAOt1B,GAEL1pB,EAAiBg/C,EAAQ,EAC5B,CACL,EmBtGIE,YnBuKA8Y,EAAqBlZ,EAAkBE,GAE6FvkD,EAAAsrC,4BAAA9oC,GAAA,EAAA,4EACpI,MACMg7D,EADQ94B,KACUp5B,IAAIiyD,GAItBE,EAA0B,SAAUnZ,EAAgBoZ,EAAmBC,GACzE,IACIH,EAAUE,EACb,CAAC,MAAOzuC,GAEL1pB,EAAiBo4D,EAAS,EAC7B,CACL,EAEA,IAAIC,GAAUxZ,KACd,IAAKwZ,EAGD,IACI,MAQMC,EARW,IAAI98B,YAAYugB,SAAS6C,GAAkB,CACxDh6C,EAAG,CACCozD,YAAaC,GAEjBr8B,EAAG,CACCC,EAASjiC,EAAQ2hC,eAGHygB,QAAQuc,qBAC9B,GAAsB,mBAAlB,EACA,MAAM,IAAI58D,MAAM,6CAGpB,MAAMsG,EAAS6jC,GAAuBwyB,GACtC33D,GAAO63D,uCAAuCv2D,GAC9Co2D,GAAS,CACZ,CAAC,MAAO3uC,GACLld,GAAe,wCAAyCkd,GACxD2uC,GAAS,CACZ,CAIL,GAAIA,EACA,IACI,MAAMp2D,EAASrI,EAAO6+D,YAAYP,EAAyB,QAC3Dv3D,GAAO63D,uCAAuCv2D,EACjD,CAAC,MAAMyqB,GAGJ/rB,GAAO63D,uCAAuC,EACjD,CAGLN,EAAwBF,EAAalZ,EAASE,EAClD,a9B1OQvkD,EAAesb,mBACfQ,GAAY5X,KAAKgS,WAAWqF,YAAYC,MAEhD,EAGM,SAAmCsN,GACrC,GAAI9oB,EAAesb,kBAAmB,CAClC,MAAMrK,EAAQ6K,GAAYlS,MACpB+R,EAAUhc,EACV,CAAEsR,MAAOA,GACT,CAAE2K,UAAW3K,GACnB,IAAI4lD,EAAa96C,GAAYzQ,IAAIwd,GAC5B+tC,IAEDA,EAAa/oD,GADC5H,GAAO4wD,0BAA0BhuC,IAE/C/M,GAAYzT,IAAIwgB,EAAe+tC,IAEnC3gD,WAAWqF,YAAYM,QAAQg7C,EAAYl7C,EAC9C,CACL,EJEM,SAAiCsiD,EAAyBC,EAAwB/H,EAAsBgI,EAAeC,GACzH,MAAM/rD,EAAcvE,GAAaqoD,GAC3BkI,IAAYF,EACZG,EAASxwD,GAAamwD,GACtBM,EAAUH,EACVI,EAAY1wD,GAAaowD,GAEzBv7D,EAAU,UAAU0P,IAE1B,GAAIjT,EAAkB,SAA0C,mBAA9BA,EAASg3D,QAAe,MACtDh3D,EAASg3D,QAAQruB,MAAMu2B,EAAQE,EAAW77D,EAAS07D,EAASE,QAIhE,OAAQC,GACJ,IAAK,WACL,IAAK,QACD/sD,QAAQ7O,MAAMmQ,GAAwCpQ,IACtD,MACJ,IAAK,UACD8O,QAAQK,KAAKnP,GACb,MACJ,IAAK,UASL,QACI8O,QAAQgtD,IAAI97D,GACZ,MARJ,IAAK,OACD8O,QAAQG,KAAKjP,GACb,MACJ,IAAK,QACD8O,QAAQC,MAAM/O,GAM1B,EGiBgB,SAAoCgzD,EAAwB+I,GAExE/oD,GAAqB7H,GAAa6nD,GAAehW,OAAO,QACxD/pC,GAA2B8oD,EAG3BjtD,QAAQ6E,QAAO,EAAM,mCAAmCX,uBAAuCC,MAE/F,QACJ,amD7IA,EDgFImV,G7C9EY,SAA2B4zC,EAA8Bz4C,EAA4BrJ,EAAgC+hD,EAA8Bz3C,EAAwB03C,GACvLt3C,KACA,MAAMu3C,EAAqBp1D,GAAwCi1D,GAC/DI,EAAmBr1D,GAAwCwc,GAC3D0kC,EAAalhD,GAAwCm1D,GACzD,IACI,MAAMG,EAAU3hD,GAAsBR,GACqC,IAAAmiD,GAAAx8D,GAAA,EAAA,qBAAAw8D,eAE3E,MAAMC,EAAmBxvD,GAAmBqvD,GACtC11C,EAAO/N,KACP6jD,EAAiBzvD,GAAmBsvD,GAC1C1tD,GAAe,sBAAsB4tD,UAAyBC,YAE9D,MAAMvyC,EAsPd,SAAmCgyC,EAAuBO,GAC0CP,GAAA,iBAAAA,GAAAn8D,GAAA,EAAA,gCAEhG,IAAI28D,EAAa,CAAA,EACjB,MAAMtiC,EAAQ8hC,EAAchiC,MAAM,KAC9BuiC,GACAC,EAAQ/4C,GAAgB9a,IAAI4zD,GAC2F,GAAA18D,GAAA,EAAA,cAAA08D,oEAErG,aAAbriC,EAAM,IACXsiC,EAAQ//D,EACRy9B,EAAMqM,SAEY,eAAbrM,EAAM,KACXsiC,EAAQjpD,WACR2mB,EAAMqM,SAGV,IAAK,IAAI/+B,EAAI,EAAGA,EAAI0yB,EAAM10B,OAAS,EAAGgC,IAAK,CACvC,MAAM+qD,EAAOr4B,EAAM1yB,GACbi1D,EAAWD,EAAMjK,GAC4D,GAAA1yD,GAAA,EAAA,GAAA0yD,gCAAAyJ,KACnFQ,EAAQC,CACX,CAED,MACMzyC,EAAKwyC,EADGtiC,EAAMA,EAAM10B,OAAS,IAMnC,MAH0G,mBAAA,GAAA3F,GAAA,EAAA,GAAAm8D,uCAAAhyC,KAGnGA,EAAGme,KAAKq0B,EACnB,CAtRmBE,CAA0BJ,EAAkBC,GACjDI,EAAaliD,GAA6BP,GAE1C0iD,EAAyC,IAAIlnD,MAAMinD,GACnDE,EAAwC,IAAInnD,MAAMinD,GACxD,IAAIG,GAAc,EAClB,IAAK,IAAIx1D,EAAQ,EAAGA,EAAQq1D,EAAYr1D,IAAS,CAC7C,MAAM8S,EAAMH,GAAQC,EAAW5S,EAAQ,GACjCmX,EAAiBtE,GAAmBC,GACpC2iD,EAAgBv+C,GAAuBpE,EAAKqE,EAAgBnX,EAAQ,GACD,GAAAzH,GAAA,EAAA,8CACzE+8D,EAAet1D,GAASy1D,EACpBt+C,IAAmB5d,EAAcsd,MACjC0+C,EAAYv1D,GAAU01D,IACdA,GACAA,EAAOphD,SACV,EAELkhD,GAAc,GAESj8D,EAAc8gB,IAG5C,CACD,MAAMs7C,EAAUhjD,GAAQC,EAAW,GAC7BgjD,EAAqB/iD,GAAmB8iD,GACpBp8D,EAAc8gB,KAGxC,MAAMX,EAAgBqJ,GAAuB4yC,EAASC,EAAoB,GAEpE1zC,EAA0B,CAC5BQ,KACA7C,IAAKo1C,EAAiB,IAAMD,EAC5BK,aACAC,iBACA57C,gBACA87C,cACAD,cACA/gD,YAAY,GAEhB,IAAIyN,EAQAA,EAPc,GAAdozC,GAAoB37C,EAGD,GAAd27C,GAAoBG,GAAgB97C,EAGtB,GAAd27C,IAAoBG,GAAe97C,EA8EpD,SAAoBwI,GAChB,MAAMQ,EAAKR,EAAQQ,GACbmzC,EAAa3zC,EAAQozC,eAAe,GACpC57C,EAAgBwI,EAAQxI,cACxBmG,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB5hB,GACxB,MAAM6e,EAAO/N,KACb,IAC8F+D,GAAA+M,EAAA1N,WAC1F,MAAMyQ,EAAO4wC,EAAWv1D,GAElBw1D,EAAYpzC,EAAGuC,GACrBvL,EAAcpZ,EAAMw1D,EACvB,CAAC,MAAO34C,GACLkI,GAA6B/kB,EAAM6c,EACtC,CACO,QACJ3L,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAlGuBk2C,CAAW7zC,GAEH,GAAdmzC,IAAoBG,GAAe97C,EAkGpD,SAAoBwI,GAChB,MAAMQ,EAAKR,EAAQQ,GACbmzC,EAAa3zC,EAAQozC,eAAe,GACpCU,EAAa9zC,EAAQozC,eAAe,GACpC57C,EAAgBwI,EAAQxI,cACxBmG,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB5hB,GACxB,MAAM6e,EAAO/N,KACb,IAC8F+D,GAAA+M,EAAA1N,WAC1F,MAAMyQ,EAAO4wC,EAAWv1D,GAClB4kB,EAAO8wC,EAAW11D,GAElBw1D,EAAYpzC,EAAGuC,EAAMC,GAC3BxL,EAAcpZ,EAAMw1D,EACvB,CAAC,MAAO34C,GACLkI,GAA6B/kB,EAAM6c,EACtC,CACO,QACJ3L,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAxHuBo2C,CAAW/zC,GA0HlC,SAAiBA,GACb,MAAMmzC,EAAanzC,EAAQmzC,WACrBC,EAAiBpzC,EAAQozC,eACzB57C,EAAgBwI,EAAQxI,cACxB67C,EAAcrzC,EAAQqzC,YACtBC,EAActzC,EAAQszC,YACtB9yC,EAAKR,EAAQQ,GACb7C,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAkB5hB,GACrB,MAAM6e,EAAO/N,KACb,IAC8F+D,GAAA+M,EAAA1N,WAC1F,MAAM0hD,EAAU,IAAI9nD,MAAMinD,GAC1B,IAAK,IAAIr1D,EAAQ,EAAGA,EAAQq1D,EAAYr1D,IAAS,CAC7C,MACM01D,GAASS,EADGb,EAAet1D,IACRM,GACzB41D,EAAQl2D,GAAS01D,CACpB,CAGD,MAAMI,EAAYpzC,KAAMwzC,GAMxB,GAJIx8C,GACAA,EAAcpZ,EAAMw1D,GAGpBN,EACA,IAAK,IAAIx1D,EAAQ,EAAGA,EAAQq1D,EAAYr1D,IAAS,CAC7C,MAAMo2D,EAAUb,EAAYv1D,GACxBo2D,GACAA,EAAQF,EAAQl2D,GAEvB,CAER,CAAC,MAAOmd,GACLkI,GAA6B/kB,EAAM6c,EACtC,CACO,QACJ3L,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAjKuBw2C,CAAQn0C,GAkD/B,SAAoBA,GAChB,MAAMQ,EAAKR,EAAQQ,GACbmzC,EAAa3zC,EAAQozC,eAAe,GACpCz1C,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB5hB,GACxB,MAAM6e,EAAO/N,KACb,IAC8F+D,GAAA+M,EAAA1N,WAC1F,MAAMyQ,EAAO4wC,EAAWv1D,GAExBoiB,EAAGuC,EACN,CAAC,MAAO9H,GACLkI,GAA6B/kB,EAAM6c,EACtC,CACO,QACJ3L,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CA9EuBy2C,CAAWp0C,GAwClC,SAAoBA,GAChB,MAAMQ,EAAKR,EAAQQ,GACb7C,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB5hB,GACxB,MAAM6e,EAAO/N,KACb,IAC8F+D,GAAA+M,EAAA1N,WAE1FkO,GACH,CAAC,MAAOvF,GACLkI,GAA6B/kB,EAAM6c,EACtC,CACO,QACJ3L,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CA5DuB02C,CAAWr0C,GA2BpBD,EAAU7P,IAA+B8P,EAC/C,MAAMs0C,EAAYz6C,GAAwB7d,OAC1C6d,GAAwB9hB,KAAKgoB,GAC7BnmB,EAAO64D,EAAyB6B,GAChCn5C,GAAmBH,EAAcyjC,GACjCnvC,GAAW2N,EAAoC,uBAAA61C,EAClD,CAAC,MAAO73C,GACLrhB,EAAO64D,EAAoB,GAC3Bz/D,EAAO6T,IAAIoU,EAAGnb,YACdib,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXs0D,EAAmBt0D,SACtB,CACL,EAiJgB,SAAgCk2D,EAAoCn2D,GAChF,MAAM2hB,EAAWtH,GAAmC87C,GACgHx0C,GAAA,mBAAA,GAAAA,EAAA9P,KAAA5Z,GAAA,EAAA,kCAAAk+D,KACpKx0C,EAAS3hB,EACb,EAEgB,SAAwBk2D,EAAuBl2D,GAC3D,MAAM2hB,EAAWlG,GAA6By6C,GACgC,GAAAj+D,GAAA,EAAA,qCAAAi+D,KAC9Ev0C,EAAS3hB,EACb,EG5PM,SAAqCo2D,EAAqCC,EAAwB/jD,EAAgCsK,EAAwB03C,GAC5Jt3C,KACA,MAAMs5C,EAAWn3D,GAAwCi3D,GAAuB/V,EAAalhD,GAAwCm1D,GAC/Hz1C,EAAO/N,KACb,IACI,MAAM2jD,EAAU3hD,GAAsBR,GACqC,IAAAmiD,GAAAx8D,GAAA,EAAA,qBAAAw8D,eAE3E,MAAMM,EAAaliD,GAA6BP,GAC1CikD,EAASrxD,GAAmBoxD,GACyB,GAAAr+D,GAAA,EAAA,uCAE3D6O,GAAe,sBAAsByvD,KAErC,MAAMv4C,SAAEA,EAAQF,UAAEA,EAAS4B,UAAEA,EAASD,WAAEA,GAAeH,GAASi3C,GAE1Dz3C,EAAMpB,GAAcM,GAC1B,IAAKc,EACD,MAAM,IAAInoB,MAAM,4BAA8BqnB,GAElD,MAAMe,EAAQpjB,GAAOyiB,8BAA8BU,EAAKhB,EAAW4B,GACnE,IAAKX,EACD,MAAM,IAAIpoB,MAAM,yBAA2BmnB,EAAY,IAAM4B,EAAY,gBAAkB1B,GAE/F,MAAMw4C,EAAe,aAAa/2C,KAAc42C,IAC1C93C,EAAS5iB,GAAOsjB,+BAA+BF,EAAOy3C,GAAe,GAC3E,IAAKj4C,EACD,MAAM,IAAI5nB,MAAM,0BAA0B6/D,QAAmBz3C,MAAUf,MAE3E,MAAMg3C,EAAyC,IAAIlnD,MAAMinD,GACzD,IAAK,IAAIr1D,EAAQ,EAAGA,EAAQq1D,EAAYr1D,IAAS,CAC7C,MAAM8S,EAAMH,GAAQC,EAAW5S,EAAQ,GACjCmX,EAAiBtE,GAAmBC,GACpBvZ,EAAc8gB,KAGpC,MAAMo7C,EAAgB1yC,GAAuBjQ,EAAKqE,EAAgBnX,EAAQ,GACD,GAAAzH,GAAA,EAAA,8CACzE+8D,EAAet1D,GAASy1D,CAC3B,CAED,MAAME,EAAUhjD,GAAQC,EAAW,GAC7BgjD,EAAqB/iD,GAAmB8iD,GACpBp8D,EAAc8gB,KAGxC,MAAMX,EAAgBxC,GAAuBy+C,EAASC,EAAoB,GAEpE1zC,EAA0B,CAC5BrD,SACAgB,IAAKg3C,EACLxB,aACAC,iBACA57C,gBACAlF,YAAY,GAEhB,IAAIyN,EAQAA,EAPc,GAAdozC,GAAoB37C,EAGD,GAAd27C,GAAoB37C,EAGN,GAAd27C,GAAmB37C,EAgFpC,SAAoBwI,GAChB,MAAMrD,EAASqD,EAAQrD,OACjBg3C,EAAa3zC,EAAQozC,eAAe,GACpC57C,EAAgBwI,EAAQxI,cACxBmG,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB+C,GACxB,MAAM9F,EAAO/N,KACbpb,EAAcunB,yBAEd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAO/B,OANAujD,EAAWv1D,EAAM2kB,GAGjBrG,GAAmCC,EAAQve,GAEzBoZ,EAAcpZ,EAEnC,CAAS,QACNpL,EAAO60D,aAAarP,GACpBlpC,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAxGuBk2C,CAAW7zC,GAEH,GAAdmzC,GAAmB37C,EAwGpC,SAAoBwI,GAChB,MAAMrD,EAASqD,EAAQrD,OACjBg3C,EAAa3zC,EAAQozC,eAAe,GACpCU,EAAa9zC,EAAQozC,eAAe,GACpC57C,EAAgBwI,EAAQxI,cACxBmG,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB+C,EAAWC,GACnC,MAAM/F,EAAO/N,KACbpb,EAAcunB,yBAEd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAQ/B,OAPAujD,EAAWv1D,EAAM2kB,GACjB+wC,EAAW11D,EAAM4kB,GAGjBtG,GAAmCC,EAAQve,GAEzBoZ,EAAcpZ,EAEnC,CAAS,QACNpL,EAAO60D,aAAarP,GACpBlpC,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAlIuBo2C,CAAW/zC,GAoIlC,SAAiBA,GACb,MAAMmzC,EAAanzC,EAAQmzC,WACrBC,EAAiBpzC,EAAQozC,eACzB57C,EAAgBwI,EAAQxI,cACxBmF,EAASqD,EAAQrD,OACjBgB,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,YAAqBg0C,GACxB,MAAM/2C,EAAO/N,KACbpb,EAAcunB,yBAEd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,EAAI+iD,GACnC,IAAK,IAAIr1D,EAAQ,EAAGA,EAAQq1D,EAAYr1D,IAAS,CAC7C,MAAMm2D,EAAYb,EAAet1D,GAC7Bm2D,GAEAA,EAAU71D,EADK41D,EAAQl2D,GAG9B,CAKD,GAFA4e,GAAmCC,EAAQve,GAEvCoZ,EAEA,OADkBA,EAAcpZ,EAGvC,CAAS,QACNpL,EAAO60D,aAAarP,GACpBlpC,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAnKuBw2C,CAAQn0C,GAkD/B,SAAoBA,GAChB,MAAMrD,EAASqD,EAAQrD,OACjBg3C,EAAa3zC,EAAQozC,eAAe,GACpCz1C,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,SAAqB+C,GACxB,MAAM9F,EAAO/N,KACbpb,EAAcunB,yBAEd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAC/BujD,EAAWv1D,EAAM2kB,GAGjBrG,GAAmCC,EAAQve,EAC9C,CAAS,QACNpL,EAAO60D,aAAarP,GACpBlpC,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CAhFuBy2C,CAAWp0C,GAuClC,SAAoBA,GAChB,MAAMrD,EAASqD,EAAQrD,OACjBgB,EAAMqC,EAAQrC,IAEpB,OAD4BqC,EAAW,KAChC,WACH,MAAM/C,EAAO/N,KACbpb,EAAcunB,yBAEd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAE/BsM,GAAmCC,EAAQve,EAC9C,CAAS,QACNpL,EAAO60D,aAAarP,GACpBlpC,GAAW2N,EAAoC,uBAAAU,EAClD,CACL,CACJ,CA5DuB02C,CAAWr0C,GA2BpBD,EAAUhQ,IAA4BiQ,EAgLpD,SAAuC5D,EAAkBF,EAAmB4B,EAAmBD,EAAoB42C,EAAwBj0C,GACvI,MAAMkQ,EAAQ,GAAGxU,KAAa4B,IAAY1X,QAAQ,MAAO,KAAKoqB,MAAM,KACpE,IAAIwiC,EACA6B,EAAgB93C,GAAkB5d,IAAIid,GACrCy4C,IACDA,EAAgB,CAAA,EAChB93C,GAAkB5gB,IAAIigB,EAAUy4C,GAChC93C,GAAkB5gB,IAAIigB,EAAW,OAAQy4C,IAE7C7B,EAAQ6B,EACR,IAAK,IAAI72D,EAAI,EAAGA,EAAI0yB,EAAM10B,OAAQgC,IAAK,CACnC,MAAM+qD,EAAOr4B,EAAM1yB,GACnB,GAAY,IAAR+qD,EAAY,CACZ,IAAIkK,EAAWD,EAAMjK,QACG,IAAbkK,IACPA,EAAW,CAAA,EACXD,EAAMjK,GAAQkK,GAE6D,GAAA58D,GAAA,EAAA,GAAA0yD,gCAAAjrC,KAC/Ek1C,EAAQC,CACX,CACJ,CAEID,EAAMn1C,KACPm1C,EAAMn1C,GAAc2C,GAExBwyC,EAAM,GAAGn1C,KAAc42C,KAAoBj0C,CAC/C,CAzMQs0C,CAA8B14C,EAAUF,EAAW4B,EAAWD,EAAY42C,EAAgB10C,GAC1FzQ,GAAW2N,EAAoC,uBAAA03C,GAC/Cx5C,GAAmBH,EAAcyjC,EACpC,CACD,MAAOxjC,GACHjoB,EAAO6T,IAAIoU,EAAGnb,YACdib,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXq2D,EAASr2D,SACZ,CACL,ELiJM,SAAoCD,GACtC,MAAM0kB,EAAMvS,GAAQnS,EAAM,GACpB4M,EAAMuF,GAAQnS,EAAM,GACpB22D,EAAaxkD,GAAQnS,EAAM,GAC3B42D,EAAYzkD,GAAQnS,EAAM,GAE1B62D,EAAW9jD,GAAa2R,GACxBoyC,EAAa/jD,GAAa6jD,GAC1Bz8C,EAAY7G,GAAkBqjD,GAEpC,GAAIx8C,IAAcvhB,EAAc,CAC5B,MAAMwhB,QAAEA,EAAOG,gBAAEA,GAAoBrjB,IAOrC,GAFAqc,GAAc3G,EAJI0T,GAAwBlG,IAMtCy8C,IAAa59D,EAAcmZ,KAAM,CAEjC,MAAMva,EAASgjB,GAAwB6J,GACvCnK,EAAgBmH,OAAO7pB,EAC1B,MACI,GAAIi/D,IAAe79D,EAAc8gB,KAAM,CAExC,MAAMg9C,EAAgBtlD,GAAoB1Q,IAAI+1D,MACmE7+D,GAAA,EAAA,kCAAAgB,EAAA69D,OAAAr/C,MACjH,MAAMzQ,EAAO+vD,EAAcH,GAC3Br8C,EAAgBL,QAAQlT,EAC3B,CACJ,KAAM,CAEH,MAAMoT,EAAUC,GAAmCF,GACmCC,GAAAniB,GAAA,EAAA,2CAAAkiB,MACtFzkB,EAAc4kB,4BAA4BF,GAC1C,MAAMG,EAAkB7kB,EAAc8kB,qBAAqBJ,GAE3D,GAAIy8C,IAAa59D,EAAcmZ,KAAM,CACjC,MAAMva,EAASgjB,GAAwB6J,GACvCnK,EAAgBmH,OAAO7pB,EAC1B,MACQi/D,IAAe79D,EAAc8gB,MAElCQ,EAAgBL,QAAQ08C,EAE/B,CACD1kD,GAAatF,EAAK3T,EAAc8gB,MAChC7H,GAAawS,EAAKzrB,EAAcmZ,KACpC,E+B5SgB,SAAgC26C,EAAaiK,EAAmBzb,EAAa0b,EAAmBC,EAAiBt6C,EAAwBu6C,GACrJ,MAAMlR,EAAgB9mD,GAAwCg4D,GAC9D,IACI,MAAMC,EAAQ7yD,GAAkBwoD,EAAKA,EAAM,EAAIiK,GACzC/5D,EAASi6D,EAAUE,EAAMC,cAAgBD,EAAM7Z,cAGrD,GAAItgD,EAAOW,QAAUq5D,EAIjB,OAFAryD,GAAc22C,EAAKA,EAAM,EAAI0b,EAAWh6D,QACxC8f,GAAmBH,EAAcqpC,GAKrC,MAAMlhD,EAAU3G,KAChB,IAAIk5D,EAAO,EACX,GAAIJ,EAEA,IAAK,IAAIt3D,EAAE,EAAGA,EAAIw3D,EAAMx5D,OAAQgC,GAAG03D,EAG/B,GAAIlc,GAAYgc,EAAOx3D,GACvB,CACI03D,EAAO,EACP,MAAM9b,EAAY4b,EAAMlvD,UAAUtI,EAAGA,EAAE,GACjC23D,EAAiB/b,EAAU6b,cAEjC/b,GAAwBv2C,EAASw2C,EADPgc,EAAe35D,OAAS,EAAI49C,EAAY+b,EACT33D,EAE5D,KAED,CACI03D,EAAO,EACP,MAAME,EAAYJ,EAAMx3D,GAAGy3D,cAE3Bv8D,EAAaiK,EAASw2C,EAAQ,EAAF37C,GADP43D,EAAU55D,OAAS,EAAIw5D,EAAMx3D,GAAK43D,GACTvyD,WAAW,GAC5D,MAKL,IAAK,IAAIrF,EAAE,EAAGA,EAAIw3D,EAAMx5D,OAAQgC,GAAG03D,EAE/B,GAAIlc,GAAYgc,EAAOx3D,GACvB,CACI03D,EAAO,EACP,MAAM9b,EAAY4b,EAAMlvD,UAAUtI,EAAGA,EAAE,GACjC23D,EAAiB/b,EAAU+B,cAEjCjC,GAAwBv2C,EAASw2C,EADPgc,EAAe35D,OAAS,EAAI49C,EAAY+b,EACT33D,EAE5D,KAED,CACI03D,EAAO,EACP,MAAME,EAAYJ,EAAMx3D,GAAG29C,cAE3BziD,EAAaiK,EAASw2C,EAAQ,EAAF37C,GADP43D,EAAU55D,OAAS,EAAIw5D,EAAMx3D,GAAK43D,GACTvyD,WAAW,GAC5D,CAGZ,CACD,MAAO4X,GACHF,GAAgBC,EAAcC,EAAIopC,EACrC,CACO,QACJA,EAAchmD,SACjB,CACL,WAEsC6xB,EAAwBi7B,EAAaiK,EAAmBzb,EAAa0b,EAAmBC,EAAiBt6C,EAAwBu6C,GACnK,MAAMM,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCg4D,GAC5D,IACI,MAAMO,EAAcxyD,GAAmBuyD,GACvC,IAAKC,EACD,MAAM,IAAI/gE,MAAM,iDACpB,MAAMygE,EAAQ7yD,GAAkBwoD,EAAKA,EAAM,EAAIiK,GACzC/5D,EAASi6D,EAAUE,EAAMO,kBAAkBD,GAAeN,EAAMrb,kBAAkB2b,GAExF,GAAIz6D,EAAOW,QAAUw5D,EAAMx5D,OAIvB,OAFAgH,GAAc22C,EAAKA,EAAM,EAAI0b,EAAWh6D,QACxC8f,GAAmBH,EAAcqpC,GAIrC,MAAMlhD,EAAU3G,KAChB,IAAIk5D,EAAO,EACX,GAAIJ,EAEA,IAAK,IAAIt3D,EAAE,EAAGA,EAAIw3D,EAAMx5D,OAAQgC,GAAG03D,EAG/B,GAAIlc,GAAYgc,EAAOx3D,GACvB,CACI03D,EAAO,EACP,MAAM9b,EAAY4b,EAAMlvD,UAAUtI,EAAGA,EAAE,GACjC23D,EAAiB/b,EAAUmc,kBAAkBD,GAEnDpc,GAAwBv2C,EAASw2C,EADPgc,EAAe35D,OAAS,EAAI49C,EAAY+b,EACT33D,EAE5D,KAED,CACI03D,EAAO,EACP,MAAME,EAAYJ,EAAMx3D,GAAG+3D,kBAAkBD,GAE7C58D,EAAaiK,EAASw2C,EAAQ,EAAF37C,GADP43D,EAAU55D,OAAS,EAAIw5D,EAAMx3D,GAAK43D,GACTvyD,WAAW,GAC5D,MAKL,IAAK,IAAIrF,EAAE,EAAGA,EAAIw3D,EAAMx5D,OAAQgC,GAAG03D,EAG/B,GAAIlc,GAAYgc,EAAOx3D,GACvB,CACI03D,EAAO,EACP,MAAM9b,EAAY4b,EAAMlvD,UAAUtI,EAAGA,EAAE,GACjC23D,EAAiB/b,EAAUO,kBAAkB2b,GAEnDpc,GAAwBv2C,EAASw2C,EADPgc,EAAe35D,OAAS,EAAI49C,EAAY+b,EACT33D,EAC5D,KAED,CACI03D,EAAO,EACP,MAAMM,EAAYR,EAAMx3D,GAAGm8C,kBAAkB2b,GAE7C58D,EAAaiK,EAASw2C,EAAQ,EAAF37C,GADPg4D,EAAUh6D,OAAS,EAAIw5D,EAAMx3D,GAAKg4D,GACT3yD,WAAW,GAC5D,CAGT8X,GAAmBH,EAAcqpC,EACpC,CACD,MAAOppC,GACHF,GAAgBC,EAAcC,EAAIopC,EACrC,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WCnJyC6xB,EAAwB+lC,EAAcC,EAAoBC,EAAcC,EAAoB5mD,EAAiBwL,EAAwBu6C,GAC1K,MAAMM,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCg4D,GAC5D,IACI,MAAMO,EAAcxyD,GAAmBuyD,GACjC/b,EAAUt3C,GAAmByzD,EAAYA,EAAO,EAAIC,GACpDnc,EAAUv3C,GAAmB2zD,EAAYA,EAAO,EAAIC,GACpDnc,EAAwB,GAAVzqC,EACdwqC,EAAS8b,QAA4Bj4D,EAE3C,OADAsd,GAAmBH,EAAcqpC,GAC1BxK,GAAgBC,EAASC,EAASC,EAAQC,EACpD,CACD,MAAOh/B,GAEH,OADAF,GAAgBC,EAAcC,EAAIopC,IAhBjB,CAkBpB,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WAEsC6xB,EAAwB+lC,EAAcC,EAAoBC,EAAcC,EAAoB5mD,EAAiBwL,EAAwBu6C,GACvK,MAAMM,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCg4D,GAC5D,IACI,MAAMO,EAAcxyD,GAAmBuyD,GACjC5wD,EAASq1C,GAAuB6b,EAAMC,GAE5C,GAAqB,GAAjBnxD,EAAOjJ,OACP,OAAO,EAEX,MAAMkE,EAASo6C,GAAuB2b,EAAMC,GAC5C,GAAIh2D,EAAOlE,OAASiJ,EAAOjJ,OACvB,OAAO,EACX,MAIMX,EAASw+C,GAJc35C,EAAOuU,MAAM,EAAGxP,EAAOjJ,QAICiJ,EADtC6wD,QAA4Bj4D,EADb,GAAV2R,GAIpB,OADA2L,GAAmBH,EAAcqpC,GACf,IAAXhpD,EAAe,EAAI,CAC7B,CACD,MAAO4f,GAEH,OADAF,GAAgBC,EAAcC,EAAIopC,IA9CnB,CAgDlB,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WAEoC6xB,EAAwB+lC,EAAcC,EAAoBC,EAAcC,EAAoB5mD,EAAiBwL,EAAwBu6C,GACrK,MAAMM,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCg4D,GAC5D,IACI,MAAMO,EAAcxyD,GAAmBuyD,GACjChe,EAASyC,GAAuB6b,EAAMC,GAC5C,GAAqB,GAAjBve,EAAO77C,OACP,OAAO,EAEX,MAAMkE,EAASo6C,GAAuB2b,EAAMC,GACtCG,EAAOn2D,EAAOlE,OAAS67C,EAAO77C,OACpC,GAAIq6D,EAAO,EACP,OAAO,EACX,MAIMh7D,EAASw+C,GAJc35C,EAAOuU,MAAM4hD,EAAMn2D,EAAOlE,QAIF67C,EADtCie,QAA4Bj4D,EADb,GAAV2R,GAIpB,OADA2L,GAAmBH,EAAcqpC,GACf,IAAXhpD,EAAe,EAAI,CAC7B,CACD,MAAO4f,GAEH,OADAF,GAAgBC,EAAcC,EAAIopC,IA7EnB,CA+ElB,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WAEmC6xB,EAAwBomC,EAAmBC,EAAsBC,EAAgBpB,EAAmB5lD,EAAiBinD,EAAuBz7C,EAAwBu6C,GACnM,MAAMM,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCg4D,GAC5D,IACI,MAAMmB,EAASl0D,GAAmB8zD,EAAiBA,EAAY,EAAIC,GAEnE,GAAmC,GAA/B9b,GAAaic,GAAQ16D,OAErB,OADAmf,GAAmBH,EAAcqpC,GAC1BoS,EAAgB,EAAIrB,EAG/B,MAAMl1D,EAASsC,GAAmBg0D,EAAcA,EAAS,EAAIpB,GAE7D,GAAmC,GAA/B3a,GAAav6C,GAAQlE,OAErB,OADAmf,GAAmBH,EAAcqpC,GAC1BoS,EAAgB,EAAIrB,EAE/B,MACMpb,EADc12C,GAAmBuyD,SACIh4D,EACrCo8C,EAAwB,GAAVzqC,EAEdmnD,EAAY,IAAI7b,KAAK8b,UAAU5c,EAAQ,CAAE6c,YAAa,aACtDC,EAAiB5qD,MAAMwwB,KAAKi6B,EAAU/5B,QAAQ85B,IAAS/pD,KAAI2oC,GAAKA,EAAE1Y,UACxE,IAAI5+B,EAAI,EACJ+4D,GAAO,EACP17D,GAAU,EACV27D,EAAe,EACfl5D,EAAQ,EACRm5D,EAAY,EAChB,MAAQF,GAAM,CAEV,MAAMG,EAAcP,EAAU/5B,QAAQ18B,EAAOuU,MAAMzW,EAAGkC,EAAOlE,SAASsI,OAAO6yD,YAC7E,IAAIC,EAAUF,EAAY3jB,OAE1B,GAAI6jB,EAAQruC,KACR,MAEJ,IAAIsuC,EAAaC,EAAkBF,EAAQhgE,MAAMwlC,QAASk6B,EAAe,GAAI9c,EAAQC,GAGrF,GAFAn8C,EAAQm5D,EACRG,EAAUF,EAAY3jB,OAClB6jB,EAAQruC,KAAM,CACd1tB,EAASg8D,EAAav5D,EAAQzC,EAC9B,KACH,CAGD,GAFA27D,EAAeI,EAAQhgE,MAAM0G,MAC7Bm5D,EAAYn5D,EAAQk5D,EAChBK,EAAY,CACZ,IAAK,IAAI1qB,EAAI,EAAGA,EAAImqB,EAAe96D,OAAQ2wC,IAAK,CAC5C,GAAIyqB,EAAQruC,KAAM,CACdguC,GAAO,EACP,KACH,CAED,GADAM,EAAaC,EAAkBF,EAAQhgE,MAAMwlC,QAASk6B,EAAenqB,GAAIqN,EAAQC,IAC5Eod,EACD,MAEJD,EAAUF,EAAY3jB,MACzB,CACD,GAAIwjB,EACA,KACP,CAED,GAAIM,IACAh8D,EAASyC,EACL24D,GACA,MAERz4D,EAAIi5D,CACP,CAED,OADA97C,GAAmBH,EAAcqpC,GAC1BhpD,CACV,CACD,MAAO4f,GAEH,OADAF,GAAgBC,EAAcC,EAAIopC,IA/JnB,CAiKlB,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CAED,SAASi5D,EAAkBrB,EAAcE,EAAcnc,EAA4BC,GAC/E,OAA2D,IAApDJ,GAAgBoc,EAAME,EAAMnc,EAAQC,EAC9C,CACL,EEpKgB,SAA4B/pB,EAAwBqnC,EAAoB5d,EAAa0b,EAAmBmC,EAAuBC,GAE3I,MAAM5B,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCk6D,GAC5D,IACI,MACMzd,EADc12C,GAAmBuyD,SACIh4D,EACrC65D,EAAe,CACjBC,YAAa,GACbC,UAAW,GACXC,SAAU,GACVC,UAAW,GACXC,WAAY,GACZC,SAAU,GACVC,oBAAqB,GACrBC,SAAU,GACVC,oBAAqB,GACrBC,iBAAkB,GAClBC,WAAY,GACZC,sBAAuB,GACvBC,mBAAoB,GACpBC,yBAA0B,IAExBpd,EAAO,IAAIhkC,KAAK,IAAK,GAAI,IAC/BsgD,EAAaC,YAqCrB,SAAyB3d,GACrB,MAAMye,EAMV,SAAyBze,GAErB,IAEI,OAAQ,IAAIc,KAAKmO,OAAOjP,GAAgBye,SAC3C,CACD,MAAM3yC,GACF,IAEI,OAAQ,IAAIg1B,KAAKmO,OAAOjP,GAAgB0e,cAC3C,CACD,MACAvP,GACI,MACH,CACJ,CACL,CAtBsBwP,CAAgB3e,GAClC,OAAKye,GAAiC,GAApBA,EAAUz8D,OAErBy8D,EAAU,GADN,EAEf,CA1CmCG,CAAgB5e,GAC3C,MAAM6e,EAyNd,SAAqB7e,GAEjB,MAAM8e,EAAU,IAAI1hD,KAAK,KAAM,EAAG,IAC5ByhD,EAAW,GACXE,EAAc,GACdC,EAAa,GACnB,IAAI,IAAIh7D,EAAE,EAAGA,EAAE,EAAGA,IAEd66D,EAAS76D,GAAK86D,EAAQG,mBAAmBjf,EAAQ,CAAEkf,QAAS,SAC5DH,EAAY/6D,GAAK86D,EAAQG,mBAAmBjf,EAAQ,CAAEkf,QAAS,UAC/DF,EAAWh7D,GAAK86D,EAAQG,mBAAmBjf,EAAQ,CAAEkf,QAAS,WAC9DJ,EAAQK,QAAQL,EAAQM,UAAY,GAExC,MAAO,CAACC,KAAMR,EAAUS,YAAaP,EAAaQ,SAAUP,EAChE,CAvOyBQ,CAAYxf,GAC7B0d,EAAaQ,SAAWW,EAASQ,KAAK1oC,KAAKgqB,IAC3C+c,EAAaS,oBAAsBU,EAASS,YAAY3oC,KAAKgqB,IAC7D+c,EAAaU,iBAAmBS,EAASU,SAAS5oC,KAAKgqB,IACvD,MAAM8e,EAqOd,SAAuBzf,GAInB,MAAM0f,EAAa1f,EAASA,EAAOxpB,MAAM,KAAK,GAAK,GAC7CmpC,EAAgC,MAAdD,EAAqB,EAAkB,MAAdA,EAAqB,EAAI,EACpEte,EAAO,IAAIhkC,KAAK,KAAMuiD,EAAiB,GACvCC,EAAmB,GACnBC,EAAsB,GACtBC,EAAsB,GACtBC,EAAyB,GAC/B,IAAIC,EAAiBC,EACrB,IAAI,IAAIj8D,EAAI27D,EAAiB37D,EAAI,GAAK27D,EAAiB37D,IACvD,CACI,MAAMk8D,EAAWl8D,EAAI,GACrBo9C,EAAK+e,SAASD,GAEd,MAAME,EAAgBhf,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,SACzDC,EAAiBlf,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,UAKhE,GAJAT,EAAO57D,EAAI27D,GAAmBS,EAC9BP,EAAU77D,EAAI27D,GAAmBW,EAEjCN,EAAkBA,QAAAA,EAAqE,KAAlDI,EAAcG,OAAOH,EAAcp+D,OAAS,GAC7Eg+D,EACJ,CAEIF,EAAU97D,EAAI27D,GAAmBS,EACjCL,EAAa/7D,EAAI27D,GAAmBW,EACpC,QACH,CACD,MAAME,EAAyB,IAAI1f,KAAK2f,eAAezgB,EAAQ,CAAE0gB,IAAK,YAChEC,EAAmBvf,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,OAAQK,IAAK,YAG/E,GAFAZ,EAAU97D,EAAI27D,GAAmBxe,GAAmBC,EAAMuf,EAAkBP,EAAeI,GAC3FP,EAAoBA,QAAAA,EAAqB,QAAQpR,KAAKyR,GAClDL,EACJ,CAGIF,EAAa/7D,EAAI27D,GAAmBW,EACpC,QACH,CACD,MAAMM,EAAoBxf,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,QAASK,IAAK,YACjFX,EAAa/7D,EAAI27D,GAAmBxe,GAAmBC,EAAMwf,EAAmBN,EAAgBE,EACnG,CACD,MAAO,CAACnB,KAAMO,EAAQN,YAAaO,EAAWgB,aAAcf,EAAWgB,oBAAqBf,EAChG,CAlR2BgB,CAAc/gB,GACjC0d,EAAaW,WAAaoB,EAAWJ,KAAK1oC,KAAKgqB,IAC/C+c,EAAaY,sBAAwBmB,EAAWH,YAAY3oC,KAAKgqB,IACjE+c,EAAaa,mBAAqBkB,EAAWoB,aAAalqC,KAAKgqB,IAC/D+c,EAAac,yBAA2BiB,EAAWqB,oBAAoBnqC,KAAKgqB,IAC5E+c,EAAaE,UAoDrB,SAA6B5d,EAA4BoB,GAErD,IAAIC,EAAUD,EAAK6d,mBAAmBjf,EAAQ,CAAEghB,KAAM,UAAWX,MAAO,SAAU1e,cAElF,MAAMsf,EAAY7f,EAAK8f,eAAelhB,EAAQ,CAAEqgB,MAAO,SAAU1e,cAAc/9B,OAC/E,GAA8C,KAA1Cq9C,EAAUV,OAAOU,EAAUj/D,OAAS,GAGpC,MAAO,UAEXq/C,EAAUA,EAAQj1C,QAAQ60D,EAAWjgB,IACrCK,EAAUA,EAAQj1C,QAAQ,MAAO60C,IAEjC,MAAMkgB,EAAU/f,EAAK6d,mBAAmBjf,EAAQ,CAAEghB,KAAM,YACxD,OAAO3f,EAAQj1C,QAAQ+0D,EAASlgB,GACpC,CAnEiCmgB,CAAoBphB,EAAQoB,GACrDsc,EAAaG,SAoErB,SAA4B7d,EAA4BoB,GAEpD,IAAIC,EAAUD,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,OAAQK,IAAK,YAAY/e,cAEhF,MAAMsf,EAAY7f,EAAK8f,eAAelhB,EAAQ,CAAEqgB,MAAO,SAAU1e,cAAc/9B,OAC/E,GAA8C,KAA1Cq9C,EAAUV,OAAOU,EAAUj/D,OAAS,GAGpC,MAAO,OAEX,MAAMw+D,EAAyB,IAAI1f,KAAK2f,eAAezgB,EAAQ,CAAE0gB,IAAK,YAChEW,EAAoBlgB,GAAmBC,EAAMC,EAAS4f,EAAWT,GACvEnf,EAAUA,EAAQj1C,QAAQi1D,EAAmBrgB,IAC7CK,EAAUA,EAAQj1C,QAAQ,KAAM80C,IAChC,MAAMogB,EAASd,EAAuB9e,OAAON,GAC7C,OAAOC,EAAQj1C,QAAQk1D,EAAQpgB,GACnC,CApFgCqgB,CAAmBvhB,EAAQoB,GACnDsc,EAAaK,WAqFrB,SAA6B/d,GAEzB,GAA+B,OAA3BA,eAAAA,EAAQ1zC,UAAU,EAAG,IAIrB,MAAO,WAEX,MAGM80C,EAAO,IAAIhkC,KAHJ,KAGeijD,EADhB,GAQZ,IAAIhf,EAAUD,EAAK6d,mBAAmBjf,EAAQ,CAACwhB,UAAW,UAK1D,GAAIngB,EAAQvJ,SAVS,MAYjBuJ,EAAUA,EAAQj1C,QAbF,OAauB60C,IACvCI,EAAUA,EAAQj1C,QAbD,KAauB60C,QAG5C,CACI,MAAMkgB,EAAU/f,EAAK6d,mBAAmBjf,EAAQ,CAAEghB,KAAM,YAClDS,EAAeN,EAAQ70D,UAAU60D,EAAQn/D,OAAS,EAAGm/D,EAAQn/D,QACnEq/C,EAAUA,EAAQj1C,QAAQ+0D,EAASlgB,IAC/BwgB,IACApgB,EAAUA,EAAQj1C,QAAQq1D,EAAcxgB,IAC/C,CAED,GAAII,EAAQvJ,SAtBU,KAwBlBuJ,EAAUA,EAAQj1C,QAzBD,KAyBuB,MACxCi1C,EAAUA,EAAQj1C,QAzBA,IAyBuB,SAG7C,CACI,MAAMs1D,EAAWtgB,EAAK6d,mBAAmBjf,EAAQ,CAAEqgB,MAAO,YACpDsB,EAAwC,GAAnBD,EAAS1/D,OAAc,IAAM,KACxDq/C,EAAUA,EAAQj1C,QAAQs1D,EAAUC,EACvC,CAED,GAAItgB,EAAQvJ,SAhCQ,KAkChBuJ,EAAUA,EAAQj1C,QAnCH,KAmCuB,MACtCi1C,EAAUA,EAAQj1C,QAnCF,IAmCuB,SAG3C,CACI,MAAMk1D,EAASlgB,EAAK6d,mBAAmBjf,EAAQ,CAAE0gB,IAAK,YAChDkB,EAAoC,GAAjBN,EAAOt/D,OAAc,IAAM,KACpDq/C,EAAUA,EAAQj1C,QAAQk1D,EAAQM,EACrC,CAGD,OAAOvgB,CACX,CApJkCwgB,CAAoB7hB,GAC9C0d,EAAaI,UAqJrB,SAA4B9d,EAA4BoB,GAEpD,GAAc,SAAVpB,EAGA,MAAO,wBAEX,IAAIqB,EAAU,IAAIP,KAAK2f,eAAezgB,EAAQ,CAAEkf,QAAS,OAAQ8B,KAAM,UAAWX,MAAO,OAAQK,IAAK,YAAYhf,OAAON,GAAMO,cAC/H,MAAMsf,EAAY7f,EAAK8f,eAAelhB,EAAQ,CAAEqgB,MAAO,SAAUz8C,OAAO+9B,cAGlEmgB,EAAcb,EAAUV,OAAOU,EAAUj/D,OAAS,GACxD,GAAmB,KAAf8/D,GAA0C,KAAfA,EAC/B,CAEI,MAAMC,EAAiB3gB,EAAK8f,eAAelhB,EAAQ,CAAEqgB,MAAO,UAC5Dhf,EAAUA,EAAQj1C,QAAQ21D,EAAgB,IAAID,IACjD,KAED,CACI,MAAMT,EAAoBlgB,GAAmBC,EAAMC,EAAS4f,EAAW,IAAIngB,KAAK2f,eAAezgB,EAAQ,CAAEkf,QAAS,OAAQ8B,KAAM,UAAWN,IAAK,aAChJrf,EAAUA,EAAQj1C,QAAQi1D,EAAmBrgB,GAChD,CACDK,EAAUA,EAAQj1C,QAAQ,MAAO60C,IAGjC,MAAMkgB,EAAU/f,EAAK6d,mBAAmBjf,EAAQ,CAAEghB,KAAM,YACxD3f,EAAUA,EAAQj1C,QAAQ+0D,EAASlgB,IACnC,MAAMie,EAAU9d,EAAK6d,mBAAmBjf,EAAQ,CAAEkf,QAAS,SAAUvd,cAC/DqgB,EAAkB7gB,GAAmBC,EAAMC,EAAS6d,EAAS,IAAIpe,KAAK2f,eAAezgB,EAAQ,CAAEghB,KAAM,UAAWX,MAAO,OAAQK,IAAK,aAC1Irf,EAAUA,EAAQj1C,QAAQ41D,EAAiB,QAC3C3gB,EAAUA,EAAQj1C,QAAQ,KAAM80C,IAChC,MAAMogB,EAASlgB,EAAK6d,mBAAmBjf,EAAQ,CAAE0gB,IAAK,YACtD,OAAOrf,EAAQj1C,QAAQk1D,EAAQpgB,GACnC,CAvLiC+gB,CAAmBjiB,EAAQoB,GACpD,MAAM8gB,EA6Qd,SAAqB9gB,EAAYpB,EAA4Bud,GAEzD,GAwBA,SAAwCA,GAEpC,OAAQA,EAAa,GAAKA,EAAa,IAAqB,IAAdA,GAAkC,IAAdA,CACrE,CA3BG4E,CAA+B5E,GAK/B,MAAO,CACH2E,SAAU,GACVE,oBAAqB,IAG7B,MAAMjB,EAAU/f,EAAK6d,mBAAmBjf,EAAQ,CAAEghB,KAAM,YAClDM,EAASlgB,EAAK6d,mBAAmBjf,EAAQ,CAAE0gB,IAAK,YAChD2B,EAAUjhB,EAAK6d,mBAAmBjf,EAAQ,CAAEsiB,IAAK,UACjDC,EAAenhB,EAAK6d,mBAAmBjf,EAAQ,CAAEsiB,IAAK,WAEtDE,EAAeH,EAAQvqB,SAASqpB,GAClCsB,EAAgBtB,GAChBsB,EAAgBrhB,EAAKshB,cAAc58D,YAEvC,MAAO,CACHo8D,SAAUS,EAAoBH,EAAaA,aAAcA,EAAaI,aACtER,oBAAqBO,EAAoBH,EAAaK,iBAAkBL,EAAaI,cAQzF,SAASD,EAAoBG,EAAqBF,GAE9C,MAAMG,EAAQ,IAAI12D,OAAO,QAAQu2D,gBAC3BI,EAAcF,EAAU3pB,QAAO4V,GAAQgU,EAAMlU,KAAKE,KACxD,GAA0B,GAAtBiU,EAAYhhE,OACZ,MAAM,IAAIjH,MAAM,kCAAkCilD,iCACtD,OAAOgjB,EAAY,GAAGp/C,MACzB,CAED,SAAS6+C,EAAgBtB,GAErB,OAAIkB,EAAQ7vD,WAAW2uD,IAAYkB,EAAQY,SAAS9B,GAEzC,CACHqB,aAAcH,EAAQ7rC,MAAM8qC,GAC5BuB,iBAAkBN,EAAa/rC,MAAM8qC,GACrCsB,YAAazB,GAGd,CACHqB,aAAcH,EAAQ7rC,MAAM2qC,GAC5B0B,iBAAkBN,EAAa/rC,MAAM2qC,GACrCyB,YAAatB,EAEpB,CACL,CArUyB4B,CAAY9hB,EAAMpB,EAAQud,GAC3CG,EAAaM,SAAWkE,EAASA,SACjCxE,EAAaO,oBAAsBiE,EAASE,oBAE5C,MAAM/gE,EAASlG,OAAO8R,OAAOywD,GAAc/mC,KDvDpB,MCwDvB,GAAIt1B,EAAOW,OAASq5D,EAEhB,MAAM,IAAItgE,MAAM,mCAAmCsgE,MAIvD,OAFAryD,GAAc22C,EAAKA,EAAM,EAAIt+C,EAAOW,OAAQX,GAC5C8f,GAAmBq8C,EAAanT,GACzBhpD,EAAOW,MACjB,CACD,MAAOif,GAEH,OADAF,GAAgBy8C,EAAav8C,EAAIopC,IACzB,CACX,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,EWjEM,SAAqC6xB,EAAwBypB,EAAa0b,EAAmBmC,EAAuBC,GAEtH,MAAM5B,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCk6D,GAC5D,IACI,MAAM3B,EAAcxyD,GAAmBuyD,GACjCsH,EAAc,CAChBC,aAAc,GACdC,aAAc,GACdC,gBAAiB,GACjBC,iBAAkB,IAEhBC,EAAkB5iB,GAAgBkb,GAClC2H,EAwBd,SAA4BzjB,GAExB,MAAM0jB,EAAS,IAAItmD,KAAK,4BAClBumD,EAAS,IAAIvmD,KAAK,4BAClBwmD,EAAetV,GAAcoV,EAAQ1jB,GAE3C,MAAO,CACH6jB,GAFiBvV,GAAcqV,EAAQ3jB,GAGvC8jB,GAAIF,EAEZ,CAlC4BG,CAAmBP,GACvCL,EAAYC,aAAeK,EAAYI,GACvCV,EAAYE,aAAeI,EAAYK,GACvCX,EAAYG,gBA+CpB,SAA4BtjB,EAA4ByjB,GAEpD,MAEMO,EAFiB,IAEkB9C,eAAelhB,GAClDikB,EAFiB,GAEkB/C,eAAelhB,GAClD0jB,EAAS,IAAItmD,KAAK,4BAClB8mD,EAAY,IAAIpjB,KAAK2f,eAAezgB,EAAQ,CAAEmkB,UAAW,WACzDC,EAAeF,EAAUxiB,OAAOgiB,GAChCW,EAAUX,EAAOjV,mBAAmBzO,EAAQ,CAAEskB,OAAQ,YACtDC,EAAUb,EAAOjV,mBAAmBzO,EAAQ,CAAEwkB,OAAQ,YAC5D,IAAInjB,EAAU+iB,EAAah4D,QAAQq3D,EAAYK,GAAI,MAAM13D,QAAQi4D,EAAS,MAAMj4D,QAAQm4D,EAAS,MAEjG,MAAME,EAAapjB,EAAQvJ,SAASksB,GAE9BU,EAAmB,IADN,GAAIxD,eAAelhB,KACGikB,IACnCN,EAAS,IAAIvmD,KAAK,2BAClBunD,EAAWT,EAAUxiB,OAAOiiB,GAClC,IAAIiB,EACJ,GAAIH,EAGAG,EADkBD,EAAS7sB,SAAS4sB,GACV,KAAO,IACjCrjB,EAAUA,EAAQj1C,QAAQ43D,EAAiBY,OAG/C,CACI,MAAMC,EAAYF,EAAS7sB,SAAS4sB,GACpCE,EAAcC,EAAY,KAAO,IACjCxjB,EAAUA,EAAQj1C,QAAQy4D,EAAYH,EAAmBT,EAAiBW,EAC7E,CAED,OAAOvjB,CACX,CAhFsCyjB,CAAmBtB,EAAiBC,GAClEN,EAAYI,iBAiFpB,SAA6BliB,GAIzB,MAAM0jB,EAAa1jB,EAAQxzC,QAAQ,MACnC,GAAIk3D,EAAa,EACjB,CACI,MAAMC,EAAuB,GAAG3jB,EAAQ0jB,EAAa,OAG/CE,EAA8B5jB,EAAQj1C,QAAQ44D,EAAsB,IAGtE3jB,EAFA4jB,EAA4BjjE,OAAS+iE,GAAqF,KAAvEE,EAA4BA,EAA4BjjE,OAAS,GAE1Gq/C,EAAQ7qB,MAAMwuC,GAAsB,GAIpCC,CAEjB,CACD,OAAO5jB,CACX,CAtGuC6jB,CAAoB/B,EAAYG,iBAC/D,MAAMjiE,EAASlG,OAAO8R,OAAOk2D,GAAaxsC,KZzBnB,MY0BvB,GAAIt1B,EAAOW,OAASq5D,EAEhB,MAAM,IAAItgE,MAAM,kCAAkCsgE,MAItD,OAFAryD,GAAc22C,EAAKA,EAAM,EAAIt+C,EAAOW,OAAQX,GAC5C8f,GAAmBq8C,EAAanT,GACzBhpD,EAAOW,MACjB,CACD,MAAOif,GAEH,OADAF,GAAgBy8C,EAAav8C,EAAIopC,IACzB,CACX,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WCnCgD6xB,EAAwBsnC,EAAuBC,GAE3F,MAAM5B,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCk6D,GAC5D,IAGI,OA+BR,SAA2Bzd,GAEvB,MAAMkP,EAAWF,GAAYhP,GAC7B,GAAIkP,EAGA,OAA4B,GAArBA,EAASiW,SAAgB,EAAIjW,EAASiW,SAKjD,GADwB,CAAE,QAAS,QAAS,SACxBrtB,SAASkI,GAEzB,OAAO,EAEX,MAEM0f,EAAa1f,EAAOxpB,MAAM,KAAK,GACrC,MAHwB,CAAE,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,KAAM,KAAM,MAGjGshB,SAAS4nB,IAFP,CAAE,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAEvQ5nB,SAASkI,GAExD,EAEJ,CACX,CAtDeolB,CADiBxkB,GADJt3C,GAAmBuyD,IAG1C,CACD,MAAO56C,GAEH,OADAF,GAAgBy8C,EAAav8C,EAAIopC,IACzB,CACX,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,WAEiD6xB,EAAwBsnC,EAAuBC,GAE5F,MAAM5B,EAAct4D,GAAwC2yB,GACxDm0B,EAAgB9mD,GAAwCk6D,GAC5D,IAGI,OAqCR,SAA4Bzd,GAExB,MAAMkP,EAAWF,GAAYhP,GAC7B,GAAIkP,EAMA,OAA+B,GAAxBA,EAASmW,YAAmB,EAC/BnW,EAASmW,YAAc,EAAI,EAAI,EAIvC,MAEM3F,EAAa1f,EAAOxpB,MAAM,KAAK,GACrC,MAHgC,CAAE,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAG1LshB,SAASkI,IAFH,CAAE,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAEpDlI,SAAS4nB,GAExE,EAEJ,CACX,CA3De4F,CADiB1kB,GADJt3C,GAAmBuyD,IAG1C,CACD,MAAO56C,GAEH,OADAF,GAAgBy8C,EAAav8C,EAAIopC,IACzB,CACX,CACO,QACJwR,EAAYx3D,UACZgmD,EAAchmD,SACjB,CACL,GCyEM42C,GAA0B,IACzBmU,GH3BD,SAA4C7wC,EAAqByN,EAA4B5nB,EAAqB4c,EAAwB03C,GAC5I5U,KACA,MAAMyhB,EAAWhiE,GAAuCa,GACpDohE,EAAWjiE,GAAwCyoB,GACnDy4B,EAAalhD,GAAwCm1D,GACzD,IACI,MAAM+M,EAAUn8D,GAAmBk8D,GACnC,IAAKC,GAAiC,iBAArB,EAEb,YADA1kD,GAAgBC,EAAc,sCAAwCwkD,EAASpoE,MAAOqnD,GAI1F,MAAMzvC,EtChER,SAAqBuJ,GACvB,OAAIA,IAAcvhB,GAAgBuhB,IAAcxhB,EACrC0hB,GAAmCF,GACvC,IACX,CsC4DoBmnD,CAAWnnD,GACvB,GAAIphB,EAAW6X,GAEX,YADA+L,GAAgBC,EAAc,oCAAsCzC,EAAY,qBAAuBknD,EAAU,IAAKhhB,GAI1H,MAAMuV,EAAUjN,GAA4BwY,GAE5C,IACI,MAAMvqC,EAAIhmB,EAAIywD,GACd,QAAiB,IAANzqC,EACP,MAAM,IAAIjgC,MAAM,YAAc0qE,EAAU,qBAAuBtqE,OAAO4Y,UAAUjO,SAASgT,KAAK9D,GAAO,KAGzGgvC,GAFYhpB,EAAE+rB,MAAM/xC,EAAKglD,GAEAvV,GAAY,GACrCtjC,GAAmBH,EACtB,CAAC,MAAOC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CACJ,CAAS,QACN8gB,EAASlhE,UACTmhE,EAASnhE,UACTogD,EAAWpgD,SACd,CACL,EAEM,SAA4Cka,EAAqBonD,EAA8B3kD,EAAwB03C,GACzH5U,KACA,MAAM0hB,EAAWjiE,GAAwCoiE,GACrDlhB,EAAalhD,GAAwCm1D,GACzD,IACI,MAAM+M,EAAUn8D,GAAmBk8D,GACnC,IAAKC,EAED,YADA1kD,GAAgBC,EAAc,iCAAmCwkD,EAASpoE,MAAQ,IAAKqnD,GAI3F,MAAMzvC,EAAMyJ,GAAmCF,GAC/C,GAAIphB,EAAW6X,GAEX,YADA+L,GAAgBC,EAAc,oCAAsCzC,EAAY,mBAAqBknD,EAAU,IAAKhhB,GAKxHT,GADUhvC,EAAIywD,GACShhB,GAAY,GACnCtjC,GAAmBH,EACtB,CAAC,MAAOC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXmhE,EAASnhE,SACZ,CACL,EAEgB,SAAkCka,EAAqBonD,EAA8BvoE,EAAsBwoE,EAA2BttB,EAAyBt3B,EAAwB03C,GACnM5U,KACA,MAAM+hB,EAAYtiE,GAAwCnG,GACtDooE,EAAWjiE,GAAwCoiE,GACnDlhB,EAAalhD,GAAwCm1D,GACzD,IAEI,MAAMoN,EAAWx8D,GAAmBk8D,GACpC,IAAKM,EAED,YADA/kD,GAAgBC,EAAc,iCAAmC2kD,EAAgB,IAAKlhB,GAI1F,MAAMhjC,EAAShD,GAAmCF,GAClD,GAAIphB,EAAWskB,GAEX,YADAV,GAAgBC,EAAc,oCAAsCzC,EAAY,oBAAsBunD,EAAW,IAAKrhB,GAI1H,MAAM1lC,EAAWusC,GAAoBua,GAErC,GAAID,EACAnkD,EAAOqkD,GAAY/mD,MAElB,CACD,IAAK6mD,IACIzqE,OAAO4Y,UAAUukC,eAAex/B,KAAK2I,EAAQqkD,GAC9C,QAGe,IAAnBxtB,EACIn9C,OAAO4Y,UAAUukC,eAAex/B,KAAK2I,EAAQqkD,KAC7CrkD,EAAOqkD,GAAY/mD,GAIvB0C,EAAOqkD,GAAY/mD,CAE1B,CACDoC,GAAmBH,EAAcyjC,EACpC,CAAC,MAAOxjC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXmhE,EAASnhE,UACTwhE,EAAUxhE,SACb,CACL,EAEM,SAAqCka,EAAqBwnD,EAAwB/kD,EAAwB03C,GAC5G5U,KACA,MAAMW,EAAalhD,GAAwCm1D,GAC3D,IACI,MAAM1jD,EAAMyJ,GAAmCF,GAC/C,GAAIphB,EAAW6X,GAEX,YADA+L,GAAgBC,EAAc,oCAAsCzC,EAAY,oBAAsBwnD,EAAiB,IAAKthB,GAKhIT,GADUhvC,EAAI+wD,GACSthB,GAAY,GACnCtjC,GAAmBH,EACtB,CAAC,MAAOC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,SACd,CACL,EAEM,SAAqCka,EAAqBwnD,EAAwB3oE,EAAsB4jB,EAAwB03C,GAClI5U,KACA,MAAM+hB,EAAYtiE,GAAwCnG,GACtDqnD,EAAalhD,GAAwCm1D,GACzD,IACI,MAAM1jD,EAAMyJ,GAAmCF,GAC/C,GAAIphB,EAAW6X,GAEX,YADA+L,GAAgBC,EAAc,oCAAsCzC,EAAY,oBAAsBwnD,EAAiB,IAAKthB,GAIhI,MAAM1lC,EAAWusC,GAAoBua,GACrC7wD,EAAI+wD,GAAkBhnD,EACtBoC,GAAmBH,EAAcyjC,EACpC,CAAC,MAAOxjC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXwhE,EAAUxhE,SACb,CACL,WAEgD2hE,EAA4BhlD,EAAwB03C,GAChG5U,KACA,MAAM0hB,EAAWjiE,GAAwCyiE,GACrDvhB,EAAalhD,GAA4Bm1D,GAC7C,IACI,MAAM+M,EAAUn8D,GAAmBk8D,GAEnC,IAAIS,EAgBJ,GAVIA,EAJCR,EAGe,UAAXA,EACOzsE,EAEI,YAAXysE,EACOxsE,EAGM8W,WAAY01D,GATlB11D,WAaE,OAAdk2D,QAA2CpiE,WAAdoiE,EAE7B,YADAllD,GAAgBC,EAAc,kBAAoBykD,EAAU,eAAgBhhB,GAIhFT,GAAoBiiB,EAAWxhB,GAAY,GAC3CtjC,GAAmBH,EACtB,CAAC,MAAOC,GACLF,GAAgBC,EAAcC,EAAIwjC,EACrC,CAAS,QACNA,EAAWpgD,UACXmhE,EAASnhE,SACZ,CACL,ED7DM,SAA+C6hE,EAA0B9hE,EAAqB4c,EAAwB03C,GACxH,MAAM6M,EAAWhiE,GAAuCa,GACpDohE,EAAWjiE,GAAwC2iE,GACnDzhB,EAAalhD,GAAwCm1D,GACzD,IACI,MAAM+M,EAAUn8D,GAAmBk8D,GACnC,IAAKC,EAED,YADA1kD,GAAgBC,EAAc,iBAAmBwkD,EAASpoE,MAAOqnD,GAIrE,MAAM0hB,EAAgBp2D,WAAY01D,GAClC,GAAIU,QAEA,YADAplD,GAAgBC,EAAc,2BAA6BykD,EAAU,eAAgBhhB,GAIzF,IACI,MAAMuV,EAAUjN,GAA4BwY,GAGtCa,EAAY,SAAU9hE,EAAuB01D,GAE/C,IAAIqM,EAAW,GAOf,OANAA,EAAS,GAAK/hE,EACV01D,IACAqM,EAAWA,EAAS7sB,OAAOwgB,IAGhB,IADE11D,EAAYqgC,KAAKoiB,MAAMziD,EAAkB+hE,GAG9D,EAMAriB,GAHkBt/B,GADH0hD,EAAUD,EAASnM,IAIHvV,GAAY,GAC3CtjC,GAAmBH,EACtB,CAAC,MAAOC,GAEL,YADAF,GAAgBC,EAAcC,EAAIwjC,EAErC,CACJ,CAAS,QACNA,EAAWpgD,UACXkhE,EAASlhE,UACTmhE,EAASnhE,SACZ,CACL,WJRmDka,EAAqByC,EAAwB03C,GAC5F,MAAMjU,EAAalhD,GAAuCm1D,GAC1D,IACI,MAAMj3C,EAAShD,GAAmCF,GAClD,GAAIphB,EAAWskB,GAEX,YADAV,GAAgBC,EAAc,oCAAsCzC,EAAY,IAAKkmC,GAKzFgB,GAA6BhkC,EAAQgjC,GACrCtjC,GAAmBH,EACtB,CAAC,MAAO8H,GACL/H,GAAgBC,EAAclY,OAAOggB,GAAM27B,EAC9C,CAAS,QACNA,EAAWpgD,SACd,CACL,ED/QgB,SAA+BiiE,EAAyBC,EAAex7D,EAAay7D,EAA2B7yD,EAAcqN,EAAwB03C,GACjK,MAAMjU,EAAalhD,GAAwCm1D,GAC3D,IACI,MAAM1nD,EAad,SAA0Bs1D,EAAyBC,EAAex7D,EAAay7D,EAA2B7yD,GAGtG,IAAI8yD,EAAmC,KAEvC,OAAQ9yD,GACJ,KAAK,EACD8yD,EAAgB,IAAI18C,UAAUhf,EAAMw7D,GACpC,MACJ,KAAK,EACDE,EAAgB,IAAIxkE,WAAW8I,EAAMw7D,GACrC,MACJ,KAAK,EACDE,EAAgB,IAAI38C,WAAW/e,EAAMw7D,GACrC,MACJ,KAAK,EACDE,EAAgB,IAAIx8C,YAAYlf,EAAMw7D,GACtC,MACJ,KAAK,EACDE,EAAgB,IAAI1iE,WAAWgH,EAAMw7D,GACrC,MACJ,KAAK,GACDE,EAAgB,IAAIv8C,YAAYnf,EAAMw7D,GACtC,MACJ,KAAK,GACDE,EAAgB,IAAIt8C,aAAapf,EAAMw7D,GACvC,MACJ,KAAK,GACDE,EAAgB,IAAIxsD,aAAalP,EAAMw7D,GACvC,MACJ,KAAK,GACDE,EAAgB,IAAIz8C,kBAAkBjf,EAAMw7D,GAC5C,MACJ,QACI,MAAM,IAAIxrE,MAAM,sBAAwB4Y,GAIhD,OAKJ,SAA8B+yD,EAAyBJ,EAAyBC,EAAex7D,EAAay7D,GAUxG,GAAInjB,GAAyBqjB,IAAgBA,EAAYhhB,kBAAmB,CAIxE,GAAI8gB,IAAsBE,EAAYhhB,kBAClC,MAAM,IAAI3qD,MAAM,6DAA+D2rE,EAAYhhB,kBAAoB,8BAAgC8gB,EAAoB,KAGvK,IAAIG,GAAgB57D,EAAMw7D,GAASC,EAEnC,MAAMI,EAAaF,EAAY1kE,OAAS0kE,EAAYhhB,kBAEhDihB,EAAeC,IACfD,EAAeC,GAGnB,MAEMjoE,EAAS4nE,EAAQC,EAGvB,OALwB,IAAIvkE,WAAWykE,EAAYxkE,OAAQ,EAAGykE,GAI9CxkE,IAAI3D,KAAkBwM,SAAcs7D,EAAe3nE,EAAa2nE,EAAe3nE,EAASgoE,IACjGA,CACV,CAEG,MAAM,IAAI5rE,MAAM,WAAa2rE,EAAc,yBAEnD,CA1CIG,CAAqBJ,EAAeH,EAAcC,EAAOx7D,EAAKy7D,GACvDC,CACX,CApDoBK,CAAiBR,EAAcC,EAAOx7D,EAAKy7D,EAAmB7yD,GAE1EqwC,GAAoBhzC,EAAKyzC,GAAY,GACrCtjC,GAAmBH,EACtB,CAAC,MAAO8H,GACL/H,GAAgBC,EAAclY,OAAOggB,GAAM27B,EAC9C,CAAS,QACNA,EAAWpgD,SACd,CACL,EM0QM,SAAqC0iE,EAA4BC,EAAevU,EAAW1pC,EAAWC,GACxG,IACI86B,KACA,MAAMmjB,EAAsBl3D,WAAYm3D,OACxC,IAAKD,EACD,MAAM,IAAIlsE,MAAM,oDAGpB,OAAOksE,EAAcE,UAAUC,mBAAmBJ,EAAUvU,EAAM1pC,EAAMC,EAC3E,CAAC,MAAO/H,GACL,MAAMomD,EAAoBpmD,EAAGzkB,QAAU,KAAOykB,EAAGlU,MAC3Cs9C,EAAgBzmD,KAItB,OAHAoG,GAAuBq9D,EAAmBhd,GAC1CA,EAAc/jD,gBAAqBygE,GACnC1c,EAAchmD,UACP,CACV,CACL,GGnLM,SAAUijE,GAA4B3pC,GAKxC,MAAM4pC,EAAM5pC,EAAQ4pC,KAAO5pC,EAAQtqB,EACnC,IAAKk0D,EAED,YADA77D,GAAc,uJAMlB,MAAM87D,EAA2B,IAAIt1D,MAAM+oC,GAAYj5C,QACvD,IAAK,MAAMylE,KAAaF,EAAK,CACzB,MAAMG,EAAUH,EAAIE,GACpB,GAAuB,mBAAZC,IAAyE,IAA/CA,EAAQ5hE,WAAW+H,QAAQ,eAC5D,IACI,MAAM85D,YAAEA,GAAgBD,IACxB,QAAoC7jE,IAAhC2jE,EAAeG,GAA4B,MAAM,IAAI5sE,MAAM,yBAAyB4sE,KACxFH,EAAeG,GAAeF,CACjC,CAAC,MAAM37C,GAEP,CAER,CAED,IAAK,MAAO/jB,EAAK6/D,KAAW3sB,GAAYjtB,UAAW,CAC/C,MAAMy5C,EAAYD,EAAez/D,GAEjC,QAAkBlE,IAAd4jE,EAAyB,CACzB,MAAMI,EAASN,EAAIE,GACnB,GAAsB,mBAAXI,EAAuB,MAAM,IAAI9sE,MAAM,YAAY0sE,sBAC9DF,EAAIE,GAAaG,EACjB18D,GAAe,wBAAwBu8D,UAAkBI,EAAOzkE,aAAawkE,EAAOxkE,MAAQ,4BAC/F,CACJ,CAEL,CE7JA,MAAM0kE,GAAe,+CAGrBhnD,eAAeinD,KAEX,QAAiC,IAAtBh4D,WAAWi4D,OAClB,OAAO,KAKX,GAAIxuE,IAA4D,IAAtCuW,WAAWtW,OAAOwuE,gBACxC,OAAO,KAOX,MACMC,EAAY,mBADOC,SAASC,QAAQ97D,UAAU67D,SAASE,SAASC,OAAOtmE,UAG7E,IAOI,aAAc+N,WAAWi4D,OAAOO,KAAKL,IAAe,IACvD,CAAC,MAAMp8C,GAIJ,OADApgB,GAAc,wBACP,IACV,CACL,CAwGAoV,eAAe0nD,KACX,GAAI3uE,EAAe4uE,uBACf,OAAO5uE,EAAe4uE,uBAE1B,IAAK5uE,EAAegyB,OAChB,OAAO,KAEX,MAAM68C,EAASvtE,OAAOC,OAAO,CAAA,EAAIvB,EAAeqC,QAGhDwsE,EAAOC,cAAgBD,EAAOlxB,UAAUG,YACjC+wB,EAAOE,cACPF,EAAOlxB,UAEdkxB,EAAOG,kBAAoB/uE,EAAc+uE,yBAIlCH,EAAOI,8BACPJ,EAAOr9D,yBACPq9D,EAAOK,2BACPL,EAAOM,uBACPN,EAAOO,4BACPP,EAAOQ,mBACPR,EAAOS,uBACPT,EAAOU,wBACPV,EAAOW,qBACPX,EAAOY,2BACPZ,EAAOa,4BACPb,EAAOc,2BACPd,EAAOe,yBACPf,EAAOgB,WAEdhB,EAAOiB,QAAU7vE,EAAcc,QAC/B8tE,EAAOkB,eAAiBA,EAExB,MAAMC,EAAan4D,KAAKC,UAAU+2D,GAC5BoB,QAAqBjwE,EAAegyB,OAAOk+C,OAAO,WAAW,IAAIxpC,aAAc74B,OAAOmiE,IACtFG,EAAkB,IAAI/nE,WAAW6nE,GACjCG,EAAe/3D,MAAMwwB,KAAKsnC,GAAiBr3D,KAAK6iC,GAAMA,EAAE1vC,SAAS,IAAIokE,SAAS,EAAG,OAAMvzC,KAAK,IAElG,OADA98B,EAAe4uE,uBAAyB,GAAGX,MAAgBmC,IACpDpwE,EAAe4uE,sBAC1B,CbrJO3nD,eAAeqpD,WACZ5+C,WaIHzK,iBACH,IACI,IAAKjnB,EAAeqC,OAAOkuE,mBAEvB,OAGJ,MAAMpT,QAAiBwR,KACvB,IAAKxR,EACD,OAEJ,MAAMqT,QAActC,KACpB,IAAKsC,EACD,OAEJ,MAAMr5D,QAAYq5D,EAAMC,MAAMtT,GACxBuT,EAAgBv5D,aAAA,EAAAA,EAAKyc,QAAQtoB,IAAI,kBACjCqlE,EAAaD,EAAgBE,SAASF,QAAiB1mE,EAE7DhK,EAAe6wE,yBAA2BF,EAC1C3wE,EAAesrC,4BAA8BqlC,CAChD,CAAC,MAAOvpD,GACLvV,GAAc,2CAA4CuV,EAC7D,CACO,QACCpnB,EAAe6wE,0BAEhB5wE,EAAc6wE,4BAA4BhsD,gBAAgBL,SAEjE,CACL,CbjCUssD,EACV,CAIM,SAAUC,GAA2B7vE,GACvC,MAAMioB,EAAO/N,KAERla,EAAOgwB,aAERhwB,EAAOgwB,WAAahwB,EAAOiwB,aAAgB6/C,GAAShxE,EAAcixB,gBAAkB+/C,GAGnF9vE,EAAO+vE,MAER/vE,EAAO+vE,IAAMz/D,QAAQgtD,IAAI3zB,KAAKr5B,UAG7BtQ,EAAO6R,MAER7R,EAAO6R,IAAMvB,QAAQ7O,MAAMkoC,KAAKr5B,UAEpCxR,EAAcixE,IAAM/vE,EAAO+vE,IAC3BjxE,EAAc+S,IAAM7R,EAAO6R,IAC3B7R,EAAOgwE,oBAAsBlxE,EAAcmxE,UAI3C,MAAMC,EAA4HlwE,EAAOmwE,gBACnIC,EAA+BpwE,EAAOqwE,QAAyC,mBAAnBrwE,EAAOqwE,QAAyB,CAACrwE,EAAOqwE,SAAWrwE,EAAOqwE,QAAtE,GAChDC,EAA8BtwE,EAAOuwE,OAAuC,mBAAlBvwE,EAAOuwE,OAAwB,CAACvwE,EAAOuwE,QAAUvwE,EAAOuwE,OAApE,GAC9CC,EAA+BxwE,EAAOywE,QAAyC,mBAAnBzwE,EAAOywE,QAAyB,CAACzwE,EAAOywE,SAAWzwE,EAAOywE,QAAtE,GAEhDC,EAAuC1wE,EAAO2wE,qBAAuB3wE,EAAO2wE,qBAAuB,OAIzG3wE,EAAOmwE,gBAAkB,CAACxtC,EAASiuC,IAoCvC,SACIjuC,EACAkuC,EACAX,GAGA,MAAMjoD,EAAO/N,KACb,GAAIg2D,EAAqB,CACrB,MAAM9vB,EAAU8vB,EAAoBvtC,GAAS,CAACmuC,EAAgC9wE,KAC1Esa,GAAW2N,EAAI,wBACfppB,EAAe2B,qBAAqBmjB,gBAAgBL,UACpDutD,EAAgBC,EAAU9wE,EAAO,IAErC,OAAOogD,CACV,CAGD,OAgUJt6B,eACI6c,EACAkuC,SAGA,UACU/xE,EAAciyE,kBACpB7gE,GAAe,iCAETrR,EAAe4B,cAAc+iB,QACnCxlB,EAAOgzE,iBAAiB,2BAExB,MAAMC,EAqCdnrD,iBACQ9mB,UACoKF,EAAAoyE,QAAA7vE,GAAA,EAAA,6HAEpKpC,UACwLH,EAAAqyE,cAAA9vE,GAAA,EAAA,0IAEhM,CA5CmC+vE,GAE3B9E,GAA4B3pC,GAC5B,MAAM0uC,QAAoBvyE,EAAcwyE,oBAAoB9tD,QAW5D,SATMytD,QpBtXPnrD,eACHuV,EACAk2C,EACAV,GAEoJx1C,GAAAA,EAAAE,yBAAAF,EAAAE,wBAAAD,UAAAj6B,GAAA,EAAA,iCACpJ,MAAMi6B,QAAiBD,EAAaE,wBAAwBD,SACtDk2C,EAAcl2C,EAAS7I,SAAW6I,EAAS7I,QAAQtoB,IAAMmxB,EAAS7I,QAAQtoB,IAAI,qBAAkBtB,EACtG,IAAI4oE,EACAC,EACJ,GAAgD,mBAArC9xC,YAAY+xC,sBAAuD,qBAAhBH,EAAoC,CAC9FthE,GAAe,qCACf,MAAM0hE,QAAwBhyC,YAAY+xC,qBAAqBr2C,EAAUi2C,GACzEE,EAAmBG,EAAgBd,SACnCY,EAAiBE,EAAgB5xE,MACpC,KAAM,CACCxB,GAAsC,qBAAhBgzE,GACtB9gE,GAAc,yIAElB,MAAM2iB,QAAoBiI,EAASjI,cAEnC,GADAnjB,GAAe,oCACXxR,EAEAgzE,EAAiB,IAAI9xC,YAAY5hC,OAAOq1B,GACxCo+C,EAAmB,IAAI7xC,YAAYugB,SAASuxB,EAAgBH,OACzD,CACH,MAAMM,QAA0BjyC,YAAYkyC,YAAYz+C,EAAak+C,GACrEE,EAAmBI,EAAkBf,SACrCY,EAAiBG,EAAkB7xE,MACtC,CACJ,CACD6wE,EAAgBY,EAAkBC,EACtC,CoBuVcK,CAAuBV,EAAa1uC,EAASkuC,GACnDQ,EAAY91C,wBAA0B,KACtC81C,EAAYW,gBAAkB,KAC9BX,EAAYnqE,OAAS,KACrBmqE,EAAYY,cAAgB,KAE5B/hE,GAAe,gCAEXrR,EAAe6wE,yBAA0B,CACzC,IACI,MAAMwC,GAAwB,UAAVl0E,EAAOkqB,WAAG,IAAA4I,OAAA,EAAAA,EAAE4O,SAAU1hC,EAAOk0E,WAGjDA,EAAW9nC,KAAMvrC,EAAe6wE,yBAA4BwC,EAAWhrE,OAAOwY,WAAa,QAAW,IACtG7gB,EAAeyxB,mBAClB,CAAC,MAAOze,GACLnB,GAAc,2CAA4CmB,GAC1DhT,EAAe6wE,8BAA2B7mE,CAC7C,CAED/J,EAAc6wE,4BAA4BhsD,gBAAgBL,SAC7D,CACDzkB,EAAe2B,qBAAqBmjB,gBAAgBL,SACvD,CAAC,MAAOzR,GAGL,MAFAjB,GAAe,mCAAoCiB,GACnD/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CACD7T,EAAOm0E,oBAAoB,0BAC/B,CAhXIC,CAAwBzvC,EAASkuC,GAC1B,EACX,CAtDoDV,CAAgBxtC,EAASiuC,EAAUV,GAEnFlwE,EAAOqwE,QAAU,CAAC,IAsEtB,SAAiBD,GACbpyE,EAAOgzE,iBAAiB,iBACxB,MAAM/oD,EAAO/N,KACb,IACIm4D,IAA6B,GAC7BniE,GAAe,WACfrR,EAAe4B,cAAckjB,gBAAgBL,UAE7C8sD,EAAYr4D,SAAQyT,GAAMA,KAC7B,CAAC,MAAO3Z,GAGL,MAFAjB,GAAe,yBAA0BiB,GACzC/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CAID,WACI,UAoNRiU,iBACI5V,GAAe,sCACflS,EAAOgzE,iBAAiB,sCAMxBhzE,EAAOm0E,oBAAoB,qCAC/B,CA3NkBG,GAENh4D,GAAW2N,EAAI,eAClB,CAAC,MAAOpW,GAEL,MADA/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CAEDhT,EAAe6B,aAAaijB,gBAAgBL,UAC5CtlB,EAAOm0E,oBAAoB,gBAC9B,EAbD,EAcJ,CArG4B9B,CAAQD,IAEhCpwE,EAAOuwE,OAAS,CAAC,IA4HrBzqD,eAA2BwqD,GACvBtyE,EAAOgzE,iBAAiB,sBAExB,UACUnyE,EAAe2B,qBAAqBgjB,cACpC3kB,EAAe6B,aAAa8iB,QAClCtT,GAAe,eACf,MAAM+X,EAAO/N,KAEbo2D,EAAW34D,KAAI6T,GAAMA,MACrBlR,GAAW2N,EAAI,cAClB,CAAC,MAAOpW,GAGL,MAFAjB,GAAe,gCAAiCiB,GAChD/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CAEDhT,EAAe8B,YAAYgjB,gBAAgBL,UAC3CtlB,EAAOm0E,oBAAoB,qBAC/B,CA/I2BI,CAAYjC,IAEnCtwE,EAAO2wE,qBAAuB,IA+IlC7qD,eAAyC4qD,GACrC,UAEU7xE,EAAe8B,YAAY6iB,QACjCtT,GAAe,wBAEfrR,EAAekC,eAAiBgE,GAAOhE,eACvClC,EAAemC,MAASC,IAIpB,MAHKnC,EAAcorB,aACfnlB,GAAOytE,kBAELvxE,CAAM,EAGhB,MAAMgnB,EAAO/N,KAeb,GAbArb,EAAe+B,2BAA2B+iB,gBAAgBL,gBpBzG3DwC,uBAEGjnB,EAAewB,kBAAkBmjB,QACnC3kB,EAAeqC,OAAO0sE,SACqP9uE,EAAA2zE,gCAAA3zE,EAAA4zE,kCAAArxE,GAAA,EAAA,YAAAvC,EAAA4zE,+EAAA5zE,EAAA2zE,kCACW3zE,EAAAq8B,kCAAAr8B,EAAA6zE,oCAAAtxE,GAAA,EAAA,YAAAvC,EAAA6zE,oFAAA7zE,EAAAq8B,oCACtRr8B,EAAcw7B,cAAcviB,SAAQ3V,GAAStD,EAAc+8B,YAAY94B,KAAKX,EAAM4vB,OAClF9hB,GAAe,wCAEvB,CoBkGc0iE,GAIF30D,GAAoBpf,EAAeqC,OAAOkuE,yBAoQtDtpD,iBACI,MAAMmC,EAAO/N,KACb,GAAIrb,EAAe6wE,yBAA0B,CAEzC,MAAMmD,QarbP/sD,iBACH,IACI,MAAMk2C,QAAiBwR,KACvB,IAAKxR,EACD,OAEJ,MAAMqT,QAActC,KACpB,IAAKsC,EACD,OAEJ,MAAMr5D,QAAYq5D,EAAMC,MAAMtT,GAC9B,IAAKhmD,EACD,OAEJ,OAAOA,EAAIqd,aACd,CAAC,MAAOpN,GAEL,YADAvV,GAAc,6CAA8CuV,EAE/D,CACL,CbkakC6sD,GACpBjmE,EAASrJ,KAMf,OALqGqvE,EAAAnzD,aAAA7S,EAAA6S,YAAAre,GAAA,EAAA,0CACrGwL,EAAO1F,IAAI,IAAIF,WAAW4rE,GAAe,QACzC3iE,GAAe,+CAIlB,CAED,IAAK,MAAMsJ,KAAK3a,EAAeqC,OAAO6xE,qBAAsB,CACxD,MAAMlwC,EAAIhkC,EAAeqC,OAAO6xE,qBAAsBv5D,GACtD,GAAmB,iBAAf,EAGA,MAAM,IAAIzZ,MAAM,kCAAkCyZ,uCAAuCqpB,OAAOA,MAFhGmwC,GAAiBx5D,EAAGqpB,EAG3B,CACGhkC,EAAeqC,OAAOkuE,oBAEtBrqE,GAAO63D,uCAAuC,GAE9C/9D,EAAeqC,OAAO+xE,gBAnGxB,SAAwCz4D,GAC1C,IAAKtD,MAAMC,QAAQqD,GACf,MAAM,IAAIza,MAAM,qDAEpB,MAAMmzE,EAAOl1E,EAAO8E,QAAyB,EAAjB0X,EAAQxT,QACpC,IAAIsgD,EAAS,EACb,IAAK,IAAIt+C,EAAI,EAAGA,EAAIwR,EAAQxT,SAAUgC,EAAG,CACrC,MAAMmqE,EAAS34D,EAAQxR,GACvB,GAAwB,iBAApB,EACA,MAAM,IAAIjJ,MAAM,qDACpB/B,EAAOupD,SAAc2rB,EAAiB,EAAT5rB,EAAaviD,GAAOyiD,iBAAiB2rB,GAAS,OAC3E7rB,GAAU,CACb,CACDviD,GAAOquE,gCAAgC54D,EAAQxT,OAAQksE,EAC3D,CAsFQG,CAA8Bx0E,EAAeqC,OAAO+xE,gBAEpDp0E,EAAeqC,OAAOoyE,oBtC3gBxB,SAAsC94D,GACkG,GAAAnZ,GAAA,EAAA,qGAC3H,MAAXmZ,IACAA,EAAU,CAAA,GACR,YAAaA,IACfA,EAAQ+4D,QAAU,4EAChB,WAAY/4D,IACdA,EAAQg5D,OAAS,uCACrB,MAAM/hE,EAAM,uBAAyB+I,EAAQ+4D,QAAU,mBAAqB/4D,EAAQg5D,OACpFzuE,GAAO0uE,4BAA4BhiE,EACvC,CsCkgBQiiE,CAA4B70E,EAAeqC,OAAOoyE,oBAElDz0E,EAAeqC,OAAOyyE,yBACU90E,EAAeqC,OAAOyyE,uBtClgB4F,GAAAtyE,GAAA,EAAA,6GAItJ0D,GAAO6uE,gCADK,asCigBZC,GAAuB,SAAUh1E,EAAeqC,OAAO4yE,YAGnDj1E,EAAeqC,OAAOkuE,qBAEtBrqE,GAAO63D,wCAAwC,SanchD92C,eAAmC4Z,GACtC,IACI,MAAMs8B,QAAiBwR,KACvB,IAAKxR,EACD,OAEJ,MAAMqT,QAActC,KACpB,IAAKsC,EACD,OAEJ,MAAM0E,EAAO91D,EAEP,IAAKhX,WAAWy4B,GAASjgB,MAAM,GAC/BigB,EAEAs0C,EAAkB,IAAI1iD,SAASyiD,EAAM,CACvCthD,QAAS,CACL,eAAgB,cAChB,iBAAkBiN,EAAOhgB,WAAW5U,oBAItCukE,EAAM4E,IAAIjY,EAAUgY,GAS3BluD,eAAsCouD,GACzC,IACI,MAAM7E,QAActC,KACpB,IAAKsC,EACD,OAEJ,MAAM33D,QAAc23D,EAAMv3D,OAC1B,IAAK,MAAMwd,KAAQ5d,EACX4d,EAAKtD,KAAOsD,EAAKtD,MAAQkiD,GAAc5+C,EAAKtD,IAAIxa,WAAWs1D,WACrDuC,EAAM/6D,OAAOghB,EAG9B,CAAC,MAAOrP,GACL,MACH,CACL,CAtBQkuD,CAAuBnY,EAC1B,CAAC,MAAO/1C,GAEL,YADAvV,GAAc,+CAAgDuV,EAEjE,CACL,CbuacmuD,CAAoB5wE,KAAkB0D,QAC5CrI,EAAesrC,4BAA6B,GAGhD7vB,GAAW2N,EAAI,sBACnB,CA5ScosD,GAEFx1E,EAAeqC,OAAOutE,kBAAmB,CACzC,MAAMxtE,EAASpC,EAAea,WACxB,IAAIb,EAAea,WAAW,GAC9B,IAAIK,MAAM,8DAIhB,OAHAkB,EAAO4P,QAAS,OAEhB/R,EAAckoD,UAAU,EAAG/lD,EAE9B,CAEGgd,GAAmBpf,EAAeqC,OAAOkuE,8BAuTjD,IAAIvwE,EAAey1E,4BAAnB,CAGApkE,GAAe,iBACfrR,EAAey1E,6BAA8B,EAC7C,IACI,MAAMrsD,EAAO/N,K3CjjBZpO,KAC0B,oBAAhByoE,cACPvoE,GAAsB,IAAIuoE,YAAY,YACtCtoE,GAA6B,IAAIsoE,YAAY,QAAS,CAAEvX,OAAO,IAC/D9wD,GAAgC,IAAIqoE,YAAY,SAChDpoE,GAAqB,IAAIo5B,aAE7Bz5B,GAAkC9N,EAAO8E,QAAQ,gBiBhBrD,MAAM0xE,EAAkB,4CAExB,GADA31E,EAAe41E,uBAAyB1vE,GAAOiiB,wBAAwBwtD,IAClE31E,EAAe41E,uBAChB,KAAM,wCAA0CD,EAKpD,GAHA31E,EAAeupB,0BAA4B,4CAC3CvpB,EAAeqyB,kCAAoC,oBACnDryB,EAAeoyB,8BAAgClsB,GAAOyiB,8BAA8B3oB,EAAe41E,uBAAwB51E,EAAeupB,0BAA2BvpB,EAAeqyB,oCAC/KryB,EAAeoyB,8BAChB,KAAM,cAAgBpyB,EAAeupB,0BAA4B,IAAMvpB,EAAeqyB,kCAAoC,SAI9H,MAAM42B,EAAmB/2B,GAAW,kBAC8B,GAAA1vB,GAAA,EAAA,oCAClE,MAAMqzE,EAA8C3jD,GAAW,kCAC8C,GAAA1vB,GAAA,EAAA,oDAC7G,MAAMszE,EAA8B5jD,GAAW,sBACkC,GAAA1vB,GAAA,EAAA,wCACjF,MAAMuzE,EAAuB7jD,GAAW,gBAC4B,GAAA1vB,GAAA,EAAA,kCACpE,MAAMwzE,EAAuB9jD,GAAW,gBAC4B,GAAA1vB,GAAA,EAAA,kCACpE,MAAMyzE,EAAiC/jD,GAAW,wBACoC,GAAA1vB,GAAA,EAAA,0CACtF,MAAM0zE,EAAiChkD,GAAW,yBACqC,GAAA1vB,GAAA,EAAA,2CACvF,MAAM2zE,EAA4BjkD,GAAW,oBACgC,GAAA1vB,GAAA,EAAA,sCAE7ExC,EAAesf,kBAAkB2pC,iBAAmBhiC,MAAOmvD,EAAyBC,KAChFp2E,EAAcunB,yBACd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI9vD,EAAOm3E,uBACP,MAAM/rE,EAAOgS,GAAkB,GACzBpF,EAAMuF,GAAQnS,EAAM,GACpB2kB,EAAOxS,GAAQnS,EAAM,GACrB4kB,EAAOzS,GAAQnS,EAAM,GAC3B+jB,GAAqBY,EAAMknD,GACvBC,GAAuC,GAAvBA,EAAaluE,SAC7BkuE,OAAersE,GAEnBgmB,GAAyBb,EAAMknD,EAAc7yE,EAAcyL,QAC3D4Z,GAAmCogC,EAAkB1+C,GACrD,IAAIoa,EAAUN,GAAmBlN,EAAKnN,EAAWyY,IAKjD,OAJIkC,UACAA,EAAUH,QAAQC,QAAQ,IAE7BE,EAAgBiG,KAAwB,QAC5BjG,CAChB,CAAS,QACNxlB,EAAOo3E,sBACPp3E,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkBugC,wBAA2BjB,IACxD,MAAM+F,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GACzB2S,EAAOxS,GAAQnS,EAAM,GAC3BkS,GAAayS,EAAM1rB,EAAc6U,OACjCkY,GAAoBrB,EAAM0vB,EAAKp7C,EAAckc,MAC7CmJ,GAAmCqtD,EAAgC3rE,EACtE,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkB4/B,mBAAqB,CAACN,EAAiBC,KACpE,MAAM8F,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GACzB2S,EAAOxS,GAAQnS,EAAM,GACrB4kB,EAAOzS,GAAQnS,EAAM,GAC3BkS,GAAayS,EAAM1rB,EAAc6U,OACjCoE,GAAa0S,EAAM3rB,EAAc6U,OACjCkY,GAAoBrB,EAAM0vB,EAAKp7C,EAAckc,MAC7C6Q,GAAoBpB,EAAM0vB,EAAKr7C,EAAckc,MAC7CmJ,GAAmCstD,EAA2B5rE,EACjE,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkB6L,qCAAwC9L,IACnB,GAAA7c,GAAA,EAAA,2BAClDvC,EAAcunB,yBACd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GACzB2S,EAAOxS,GAAQnS,EAAM,GAC3BkS,GAAayS,EAAM1rB,EAAclC,QACjC2c,GAAciR,EAAM7P,GACpBwJ,GAAmCgtD,EAA6CtrE,EACnF,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkBmQ,qBAAuB,KACpD,MAAMk1B,EAAKxlD,EAAO8vD,YAClBhvD,EAAcunB,yBACd,IACI,MAAMjd,EAAOgS,GAAkB,GAG/B,OAFAsM,GAAmCitD,EAA6BvrE,GAEzDyT,GADKtB,GAAQnS,EAAM,GAE7B,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkBoQ,cAAgB,CAAC8mD,EAA4B5zE,EAAa2O,EAAYoS,KACnG1jB,EAAcunB,yBACd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GACzB2S,EAAOxS,GAAQnS,EAAM,GAC3BkS,GAAayS,EAAM1rB,EAAclC,QACjC2c,GAAciR,EAAMsnD,GACpB,MAAMrnD,EAAOzS,GAAQnS,EAAM,GAC3B,GAAI3H,EACA0sB,GAAwBH,EAAMvsB,OAC3B,CACH6Z,GAAa0S,EAAM3rB,EAAcmZ,MACjC,MAAMyS,EAAO1S,GAAQnS,EAAM,GACyB,GAAA/H,GAAA,EAAA,yBACpDmhB,EAAcyL,EAAM7d,EACvB,CACDsX,GAAmCktD,EAAsBxrE,EAC5D,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkB6E,cAAgB,CAACsyD,EAA8BzyD,EAAcC,EAAcC,EAAcP,EAA+BC,EAAgCC,EAAgCC,KACrN7jB,EAAcunB,yBACd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAEzB2S,EAAOxS,GAAQnS,EAAM,GAoB3B,GAnBAkS,GAAayS,EAAM1rB,EAAclC,QACjC2c,GAAciR,EAAMunD,GAGhB7yD,GAEAA,EADalH,GAAQnS,EAAM,GACNyZ,GAErBH,GAEAA,EADanH,GAAQnS,EAAM,GACN0Z,GAErBH,GAEAA,EADapH,GAAQnS,EAAM,GACN2Z,GAGzB2E,GAAmCmtD,EAAsBzrE,GAErDoZ,EAEA,OAAOA,EADKjH,GAAQnS,EAAM,GAGjC,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,GAEL3kD,EAAesf,kBAAkBC,wBAA2Bm3D,IACxDz2E,EAAcunB,yBACd,MAAMm9B,EAAKxlD,EAAO8vD,YAClB,IACI,MAAM1kD,EAAOgS,GAAkB,GAEzB2S,EAAOxS,GAAQnS,EAAM,GAM3B,OALAkS,GAAayS,EAAM1rB,EAAcosB,WACjC3R,GAAciR,EAAMwnD,GAEpB7tD,GAAmCotD,EAAgC1rE,GAE5D4a,GADKzI,GAAQnS,EAAM,GAE7B,CAAS,QACNpL,EAAO60D,aAAarP,EACvB,EAcT,C0B0XQgyB,GACkCz2E,GAAiCJ,cKpfvE,GApBMwB,OAAO4Y,UAAWqvC,IAAoB,EACtClxC,MAAM6B,UAAWqvC,IAAoB,EACrCG,YAAYxvC,UAAWqvC,IAAoB,EAC3CqtB,SAAS18D,UAAWqvC,IAAoB,EACxC3vC,SAASM,UAAWqvC,IAAoB,EACxCnhD,WAAW8R,UAAWqvC,IAAoB,GAGhDD,GAAcwJ,mBAAqB,MACnCxJ,GAAce,YAAclrD,EAAO8E,QAFX,OAGxBqlD,GAAcuJ,cAAgB1zD,EAAO8E,QAAQqlD,GAAcwJ,oBAC3DxJ,GAAcgB,aAAeliC,GAAkB,SAAU,SACzDkhC,GAAciB,cAAgBniC,GAAkB,SAAU,UAC1DkhC,GAAckB,cAAgBpiC,GAAkB,SAAU,UAC1DkhC,GAAcoB,eAAiBtiC,GAAkB,SAAU,WAC3DkhC,GAAc0H,WAAajnD,gBDA3B,MAAMvC,EAAS+kD,GACf/kD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAA,GAAKp7C,KAAM,IACrC5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEsB,aAAc3+C,GAAuB26B,KAAK3rC,KAAYiT,KAAM,EAAG27C,YAAY,IACvGvmD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEsB,aAAcz+C,GAA+By6B,KAAK3rC,KAAYiT,KAAM,EAAG27C,YAAY,IAI/GvmD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEsB,aAAc3E,GAAoBrf,KAAK3rC,KAAYiT,KAAM,EAAG27C,YAAY,IACpGvmD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEsB,aAAcnF,GAAqB7e,KAAK3rC,GAAQ,KAAWiT,KAAM,EAAG27C,YAAY,IAE5GvmD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEsB,aAAc3E,GAAoBrf,KAAK3rC,GAAS+vD,OAAO,IAAS98C,KAAM,EAAG27C,YAAY,IAGjHvmD,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAE2B,QAAS9C,GAAgBvhB,KAAK3rC,GAAS4vD,SAAU,QAAU38C,KAAM,IAE7F5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,SAAW38C,KAAM,IACvD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,QAAU38C,KAAM,IACtD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,QAAU38C,KAAM,IACtD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,QAAU38C,KAAM,IACtD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,QAAU38C,KAAM,IACtD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,UAAY38C,KAAM,IACxD5K,EAAOc,IAAI,IAAK,CAAEklD,MAAO,CAAC,CAAEuB,SAAU,WAAa38C,KAAM,GAC7D,CCrBIykE,GAEAvtB,GAAc6H,iCAAmC,gBACjD7H,GAAc4H,6BAA+BhrD,GAAOyiB,8BAA8B3oB,EAAe41E,uBAAwB51E,EAAeupB,0BAA2B+/B,GAAc6H,mCAC5K7H,GAAc4H,6BACf,KAAM,cAAgBlxD,EAAeupB,0BAA4B,IAAM+/B,GAAc6H,iCAAmC,SAE5H,IAAK,MAAMp0C,KAAOzJ,GAAe,CAC7B,MAAMwjE,EAAUjtB,IACTktB,EAAMC,EAAQC,EAAQp6D,GAAaE,EAC1C,GAAIg6D,EAEAD,EAAGE,GAAU,YAAazsE,GACtB,MAAMwJ,EAAMk9C,GAAoBgmB,EAAQp6D,GAExC,OADAi6D,EAAGE,GAAUjjE,EACNA,KAAOxJ,EAClB,MAEC,CACD,MAAMwJ,EAAMk9C,GAAoBgmB,EAAQp6D,GACxCi6D,EAAGE,GAAUjjE,CAChB,CACJ,CACL,CLkeYmjE,GpCrjBwB,GAA5Bl7D,GAAoB5J,OACpB4J,GAAoB1T,IAAI9E,EAAc6U,MAAOqN,IAC7C1J,GAAoB1T,IAAI9E,EAAcsd,KAAM+E,IAC5C7J,GAAoB1T,IAAI9E,EAAc0d,aAAc4E,IACpD9J,GAAoB1T,IAAI9E,EAAc0pB,QAASjL,IAC/CjG,GAAoB1T,IAAI9E,EAAckc,KAAMyC,IAC5CnG,GAAoB1T,IAAI9E,EAAc8pB,KAAMjL,IAC5CrG,GAAoB1T,IAAI9E,EAAciqB,MAAOlL,IAC7CvG,GAAoB1T,IAAI9E,EAAcmc,MAAO8C,IAC7CzG,GAAoB1T,IAAI9E,EAAcoc,MAAO+C,IAC7C3G,GAAoB1T,IAAI9E,EAAcwqB,SAAUnL,IAChD7G,GAAoB1T,IAAI9E,EAAc4qB,OAAQrL,IAC9C/G,GAAoB1T,IAAI9E,EAAc+qB,OAAQpL,IAC9CnH,GAAoB1T,IAAI9E,EAAcqc,OAAQoD,IAC9CjH,GAAoB1T,IAAI9E,EAAcyL,OAAQkW,IAC9CnJ,GAAoB1T,IAAI9E,EAAcosB,UAAWxK,IACjDpJ,GAAoB1T,IAAI9E,EAAc6hB,YAAaD,IACnDpJ,GAAoB1T,IAAI9E,EAAcsc,SAAUwF,IAChDtJ,GAAoB1T,IAAI9E,EAAclC,OAAQikB,IAC9CvJ,GAAoB1T,IAAI9E,EAAcirB,SAAUpL,IAChDrH,GAAoB1T,IAAI9E,EAAcmrB,eAAgBtL,IACtDrH,GAAoB1T,IAAI9E,EAAc8gB,KAAMD,IAC5CrI,GAAoB1T,IAAI9E,EAAc2zE,OAAQ1zD,IAC9CzH,GAAoB1T,IAAI9E,EAAcoW,SAAU6J,IAChDzH,GAAoB1T,IAAI9E,EAAcmZ,KAAMyG,IAC5CpH,GAAoB1T,IAAI9E,EAAc6d,KAAM+B,IAC5CpH,GAAoB1T,IAAI9E,EAAc4zE,QAASh0D,KQrBnB,GAA5BnH,GAAoB7J,OACpB6J,GAAoB3T,IAAI9E,EAAc6U,MAAOkY,IAC7CtU,GAAoB3T,IAAI9E,EAAcsd,KAAM6P,IAC5C1U,GAAoB3T,IAAI9E,EAAc0d,aAAc2P,IACpD5U,GAAoB3T,IAAI9E,EAAc0pB,QAASD,IAC/ChR,GAAoB3T,IAAI9E,EAAckc,KAAMyN,IAC5ClR,GAAoB3T,IAAI9E,EAAc8pB,KAAMD,IAC5CpR,GAAoB3T,IAAI9E,EAAciqB,MAAOD,IAC7CvR,GAAoB3T,IAAI9E,EAAcmc,MAAOgO,IAC7C1R,GAAoB3T,IAAI9E,EAAcoc,MAAOiO,IAC7C5R,GAAoB3T,IAAI9E,EAAcwqB,SAAUD,IAChD9R,GAAoB3T,IAAI9E,EAAcqc,OAAQqO,IAC9CjS,GAAoB3T,IAAI9E,EAAc4qB,OAAQD,IAC9ClS,GAAoB3T,IAAI9E,EAAc+qB,OAAQD,IAC9CrS,GAAoB3T,IAAI9E,EAAcirB,SAAUD,IAChDvS,GAAoB3T,IAAI9E,EAAcmrB,eAAgBD,IACtDzS,GAAoB3T,IAAI9E,EAAcyL,OAAQ2f,IAC9C3S,GAAoB3T,IAAI9E,EAAcosB,UAAWN,IACjDrT,GAAoB3T,IAAI9E,EAAc6hB,YAAaiK,IACnDrT,GAAoB3T,IAAI9E,EAAcsc,SAAUgQ,IAChD7T,GAAoB3T,IAAI9E,EAAclC,OAAQquB,IAC9C1T,GAAoB3T,IAAI9E,EAAc8gB,KAAMkL,IAC5CvT,GAAoB3T,IAAI9E,EAAc2zE,OAAQpoD,IAC9C9S,GAAoB3T,IAAI9E,EAAcoW,SAAUmV,IAChD9S,GAAoB3T,IAAI9E,EAAcmZ,KAAMmS,IAC5C7S,GAAoB3T,IAAI9E,EAAc4zE,QAAStoD,IAC/C7S,GAAoB3T,IAAI9E,EAAc6d,KAAMyN,K4B0hB5C9uB,EAAe0H,0BAAiCvI,EAAO8E,QAAQ,GAC/DwX,GAAW2N,EAAI,oBAClB,CAAC,MAAOpW,GAEL,MADAjB,GAAe,yBAA0BiB,GACnCA,CACT,CAjBA,CAkBL,CAvUQqkE,GACAr3E,EAAes8C,cAAe,EAE1Bj9C,IAAwBI,GACxBN,EAAOm3E,uBAQNt2E,EAAeiW,4BAA4BD,0BAER,IAApC/V,EAAcoC,OAAO4yE,YAAoBh1E,EAAcoC,OAAOi1E,oBAC9Dr3E,EAAcs3E,4BAGlB1hD,YAAW,KACP51B,EAAcu3E,8BAA8B,GAC7Cv3E,EAAcoC,OAAOo1E,2BAGxB,IACI5F,GACH,CACD,MAAO7+D,GAEH,MADAjB,GAAe,8CAA+CiB,GACxDA,CACT,OA4FTiU,iBACI5V,GAAe,4CACf,IACI,IAAKlS,EAAOu4E,6BAA+Bv4E,EAAOoiD,QAAS,CAIvD,MAAMo2B,EAAgBzhE,WACtB,IAAK,IAAI/L,EAAI,EAAGA,EAAIhL,EAAOoiD,QAAQp5C,SAAUgC,EAAG,CAC5C,MAAMoiB,EAAaptB,EAAOoiD,QAAQp3C,GAC5BytE,EAAoBz4E,EAAQotB,GAEfviB,MAAf4tE,EACAD,EAAcprD,GAAcqrD,EAG5B/lE,GAAc,uBAAuB0a,gDAE5C,CACJ,CAID,GAFAlb,GAAe,6BAEXlS,EAAO04E,cACP,UACU14E,EAAO04E,eAChB,CACD,MAAO7kE,GAEH,MADAjB,GAAe,0BAA2BiB,GACpCA,CACT,CAER,CAAC,MAAOA,GAEL,MADAjB,GAAe,qDAAsDiB,GAC/DA,CACT,CACL,CA9Hc8kE,GACNr8D,GAAW2N,EAAI,4BAClB,CAAC,MAAOpW,GAGL,MAFAjB,GAAe,qCAAsCiB,GACrD/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CAEDhT,EAAegC,0BAA0B8iB,gBAAgBL,SAC7D,CAlOwCszD,CAA0BlG,GAE9D1wE,EAAOywE,QAAU,CAAC,IAkOtB3qD,eAA4B0qD,GAExB,UACU3xE,EAAegC,0BAA0B2iB,QAC/CtT,GAAe,gBACf,MAAM+X,EAAO/N,KAGblc,EAAsB,cAAE,IAAK,OAAO,GAAM,GAC1CA,EAAsB,cAAE,IAAK,aAAa,GAAM,GAGhDwyE,EAAY74D,KAAI6T,GAAMA,MACtBlR,GAAW2N,EAAI,eAClB,CAAC,MAAOpW,GAGL,MAFAjB,GAAe,gCAAiCiB,GAChD/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CAEDhT,EAAeiC,aAAa6iB,gBAAgBL,SAChD,CAvP4BuzD,CAAarG,IAGrCxwE,EAAO82E,MAAMvrD,MAAKzF,gBAERjnB,EAAeiC,aAAa0iB,QAElClJ,GAAW2N,EAAI,0BAGfppB,EAAe0B,YAAYojB,gBAAgBL,QAAQ1kB,EAAmB,IACvE6sB,OAAM5Z,IACLhT,EAAe0B,YAAYojB,gBAAgBmH,OAAOjZ,EAAI,IAE1D7R,EAAO82E,MAAQj4E,EAAe0B,YAAYijB,QAErCxjB,EAAO+2E,UACR/2E,EAAO+2E,QAAWt1E,IACd3C,EAAckoD,UAAU,EAAGvlD,EAAM,GAGpCzB,EAAOg3E,SACRh3E,EAAOg3E,OAAUr/C,IACb74B,EAAckoD,UAAUrvB,EAAM,KAAK,EAG/C,CAsBA7R,eAAemxD,GACXt0C,EACAkuC,SAGM/xE,EAAciyE,kBAAkBvtD,QAEtC8oD,GAA4B3pC,GAK5BkuC,EADiB,IAAIjxC,YAAYugB,SAASniD,EAAOk5E,WAAav0C,QACpC95B,GAC1B7K,EAAOk5E,WAAa,IACxB,CA4MA,SAAS7E,GAA6B8E,GctQhC,IAA0Bl3E,ECeGm3E,EAtCHC,Ef8RvBF,GACDn5E,EAAOgzE,iBAAiB,gCAE5B9gE,GAAe,gCAEXpR,EAAcc,UAAYf,EAAee,SACzC8Q,GAAc,gFAEd5R,EAAcc,UAAYf,EAAec,eACzC+Q,GAAc,0FzCxClB,MACM4mE,EAAM,IAAInlE,MAD2BpT,EAAuD,GAAxBmT,IAE1E,IAAK,MAAM0J,KAAO07D,EAAK,CACnB,MAAM3B,EAAUvjE,IACTmlE,EAAYnvE,EAAMqK,EAAYC,EAAUC,GAAQiJ,EACjD47D,EAAkC,mBAAfD,EACzB,IAAmB,IAAfA,GAAuBC,EAEvB7B,EAAGvtE,GAAQ,YAAagB,IACEouE,IAAcD,KAC2Dl2E,GAAA,EAAA,SAAA+G,mDAC/F,MAAMwK,EAAMJ,GAAMpK,EAAMqK,EAAYC,EAAUC,GAE9C,OADAgjE,EAAGvtE,GAAQwK,EACJA,KAAOxJ,EAClB,MACG,CACH,MAAMwJ,EAAMJ,GAAMpK,EAAMqK,EAAYC,EAAUC,GAC9CgjE,EAAGvtE,GAAQwK,CACd,CACJ,CACL,CyCuBI6kE,GcnR4Bx3E,EdoRZhC,EcnRhBkC,OAAOC,OAAOH,EAAU,CACpBc,eAAgBgE,GAAOhE,eACvB22E,8BAA+B3yE,GAAO2yE,8BACtCjE,4BAA6BnhE,GAAqBmhE,4BAClDG,gCAAiCthE,GAAqBshE,gCACtD+D,0BAA2B5yE,GAAO4yE,4Bd+QJ54E,Ie5SNs4E,Ef6SRpvB,Ge5SpB9nD,OAAOC,OAAOi3E,EAAM,CAChBv8C,uBAAwB/1B,GAAO+1B,yBAoCJs8C,EfwQRlvB,GevQvB/nD,OAAOC,OAAOg3E,EAAS,CACnBQ,mBAAoB7yE,GAAO8yE,wBAC3BC,mBAAoB/yE,GAAOgzE,wBAC3BC,uBAAwBjzE,GAAOkzE,4BAC/BC,uBAAwBnzE,GAAOouD,+Bf0Q9BgkB,GACDn5E,EAAOm0E,oBAAoB,+BACnC,CAqDgB,SAAAa,GAAiB5qE,EAAchG,GAC3C2C,GAAOiuE,iBAAiB5qE,EAAMhG,EAClC,CA2HgB,SAAAyxE,GAAuB1wB,EAAiB2wB,GACpD5jE,GAAe,0BACf,IACI,MAAM+X,EAAO/N,KACKrR,MAAdirE,IACAA,EAAa,EACTj1E,EAAeqC,OAAO4yE,aACtBA,EAAa,EAAIA,IAGzB/uE,GAAO8uE,uBAAuB1wB,GAAU,SAAU2wB,GAClDx5D,GAAW2N,EAAI,mBAElB,CAAC,MAAOpW,GAGL,MAFAjB,GAAe,mCAAoCiB,GACnD/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CACL,CAqEOiU,eAAeqyD,GAAuBn4E,GnCxkBzC4kB,GAA6E,UmC0kBnDoT,iBgBvnBM,0BhBunBkCZ,IAC9DlnB,GAAe,qBAAuBknB,EAAGghD,aAAaC,UAAUvtE,SAAS,IAAI,IAIjF9K,EAAOqwE,QAAU,CAAC,IAndtBvqD,iBACI5V,GAAe,oDACf,MAAM+X,EAAO/N,KACb,IACIhK,GAAe,iBACfrR,EAAe4B,cAAckjB,gBAAgBL,UAC7C+uD,IAA6B,SACvB9hD,KACN1xB,EAAe6B,aAAaijB,gBAAgBL,UAC5ChJ,GAAW2N,EAAI,qBAClB,CAAC,MAAOpW,GAGL,MAFAjB,GAAe,8BAA+BiB,GAC9C/S,EAAckoD,UAAU,EAAGn1C,GACrBA,CACT,CACL,CAoc4BymE,IACxBt4E,EAAOmwE,gBAAkB8G,SACnBp4E,EAAe6B,aAAa8iB,OACtC,CiBrnBA,SAAS+0D,GAAkBz4E,GACvB,MAAME,EAAShC,EACTw6E,EAAU14E,EACV02E,EAAgBzhE,WAEYhW,GhBlBhC,SACFy5E,GAEAvwB,GAAOuwB,EAAQnB,KACfnvB,GAAUswB,EAAQpB,OACtB,CgBcQqB,CAAwBD,GAIMz5E,IAC9BoB,OAAOC,OAAOo4E,EAAQnB,KFhBnB,CAEHrE,oBACAnsE,kCACAmzB,2BACAnlB,gDACA3M,6BACAU,sBACAL,+BACAY,2BACA49C,iBACAF,0BAGA/rB,uBAA6B,KAC7B+4C,0BAEA3yE,OAAQrC,EAAeqC,OACvBw3E,aAAwB,GAGxBh1E,SACAa,QACAE,SACAG,SACAE,SACAG,UACAE,aACArB,QACAE,SACAM,SACAe,UACAE,UACAE,UACAQ,SACAC,UACAC,UACAC,UACAI,UACAE,aACAhB,SACAC,UACAC,UACAe,UACAC,YE3BAzG,OAAOC,OAAOo4E,EAAQpB,QF6CnB,CAEHuB,mBAAoB7lB,GACpB8lB,0BAA2B7lB,GAC3B6kB,mBAAyB,KACzBE,mBAAyB,KACzBe,yBAA0B3oB,GAC1BjF,2BACA2G,0BACA/I,kBACA2J,eACAnC,kBAEA2nB,uBAA6B,KAC7BE,uBAA6B,KAC7BY,8BAA+B9pE,GAC/By7C,gCACAzB,uBACA+vB,iBAAkBzqE,GAClBgiD,uBACAyB,iCEhEA5xD,OAAOC,OAAOo4E,EAAQv4E,SFqCnB,CACHkwD,4BACAV,0BErCJtvD,OAAOC,OAAOo4E,EAAQv4E,SHpBf,CAEHc,eAAiBi4E,IAAwBh7E,EAAO6T,IAAI,cAAgBmnE,EAAU,EAC9E7uD,uBAGA8qC,aAASpsD,EAET+I,2CAGAgqB,8BACAnmB,yCACAQ,8BACAC,kCACAiD,yBACAc,4BACAlD,8BACAZ,6BACAC,6BACAI,+BACAF,uCACAO,+BACA/B,2BAA4BjW,EAAeiW,2BAC3C9C,0CAGAoT,gBACAF,gBACAG,gBACAC,uBACAC,mBACA0zD,oBAAqB,IAAMr6E,EAC3B6mB,kBAGAiG,4BACA+K,kBACA0B,gBACAC,gBACAmB,mBACAG,iBACAxB,iBAGA7G,yCACAG,oCACAC,2BACAE,4BACAY,mBACAR,yBACAmB,uCACAC,wCACAI,gCACAH,iCACAM,yCAGAunB,0BACAi+B,0BAA2B1tC,GAC3B2tC,wBAAyB/6C,GAGzB+d,qBACAC,uBAEAC,oBACA2B,6BG9CJ79C,OAAOC,OAAOvB,EAAgB,CAC1Bu6E,8BAA+BxnE,GAC/BwpB,6BACAnB,qBACAghB,0BACA9wB,yBAGJ,MAAMkvD,ECrCe,CACjBC,QAASvyB,GACTwyB,eAAgB1yB,GAChB2yB,uBAAwBxG,GACxByG,mBAAoBzxD,GACpB0xD,iBAAkB50D,GAClB60D,UAAW,IACA96E,EAAeqC,OAE1B04E,0BAA2B96E,EAAc86E,0BACzCC,WAAYn2E,EACZo2E,UAAWh2E,EACXi2E,WAAY/1E,EACZg2E,WAAY11E,EACZ21E,UAAW11E,EACX21E,WAAYz1E,EACZ01E,WAAYv1E,EACZw1E,WAAYt1E,EACZu1E,WAAYp1E,GACZq1E,cAAen1E,GACfo1E,WAAYl1E,GACZm1E,WAAYj1E,GACZk1E,WAAYh1E,GACZi1E,UAAWh1E,GACXi1E,WAAYh1E,GACZi1E,WAAYh1E,GACZi1E,UAAW50E,GACX60E,WAAY50E,GACZ60E,WAAY50E,GACZ60E,WAAY50E,GACZ60E,WAAYz0E,GACZ00E,cAAex0E,GACfy0E,WAAYx0E,GACZy0E,WAAYx0E,GACZpD,gBAAiBA,GACjBgE,iBAAkBA,GAClBC,iBAAkBA,GAClBL,gBAAiBA,GACjBC,iBAAkBA,GAClBC,iBAAkBA,GAClBC,oBAAqBA,GACrBG,iBAAkBA,GAClBC,iBAAkBA,IDiBtB,GArBAxH,OAAOC,OAAOxB,EAAoB,CAC9BX,SAAUu6E,EAAQv4E,SAClBjC,OAAQgC,EACRq7E,iBAAkB,CACdC,eAAgB1M,EAChBhvE,QAASf,EAAee,QACxB27E,iCAEDlC,IAE2Bt6E,GAC9BoB,OAAOC,OAAOxB,EAAoB,CAC9BqpD,KAAMuwB,EAAQnB,KACdnvB,QAASswB,EAAQpB,eAIyB,IAAvCp3E,EAAOu2E,8BACdv2E,EAAOu2E,6BAA8B,IAGpCv2E,EAAOu2E,4BAA6B,CACrCp2E,OAAOC,OAAOJ,EAAQpB,GAEYG,IAI9BiB,EAAO8yD,wBAA0B,CAACnqC,EAAajN,KAC3ChL,GAAc,8FACPoiD,GAAwBnqC,EAAKjN,KAI5C,MAAM8/D,EAAW,CAACpzE,EAAcqzE,KAC5B,QAAmC,IAAxBjF,EAAcpuE,GAErB,OAEJ,IAAIhG,EACJjC,OAAOqT,eAAeuB,WAAY3M,EAAM,CACpC+B,IAAK,KACD,GAAIhI,EAAWC,GAAQ,CACnB,MAAM2P,GAAQ,IAAKhS,OAASgS,MACtB2pE,EAAW3pE,EAAQA,EAAM2oB,OAAO3oB,EAAMc,QAAQ,KAAM,GAAK,GAAK,GACpEnC,GAAc,UAAUtI,oCAAuCA,aAAgBszE,KAC/Et5E,EAAQq5E,GACX,CACD,OAAOr5E,CAAK,GAElB,EAENo0E,EAAcvuB,KAAOuwB,EAAQnB,KAC7Bb,EAActuB,QAAUswB,EAAQpB,QAChCZ,EAAcv4E,SAAWu6E,EAAQv4E,SACjCu2E,EAAcx4E,OAASgC,EAGvBw7E,EAAS,SAAS,IAAMx7E,EAAOwS,QAC/BgpE,EAAS,oBAAoB,IAAMx7E,EAAOgxE,mBAC1CwK,EAAS,uBAAuB,IAAMx7E,EAAOmyE,qBAChD,CAGD,IAAI93B,EAUJ,OATKm8B,EAAcmF,iBAKfthC,EAAOm8B,EAAcmF,iBAAiBC,QAJtCpF,EAAcmF,iBAAoBE,GAAsBrF,EAAcmF,iBAAiBC,OAAOE,WAAWD,GACzGrF,EAAcmF,iBAAiBC,OAASvhC,EAAO,IAAI0hC,IAKvD1hC,EAAK2hC,gBAAgBp9E,GAEdA,CACX,CAEA,MAAMm9E,GAANzyE,cACYE,KAAI6wC,KAAiD,EAYhE,CAVU2hC,gBAAgB97E,GAGnB,OAFAA,EAAI27E,UAAY17E,OAAO2X,KAAKtO,KAAK6wC,MAAMrzC,OACvCwC,KAAK6wC,KAAKn6C,EAAI27E,WAAar1D,GAAgBtmB,GACpCA,EAAI27E,SACd,CAEMC,WAAWD,GACd,MAAM/xD,EAAKtgB,KAAK6wC,KAAKwhC,GACrB,OAAO/xD,EAAKA,EAAGpD,aAAU7d,CAC5B"} \ No newline at end of file diff --git a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map.gz b/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map.gz deleted file mode 100644 index 2368cb3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/dotnet.runtime.js.map.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm b/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm deleted file mode 100644 index 7d13280..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm.gz deleted file mode 100644 index 56513f3..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat b/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat deleted file mode 100644 index 118a60d..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat.gz b/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat.gz deleted file mode 100644 index f0921af..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_CJK.dat.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat b/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat deleted file mode 100644 index e4c1c91..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat.gz b/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat.gz deleted file mode 100644 index d0f6a8a..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_EFIGS.dat.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat b/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat deleted file mode 100644 index 87b08e0..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat.gz b/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat.gz deleted file mode 100644 index 78330d1..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/icudt_no_CJK.dat.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm b/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm deleted file mode 100644 index 1e385a8..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm.gz deleted file mode 100644 index b221f12..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/mscorlib.wasm.gz and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm b/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm deleted file mode 100644 index e1d9545..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm and /dev/null differ diff --git a/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm.gz b/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm.gz deleted file mode 100644 index 0836d94..0000000 Binary files a/bin/Debug/net8.0/wwwroot/_framework/netstandard.wasm.gz and /dev/null differ diff --git a/obj/CV.csproj.nuget.dgspec.json b/obj/CV.csproj.nuget.dgspec.json deleted file mode 100644 index 413f718..0000000 --- a/obj/CV.csproj.nuget.dgspec.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj": {} - }, - "projects": { - "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj", - "projectName": "CV", - "projectPath": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj", - "packagesPath": "C:\\Users\\d074064\\.nuget\\packages\\", - "outputPath": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\d074064\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://gesintegracion.admon-cfnavarra.es/nexus/repository/nuget-group/": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Blazorise": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Blazorise.Bootstrap": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Blazorise.Icons.FontAwesome": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Microsoft.AspNetCore.Components.WebAssembly": { - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.AspNetCore.Components.WebAssembly.DevServer": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.Extensions.DependencyInjection": { - "target": "Package", - "version": "[8.0.0, )" - }, - "Microsoft.Extensions.Localization": { - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.NET.ILLink.Tasks": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )", - "autoReferenced": true - }, - "Microsoft.NET.Sdk.WebAssembly.Pack": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )", - "autoReferenced": true - }, - "Radzen.Blazor": { - "target": "Package", - "version": "[4.26.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.201/PortableRuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "browser-wasm": { - "#import": [] - } - } - } - } -} \ No newline at end of file diff --git a/obj/CV.csproj.nuget.g.props b/obj/CV.csproj.nuget.g.props deleted file mode 100644 index acf549b..0000000 --- a/obj/CV.csproj.nuget.g.props +++ /dev/null @@ -1,29 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\d074064\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.9.1 - - - - - - - - - - - - - - - C:\Users\d074064\.nuget\packages\microsoft.net.sdk.webassembly.pack\8.0.2 - C:\Users\d074064\.nuget\packages\microsoft.net.illink.tasks\8.0.2 - C:\Users\d074064\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\8.0.2 - - \ No newline at end of file diff --git a/obj/CV.csproj.nuget.g.targets b/obj/CV.csproj.nuget.g.targets deleted file mode 100644 index 2c5caca..0000000 --- a/obj/CV.csproj.nuget.g.targets +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 678fc5f..0000000 --- a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/obj/Debug/net8.0/CV.AssemblyInfo.cs b/obj/Debug/net8.0/CV.AssemblyInfo.cs deleted file mode 100644 index 049a87c..0000000 --- a/obj/Debug/net8.0/CV.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("CV")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8df354a9684ec0a0c4b7b6da0c2a783008fec471")] -[assembly: System.Reflection.AssemblyProductAttribute("CV")] -[assembly: System.Reflection.AssemblyTitleAttribute("CV")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/obj/Debug/net8.0/CV.AssemblyInfoInputs.cache b/obj/Debug/net8.0/CV.AssemblyInfoInputs.cache deleted file mode 100644 index ed7c801..0000000 --- a/obj/Debug/net8.0/CV.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5a20bd3977e86fb5d1a6c5abb93a404b346ccb4cff041b85711cc7d904c70c74 diff --git a/obj/Debug/net8.0/CV.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/CV.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 52acdd2..0000000 --- a/obj/Debug/net8.0/CV.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,67 +0,0 @@ -is_global = true -build_property.EnableAotAnalyzer = -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = false -build_property.IncludeAllContentForSelfExtract = -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = false -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = browser -build_property.RootNamespace = CV -build_property.RootNamespace = CV -build_property.ProjectDir = C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = false -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\d074064\Desktop\Nueva carpeta (5)\CV -build_property._RazorSourceGeneratorDebug = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/App.razor] -build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/MainLayout.razor] -build_metadata.AdditionalFiles.TargetPath = TWFpbkxheW91dC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/About.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQWJvdXQucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/Cursos.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ3Vyc29zLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/Education.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRWR1Y2F0aW9uLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/Experiencia.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXhwZXJpZW5jaWEucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/Tecnologias.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcVGVjbm9sb2dpYXMucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Shared/Header.razor] -build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXEhlYWRlci5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/_Imports.razor] -build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Pages/Inicio.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5pY2lvLnJhem9y -build_metadata.AdditionalFiles.CssScope = b-qzthbqf371 - -[C:/Users/d074064/Desktop/Nueva carpeta (5)/CV/Shared/NavMenu.razor] -build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I= -build_metadata.AdditionalFiles.CssScope = b-j84paeed2u diff --git a/obj/Debug/net8.0/CV.GlobalUsings.g.cs b/obj/Debug/net8.0/CV.GlobalUsings.g.cs deleted file mode 100644 index 8950fd3..0000000 --- a/obj/Debug/net8.0/CV.GlobalUsings.g.cs +++ /dev/null @@ -1,11 +0,0 @@ -// -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.en.resources b/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.en.resources deleted file mode 100644 index d1693fd..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.en.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.resources b/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.resources deleted file mode 100644 index 5ec7deb..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.en.resources b/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.en.resources deleted file mode 100644 index 258c08d..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.en.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.resources b/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.resources deleted file mode 100644 index 6b8496b..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.IndexRes.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.en.resources b/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.en.resources deleted file mode 100644 index f66ea66..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.en.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.resources b/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.resources deleted file mode 100644 index a2c39dd..0000000 Binary files a/obj/Debug/net8.0/CV.Shared.Resources.NavMenuRes.resources and /dev/null differ diff --git a/obj/Debug/net8.0/CV.assets.cache b/obj/Debug/net8.0/CV.assets.cache deleted file mode 100644 index 7f6bec5..0000000 Binary files a/obj/Debug/net8.0/CV.assets.cache and /dev/null differ diff --git a/obj/Debug/net8.0/CV.csproj.AssemblyReference.cache b/obj/Debug/net8.0/CV.csproj.AssemblyReference.cache deleted file mode 100644 index 188f30b..0000000 Binary files a/obj/Debug/net8.0/CV.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Debug/net8.0/CV.csproj.BuildWithSkipAnalyzers b/obj/Debug/net8.0/CV.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net8.0/CV.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/CV.csproj.CoreCompileInputs.cache deleted file mode 100644 index 054a600..0000000 --- a/obj/Debug/net8.0/CV.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fdd4aa8ad2dd4d09ec36727aaebbeabacb8d72e87776e248a1fa4ca8a5e94deb diff --git a/obj/Debug/net8.0/CV.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/CV.csproj.FileListAbsolute.txt deleted file mode 100644 index d705cf3..0000000 --- a/obj/Debug/net8.0/CV.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,1090 +0,0 @@ -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\blazor.boot.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\blazor.webassembly.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Bootstrap.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Icons.FontAwesome.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Licensing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\CV.pdb -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\CV.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\DeepCloner.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.js.map -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.native.8.0.2.deknxu92gu.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.native.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.runtime.8.0.2.8j60y5zbay.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.runtime.js.map -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\en\CV.resources.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_CJK.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_EFIGS.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_no_CJK.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Authorization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.Forms.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.WebAssembly.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Metadata.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.CSharp.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Binder.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.FileExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.DependencyInjection.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.DependencyInjection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileProviders.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileProviders.Physical.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileSystemGlobbing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Localization.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Localization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Logging.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Logging.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Options.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.JSInterop.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.JSInterop.WebAssembly.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.VisualBasic.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.VisualBasic.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Win32.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Win32.Registry.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\mscorlib.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\netstandard.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Radzen.Blazor.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.AppContext.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Buffers.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Concurrent.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Immutable.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.NonGeneric.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Specialized.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.Annotations.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.DataAnnotations.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.EventBasedAsync.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.TypeConverter.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Configuration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Console.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.Common.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.DataSetExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Contracts.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Debug.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.DiagnosticSource.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.FileVersionInfo.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Process.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.StackTrace.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.TextWriterTraceListener.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Tools.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.TraceSource.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Tracing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Drawing.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Drawing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Dynamic.Runtime.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Formats.Asn1.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Formats.Tar.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.Calendars.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.Brotli.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.FileSystem.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.ZipFile.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.DriveInfo.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.Watcher.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.IsolatedStorage.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.MemoryMappedFiles.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipelines.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipes.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipes.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.UnmanagedMemoryStream.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Dynamic.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Expressions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Parallel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Queryable.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Memory.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Http.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Http.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.HttpListener.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Mail.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.NameResolution.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.NetworkInformation.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Ping.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Quic.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Requests.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Security.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.ServicePoint.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Sockets.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebClient.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebHeaderCollection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebProxy.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebSockets.Client.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebSockets.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Numerics.Vectors.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Numerics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ObjectModel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.CoreLib.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.DataContractSerialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Uri.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Xml.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.DispatchProxy.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.ILGeneration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.Lightweight.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Metadata.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.TypeExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.Reader.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.ResourceManager.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.Writer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.CompilerServices.Unsafe.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.CompilerServices.VisualC.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Handles.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.JavaScript.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.RuntimeInformation.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Intrinsics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Loader.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Numerics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Formatters.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Claims.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Algorithms.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Cng.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Csp.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Encoding.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.OpenSsl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.X509Certificates.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Principal.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Principal.Windows.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.SecureString.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ServiceModel.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ServiceProcess.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.CodePages.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encodings.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.RegularExpressions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Channels.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Overlapped.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Dataflow.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Parallel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Thread.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.ThreadPool.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Timer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Transactions.Local.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Transactions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ValueTuple.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Web.HttpUtility.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Windows.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.ReaderWriter.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.Serialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XmlDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XmlSerializer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XPath.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XPath.XDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\WindowsBase.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ServiceProcess.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Bootstrap.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.FileVersionInfo.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Extensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.JavaScript.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.X509Certificates.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.IsolatedStorage.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Concurrent.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.RegularExpressions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Parallel.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XmlDocument.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Icons.FontAwesome.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Ping.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Binder.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.CompilerServices.VisualC.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebSockets.Client.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Formats.Asn1.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.Extensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Formats.Tar.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.ILGeneration.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.DependencyInjection.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\CV.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Numerics.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\netstandard.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Console.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.CodePages.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\en\CV.resources.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\CV.pdb.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Localization.Abstractions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.ResourceManager.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.VisualBasic.Core.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_EFIGS.dat.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Claims.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\WindowsBase.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.JSInterop.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Tools.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.DispatchProxy.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.CoreLib.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Formatters.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Dynamic.Runtime.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Principal.Windows.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.runtime.8.0.2.8j60y5zbay.js.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.DataSetExtensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Intrinsics.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Extensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.Watcher.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Windows.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.NetworkInformation.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Logging.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Localization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.DataAnnotations.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Tracing.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Options.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.Licensing.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.DriveInfo.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.Reader.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.Annotations.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Authorization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.InteropServices.RuntimeInformation.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ObjectModel.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Parallel.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.AccessControl.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Algorithms.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Expressions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.native.8.0.2.deknxu92gu.js.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipes.AccessControl.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.StackTrace.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Logging.Abstractions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.NameResolution.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Metadata.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Json.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.native.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Timer.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.TraceSource.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XDocument.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.TextWriterTraceListener.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.Calendars.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\blazor.boot.json.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Xml.Linq.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.Brotli.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Handles.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Numerics.Vectors.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Loader.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.EventBasedAsync.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.AccessControl.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encoding.Extensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Encodings.Web.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ValueTuple.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Metadata.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Drawing.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Numerics.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Json.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Radzen.Blazor.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_CJK.dat.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Requests.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Transactions.Local.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Win32.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Thread.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.runtime.js.map.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Globalization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Queryable.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Process.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileProviders.Abstractions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\mscorlib.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.js.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebSockets.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Contracts.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\dotnet.js.map.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XmlSerializer.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Encoding.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Resources.Writer.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.UnmanagedMemoryStream.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.ReaderWriter.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.WebAssembly.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.Abstractions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.SecureString.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Core.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Uri.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Drawing.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.CSharp.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Data.Common.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Http.Json.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileProviders.Physical.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipelines.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\blazor.webassembly.js.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Mail.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.Emit.Lightweight.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ServiceModel.Web.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.FileSystemGlobbing.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Text.Json.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Pipes.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebHeaderCollection.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\DeepCloner.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Security.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebClient.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\icudt_no_CJK.dat.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.OpenSsl.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Blazorise.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.DataContractSerialization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.Dataflow.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Cng.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.ServicePoint.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.VisualBasic.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.DiagnosticSource.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.Forms.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XPath.XDocument.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.JSInterop.WebAssembly.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.HttpListener.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Principal.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Extensions.Configuration.FileExtensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.ComponentModel.TypeConverter.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Tasks.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Transactions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Private.Xml.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Specialized.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Web.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Reflection.TypeExtensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Extensions.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.Linq.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Configuration.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.CompilerServices.Unsafe.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Web.HttpUtility.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.NonGeneric.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Memory.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.FileSystem.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.WebProxy.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.FileSystem.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.Immutable.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Http.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Quic.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Collections.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.ThreadPool.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Diagnostics.Debug.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Channels.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Threading.Overlapped.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Runtime.Serialization.Xml.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Security.Cryptography.Csp.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.Serialization.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.Compression.ZipFile.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.AppContext.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.Win32.Registry.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Primitives.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Xml.XPath.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\Microsoft.AspNetCore.Components.Web.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Buffers.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.IO.MemoryMappedFiles.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Net.Sockets.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\System.Linq.Dynamic.Core.wasm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\CV.staticwebassets.runtime.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\CV.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\CV.pdb -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\en\CV.resources.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Blazorise.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Blazorise.Bootstrap.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Blazorise.Icons.FontAwesome.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Blazorise.Licensing.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\DeepCloner.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Authorization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Components.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Components.Forms.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Components.Web.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Components.WebAssembly.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.AspNetCore.Metadata.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Configuration.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Binder.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Configuration.FileExtensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Json.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Physical.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.FileSystemGlobbing.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Localization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Localization.Abstractions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Options.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.JSInterop.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.JSInterop.WebAssembly.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Radzen.Blazor.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Pipelines.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Linq.Dynamic.Core.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.CSharp.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.VisualBasic.Core.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.VisualBasic.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Win32.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\Microsoft.Win32.Registry.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.AppContext.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Buffers.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Collections.Concurrent.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Collections.Immutable.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Collections.NonGeneric.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Collections.Specialized.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Collections.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.Annotations.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.DataAnnotations.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.EventBasedAsync.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.TypeConverter.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ComponentModel.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Configuration.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Console.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Core.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Data.Common.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Data.DataSetExtensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Data.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.Contracts.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.Debug.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.DiagnosticSource.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.FileVersionInfo.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.Process.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.StackTrace.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.TextWriterTraceListener.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.Tools.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.TraceSource.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Diagnostics.Tracing.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Drawing.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Drawing.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Dynamic.Runtime.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Formats.Asn1.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Formats.Tar.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Globalization.Calendars.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Globalization.Extensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Globalization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Compression.Brotli.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Compression.FileSystem.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Compression.ZipFile.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Compression.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.FileSystem.AccessControl.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.FileSystem.DriveInfo.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.FileSystem.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.FileSystem.Watcher.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.FileSystem.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.IsolatedStorage.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.MemoryMappedFiles.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Pipes.AccessControl.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.Pipes.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.UnmanagedMemoryStream.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.IO.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Linq.Expressions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Linq.Parallel.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Linq.Queryable.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Linq.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Memory.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Http.Json.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Http.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.HttpListener.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Mail.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.NameResolution.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.NetworkInformation.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Ping.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Quic.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Requests.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Security.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.ServicePoint.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.Sockets.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.WebClient.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.WebHeaderCollection.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.WebProxy.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.WebSockets.Client.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.WebSockets.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Net.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Numerics.Vectors.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Numerics.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ObjectModel.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Private.DataContractSerialization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Private.Uri.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Private.Xml.Linq.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Private.Xml.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.DispatchProxy.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Emit.ILGeneration.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Emit.Lightweight.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Emit.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Extensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Metadata.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.TypeExtensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Reflection.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Resources.Reader.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Resources.ResourceManager.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Resources.Writer.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.CompilerServices.Unsafe.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.CompilerServices.VisualC.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Extensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Handles.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.InteropServices.JavaScript.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.InteropServices.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Intrinsics.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Loader.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Numerics.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Serialization.Formatters.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Serialization.Json.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Serialization.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Serialization.Xml.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.Serialization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Runtime.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.AccessControl.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Claims.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.Algorithms.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.Cng.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.Csp.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.Encoding.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.OpenSsl.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.Primitives.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.X509Certificates.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Cryptography.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Principal.Windows.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.Principal.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.SecureString.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Security.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ServiceModel.Web.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ServiceProcess.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.Encoding.CodePages.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.Encoding.Extensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.Encoding.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.Encodings.Web.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.Json.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Text.RegularExpressions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Channels.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Overlapped.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Tasks.Dataflow.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Tasks.Extensions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Tasks.Parallel.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Tasks.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Thread.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.ThreadPool.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.Timer.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Threading.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Transactions.Local.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Transactions.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.ValueTuple.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Web.HttpUtility.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Web.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Windows.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.Linq.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.ReaderWriter.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.Serialization.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.XDocument.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.XPath.XDocument.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.XPath.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.XmlDocument.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.XmlSerializer.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Xml.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\WindowsBase.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\mscorlib.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\netstandard.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\System.Private.CoreLib.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.js.map -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.native.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.native.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.runtime.js -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\dotnet.runtime.js.map -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\icudt_CJK.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\icudt_EFIGS.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\icudt_no_CJK.dat -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.AssemblyReference.cache -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.AllResourcesRes.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.IndexRes.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.NavMenuRes.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.AllResourcesRes.en.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.IndexRes.en.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.NavMenuRes.en.resources -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.GenerateResource.cache -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.AssemblyInfoInputs.cache -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.AssemblyInfo.cs -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.CoreCompileInputs.cache -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.MvcApplicationPartsAssemblyInfo.cache -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.sourcelink.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\en\CV.resources.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Blazorise.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Blazorise.Bootstrap.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Blazorise.Icons.FontAwesome.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Blazorise.Licensing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\DeepCloner.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Authorization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Components.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Components.Forms.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Components.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Components.WebAssembly.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.AspNetCore.Metadata.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Configuration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Configuration.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Configuration.Binder.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Configuration.FileExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Configuration.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.DependencyInjection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.DependencyInjection.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.FileProviders.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.FileProviders.Physical.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.FileSystemGlobbing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Localization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Localization.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Logging.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Logging.Abstractions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Options.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Extensions.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.JSInterop.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.JSInterop.WebAssembly.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Radzen.Blazor.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Pipelines.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Linq.Dynamic.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.CSharp.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.VisualBasic.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.VisualBasic.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Win32.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\Microsoft.Win32.Registry.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.AppContext.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Buffers.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Collections.Concurrent.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Collections.Immutable.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Collections.NonGeneric.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Collections.Specialized.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Collections.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.Annotations.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.DataAnnotations.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.EventBasedAsync.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.TypeConverter.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ComponentModel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Configuration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Console.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Core.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Data.Common.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Data.DataSetExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Data.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.Contracts.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.Debug.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.DiagnosticSource.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.FileVersionInfo.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.Process.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.StackTrace.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.TextWriterTraceListener.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.Tools.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.TraceSource.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Diagnostics.Tracing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Drawing.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Drawing.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Dynamic.Runtime.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Formats.Asn1.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Formats.Tar.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Globalization.Calendars.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Globalization.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Globalization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Compression.Brotli.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Compression.FileSystem.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Compression.ZipFile.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Compression.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.FileSystem.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.FileSystem.DriveInfo.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.FileSystem.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.FileSystem.Watcher.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.FileSystem.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.IsolatedStorage.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.MemoryMappedFiles.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Pipes.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.Pipes.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.UnmanagedMemoryStream.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.IO.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Linq.Expressions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Linq.Parallel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Linq.Queryable.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Memory.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Http.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Http.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.HttpListener.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Mail.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.NameResolution.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.NetworkInformation.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Ping.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Quic.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Requests.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Security.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.ServicePoint.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.Sockets.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.WebClient.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.WebHeaderCollection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.WebProxy.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.WebSockets.Client.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.WebSockets.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Net.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Numerics.Vectors.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Numerics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ObjectModel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Private.DataContractSerialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Private.Uri.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Private.Xml.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Private.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.DispatchProxy.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Emit.ILGeneration.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Emit.Lightweight.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Emit.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Metadata.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.TypeExtensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Reflection.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Resources.Reader.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Resources.ResourceManager.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Resources.Writer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.CompilerServices.Unsafe.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.CompilerServices.VisualC.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Handles.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.InteropServices.JavaScript.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.InteropServices.RuntimeInformation.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.InteropServices.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Intrinsics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Loader.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Numerics.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Serialization.Formatters.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Serialization.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Serialization.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Serialization.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.Serialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Runtime.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.AccessControl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Claims.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.Algorithms.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.Cng.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.Csp.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.Encoding.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.OpenSsl.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.Primitives.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.X509Certificates.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Cryptography.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Principal.Windows.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.Principal.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.SecureString.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Security.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ServiceModel.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ServiceProcess.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.Encoding.CodePages.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.Encoding.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.Encoding.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.Encodings.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.Json.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Text.RegularExpressions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Channels.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Overlapped.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Tasks.Dataflow.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Tasks.Extensions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Tasks.Parallel.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Tasks.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Thread.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.ThreadPool.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.Timer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Threading.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Transactions.Local.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Transactions.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.ValueTuple.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Web.HttpUtility.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Web.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Windows.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.Linq.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.ReaderWriter.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.Serialization.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.XDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.XPath.XDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.XPath.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.XmlDocument.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.XmlSerializer.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Xml.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\WindowsBase.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\mscorlib.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\netstandard.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\System.Private.CoreLib.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\CV.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\webcil\en\CV.resources.wasm -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\blazor.build.boot-extension.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\blazor.boot.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets.build.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets.development.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets\msbuild.CV.Microsoft.AspNetCore.StaticWebAssets.props -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets\msbuild.build.CV.props -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.CV.props -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.CV.props -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\staticwebassets.pack.json -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\scopedcss\bundle\CV.styles.css -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\scopedcss\projectbundle\CV.bundle.scp.css -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\pa2u8l6hvs.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\rhh9x9jltf.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\0dggxsp0xz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1zgerff55m.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9xjdocvfua.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\qnrwmkk3fl.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\bfbaszu0bq.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\jvd033iqeb.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\sumz978195.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\zb6qi2ny89.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\noftw5oq6v.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\e9ijy5scj2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\egtoek7vle.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\nrd8n58389.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\2c62l5su36.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tmrbtkwdlj.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\efu5qanr2p.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\3yozxou738.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\jke0bkyjc2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\l85b55n9tx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ow435jk1c5.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\q52yxkp4b8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9jw2lzm379.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5nbircwk8q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9jqp6z2iia.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\e0pwesc8na.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9uxhishp1u.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\lzmj34im4a.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\6ucwahhix8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\t7fwyu8qku.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\j5v0qqmjzz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\p0b5aezta8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\zmm61pw3nh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ougkhitdzi.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5sb3wxz0bw.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\si0n6kt4lf.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\khjx9jiu5t.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ywulsowx2v.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\yp9qcdgic9.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\zl32uilzr6.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1bco0s38nh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\wreamsjpyi.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\vpth8ufucy.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\twnl85lnp7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\x7xwc3r13e.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\aid9j0kiwg.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9s52gkcx3p.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\giv4nig2qx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\977hklibey.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ts8lyp5v7f.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\47vgl2wf2e.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\v6wk55duj2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\4zzei9lfv1.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\oam712whm8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\oun0v0am46.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\8m3f3bjvtd.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\hnzrs1vh87.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\mj884n42m7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\xc4hu2uloh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\srhcftb0hp.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\0dyjv3mml5.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\l7nq3wu6hd.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\dlx146itj2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\fln89d9szq.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\70oce93p1r.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\f8mt8hw67a.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9u2h0ane2m.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\hqvxbsyr7k.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\osb3mzrwaa.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\8dexh15nje.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\31kp470qu1.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\3a5aedcroc.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\fptzglqgqb.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\3659l1htzj.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\kw1cblutp7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\g1qnj41t0x.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\vwfhymlwgh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ykebj5f9y0.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\3s9rerktjx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\cuqz7nq91q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\a8bch6iadm.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\kcq3ro3lch.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\96fk1dodsq.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\w7k8uh40of.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1975ftkgmh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\zln4ts3g7e.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\dfz9yh7sa4.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ql38l5ztno.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\n7sj458ln7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\lrvwfqetia.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\dcc9vgtpi2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1nnehsfoof.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\l2xki56163.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1qlghbk8f3.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\vtfkqvuvsv.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ovqip5z8xf.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\wvw84o58rq.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tauhtqouzx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\pfju7th0za.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\e1d9x8xdb3.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9igl8qqpha.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\240kxc4nq3.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ywzb9f2dcy.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\x30a9i6nte.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\jv2oyhfpar.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\qvyc6o4o6u.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\s8jv0soqtn.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\zlr2nt48lq.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\r9b60o4t14.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\qlrptf693z.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\w4ig83muls.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\2uhl7vqm2q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\mbeeojz9ug.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\60ixcen2jd.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\gdfo7je9gv.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\4bs7nslcns.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\cddk9b2cn3.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\rv6w1353p7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\onfdqnfhzd.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\fzdbyy91ls.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tuwued8wz0.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\7s15hg8hvf.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\3c8emknb4p.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\pi0f70mlsr.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\lo86bc157u.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\0s2kg0m3di.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\he11x47zc2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\gawxcgha3y.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\udqbn2gls1.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\s7hnmmo50d.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\aa1a0r2wi1.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5nu5x92r5o.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\n1i5k24ute.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\vb3znhuzcz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\2ps15d0hpo.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\uffslssvyk.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\gb2rdxsqm6.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\0yr6uyn06c.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\bpx7bhqsds.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\7z4mv2p1rc.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\8rvh24xdzx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\gebmqp4xt0.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ht4fsuebfs.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\89ckpg3jrk.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\hx72xlg0qa.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\auj0g1uvmy.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\y1cjdhx27q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5cljcany1u.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\jrcrsywb3a.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\glf7ilsf7b.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5ws1zadqu8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\daom1n2glk.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\s843qmk63v.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\y2cmp3t3ko.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\n0jvg8m93t.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\rhbdejd3yz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\anyksxhl2h.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\185lt5b7qi.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5wxow1unw8.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\8ifbh46wvs.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tb77vqzihz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\o215neoqin.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ix0omcn8cn.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\pt3cynh0z0.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\0163rfq2go.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\567uydm81b.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\go8rsxq9fw.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\a67eiy4rfo.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\gsvmzey9eu.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\qi8ru0rvy9.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1mugg0abkv.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\xlcch1x81q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\xnqe24muoc.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\s1t8u0jk0a.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\95r5gcvc81.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\cpd9s5tmwe.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tsbcutbeuj.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\kpuim1sjsh.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\xamdq1er2n.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\f6um8hhivo.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\s53kpsc7pz.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\k853cj0qpf.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\tudr5p6066.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\h32f1s9r4q.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\veuqg5pjin.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\u3td9lx2u2.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\9f03aznk2w.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\v2f2m0lrme.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ne2s6wfy5y.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\yh8givac2v.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\fau5c3hatt.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\sup07lpzy6.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\yyyqrwye1r.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\1r2dlsyc2g.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\mrq3fig2c1.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\q99h0rjrq9.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\rgvxsil6db.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\60szxccf6t.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\lxte47d7g4.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\4filt36fkj.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\86zbqignk9.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\m8r7f6o2w4.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\mkalzfz05e.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\deknxu92gu.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\el7hyfth7u.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\8j60y5zbay.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\kqtmz2s8bb.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\jstsbkxywd.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5ux8ql4ho3.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\ra7i2zljza.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\47etxwv4nx.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5gvxl0htfs.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\5aiiprbp32.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\compressed\fveyapdap7.gz -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.Up2Date -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\refint\CV.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.pdb -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\ref\CV.dll -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\scopedcss\Pages\Inicio.razor.rz.scp.css -C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\scopedcss\Shared\NavMenu.razor.rz.scp.css diff --git a/obj/Debug/net8.0/CV.csproj.GenerateResource.cache b/obj/Debug/net8.0/CV.csproj.GenerateResource.cache deleted file mode 100644 index b338ddc..0000000 Binary files a/obj/Debug/net8.0/CV.csproj.GenerateResource.cache and /dev/null differ diff --git a/obj/Debug/net8.0/CV.csproj.Up2Date b/obj/Debug/net8.0/CV.csproj.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net8.0/CV.dll b/obj/Debug/net8.0/CV.dll deleted file mode 100644 index 2972478..0000000 Binary files a/obj/Debug/net8.0/CV.dll and /dev/null differ diff --git a/obj/Debug/net8.0/CV.pdb b/obj/Debug/net8.0/CV.pdb deleted file mode 100644 index 6b25578..0000000 Binary files a/obj/Debug/net8.0/CV.pdb and /dev/null differ diff --git a/obj/Debug/net8.0/CV.sourcelink.json b/obj/Debug/net8.0/CV.sourcelink.json deleted file mode 100644 index 16f2545..0000000 --- a/obj/Debug/net8.0/CV.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\*":"https://raw.githubusercontent.com/hesolar/CV/8df354a9684ec0a0c4b7b6da0c2a783008fec471/*"}} \ No newline at end of file diff --git a/obj/Debug/net8.0/TempPE/Shared.Resources.AllResourcesRes.Designer.cs.dll b/obj/Debug/net8.0/TempPE/Shared.Resources.AllResourcesRes.Designer.cs.dll deleted file mode 100644 index 8e010f9..0000000 Binary files a/obj/Debug/net8.0/TempPE/Shared.Resources.AllResourcesRes.Designer.cs.dll and /dev/null differ diff --git a/obj/Debug/net8.0/TempPE/Shared.Resources.IndexRes.Designer.cs.dll b/obj/Debug/net8.0/TempPE/Shared.Resources.IndexRes.Designer.cs.dll deleted file mode 100644 index 371186b..0000000 Binary files a/obj/Debug/net8.0/TempPE/Shared.Resources.IndexRes.Designer.cs.dll and /dev/null differ diff --git a/obj/Debug/net8.0/TempPE/Shared.Resources.PreloadingRes.Designer.cs.dll b/obj/Debug/net8.0/TempPE/Shared.Resources.PreloadingRes.Designer.cs.dll deleted file mode 100644 index c579044..0000000 Binary files a/obj/Debug/net8.0/TempPE/Shared.Resources.PreloadingRes.Designer.cs.dll and /dev/null differ diff --git a/obj/Debug/net8.0/blazor.boot.json b/obj/Debug/net8.0/blazor.boot.json deleted file mode 100644 index a43f28d..0000000 --- a/obj/Debug/net8.0/blazor.boot.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "mainAssemblyName": "CV", - "resources": { - "hash": "sha256-tm/JstfJ5MnWwLuvoBksrjMF0pCWiZP+xI1wjMTMh7A=", - "jsModuleNative": { - "dotnet.native.8.0.2.deknxu92gu.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg=" - }, - "jsModuleRuntime": { - "dotnet.runtime.8.0.2.8j60y5zbay.js": "sha256-54KSaoOArNfygQbV+r4B5y3ys53v2tnvFIyZcZiUmi0=" - }, - "wasmNative": { - "dotnet.native.wasm": "sha256-C2P+OTYZAJlmqo6rc4heqwvIVVsXIF8MAxC6WRe96Eg=" - }, - "icu": { - "icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=", - "icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=", - "icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=" - }, - "assembly": { - "Blazorise.wasm": "sha256-c2EPb0Jl0ocgnyTFnDqQ51lS6BpRvwPXF/7/61OYtZg=", - "Blazorise.Bootstrap.wasm": "sha256-BAoQXZk3pFVpvO99HnET4KTBFXTKywd6/kwXsuYyKOQ=", - "Blazorise.Icons.FontAwesome.wasm": "sha256-GSN7S3KTGJTw6PPjk5+Nc8bVPgUsc5tQm/n/xieQUUs=", - "Blazorise.Licensing.wasm": "sha256-vmNGzxXoM2MA6rFUp99OvXbE3FJlYnUDr6zyA1Nc3Xc=", - "DeepCloner.wasm": "sha256-JFrc0XdxhCpcC/rNoZ4sGLtZTNiex5j561fsLJEixRY=", - "Microsoft.AspNetCore.Authorization.wasm": "sha256-xpsdU9uDJz5t2/e+ZH5CkB8nfZeCmSo9PqwquQX4B2U=", - "Microsoft.AspNetCore.Components.wasm": "sha256-buD5cBBc62HWdCjvn6Z3Zo39W90qvd5Wk6QfHoBzWqw=", - "Microsoft.AspNetCore.Components.Forms.wasm": "sha256-K/+6c3zlmAc3Y2qud/ksu/AexTbQpjbOhmTw03Ttg7E=", - "Microsoft.AspNetCore.Components.Web.wasm": "sha256-485U1bL1Di+N+F1YkF/nGkY7S4uizJqRQ3xuV0ZX7Qg=", - "Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-A+PtISAkUO4WdDfhiOL5C2xve/IW90FjL/NccwdoQdE=", - "Microsoft.AspNetCore.Metadata.wasm": "sha256-azMjpHKCROY2+Go/fNQAXceu5fXqk9s0CqSDiQvyPXc=", - "Microsoft.Extensions.Configuration.wasm": "sha256-UDGEQR7J3WTfzYMgOzxVIBwFQtKEeJvO8UgrWagypdE=", - "Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-yNdqbqDWGiJo943D7LPak5xryCBEsNH0wtdiuU1R9VE=", - "Microsoft.Extensions.Configuration.Binder.wasm": "sha256-GSjil45tcp9Gt2YUvSdWcCKn7FqCK6B5Pf2C3ImL+bA=", - "Microsoft.Extensions.Configuration.FileExtensions.wasm": "sha256-w4E5uayo1SFMsRc1dLJu4EYYaRQpyP7cvyeJNAqH5+4=", - "Microsoft.Extensions.Configuration.Json.wasm": "sha256-ViitoeUHw71Xhs0JJ88lGca05eRKDi+p+NyaYc6cRIQ=", - "Microsoft.Extensions.DependencyInjection.wasm": "sha256-NrPYML1ZOnKmz2Y+n4q5EFp+e4a6g47+gH22VofJd2k=", - "Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-4M02Mi+s9AiYm5DMZz8Ie9CIhGuZoBs6WyQaFgbnD3w=", - "Microsoft.Extensions.FileProviders.Abstractions.wasm": "sha256-IUopixuV8E09mP+TIgRp/lXEbeacXbUTW7cu0v5B9Tc=", - "Microsoft.Extensions.FileProviders.Physical.wasm": "sha256-MS+zB0xkKhKk/QdE32ZwKtdlrLMLI/y2NAKPUWhcBVg=", - "Microsoft.Extensions.FileSystemGlobbing.wasm": "sha256-AnWUKd0qJ8ZNKkRC0AFK2cjjszB7reXiP+bXdIi8bic=", - "Microsoft.Extensions.Localization.wasm": "sha256-OuYqcSIM9nsF9ryMlsbh/Sq0s8s3QSL/m3oarbQQScw=", - "Microsoft.Extensions.Localization.Abstractions.wasm": "sha256-GXHbSI4rbq2ctDScuTzVW5lvLguvgTNoGNXaoivifgs=", - "Microsoft.Extensions.Logging.wasm": "sha256-Rx+UwnmyfTtMmlYd3HWJOvYVnSSwShUKrbPvqkfxmZk=", - "Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-R+hweMNg9P7RU++DPEpfqsjng2tWserGZEtjsL3gl84=", - "Microsoft.Extensions.Options.wasm": "sha256-5/m+yVFGRuY+N4jQnD+QETKH0AfhAsnVze5dJ5ogIVM=", - "Microsoft.Extensions.Primitives.wasm": "sha256-pVrYOTfjb2ITls3LKIByW1t8jwOAWFhmkIVDewtJ1GE=", - "Microsoft.JSInterop.wasm": "sha256-3+2CckqqzD3oydUz+FqoTRaWiErECN18p84wvxgAVRM=", - "Microsoft.JSInterop.WebAssembly.wasm": "sha256-OU61RdB3MGGK/px7V+70S2lQ+RUl6pqHspk5yX0tGtc=", - "Radzen.Blazor.wasm": "sha256-lyQ8ZeXS5UsyRt384W77OwP+q3nMMEBHL5GJcUEq1k8=", - "System.IO.Pipelines.wasm": "sha256-JqVBy6SV+3qk+IK3VJiyIDt9CsVk6b1/ytTXmrI4mTM=", - "System.Linq.Dynamic.Core.wasm": "sha256-zY4O55eQ9gC1F0jl4MFsfpX6oCP3eabUwmK1PIrgx3Q=", - "Microsoft.CSharp.wasm": "sha256-8nyldHzkTaUeTZ63Zp+JhpeQn6oscutjZPTmWsJeJN4=", - "Microsoft.VisualBasic.Core.wasm": "sha256-Hlg/TgVrr8+Z6tbEwTiTu3r04uAp1z1sk7kg7RHiJbk=", - "Microsoft.VisualBasic.wasm": "sha256-XiKUOiYt7BmIJw031WqkHbWTpRxx+JHjQASsFv11aQA=", - "Microsoft.Win32.Primitives.wasm": "sha256-/yCW4gBOnkkJ8sow7pj2d/Lg5fWynrtjQxNffF5DuKM=", - "Microsoft.Win32.Registry.wasm": "sha256-RtLhBfCTvOgHtn4RjIbz7B9L9cQlEZY3h6CXo3SyvWo=", - "System.AppContext.wasm": "sha256-Wy9rtjyrNMn1Lk70wc9sTepu/kiFJktxe6v90GUEuFA=", - "System.Buffers.wasm": "sha256-VREedn0cjLDr4fh8lJlvq9xNI7e6/6x7/+mMt5UOLWM=", - "System.Collections.Concurrent.wasm": "sha256-GX/fvtPlTwzO8c5h/r4L1y17rr1Ap4+4qVSS8sie438=", - "System.Collections.Immutable.wasm": "sha256-v6Mvy/tUt2NI7iTmurkXi0IHh+dxMTAntAfE2gUFVaw=", - "System.Collections.NonGeneric.wasm": "sha256-P7FxTT1aBq85iV7qL8feioB2UjBB+KfPgE8Kqe/hoPc=", - "System.Collections.Specialized.wasm": "sha256-EUUjyhKdCVstArtuKrJ25tEv6CRd2dNOWp6AXM9Dn6M=", - "System.Collections.wasm": "sha256-QnWW7t2iT7TXFyYgfb+D1rGy4jggto8WZvoFCPthKFw=", - "System.ComponentModel.Annotations.wasm": "sha256-6k5MD9qxro2y/ezohl/Iw3VNVnvGYi5Q57QUagJ8Sxc=", - "System.ComponentModel.DataAnnotations.wasm": "sha256-M830EhaHrNJ3yPdW6grKVs/Z8ocDMFTFVdBO6CtMa1Y=", - "System.ComponentModel.EventBasedAsync.wasm": "sha256-dXw52lRmNNg9W8mwPeq4NO4jUqu7HtTgMozFBQj3hdM=", - "System.ComponentModel.Primitives.wasm": "sha256-XSAqQdLESBNjRcgDoHhZVqHfBfRwzBW8ZoaI/Wn3IhE=", - "System.ComponentModel.TypeConverter.wasm": "sha256-jT5mPXAwWexEqKCxqX3XmY9Jduvq7ZCyvdedWPaU/SY=", - "System.ComponentModel.wasm": "sha256-3XG0mwTfxAR2z8uZyOabRK8oTdEASOI/cZUL4aMOJeA=", - "System.Configuration.wasm": "sha256-aZIm4TO7jfKANGbtoi7w8llf80df8ScZRIdZv1dKzD0=", - "System.Console.wasm": "sha256-KK5UlO5nHlw8xCq+jZRO6G2OuYCh0cGfYopBDRAvXrs=", - "System.Core.wasm": "sha256-BIrPcXeOU0Bais1nXlTnEICXbw+uBni0w+7wkCD3ZeU=", - "System.Data.Common.wasm": "sha256-M+Rqr3yCDiJKmk4eZ9GhKH3Ef3c3qnHvafyGX6GvMp0=", - "System.Data.DataSetExtensions.wasm": "sha256-tFryAeoGlyLqM1hUOOZyUHsFGnZk+/h+Ulnb0bw69Pw=", - "System.Data.wasm": "sha256-Cfn+WRpFi808bk5IETR4X/KAUY/PtdxC9X7U/mabofY=", - "System.Diagnostics.Contracts.wasm": "sha256-Go+E5rFU3aa+OI7kfYgoXvc5mMq2O4a9lmlVYXcF6Dg=", - "System.Diagnostics.Debug.wasm": "sha256-drxBIXkCzh0k1M07wW/sz7juYZimGByGlr3tUvGHp8E=", - "System.Diagnostics.DiagnosticSource.wasm": "sha256-g9dqQ/wKekTObZTn1iRforTpUMbfNoP+QkInIOB4f3s=", - "System.Diagnostics.FileVersionInfo.wasm": "sha256-BdFqsNzpBhMGu3ICkh7w6dg5jfMGyfnB7S14mINpvCA=", - "System.Diagnostics.Process.wasm": "sha256-WD/lMLViRGYgGbbOuKJQ3kj0boBgkRpgJwKBEZJANHU=", - "System.Diagnostics.StackTrace.wasm": "sha256-qq8JFPziSJUJmvTp/oPXpiPrBV6BICokcQwea4D+zyc=", - "System.Diagnostics.TextWriterTraceListener.wasm": "sha256-Faf1L7gcvHf8hCbYkGglvMKCQYyW+1T+CPBs6Wgef8g=", - "System.Diagnostics.Tools.wasm": "sha256-R11UcFTIrFF6Dfeg7ZDp9VGkTC43lOzlsD9XjUt6UMk=", - "System.Diagnostics.TraceSource.wasm": "sha256-qUIVuQP/bz5q0yVsXzxVDtj6hlsFsd27i8HZDVuZRSQ=", - "System.Diagnostics.Tracing.wasm": "sha256-rEvPxBC1hwXhaB//DCD0R2RkMBzN/gviZkFhjrj5Xyk=", - "System.Drawing.Primitives.wasm": "sha256-9cE5PQzJpq0Y7WCSTe7Hd3Ufj0JvVfw4+MgNsd+EZ7A=", - "System.Drawing.wasm": "sha256-vSNocJGZjwk/bjfFxEVwXh6mwi40z9w8pJDnLpwp+UU=", - "System.Dynamic.Runtime.wasm": "sha256-NGj63nINaXrcDVvsoFZra1xzClOtAm9quK9LUZ2FH7k=", - "System.Formats.Asn1.wasm": "sha256-mv+xEJw0k6bU2EqhAStywYQpYRGfHfjJ8TYJpQ9bGxI=", - "System.Formats.Tar.wasm": "sha256-3NZcYl469icVxgASaPzvjXAgk+bj+ENsDb3Ew/pMN+0=", - "System.Globalization.Calendars.wasm": "sha256-JSXYzbuFer3Q9xSeFPkL0qwwUlPZP4JGj4TlWq7c7ag=", - "System.Globalization.Extensions.wasm": "sha256-NHWmXremjB9A/J/7wzg0zujlkPs0/ejZ1gZx6mcOxQw=", - "System.Globalization.wasm": "sha256-4E0vEAux3toC4ndaA3Igi2VMjkWBSmEHQ7CJc0ktb+Q=", - "System.IO.Compression.Brotli.wasm": "sha256-WO9pZoDMLzgy1H+1h4ibVFPyzsXGJ7DNM7GRVuEnx3Q=", - "System.IO.Compression.FileSystem.wasm": "sha256-0x0zF5cEcPcVdOr6f/D7O2z7fq5TEQrnmXvNie49kWk=", - "System.IO.Compression.ZipFile.wasm": "sha256-+eoQiaXuMExgw4JmTdx/OcfuzoIp3ED0pAf9S1n7Wbk=", - "System.IO.Compression.wasm": "sha256-BS8E6zjguotfCFiDq6Ur/7T1Z8YDWFd6zcjxE223mtc=", - "System.IO.FileSystem.AccessControl.wasm": "sha256-sO1WgyPLIu6O4JZQeV0o4Eh7WClPP7XZHb1QSWciJlI=", - "System.IO.FileSystem.DriveInfo.wasm": "sha256-1gMc4BBSB3eiv3TNhqxoY60chDNG6xUolsn2652BYm4=", - "System.IO.FileSystem.Primitives.wasm": "sha256-CR+cehqs4j+fcdMJ2M/UdO+24EmfkwPq2471p40TQxc=", - "System.IO.FileSystem.Watcher.wasm": "sha256-hMwkbEES27RAHx023dxu+R04ubffe3yC0C8i368bwf4=", - "System.IO.FileSystem.wasm": "sha256-g+b0wzpIOn/krR6/wsV6+nSVWDRMbGqKNaCmRZZioDw=", - "System.IO.IsolatedStorage.wasm": "sha256-qCGrH7hfnHpPKZtr5viPldjO4+FunSmGo4Yit9iU/NE=", - "System.IO.MemoryMappedFiles.wasm": "sha256-vB3vh2UHWUue7gBnMWyyE0LDAUSoiZQDtT/Kom1pXak=", - "System.IO.Pipes.AccessControl.wasm": "sha256-lcOZ9hRu7YJr9z3zdxW7bWarcyKeLDiQZKSqU5IAOmo=", - "System.IO.Pipes.wasm": "sha256-Gee+EeDxJAlusUKZY8Za+05IRu/beab3vaCm6ChOoro=", - "System.IO.UnmanagedMemoryStream.wasm": "sha256-f0p9NdNDtuXIVvRDZM6c69KG8BBl6XsSoutq2vxh41E=", - "System.IO.wasm": "sha256-5URMkCazoeUBP3dmhMDjsSGrbfTY07XSMObdn8Mn8GU=", - "System.Linq.Expressions.wasm": "sha256-ClKAPxTawmx7xMDWJ8Ey2/fdelcV9Z/VY/r9h/ixi/A=", - "System.Linq.Parallel.wasm": "sha256-T+kmfFKaCM9ENAvRu22uHM6CiHvItIZO5rIQuWgTV94=", - "System.Linq.Queryable.wasm": "sha256-ZnNBXVJQlE+CdokV44X5qvTNU1pAkyzwrQRCs8xyv44=", - "System.Linq.wasm": "sha256-35whF3SyErgtqLDHfPs/4DjeKGLwYNi0mMOBcfuAKRY=", - "System.Memory.wasm": "sha256-qKGrTT0E9RS2d5/TS8CbCiH/IBmU0qW0LwHMx/quJek=", - "System.Net.Http.Json.wasm": "sha256-EOQlrL+O05+Tcipd3SjH9ur12y7ru4dzKxK4z2+o8Hg=", - "System.Net.Http.wasm": "sha256-dwds8t4p3lvuSki5iWQEmSiB5xiVbs5rYxjBod0xCVg=", - "System.Net.HttpListener.wasm": "sha256-8YiDxNENZAlOq3/XmC8hn6gAnH3kh/jNzEDieui6ABM=", - "System.Net.Mail.wasm": "sha256-Hmp4Gv9UbFy99X6vOCMr4lutbW9cT2RLlh8ZTxrJKpg=", - "System.Net.NameResolution.wasm": "sha256-b/F2hfA3ajmeKFPipYgma8djASQ2YlnLSOFaFuwrQF4=", - "System.Net.NetworkInformation.wasm": "sha256-q9Sajl7WXd2UXRCEOaenhtoxbUgQrlsmGYru45LMZKc=", - "System.Net.Ping.wasm": "sha256-rwBaQKODnvuKSZ+3cnBf376u0Fv0metvs2lOrYvz7Ww=", - "System.Net.Primitives.wasm": "sha256-zSHe6sJ/5uw9471e6i4ygjdSzl56QTX7hLi8vPB4jlQ=", - "System.Net.Quic.wasm": "sha256-pkPYtLDrg+7DKA2NGo/Wrjlu6aiLetna9iY3xyEUnd4=", - "System.Net.Requests.wasm": "sha256-17lHeswYhkMRP8jaoUW3k9Q84sZfUZhBYuunm2DPn/o=", - "System.Net.Security.wasm": "sha256-qSh1zwLrSq7bu/BhCsuvkX6oIB4qPvvNR4xGIrb0tcs=", - "System.Net.ServicePoint.wasm": "sha256-Nl3rILYUV/LAOybiwLIE5MomqpNEH2Qr9k16dFYv72I=", - "System.Net.Sockets.wasm": "sha256-t93gyzbrI1wsy8zgcckZg3kzBcOUMxTWr/sL3yz1ULs=", - "System.Net.WebClient.wasm": "sha256-y/cBWK2c7Xl8SGAstWkRByGw/Hhke+U4y3u91q/AbNA=", - "System.Net.WebHeaderCollection.wasm": "sha256-ktHzY9QtYuplDTX9iiKzhaz+TI46DwhFUcTpzgXb6WM=", - "System.Net.WebProxy.wasm": "sha256-0Q3s0f9jIosATNNxbSUUxESFTxQ1/I3o/dTW1SnSe40=", - "System.Net.WebSockets.Client.wasm": "sha256-EQkJbzQMmlF/PqmcM3upzpLv6vy1LbOGqKQrVjqRBcA=", - "System.Net.WebSockets.wasm": "sha256-cdJqtOy77Em3pFQheCYvgj25vp9fDOvquv5BoZTWVQU=", - "System.Net.wasm": "sha256-M2C5sXwstSiEdbNlQe1SNQx4GisEyHkSHu7uRpRH2kY=", - "System.Numerics.Vectors.wasm": "sha256-uQwyMdqIFGpiXD28br8ymc/ISCH1/ddbT+Gu2GLsXA0=", - "System.Numerics.wasm": "sha256-JeoVSA/QFx6VH4yAdQq49sgnobsLPSVmRGQIN4RQNB0=", - "System.ObjectModel.wasm": "sha256-8YqtiWRExPl2RgmjEi3TNGgCSEMb59rJs3H7s2Ud25Y=", - "System.Private.DataContractSerialization.wasm": "sha256-QsiGQITJobw0wZ6QHEp/Fitc5jhO/JdnZiVHq5lJDOE=", - "System.Private.Uri.wasm": "sha256-b3+vfUCyFdAyP8Kl2xNOOvLpdSoWt6UDfR0Re1haIeY=", - "System.Private.Xml.Linq.wasm": "sha256-678IjDCdLclvNsncFVTXqrAY5PLF2rJo/7T5GlxuKUY=", - "System.Private.Xml.wasm": "sha256-52Zs5KfDrL+5WYAFI1fBmCxYodjOac4WMHETRwr8y+k=", - "System.Reflection.DispatchProxy.wasm": "sha256-qnAvSxV+qb0nWfPwzUqCKwzR1CdWRq9sN7XCGJ9y2uY=", - "System.Reflection.Emit.ILGeneration.wasm": "sha256-V2yK+VmcMOj3wZA3Eod+aV7RJIii8AXnvidLN5XjPkw=", - "System.Reflection.Emit.Lightweight.wasm": "sha256-yKun/oxXRuPLsiixeKZj85/cArGafDWqdqpnnmnzGJQ=", - "System.Reflection.Emit.wasm": "sha256-J2NbOhxd5ypkLWzSZZ33jqc2nNph+ou8/gDOQvWMM5A=", - "System.Reflection.Extensions.wasm": "sha256-8xFiR8sgg6RqB9MrtuVibdQD9jX83ZwM91zf1rZgZrA=", - "System.Reflection.Metadata.wasm": "sha256-78kQDhP1AgUASjSKwh+VB3cb+GEdIKCINEUpAZoRLGM=", - "System.Reflection.Primitives.wasm": "sha256-VjEpye877J6UkuSzFwd2DbfjznF+Lg0Nm62HnqFtaJ8=", - "System.Reflection.TypeExtensions.wasm": "sha256-YTD7RCnfB3/fpIHEPWLz7Mk650Gl7FHJz+VM5jjd7Uc=", - "System.Reflection.wasm": "sha256-b5ouDnSFefwYar5kzvZR1wWPLLtXKQ5OFrWzHj8NPLc=", - "System.Resources.Reader.wasm": "sha256-EknNXLrfq3GJeCVpjttoIMlbjHPDsFymuQC58gGuPzo=", - "System.Resources.ResourceManager.wasm": "sha256-fukTCsh5SGDW8/lUyaGgHjQCiqma30yQx3jcdaPidY8=", - "System.Resources.Writer.wasm": "sha256-zP4i7L5NSdkg/Ol6gfIHpvBZ0UQ19pfD4Y9LmOEOTo4=", - "System.Runtime.CompilerServices.Unsafe.wasm": "sha256-VLO7rqPqED9tYNZkQG+YcFEX2dOB0zekCDx7D6oiAbU=", - "System.Runtime.CompilerServices.VisualC.wasm": "sha256-EUwLY9qQktDBoQu7XpgzZIqSYo250F1fXNv27MNfQfU=", - "System.Runtime.Extensions.wasm": "sha256-TJRvIRolQfOzUDB+1bITStYjKQiEoiLy/TC2gDM6/Yc=", - "System.Runtime.Handles.wasm": "sha256-44ssiRJGOrBIzjal2cd118N01MdJYPcEJqoU6dKqGto=", - "System.Runtime.InteropServices.JavaScript.wasm": "sha256-nV11nEbAJbetwrlFgbjImTo6I0PvGN4tkIV+Ey9Kvd8=", - "System.Runtime.InteropServices.RuntimeInformation.wasm": "sha256-HoMz/XBANnfxS7Ni/n55YpHGW9NVMf6xrMj7DECb/wo=", - "System.Runtime.InteropServices.wasm": "sha256-OaC02HX/inG0GzTzNsScBGZml65lyEHvtjRawMY7VPo=", - "System.Runtime.Intrinsics.wasm": "sha256-fpdf4DAx4uwITWFFD56pQisAltV/Z2RqGbMgdUVSRj0=", - "System.Runtime.Loader.wasm": "sha256-etHqLcpNqGOVComFGYBYFvIfiz4bKmk2IDnK+bO/6yw=", - "System.Runtime.Numerics.wasm": "sha256-x7tUGbEKbHzxV8RRt0N3QQW8Sjcf1s3oeOgUMW7/Lxs=", - "System.Runtime.Serialization.Formatters.wasm": "sha256-dR8K8u973ygZzHNxuxbHbKl+2HlxWfW9b6ZYMNH9H38=", - "System.Runtime.Serialization.Json.wasm": "sha256-08L3k5im1cO9XzYw5Xax49OH9HU2KA5XJdg5APLi0WI=", - "System.Runtime.Serialization.Primitives.wasm": "sha256-Sbk+DfH6wsSWGzluatCw78jNc7HnYXXyQVzhqcp6BaI=", - "System.Runtime.Serialization.Xml.wasm": "sha256-HGXH4eh8RPdJxtZbcdCIbwZjg29tq6jjRR95RnqFDn4=", - "System.Runtime.Serialization.wasm": "sha256-u86bh9Iq/j+ibouonayT9fi8S5H9s743veTYpNTr5fs=", - "System.Runtime.wasm": "sha256-c4Xw6t855KBGDqQm8jiUEGdCT+6erK7VXhAbXwUPGFE=", - "System.Security.AccessControl.wasm": "sha256-fvMBGHpff1Z9hduW2DAz6c/v99la1mkncc3ocYOQHCU=", - "System.Security.Claims.wasm": "sha256-7DPhoykfNxF5Xz1HApq3SGug0YFT1PZHTCXUREB2eSM=", - "System.Security.Cryptography.Algorithms.wasm": "sha256-E3Tvhwn8vKgFFfDuHnQRr1sqA0JwNLDsZZS1hKxls8g=", - "System.Security.Cryptography.Cng.wasm": "sha256-P64RHN9c6dhI6BmU2SYex8t2ZBmzi8iY8X8a1dPMGUI=", - "System.Security.Cryptography.Csp.wasm": "sha256-m2MxslfHBuxT+DzYJb4Fd0K/n3kdlkgbAq2MsAkATh4=", - "System.Security.Cryptography.Encoding.wasm": "sha256-sV0KQVltfHwNbHfGm2vYPeomReQHLxulMbL6baVVGQ4=", - "System.Security.Cryptography.OpenSsl.wasm": "sha256-W8O/GJ8Mod8hvH2IpJL41H+MKYpli13P/oV2vfkEiH8=", - "System.Security.Cryptography.Primitives.wasm": "sha256-FY1SjC2L5otdjxxa4Y6jedw/QRm40ngFoUMwY1kGMOA=", - "System.Security.Cryptography.X509Certificates.wasm": "sha256-aYFw5aigR3c6wo6fPI76q8muzQUywYJ11DiXKWxy0yY=", - "System.Security.Cryptography.wasm": "sha256-wR3VBYZU+LMX7ETRPRA6qBN/7462SL/cm2GO9/NPp1E=", - "System.Security.Principal.Windows.wasm": "sha256-PLoWUUnMLEbJyxIhbSHdEpkrMQrk8danMHtw6DELi18=", - "System.Security.Principal.wasm": "sha256-76EdoOrSScnZU2iTmzvadEUDsXbSF6zqiDCqjKS0KEg=", - "System.Security.SecureString.wasm": "sha256-uyhuVobJJNAXhjKkJy9QvGnsqXwLtWAjQQZlTuKgNgs=", - "System.Security.wasm": "sha256-MY5ZoTc3C8pceHVTE1qO8jhEyUZlEvIl+KFQFn8X6fA=", - "System.ServiceModel.Web.wasm": "sha256-31QC5pDVGFC66SKbSAPMyDOIbvEuH2Gi/y6mEenJJ80=", - "System.ServiceProcess.wasm": "sha256-CIuxYgBB9amr4SSCoEhkspmkMPumO+DErE5LAIug2pI=", - "System.Text.Encoding.CodePages.wasm": "sha256-wNrQWkWJVMUAzH4sJN+boltXCXA9yrXeXfLpYFXs/LY=", - "System.Text.Encoding.Extensions.wasm": "sha256-41Sd/QH5V6tlAWKhXbwAYmm9i82/QqT9+OaLl4myNBQ=", - "System.Text.Encoding.wasm": "sha256-4nnLnqvUY0AgPsi0jdVtPSg/yPJBFW5QU5sBFLJE3n8=", - "System.Text.Encodings.Web.wasm": "sha256-vblWPqcHT7KOg7lvupnNpFBr81oub6LpIL8swyOA9eQ=", - "System.Text.Json.wasm": "sha256-HqbmuaujeV8caPPy/9xvD0L5z1CmQCsqzSRTlyY0dMM=", - "System.Text.RegularExpressions.wasm": "sha256-VQ+7DvygVrpnDtBXMWO533YIqFEno88XVKKIr0ahb40=", - "System.Threading.Channels.wasm": "sha256-tOlXL7fKu4W0+Crd0FGA8NBLq9NkFXrp6pD63kUauE8=", - "System.Threading.Overlapped.wasm": "sha256-7ipYQVuT8YWUiUO4csEadLQFlZKYg+13Kz6Y7MDjeBs=", - "System.Threading.Tasks.Dataflow.wasm": "sha256-4PqMtC30We/aeAk8pjNdEr6zXma7ZyEA8WP7xXClNIo=", - "System.Threading.Tasks.Extensions.wasm": "sha256-b+mOIDAu6h5/SqMgX96Laf+Nu2H9/BRD+7qyQP9nxeY=", - "System.Threading.Tasks.Parallel.wasm": "sha256-vxsFp/o9zvuH4leX1pmEzL1D1EJzBkd83aCu99/HDEQ=", - "System.Threading.Tasks.wasm": "sha256-joa2z9Kc5agu8I5CxyYmL07w9bHyBDt7pg2orr2iJ/o=", - "System.Threading.Thread.wasm": "sha256-/wN7OkCLKR2ftwwI/H/bAgFdln92i0CfsIAjQN32Kc4=", - "System.Threading.ThreadPool.wasm": "sha256-8k2C9bRWjCTrxPLFddwrxUR8s7mVUVPssfmAzGhhoJw=", - "System.Threading.Timer.wasm": "sha256-/nrFQqCU04KF/s72v1qGwc/rj00Ca/PEe3198zgai0M=", - "System.Threading.wasm": "sha256-aiGdmTW6bVt6CASVZQxSUp+qVL6vnADU1/r+uRiSAHg=", - "System.Transactions.Local.wasm": "sha256-hJkLifzG8HP4z4zXf5FCOf63BI+SDNEGtVl1efjen80=", - "System.Transactions.wasm": "sha256-6nDMiw4OM4cL7yyA9//Ia/mHKUXhenCI2kvW7xtEq/Y=", - "System.ValueTuple.wasm": "sha256-SALdhi8KJxXmkTkZsbqnNBrSKbFAFVFbAx+OEbQTPg4=", - "System.Web.HttpUtility.wasm": "sha256-rrs/OuZuQ3mKcnM2wf9YjlmDIkpuHI2TaFWgSBkc7hc=", - "System.Web.wasm": "sha256-88MQw+NwQ6sCCZYAwKCrYhjVRSfdlKEw5dj2tcHyZyk=", - "System.Windows.wasm": "sha256-Oj56rxbl5PG+cXG28DHRENqRZ3LDKiQuJxBbD5dU3S8=", - "System.Xml.Linq.wasm": "sha256-BOEJUeSCuxEWPCoo596vX9LBk24u+mY2Wjhmj7PWgQE=", - "System.Xml.ReaderWriter.wasm": "sha256-x2s7J7whljTI3GMbTSxuosXcbqjRj5VVTTVYUyeByGc=", - "System.Xml.Serialization.wasm": "sha256-XPCONarykw+IFvw2FDQXQL+j6YdYU58C9F6JVMhWjZ0=", - "System.Xml.XDocument.wasm": "sha256-9rnEZ5BKcYQry/bcAbC2JbF9u99cjEnrFxT5CEodJGo=", - "System.Xml.XPath.XDocument.wasm": "sha256-GFs0vFq1eKd1eltpZMMWwTxDACj8KsI1c9laXzRQ29U=", - "System.Xml.XPath.wasm": "sha256-tmvGoqY45mWRfnyzKlIfCsMcXtnDlsCqTTCGyuXNWDo=", - "System.Xml.XmlDocument.wasm": "sha256-JmfvVmd91PHbw3SREyBkQf7ZnHTB4/yS03Z+JbDwM3I=", - "System.Xml.XmlSerializer.wasm": "sha256-iZX5Xjo0skidhFDoNfUIqMlZqB3zFEGMajfc9f+mVMY=", - "System.Xml.wasm": "sha256-2GYrTaRnss177KDwHZrquyxPcENilRCyuRtT+iSZ6TQ=", - "System.wasm": "sha256-68+j+X/k5F7rEsDOnCPmDi7gJtYMvF6aj5gWObUC5zk=", - "WindowsBase.wasm": "sha256-npWO0LzAT+OQxLJw+AC93dLf22phQq3BNNoq96h0jBE=", - "mscorlib.wasm": "sha256-OH3kXneWqQMz6CUSo6POZqIeMqn9+5RR+IgHn5TnIwA=", - "netstandard.wasm": "sha256-ZOswxXEbR2TmqjpbaBEdgr85Bv1NC4GwOwoJ+oxXM3M=", - "System.Private.CoreLib.wasm": "sha256-I2w0iHf5nvSQyF1YE1VbgdTzmmz6a4OE6J7vo5wFa/4=", - "CV.wasm": "sha256-yaWThJni//9vKuzgL0Cmm+CEQYCtWSk8YJGSHV5J/D4=" - }, - "pdb": { - "CV.pdb": "sha256-+yyVy3dkfIFLh5RSH99Uu2lGoi/l5un5lfqxWMerECY=" - }, - "satelliteResources": { - "en": { - "CV.resources.wasm": "sha256-2YNP9D7ogtIE8E6NzYp3nbESKYs4QGIq+KGY5Ht2zzQ=" - } - } - }, - "cacheBootResources": true, - "debugLevel": -1, - "globalizationMode": "sharded", - "extensions": { - "blazor": {} - } -} \ No newline at end of file diff --git a/obj/Debug/net8.0/blazor.build.boot-extension.json b/obj/Debug/net8.0/blazor.build.boot-extension.json deleted file mode 100644 index 6f31cf5..0000000 --- a/obj/Debug/net8.0/blazor.build.boot-extension.json +++ /dev/null @@ -1 +0,0 @@ -{ } \ No newline at end of file diff --git a/obj/Debug/net8.0/compressed/0163rfq2go.gz b/obj/Debug/net8.0/compressed/0163rfq2go.gz deleted file mode 100644 index 23c62a6..0000000 Binary files a/obj/Debug/net8.0/compressed/0163rfq2go.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/0dggxsp0xz.gz b/obj/Debug/net8.0/compressed/0dggxsp0xz.gz deleted file mode 100644 index f53dd91..0000000 Binary files a/obj/Debug/net8.0/compressed/0dggxsp0xz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/0dyjv3mml5.gz b/obj/Debug/net8.0/compressed/0dyjv3mml5.gz deleted file mode 100644 index c6c86ec..0000000 Binary files a/obj/Debug/net8.0/compressed/0dyjv3mml5.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/0s2kg0m3di.gz b/obj/Debug/net8.0/compressed/0s2kg0m3di.gz deleted file mode 100644 index 65842ca..0000000 Binary files a/obj/Debug/net8.0/compressed/0s2kg0m3di.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/0yr6uyn06c.gz b/obj/Debug/net8.0/compressed/0yr6uyn06c.gz deleted file mode 100644 index ae478ce..0000000 Binary files a/obj/Debug/net8.0/compressed/0yr6uyn06c.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/185lt5b7qi.gz b/obj/Debug/net8.0/compressed/185lt5b7qi.gz deleted file mode 100644 index 71b1196..0000000 Binary files a/obj/Debug/net8.0/compressed/185lt5b7qi.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1975ftkgmh.gz b/obj/Debug/net8.0/compressed/1975ftkgmh.gz deleted file mode 100644 index fd8d252..0000000 Binary files a/obj/Debug/net8.0/compressed/1975ftkgmh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1bco0s38nh.gz b/obj/Debug/net8.0/compressed/1bco0s38nh.gz deleted file mode 100644 index e124b6e..0000000 Binary files a/obj/Debug/net8.0/compressed/1bco0s38nh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1mugg0abkv.gz b/obj/Debug/net8.0/compressed/1mugg0abkv.gz deleted file mode 100644 index 9f1ccb1..0000000 Binary files a/obj/Debug/net8.0/compressed/1mugg0abkv.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1nnehsfoof.gz b/obj/Debug/net8.0/compressed/1nnehsfoof.gz deleted file mode 100644 index 818c237..0000000 Binary files a/obj/Debug/net8.0/compressed/1nnehsfoof.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1qlghbk8f3.gz b/obj/Debug/net8.0/compressed/1qlghbk8f3.gz deleted file mode 100644 index 9284628..0000000 Binary files a/obj/Debug/net8.0/compressed/1qlghbk8f3.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1r2dlsyc2g.gz b/obj/Debug/net8.0/compressed/1r2dlsyc2g.gz deleted file mode 100644 index 6e89c07..0000000 Binary files a/obj/Debug/net8.0/compressed/1r2dlsyc2g.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/1zgerff55m.gz b/obj/Debug/net8.0/compressed/1zgerff55m.gz deleted file mode 100644 index 713dbe8..0000000 Binary files a/obj/Debug/net8.0/compressed/1zgerff55m.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/240kxc4nq3.gz b/obj/Debug/net8.0/compressed/240kxc4nq3.gz deleted file mode 100644 index 9509e1a..0000000 Binary files a/obj/Debug/net8.0/compressed/240kxc4nq3.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/2c62l5su36.gz b/obj/Debug/net8.0/compressed/2c62l5su36.gz deleted file mode 100644 index 68da740..0000000 Binary files a/obj/Debug/net8.0/compressed/2c62l5su36.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/2ps15d0hpo.gz b/obj/Debug/net8.0/compressed/2ps15d0hpo.gz deleted file mode 100644 index 458c077..0000000 Binary files a/obj/Debug/net8.0/compressed/2ps15d0hpo.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/2uhl7vqm2q.gz b/obj/Debug/net8.0/compressed/2uhl7vqm2q.gz deleted file mode 100644 index a4f0258..0000000 Binary files a/obj/Debug/net8.0/compressed/2uhl7vqm2q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/31kp470qu1.gz b/obj/Debug/net8.0/compressed/31kp470qu1.gz deleted file mode 100644 index b579adc..0000000 Binary files a/obj/Debug/net8.0/compressed/31kp470qu1.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/3659l1htzj.gz b/obj/Debug/net8.0/compressed/3659l1htzj.gz deleted file mode 100644 index f3121d6..0000000 Binary files a/obj/Debug/net8.0/compressed/3659l1htzj.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/3a5aedcroc.gz b/obj/Debug/net8.0/compressed/3a5aedcroc.gz deleted file mode 100644 index 64b8613..0000000 Binary files a/obj/Debug/net8.0/compressed/3a5aedcroc.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/3c8emknb4p.gz b/obj/Debug/net8.0/compressed/3c8emknb4p.gz deleted file mode 100644 index 47a874d..0000000 Binary files a/obj/Debug/net8.0/compressed/3c8emknb4p.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/3s9rerktjx.gz b/obj/Debug/net8.0/compressed/3s9rerktjx.gz deleted file mode 100644 index 93dd77c..0000000 Binary files a/obj/Debug/net8.0/compressed/3s9rerktjx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/3yozxou738.gz b/obj/Debug/net8.0/compressed/3yozxou738.gz deleted file mode 100644 index 3f7bfd9..0000000 Binary files a/obj/Debug/net8.0/compressed/3yozxou738.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/47etxwv4nx.gz b/obj/Debug/net8.0/compressed/47etxwv4nx.gz deleted file mode 100644 index 94ba8fa..0000000 Binary files a/obj/Debug/net8.0/compressed/47etxwv4nx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/47vgl2wf2e.gz b/obj/Debug/net8.0/compressed/47vgl2wf2e.gz deleted file mode 100644 index 9536edb..0000000 Binary files a/obj/Debug/net8.0/compressed/47vgl2wf2e.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/4bs7nslcns.gz b/obj/Debug/net8.0/compressed/4bs7nslcns.gz deleted file mode 100644 index 9e961a2..0000000 Binary files a/obj/Debug/net8.0/compressed/4bs7nslcns.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/4filt36fkj.gz b/obj/Debug/net8.0/compressed/4filt36fkj.gz deleted file mode 100644 index 0836d94..0000000 Binary files a/obj/Debug/net8.0/compressed/4filt36fkj.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/4zzei9lfv1.gz b/obj/Debug/net8.0/compressed/4zzei9lfv1.gz deleted file mode 100644 index 5cf9c79..0000000 Binary files a/obj/Debug/net8.0/compressed/4zzei9lfv1.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/567uydm81b.gz b/obj/Debug/net8.0/compressed/567uydm81b.gz deleted file mode 100644 index 9f276c3..0000000 Binary files a/obj/Debug/net8.0/compressed/567uydm81b.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5aiiprbp32.gz b/obj/Debug/net8.0/compressed/5aiiprbp32.gz deleted file mode 100644 index 56513f3..0000000 Binary files a/obj/Debug/net8.0/compressed/5aiiprbp32.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5cljcany1u.gz b/obj/Debug/net8.0/compressed/5cljcany1u.gz deleted file mode 100644 index 0850b40..0000000 Binary files a/obj/Debug/net8.0/compressed/5cljcany1u.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5gvxl0htfs.gz b/obj/Debug/net8.0/compressed/5gvxl0htfs.gz deleted file mode 100644 index 9f5a401..0000000 Binary files a/obj/Debug/net8.0/compressed/5gvxl0htfs.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5nbircwk8q.gz b/obj/Debug/net8.0/compressed/5nbircwk8q.gz deleted file mode 100644 index ab434ba..0000000 Binary files a/obj/Debug/net8.0/compressed/5nbircwk8q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5nu5x92r5o.gz b/obj/Debug/net8.0/compressed/5nu5x92r5o.gz deleted file mode 100644 index 2e43d96..0000000 Binary files a/obj/Debug/net8.0/compressed/5nu5x92r5o.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5sb3wxz0bw.gz b/obj/Debug/net8.0/compressed/5sb3wxz0bw.gz deleted file mode 100644 index 8f47d8f..0000000 Binary files a/obj/Debug/net8.0/compressed/5sb3wxz0bw.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5ux8ql4ho3.gz b/obj/Debug/net8.0/compressed/5ux8ql4ho3.gz deleted file mode 100644 index d0f6a8a..0000000 Binary files a/obj/Debug/net8.0/compressed/5ux8ql4ho3.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5ws1zadqu8.gz b/obj/Debug/net8.0/compressed/5ws1zadqu8.gz deleted file mode 100644 index 8c58e41..0000000 Binary files a/obj/Debug/net8.0/compressed/5ws1zadqu8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/5wxow1unw8.gz b/obj/Debug/net8.0/compressed/5wxow1unw8.gz deleted file mode 100644 index 55fe6a0..0000000 Binary files a/obj/Debug/net8.0/compressed/5wxow1unw8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/60ixcen2jd.gz b/obj/Debug/net8.0/compressed/60ixcen2jd.gz deleted file mode 100644 index d8388c2..0000000 Binary files a/obj/Debug/net8.0/compressed/60ixcen2jd.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/60szxccf6t.gz b/obj/Debug/net8.0/compressed/60szxccf6t.gz deleted file mode 100644 index 3454a72..0000000 Binary files a/obj/Debug/net8.0/compressed/60szxccf6t.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/6ucwahhix8.gz b/obj/Debug/net8.0/compressed/6ucwahhix8.gz deleted file mode 100644 index 6c22965..0000000 Binary files a/obj/Debug/net8.0/compressed/6ucwahhix8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/70oce93p1r.gz b/obj/Debug/net8.0/compressed/70oce93p1r.gz deleted file mode 100644 index c97c796..0000000 Binary files a/obj/Debug/net8.0/compressed/70oce93p1r.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/7s15hg8hvf.gz b/obj/Debug/net8.0/compressed/7s15hg8hvf.gz deleted file mode 100644 index 3940b52..0000000 Binary files a/obj/Debug/net8.0/compressed/7s15hg8hvf.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/7z4mv2p1rc.gz b/obj/Debug/net8.0/compressed/7z4mv2p1rc.gz deleted file mode 100644 index a71ebc7..0000000 Binary files a/obj/Debug/net8.0/compressed/7z4mv2p1rc.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/86zbqignk9.gz b/obj/Debug/net8.0/compressed/86zbqignk9.gz deleted file mode 100644 index 1ad8895..0000000 Binary files a/obj/Debug/net8.0/compressed/86zbqignk9.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/89ckpg3jrk.gz b/obj/Debug/net8.0/compressed/89ckpg3jrk.gz deleted file mode 100644 index 0c47f72..0000000 Binary files a/obj/Debug/net8.0/compressed/89ckpg3jrk.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/8dexh15nje.gz b/obj/Debug/net8.0/compressed/8dexh15nje.gz deleted file mode 100644 index 2d02e29..0000000 Binary files a/obj/Debug/net8.0/compressed/8dexh15nje.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/8ifbh46wvs.gz b/obj/Debug/net8.0/compressed/8ifbh46wvs.gz deleted file mode 100644 index 5657ee6..0000000 Binary files a/obj/Debug/net8.0/compressed/8ifbh46wvs.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/8j60y5zbay.gz b/obj/Debug/net8.0/compressed/8j60y5zbay.gz deleted file mode 100644 index 1950d67..0000000 Binary files a/obj/Debug/net8.0/compressed/8j60y5zbay.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/8m3f3bjvtd.gz b/obj/Debug/net8.0/compressed/8m3f3bjvtd.gz deleted file mode 100644 index 4eff74c..0000000 Binary files a/obj/Debug/net8.0/compressed/8m3f3bjvtd.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/8rvh24xdzx.gz b/obj/Debug/net8.0/compressed/8rvh24xdzx.gz deleted file mode 100644 index e10bec6..0000000 Binary files a/obj/Debug/net8.0/compressed/8rvh24xdzx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/95r5gcvc81.gz b/obj/Debug/net8.0/compressed/95r5gcvc81.gz deleted file mode 100644 index 21b5c46..0000000 Binary files a/obj/Debug/net8.0/compressed/95r5gcvc81.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/96fk1dodsq.gz b/obj/Debug/net8.0/compressed/96fk1dodsq.gz deleted file mode 100644 index c8de374..0000000 Binary files a/obj/Debug/net8.0/compressed/96fk1dodsq.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/977hklibey.gz b/obj/Debug/net8.0/compressed/977hklibey.gz deleted file mode 100644 index 00954e6..0000000 Binary files a/obj/Debug/net8.0/compressed/977hklibey.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9f03aznk2w.gz b/obj/Debug/net8.0/compressed/9f03aznk2w.gz deleted file mode 100644 index 3504021..0000000 Binary files a/obj/Debug/net8.0/compressed/9f03aznk2w.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9igl8qqpha.gz b/obj/Debug/net8.0/compressed/9igl8qqpha.gz deleted file mode 100644 index 8e52ace..0000000 Binary files a/obj/Debug/net8.0/compressed/9igl8qqpha.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9jqp6z2iia.gz b/obj/Debug/net8.0/compressed/9jqp6z2iia.gz deleted file mode 100644 index 00f8d9d..0000000 Binary files a/obj/Debug/net8.0/compressed/9jqp6z2iia.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9jw2lzm379.gz b/obj/Debug/net8.0/compressed/9jw2lzm379.gz deleted file mode 100644 index 0f8ce1b..0000000 Binary files a/obj/Debug/net8.0/compressed/9jw2lzm379.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9s52gkcx3p.gz b/obj/Debug/net8.0/compressed/9s52gkcx3p.gz deleted file mode 100644 index 99a8196..0000000 Binary files a/obj/Debug/net8.0/compressed/9s52gkcx3p.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9u2h0ane2m.gz b/obj/Debug/net8.0/compressed/9u2h0ane2m.gz deleted file mode 100644 index 9cbe6b2..0000000 Binary files a/obj/Debug/net8.0/compressed/9u2h0ane2m.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9uxhishp1u.gz b/obj/Debug/net8.0/compressed/9uxhishp1u.gz deleted file mode 100644 index 71caa42..0000000 Binary files a/obj/Debug/net8.0/compressed/9uxhishp1u.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/9xjdocvfua.gz b/obj/Debug/net8.0/compressed/9xjdocvfua.gz deleted file mode 100644 index 69ac2b6..0000000 Binary files a/obj/Debug/net8.0/compressed/9xjdocvfua.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/a67eiy4rfo.gz b/obj/Debug/net8.0/compressed/a67eiy4rfo.gz deleted file mode 100644 index 27de995..0000000 Binary files a/obj/Debug/net8.0/compressed/a67eiy4rfo.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/a8bch6iadm.gz b/obj/Debug/net8.0/compressed/a8bch6iadm.gz deleted file mode 100644 index 5730ece..0000000 Binary files a/obj/Debug/net8.0/compressed/a8bch6iadm.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/aa1a0r2wi1.gz b/obj/Debug/net8.0/compressed/aa1a0r2wi1.gz deleted file mode 100644 index 3f09000..0000000 Binary files a/obj/Debug/net8.0/compressed/aa1a0r2wi1.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/aid9j0kiwg.gz b/obj/Debug/net8.0/compressed/aid9j0kiwg.gz deleted file mode 100644 index d9f02df..0000000 Binary files a/obj/Debug/net8.0/compressed/aid9j0kiwg.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/anyksxhl2h.gz b/obj/Debug/net8.0/compressed/anyksxhl2h.gz deleted file mode 100644 index 8b1de71..0000000 Binary files a/obj/Debug/net8.0/compressed/anyksxhl2h.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/auj0g1uvmy.gz b/obj/Debug/net8.0/compressed/auj0g1uvmy.gz deleted file mode 100644 index 5fb9de0..0000000 Binary files a/obj/Debug/net8.0/compressed/auj0g1uvmy.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/bfbaszu0bq.gz b/obj/Debug/net8.0/compressed/bfbaszu0bq.gz deleted file mode 100644 index 9d50c13..0000000 Binary files a/obj/Debug/net8.0/compressed/bfbaszu0bq.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/bpx7bhqsds.gz b/obj/Debug/net8.0/compressed/bpx7bhqsds.gz deleted file mode 100644 index 1c2f86e..0000000 Binary files a/obj/Debug/net8.0/compressed/bpx7bhqsds.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/cddk9b2cn3.gz b/obj/Debug/net8.0/compressed/cddk9b2cn3.gz deleted file mode 100644 index 81efaca..0000000 Binary files a/obj/Debug/net8.0/compressed/cddk9b2cn3.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/cpd9s5tmwe.gz b/obj/Debug/net8.0/compressed/cpd9s5tmwe.gz deleted file mode 100644 index 5921552..0000000 Binary files a/obj/Debug/net8.0/compressed/cpd9s5tmwe.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/cuqz7nq91q.gz b/obj/Debug/net8.0/compressed/cuqz7nq91q.gz deleted file mode 100644 index be3b169..0000000 Binary files a/obj/Debug/net8.0/compressed/cuqz7nq91q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/daom1n2glk.gz b/obj/Debug/net8.0/compressed/daom1n2glk.gz deleted file mode 100644 index f45e62f..0000000 Binary files a/obj/Debug/net8.0/compressed/daom1n2glk.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/dcc9vgtpi2.gz b/obj/Debug/net8.0/compressed/dcc9vgtpi2.gz deleted file mode 100644 index f057894..0000000 Binary files a/obj/Debug/net8.0/compressed/dcc9vgtpi2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/deknxu92gu.gz b/obj/Debug/net8.0/compressed/deknxu92gu.gz deleted file mode 100644 index 53858a3..0000000 Binary files a/obj/Debug/net8.0/compressed/deknxu92gu.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/dfz9yh7sa4.gz b/obj/Debug/net8.0/compressed/dfz9yh7sa4.gz deleted file mode 100644 index 32b518f..0000000 Binary files a/obj/Debug/net8.0/compressed/dfz9yh7sa4.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/dlx146itj2.gz b/obj/Debug/net8.0/compressed/dlx146itj2.gz deleted file mode 100644 index b221782..0000000 Binary files a/obj/Debug/net8.0/compressed/dlx146itj2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/e0pwesc8na.gz b/obj/Debug/net8.0/compressed/e0pwesc8na.gz deleted file mode 100644 index f2636f3..0000000 Binary files a/obj/Debug/net8.0/compressed/e0pwesc8na.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/e1d9x8xdb3.gz b/obj/Debug/net8.0/compressed/e1d9x8xdb3.gz deleted file mode 100644 index 7bfec11..0000000 Binary files a/obj/Debug/net8.0/compressed/e1d9x8xdb3.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/e9ijy5scj2.gz b/obj/Debug/net8.0/compressed/e9ijy5scj2.gz deleted file mode 100644 index 75e1495..0000000 Binary files a/obj/Debug/net8.0/compressed/e9ijy5scj2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/efu5qanr2p.gz b/obj/Debug/net8.0/compressed/efu5qanr2p.gz deleted file mode 100644 index 01f83fe..0000000 Binary files a/obj/Debug/net8.0/compressed/efu5qanr2p.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/egtoek7vle.gz b/obj/Debug/net8.0/compressed/egtoek7vle.gz deleted file mode 100644 index 908cbe8..0000000 Binary files a/obj/Debug/net8.0/compressed/egtoek7vle.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/el7hyfth7u.gz b/obj/Debug/net8.0/compressed/el7hyfth7u.gz deleted file mode 100644 index 8221b64..0000000 Binary files a/obj/Debug/net8.0/compressed/el7hyfth7u.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/f6um8hhivo.gz b/obj/Debug/net8.0/compressed/f6um8hhivo.gz deleted file mode 100644 index 75ae3ce..0000000 Binary files a/obj/Debug/net8.0/compressed/f6um8hhivo.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/f8mt8hw67a.gz b/obj/Debug/net8.0/compressed/f8mt8hw67a.gz deleted file mode 100644 index 415dc74..0000000 Binary files a/obj/Debug/net8.0/compressed/f8mt8hw67a.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/fau5c3hatt.gz b/obj/Debug/net8.0/compressed/fau5c3hatt.gz deleted file mode 100644 index 9ceea7f..0000000 Binary files a/obj/Debug/net8.0/compressed/fau5c3hatt.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/fln89d9szq.gz b/obj/Debug/net8.0/compressed/fln89d9szq.gz deleted file mode 100644 index 3740fa7..0000000 Binary files a/obj/Debug/net8.0/compressed/fln89d9szq.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/fptzglqgqb.gz b/obj/Debug/net8.0/compressed/fptzglqgqb.gz deleted file mode 100644 index 6e56522..0000000 Binary files a/obj/Debug/net8.0/compressed/fptzglqgqb.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/fveyapdap7.gz b/obj/Debug/net8.0/compressed/fveyapdap7.gz deleted file mode 100644 index 3969ff5..0000000 Binary files a/obj/Debug/net8.0/compressed/fveyapdap7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/fzdbyy91ls.gz b/obj/Debug/net8.0/compressed/fzdbyy91ls.gz deleted file mode 100644 index a3d9043..0000000 Binary files a/obj/Debug/net8.0/compressed/fzdbyy91ls.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/g1qnj41t0x.gz b/obj/Debug/net8.0/compressed/g1qnj41t0x.gz deleted file mode 100644 index f90f894..0000000 Binary files a/obj/Debug/net8.0/compressed/g1qnj41t0x.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/gawxcgha3y.gz b/obj/Debug/net8.0/compressed/gawxcgha3y.gz deleted file mode 100644 index 4bbd374..0000000 Binary files a/obj/Debug/net8.0/compressed/gawxcgha3y.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/gb2rdxsqm6.gz b/obj/Debug/net8.0/compressed/gb2rdxsqm6.gz deleted file mode 100644 index 46cc8f0..0000000 Binary files a/obj/Debug/net8.0/compressed/gb2rdxsqm6.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/gdfo7je9gv.gz b/obj/Debug/net8.0/compressed/gdfo7je9gv.gz deleted file mode 100644 index 0c71a87..0000000 Binary files a/obj/Debug/net8.0/compressed/gdfo7je9gv.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/gebmqp4xt0.gz b/obj/Debug/net8.0/compressed/gebmqp4xt0.gz deleted file mode 100644 index 95d3edb..0000000 Binary files a/obj/Debug/net8.0/compressed/gebmqp4xt0.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/giv4nig2qx.gz b/obj/Debug/net8.0/compressed/giv4nig2qx.gz deleted file mode 100644 index 7ed88f9..0000000 Binary files a/obj/Debug/net8.0/compressed/giv4nig2qx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/glf7ilsf7b.gz b/obj/Debug/net8.0/compressed/glf7ilsf7b.gz deleted file mode 100644 index 732df35..0000000 Binary files a/obj/Debug/net8.0/compressed/glf7ilsf7b.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/go8rsxq9fw.gz b/obj/Debug/net8.0/compressed/go8rsxq9fw.gz deleted file mode 100644 index 690e251..0000000 Binary files a/obj/Debug/net8.0/compressed/go8rsxq9fw.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/gsvmzey9eu.gz b/obj/Debug/net8.0/compressed/gsvmzey9eu.gz deleted file mode 100644 index 52689c5..0000000 Binary files a/obj/Debug/net8.0/compressed/gsvmzey9eu.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/h32f1s9r4q.gz b/obj/Debug/net8.0/compressed/h32f1s9r4q.gz deleted file mode 100644 index b6e6d45..0000000 Binary files a/obj/Debug/net8.0/compressed/h32f1s9r4q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/he11x47zc2.gz b/obj/Debug/net8.0/compressed/he11x47zc2.gz deleted file mode 100644 index a8eb88b..0000000 Binary files a/obj/Debug/net8.0/compressed/he11x47zc2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/hnzrs1vh87.gz b/obj/Debug/net8.0/compressed/hnzrs1vh87.gz deleted file mode 100644 index 63233a7..0000000 Binary files a/obj/Debug/net8.0/compressed/hnzrs1vh87.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/hqvxbsyr7k.gz b/obj/Debug/net8.0/compressed/hqvxbsyr7k.gz deleted file mode 100644 index 5e61ad2..0000000 Binary files a/obj/Debug/net8.0/compressed/hqvxbsyr7k.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ht4fsuebfs.gz b/obj/Debug/net8.0/compressed/ht4fsuebfs.gz deleted file mode 100644 index 4e3359d..0000000 Binary files a/obj/Debug/net8.0/compressed/ht4fsuebfs.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/hx72xlg0qa.gz b/obj/Debug/net8.0/compressed/hx72xlg0qa.gz deleted file mode 100644 index a92f3a9..0000000 Binary files a/obj/Debug/net8.0/compressed/hx72xlg0qa.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ix0omcn8cn.gz b/obj/Debug/net8.0/compressed/ix0omcn8cn.gz deleted file mode 100644 index b93f2ff..0000000 Binary files a/obj/Debug/net8.0/compressed/ix0omcn8cn.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/j5v0qqmjzz.gz b/obj/Debug/net8.0/compressed/j5v0qqmjzz.gz deleted file mode 100644 index 83f6fd7..0000000 Binary files a/obj/Debug/net8.0/compressed/j5v0qqmjzz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/jke0bkyjc2.gz b/obj/Debug/net8.0/compressed/jke0bkyjc2.gz deleted file mode 100644 index 7743a8f..0000000 Binary files a/obj/Debug/net8.0/compressed/jke0bkyjc2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/jrcrsywb3a.gz b/obj/Debug/net8.0/compressed/jrcrsywb3a.gz deleted file mode 100644 index a10a47c..0000000 Binary files a/obj/Debug/net8.0/compressed/jrcrsywb3a.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/jstsbkxywd.gz b/obj/Debug/net8.0/compressed/jstsbkxywd.gz deleted file mode 100644 index f0921af..0000000 Binary files a/obj/Debug/net8.0/compressed/jstsbkxywd.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/jv2oyhfpar.gz b/obj/Debug/net8.0/compressed/jv2oyhfpar.gz deleted file mode 100644 index 7f37340..0000000 Binary files a/obj/Debug/net8.0/compressed/jv2oyhfpar.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/jvd033iqeb.gz b/obj/Debug/net8.0/compressed/jvd033iqeb.gz deleted file mode 100644 index 4e0d023..0000000 Binary files a/obj/Debug/net8.0/compressed/jvd033iqeb.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/k853cj0qpf.gz b/obj/Debug/net8.0/compressed/k853cj0qpf.gz deleted file mode 100644 index f415f14..0000000 Binary files a/obj/Debug/net8.0/compressed/k853cj0qpf.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/kcq3ro3lch.gz b/obj/Debug/net8.0/compressed/kcq3ro3lch.gz deleted file mode 100644 index 75d3d7e..0000000 Binary files a/obj/Debug/net8.0/compressed/kcq3ro3lch.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/khjx9jiu5t.gz b/obj/Debug/net8.0/compressed/khjx9jiu5t.gz deleted file mode 100644 index 136902e..0000000 Binary files a/obj/Debug/net8.0/compressed/khjx9jiu5t.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/kpuim1sjsh.gz b/obj/Debug/net8.0/compressed/kpuim1sjsh.gz deleted file mode 100644 index 36a232a..0000000 Binary files a/obj/Debug/net8.0/compressed/kpuim1sjsh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/kqtmz2s8bb.gz b/obj/Debug/net8.0/compressed/kqtmz2s8bb.gz deleted file mode 100644 index 2368cb3..0000000 Binary files a/obj/Debug/net8.0/compressed/kqtmz2s8bb.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/kw1cblutp7.gz b/obj/Debug/net8.0/compressed/kw1cblutp7.gz deleted file mode 100644 index c43e28a..0000000 Binary files a/obj/Debug/net8.0/compressed/kw1cblutp7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/l2xki56163.gz b/obj/Debug/net8.0/compressed/l2xki56163.gz deleted file mode 100644 index f7488df..0000000 Binary files a/obj/Debug/net8.0/compressed/l2xki56163.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/l7nq3wu6hd.gz b/obj/Debug/net8.0/compressed/l7nq3wu6hd.gz deleted file mode 100644 index 01be56c..0000000 Binary files a/obj/Debug/net8.0/compressed/l7nq3wu6hd.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/l85b55n9tx.gz b/obj/Debug/net8.0/compressed/l85b55n9tx.gz deleted file mode 100644 index 51d5a2b..0000000 Binary files a/obj/Debug/net8.0/compressed/l85b55n9tx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/lo86bc157u.gz b/obj/Debug/net8.0/compressed/lo86bc157u.gz deleted file mode 100644 index 5015ab9..0000000 Binary files a/obj/Debug/net8.0/compressed/lo86bc157u.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/lrvwfqetia.gz b/obj/Debug/net8.0/compressed/lrvwfqetia.gz deleted file mode 100644 index 1d92802..0000000 Binary files a/obj/Debug/net8.0/compressed/lrvwfqetia.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/lxte47d7g4.gz b/obj/Debug/net8.0/compressed/lxte47d7g4.gz deleted file mode 100644 index b221f12..0000000 Binary files a/obj/Debug/net8.0/compressed/lxte47d7g4.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/lzmj34im4a.gz b/obj/Debug/net8.0/compressed/lzmj34im4a.gz deleted file mode 100644 index 1488902..0000000 Binary files a/obj/Debug/net8.0/compressed/lzmj34im4a.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/m8r7f6o2w4.gz b/obj/Debug/net8.0/compressed/m8r7f6o2w4.gz deleted file mode 100644 index bada8b2..0000000 Binary files a/obj/Debug/net8.0/compressed/m8r7f6o2w4.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/mbeeojz9ug.gz b/obj/Debug/net8.0/compressed/mbeeojz9ug.gz deleted file mode 100644 index ccd8d73..0000000 Binary files a/obj/Debug/net8.0/compressed/mbeeojz9ug.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/mj884n42m7.gz b/obj/Debug/net8.0/compressed/mj884n42m7.gz deleted file mode 100644 index 0274ad4..0000000 Binary files a/obj/Debug/net8.0/compressed/mj884n42m7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/mkalzfz05e.gz b/obj/Debug/net8.0/compressed/mkalzfz05e.gz deleted file mode 100644 index 9d01d13..0000000 Binary files a/obj/Debug/net8.0/compressed/mkalzfz05e.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/mrq3fig2c1.gz b/obj/Debug/net8.0/compressed/mrq3fig2c1.gz deleted file mode 100644 index 84f4e4a..0000000 Binary files a/obj/Debug/net8.0/compressed/mrq3fig2c1.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/n0jvg8m93t.gz b/obj/Debug/net8.0/compressed/n0jvg8m93t.gz deleted file mode 100644 index 5bdef9a..0000000 Binary files a/obj/Debug/net8.0/compressed/n0jvg8m93t.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/n1i5k24ute.gz b/obj/Debug/net8.0/compressed/n1i5k24ute.gz deleted file mode 100644 index df7b5d9..0000000 Binary files a/obj/Debug/net8.0/compressed/n1i5k24ute.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/n7sj458ln7.gz b/obj/Debug/net8.0/compressed/n7sj458ln7.gz deleted file mode 100644 index efe9f3f..0000000 Binary files a/obj/Debug/net8.0/compressed/n7sj458ln7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ne2s6wfy5y.gz b/obj/Debug/net8.0/compressed/ne2s6wfy5y.gz deleted file mode 100644 index 91e012b..0000000 Binary files a/obj/Debug/net8.0/compressed/ne2s6wfy5y.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/noftw5oq6v.gz b/obj/Debug/net8.0/compressed/noftw5oq6v.gz deleted file mode 100644 index 0f86e65..0000000 Binary files a/obj/Debug/net8.0/compressed/noftw5oq6v.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/nrd8n58389.gz b/obj/Debug/net8.0/compressed/nrd8n58389.gz deleted file mode 100644 index 8459484..0000000 Binary files a/obj/Debug/net8.0/compressed/nrd8n58389.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/o215neoqin.gz b/obj/Debug/net8.0/compressed/o215neoqin.gz deleted file mode 100644 index 5d8a0ce..0000000 Binary files a/obj/Debug/net8.0/compressed/o215neoqin.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/oam712whm8.gz b/obj/Debug/net8.0/compressed/oam712whm8.gz deleted file mode 100644 index d3fee76..0000000 Binary files a/obj/Debug/net8.0/compressed/oam712whm8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/onfdqnfhzd.gz b/obj/Debug/net8.0/compressed/onfdqnfhzd.gz deleted file mode 100644 index 45b0815..0000000 Binary files a/obj/Debug/net8.0/compressed/onfdqnfhzd.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/osb3mzrwaa.gz b/obj/Debug/net8.0/compressed/osb3mzrwaa.gz deleted file mode 100644 index 184dcd6..0000000 Binary files a/obj/Debug/net8.0/compressed/osb3mzrwaa.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ougkhitdzi.gz b/obj/Debug/net8.0/compressed/ougkhitdzi.gz deleted file mode 100644 index b425c85..0000000 Binary files a/obj/Debug/net8.0/compressed/ougkhitdzi.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/oun0v0am46.gz b/obj/Debug/net8.0/compressed/oun0v0am46.gz deleted file mode 100644 index faa6a6d..0000000 Binary files a/obj/Debug/net8.0/compressed/oun0v0am46.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ovqip5z8xf.gz b/obj/Debug/net8.0/compressed/ovqip5z8xf.gz deleted file mode 100644 index d43a28f..0000000 Binary files a/obj/Debug/net8.0/compressed/ovqip5z8xf.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ow435jk1c5.gz b/obj/Debug/net8.0/compressed/ow435jk1c5.gz deleted file mode 100644 index a823ebf..0000000 Binary files a/obj/Debug/net8.0/compressed/ow435jk1c5.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/p0b5aezta8.gz b/obj/Debug/net8.0/compressed/p0b5aezta8.gz deleted file mode 100644 index 59c7ec6..0000000 Binary files a/obj/Debug/net8.0/compressed/p0b5aezta8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/pa2u8l6hvs.gz b/obj/Debug/net8.0/compressed/pa2u8l6hvs.gz deleted file mode 100644 index f01b8c7..0000000 Binary files a/obj/Debug/net8.0/compressed/pa2u8l6hvs.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/pfju7th0za.gz b/obj/Debug/net8.0/compressed/pfju7th0za.gz deleted file mode 100644 index 0d866a8..0000000 Binary files a/obj/Debug/net8.0/compressed/pfju7th0za.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/pi0f70mlsr.gz b/obj/Debug/net8.0/compressed/pi0f70mlsr.gz deleted file mode 100644 index f8d6148..0000000 Binary files a/obj/Debug/net8.0/compressed/pi0f70mlsr.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/pt3cynh0z0.gz b/obj/Debug/net8.0/compressed/pt3cynh0z0.gz deleted file mode 100644 index 7575f46..0000000 Binary files a/obj/Debug/net8.0/compressed/pt3cynh0z0.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/q52yxkp4b8.gz b/obj/Debug/net8.0/compressed/q52yxkp4b8.gz deleted file mode 100644 index c6b6b2e..0000000 Binary files a/obj/Debug/net8.0/compressed/q52yxkp4b8.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/q99h0rjrq9.gz b/obj/Debug/net8.0/compressed/q99h0rjrq9.gz deleted file mode 100644 index 8d8e5b5..0000000 Binary files a/obj/Debug/net8.0/compressed/q99h0rjrq9.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/qi8ru0rvy9.gz b/obj/Debug/net8.0/compressed/qi8ru0rvy9.gz deleted file mode 100644 index 67d0652..0000000 Binary files a/obj/Debug/net8.0/compressed/qi8ru0rvy9.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ql38l5ztno.gz b/obj/Debug/net8.0/compressed/ql38l5ztno.gz deleted file mode 100644 index 0b213c9..0000000 Binary files a/obj/Debug/net8.0/compressed/ql38l5ztno.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/qlrptf693z.gz b/obj/Debug/net8.0/compressed/qlrptf693z.gz deleted file mode 100644 index d5a4e99..0000000 Binary files a/obj/Debug/net8.0/compressed/qlrptf693z.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/qnrwmkk3fl.gz b/obj/Debug/net8.0/compressed/qnrwmkk3fl.gz deleted file mode 100644 index 237185e..0000000 Binary files a/obj/Debug/net8.0/compressed/qnrwmkk3fl.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/qvyc6o4o6u.gz b/obj/Debug/net8.0/compressed/qvyc6o4o6u.gz deleted file mode 100644 index 941803c..0000000 Binary files a/obj/Debug/net8.0/compressed/qvyc6o4o6u.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/r9b60o4t14.gz b/obj/Debug/net8.0/compressed/r9b60o4t14.gz deleted file mode 100644 index c1d2851..0000000 Binary files a/obj/Debug/net8.0/compressed/r9b60o4t14.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ra7i2zljza.gz b/obj/Debug/net8.0/compressed/ra7i2zljza.gz deleted file mode 100644 index 78330d1..0000000 Binary files a/obj/Debug/net8.0/compressed/ra7i2zljza.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/rgvxsil6db.gz b/obj/Debug/net8.0/compressed/rgvxsil6db.gz deleted file mode 100644 index 3944eef..0000000 Binary files a/obj/Debug/net8.0/compressed/rgvxsil6db.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/rhbdejd3yz.gz b/obj/Debug/net8.0/compressed/rhbdejd3yz.gz deleted file mode 100644 index 102b94a..0000000 Binary files a/obj/Debug/net8.0/compressed/rhbdejd3yz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/rhh9x9jltf.gz b/obj/Debug/net8.0/compressed/rhh9x9jltf.gz deleted file mode 100644 index 21d2fce..0000000 Binary files a/obj/Debug/net8.0/compressed/rhh9x9jltf.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/rv6w1353p7.gz b/obj/Debug/net8.0/compressed/rv6w1353p7.gz deleted file mode 100644 index d0fea5a..0000000 Binary files a/obj/Debug/net8.0/compressed/rv6w1353p7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/s1t8u0jk0a.gz b/obj/Debug/net8.0/compressed/s1t8u0jk0a.gz deleted file mode 100644 index 6a38df0..0000000 Binary files a/obj/Debug/net8.0/compressed/s1t8u0jk0a.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/s53kpsc7pz.gz b/obj/Debug/net8.0/compressed/s53kpsc7pz.gz deleted file mode 100644 index 2b0ce5d..0000000 Binary files a/obj/Debug/net8.0/compressed/s53kpsc7pz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/s7hnmmo50d.gz b/obj/Debug/net8.0/compressed/s7hnmmo50d.gz deleted file mode 100644 index efac1f9..0000000 Binary files a/obj/Debug/net8.0/compressed/s7hnmmo50d.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/s843qmk63v.gz b/obj/Debug/net8.0/compressed/s843qmk63v.gz deleted file mode 100644 index ff60310..0000000 Binary files a/obj/Debug/net8.0/compressed/s843qmk63v.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/s8jv0soqtn.gz b/obj/Debug/net8.0/compressed/s8jv0soqtn.gz deleted file mode 100644 index ab34e8e..0000000 Binary files a/obj/Debug/net8.0/compressed/s8jv0soqtn.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/si0n6kt4lf.gz b/obj/Debug/net8.0/compressed/si0n6kt4lf.gz deleted file mode 100644 index 2de2887..0000000 Binary files a/obj/Debug/net8.0/compressed/si0n6kt4lf.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/srhcftb0hp.gz b/obj/Debug/net8.0/compressed/srhcftb0hp.gz deleted file mode 100644 index ced8c47..0000000 Binary files a/obj/Debug/net8.0/compressed/srhcftb0hp.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/sumz978195.gz b/obj/Debug/net8.0/compressed/sumz978195.gz deleted file mode 100644 index e07eb10..0000000 Binary files a/obj/Debug/net8.0/compressed/sumz978195.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/sup07lpzy6.gz b/obj/Debug/net8.0/compressed/sup07lpzy6.gz deleted file mode 100644 index d82b338..0000000 Binary files a/obj/Debug/net8.0/compressed/sup07lpzy6.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/t7fwyu8qku.gz b/obj/Debug/net8.0/compressed/t7fwyu8qku.gz deleted file mode 100644 index 6c27056..0000000 Binary files a/obj/Debug/net8.0/compressed/t7fwyu8qku.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tauhtqouzx.gz b/obj/Debug/net8.0/compressed/tauhtqouzx.gz deleted file mode 100644 index 1c8772b..0000000 Binary files a/obj/Debug/net8.0/compressed/tauhtqouzx.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tb77vqzihz.gz b/obj/Debug/net8.0/compressed/tb77vqzihz.gz deleted file mode 100644 index fb90a1b..0000000 Binary files a/obj/Debug/net8.0/compressed/tb77vqzihz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tmrbtkwdlj.gz b/obj/Debug/net8.0/compressed/tmrbtkwdlj.gz deleted file mode 100644 index 7db92fd..0000000 Binary files a/obj/Debug/net8.0/compressed/tmrbtkwdlj.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ts8lyp5v7f.gz b/obj/Debug/net8.0/compressed/ts8lyp5v7f.gz deleted file mode 100644 index fb64806..0000000 Binary files a/obj/Debug/net8.0/compressed/ts8lyp5v7f.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tsbcutbeuj.gz b/obj/Debug/net8.0/compressed/tsbcutbeuj.gz deleted file mode 100644 index c54798a..0000000 Binary files a/obj/Debug/net8.0/compressed/tsbcutbeuj.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tudr5p6066.gz b/obj/Debug/net8.0/compressed/tudr5p6066.gz deleted file mode 100644 index 6a9460c..0000000 Binary files a/obj/Debug/net8.0/compressed/tudr5p6066.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/tuwued8wz0.gz b/obj/Debug/net8.0/compressed/tuwued8wz0.gz deleted file mode 100644 index 5d01b22..0000000 Binary files a/obj/Debug/net8.0/compressed/tuwued8wz0.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/twnl85lnp7.gz b/obj/Debug/net8.0/compressed/twnl85lnp7.gz deleted file mode 100644 index 8b8c185..0000000 Binary files a/obj/Debug/net8.0/compressed/twnl85lnp7.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/u3td9lx2u2.gz b/obj/Debug/net8.0/compressed/u3td9lx2u2.gz deleted file mode 100644 index a308cf0..0000000 Binary files a/obj/Debug/net8.0/compressed/u3td9lx2u2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/udqbn2gls1.gz b/obj/Debug/net8.0/compressed/udqbn2gls1.gz deleted file mode 100644 index b693b67..0000000 Binary files a/obj/Debug/net8.0/compressed/udqbn2gls1.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/uffslssvyk.gz b/obj/Debug/net8.0/compressed/uffslssvyk.gz deleted file mode 100644 index 2bcf45f..0000000 Binary files a/obj/Debug/net8.0/compressed/uffslssvyk.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/v2f2m0lrme.gz b/obj/Debug/net8.0/compressed/v2f2m0lrme.gz deleted file mode 100644 index c985442..0000000 Binary files a/obj/Debug/net8.0/compressed/v2f2m0lrme.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/v6wk55duj2.gz b/obj/Debug/net8.0/compressed/v6wk55duj2.gz deleted file mode 100644 index 0f50ab6..0000000 Binary files a/obj/Debug/net8.0/compressed/v6wk55duj2.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/vb3znhuzcz.gz b/obj/Debug/net8.0/compressed/vb3znhuzcz.gz deleted file mode 100644 index f12b0cb..0000000 Binary files a/obj/Debug/net8.0/compressed/vb3znhuzcz.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/veuqg5pjin.gz b/obj/Debug/net8.0/compressed/veuqg5pjin.gz deleted file mode 100644 index dd5f563..0000000 Binary files a/obj/Debug/net8.0/compressed/veuqg5pjin.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/vpth8ufucy.gz b/obj/Debug/net8.0/compressed/vpth8ufucy.gz deleted file mode 100644 index ffd16c2..0000000 Binary files a/obj/Debug/net8.0/compressed/vpth8ufucy.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/vtfkqvuvsv.gz b/obj/Debug/net8.0/compressed/vtfkqvuvsv.gz deleted file mode 100644 index 0611bad..0000000 Binary files a/obj/Debug/net8.0/compressed/vtfkqvuvsv.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/vwfhymlwgh.gz b/obj/Debug/net8.0/compressed/vwfhymlwgh.gz deleted file mode 100644 index 2371953..0000000 Binary files a/obj/Debug/net8.0/compressed/vwfhymlwgh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/w4ig83muls.gz b/obj/Debug/net8.0/compressed/w4ig83muls.gz deleted file mode 100644 index b8aa605..0000000 Binary files a/obj/Debug/net8.0/compressed/w4ig83muls.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/w7k8uh40of.gz b/obj/Debug/net8.0/compressed/w7k8uh40of.gz deleted file mode 100644 index db56520..0000000 Binary files a/obj/Debug/net8.0/compressed/w7k8uh40of.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/wreamsjpyi.gz b/obj/Debug/net8.0/compressed/wreamsjpyi.gz deleted file mode 100644 index a67301c..0000000 Binary files a/obj/Debug/net8.0/compressed/wreamsjpyi.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/wvw84o58rq.gz b/obj/Debug/net8.0/compressed/wvw84o58rq.gz deleted file mode 100644 index 1c7736d..0000000 Binary files a/obj/Debug/net8.0/compressed/wvw84o58rq.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/x30a9i6nte.gz b/obj/Debug/net8.0/compressed/x30a9i6nte.gz deleted file mode 100644 index 581f550..0000000 Binary files a/obj/Debug/net8.0/compressed/x30a9i6nte.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/x7xwc3r13e.gz b/obj/Debug/net8.0/compressed/x7xwc3r13e.gz deleted file mode 100644 index 6922d22..0000000 Binary files a/obj/Debug/net8.0/compressed/x7xwc3r13e.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/xamdq1er2n.gz b/obj/Debug/net8.0/compressed/xamdq1er2n.gz deleted file mode 100644 index 5aafef1..0000000 Binary files a/obj/Debug/net8.0/compressed/xamdq1er2n.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/xc4hu2uloh.gz b/obj/Debug/net8.0/compressed/xc4hu2uloh.gz deleted file mode 100644 index 92ba450..0000000 Binary files a/obj/Debug/net8.0/compressed/xc4hu2uloh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/xlcch1x81q.gz b/obj/Debug/net8.0/compressed/xlcch1x81q.gz deleted file mode 100644 index a4252c3..0000000 Binary files a/obj/Debug/net8.0/compressed/xlcch1x81q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/xnqe24muoc.gz b/obj/Debug/net8.0/compressed/xnqe24muoc.gz deleted file mode 100644 index 7b87e14..0000000 Binary files a/obj/Debug/net8.0/compressed/xnqe24muoc.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/y1cjdhx27q.gz b/obj/Debug/net8.0/compressed/y1cjdhx27q.gz deleted file mode 100644 index e37ed5a..0000000 Binary files a/obj/Debug/net8.0/compressed/y1cjdhx27q.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/y2cmp3t3ko.gz b/obj/Debug/net8.0/compressed/y2cmp3t3ko.gz deleted file mode 100644 index f0df268..0000000 Binary files a/obj/Debug/net8.0/compressed/y2cmp3t3ko.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/yh8givac2v.gz b/obj/Debug/net8.0/compressed/yh8givac2v.gz deleted file mode 100644 index f0d0afc..0000000 Binary files a/obj/Debug/net8.0/compressed/yh8givac2v.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ykebj5f9y0.gz b/obj/Debug/net8.0/compressed/ykebj5f9y0.gz deleted file mode 100644 index f0abb4e..0000000 Binary files a/obj/Debug/net8.0/compressed/ykebj5f9y0.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/yp9qcdgic9.gz b/obj/Debug/net8.0/compressed/yp9qcdgic9.gz deleted file mode 100644 index 9579c0e..0000000 Binary files a/obj/Debug/net8.0/compressed/yp9qcdgic9.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ywulsowx2v.gz b/obj/Debug/net8.0/compressed/ywulsowx2v.gz deleted file mode 100644 index a31e2fc..0000000 Binary files a/obj/Debug/net8.0/compressed/ywulsowx2v.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/ywzb9f2dcy.gz b/obj/Debug/net8.0/compressed/ywzb9f2dcy.gz deleted file mode 100644 index 8e6c918..0000000 Binary files a/obj/Debug/net8.0/compressed/ywzb9f2dcy.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/yyyqrwye1r.gz b/obj/Debug/net8.0/compressed/yyyqrwye1r.gz deleted file mode 100644 index 1a43662..0000000 Binary files a/obj/Debug/net8.0/compressed/yyyqrwye1r.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/zb6qi2ny89.gz b/obj/Debug/net8.0/compressed/zb6qi2ny89.gz deleted file mode 100644 index 498baaf..0000000 Binary files a/obj/Debug/net8.0/compressed/zb6qi2ny89.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/zl32uilzr6.gz b/obj/Debug/net8.0/compressed/zl32uilzr6.gz deleted file mode 100644 index d559938..0000000 Binary files a/obj/Debug/net8.0/compressed/zl32uilzr6.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/zln4ts3g7e.gz b/obj/Debug/net8.0/compressed/zln4ts3g7e.gz deleted file mode 100644 index fac36fb..0000000 Binary files a/obj/Debug/net8.0/compressed/zln4ts3g7e.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/zlr2nt48lq.gz b/obj/Debug/net8.0/compressed/zlr2nt48lq.gz deleted file mode 100644 index 044a2ae..0000000 Binary files a/obj/Debug/net8.0/compressed/zlr2nt48lq.gz and /dev/null differ diff --git a/obj/Debug/net8.0/compressed/zmm61pw3nh.gz b/obj/Debug/net8.0/compressed/zmm61pw3nh.gz deleted file mode 100644 index abc7af4..0000000 Binary files a/obj/Debug/net8.0/compressed/zmm61pw3nh.gz and /dev/null differ diff --git a/obj/Debug/net8.0/en/CV.resources.dll b/obj/Debug/net8.0/en/CV.resources.dll deleted file mode 100644 index 36a275c..0000000 Binary files a/obj/Debug/net8.0/en/CV.resources.dll and /dev/null differ diff --git a/obj/Debug/net8.0/project.razor.vs.bin b/obj/Debug/net8.0/project.razor.vs.bin deleted file mode 100644 index a298d3a..0000000 Binary files a/obj/Debug/net8.0/project.razor.vs.bin and /dev/null differ diff --git a/obj/Debug/net8.0/ref/CV.dll b/obj/Debug/net8.0/ref/CV.dll deleted file mode 100644 index f6f1f3f..0000000 Binary files a/obj/Debug/net8.0/ref/CV.dll and /dev/null differ diff --git a/obj/Debug/net8.0/refint/CV.dll b/obj/Debug/net8.0/refint/CV.dll deleted file mode 100644 index f6f1f3f..0000000 Binary files a/obj/Debug/net8.0/refint/CV.dll and /dev/null differ diff --git a/obj/Debug/net8.0/scopedcss/Pages/Inicio.razor.rz.scp.css b/obj/Debug/net8.0/scopedcss/Pages/Inicio.razor.rz.scp.css deleted file mode 100644 index be1ae27..0000000 --- a/obj/Debug/net8.0/scopedcss/Pages/Inicio.razor.rz.scp.css +++ /dev/null @@ -1,12067 +0,0 @@ -/*@charset "UTF-8";*/ -/* ##a697a9 */ -/*:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #1086c5; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #1086c5; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 16, 134, 197; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: Muli, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -*, -*::before, -*::after { - box-sizing: border-box; -} - -@media (prefers-reduced-motion: no-preference) { - :root { - scroll-behavior: smooth; - } -} - -body { - margin: 0; - font-family: var(--bs-body-font-family); - font-size: var(--bs-body-font-size); - font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); - color: var(--bs-body-color); - text-align: var(--bs-body-text-align); - background-color: var(--bs-body-bg); - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -hr { - margin: 1rem 0; - color: inherit; - background-color: currentColor; - border: 0; - opacity: 0.25; -} - - hr:not([size]) { - height: 1px; - } - -h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { - margin-top: 0; - margin-bottom: 0.5rem; - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-weight: 700; - line-height: 1.2; - color: #343a40; -} - -h1, .h1 { - font-size: calc(1.725rem + 5.7vw); -} - -@media (min-width: 1200px) { - h1, .h1 { - font-size: 6rem; - } -} - -h2, .h2 { - font-size: calc(1.475rem + 2.7vw); -} - -@media (min-width: 1200px) { - h2, .h2 { - font-size: 3.5rem; - } -} - -h3, .h3 { - font-size: calc(1.325rem + 0.9vw); -} - -@media (min-width: 1200px) { - h3, .h3 { - font-size: 2rem; - } -} - -h4, .h4 { - font-size: calc(1.275rem + 0.3vw); -} - -@media (min-width: 1200px) { - h4, .h4 { - font-size: 1.5rem; - } -} - -h5, .h5 { - font-size: 1.25rem; -} - -h6, .h6 { - font-size: 1rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-bs-original-title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul { - padding-left: 2rem; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - - ol ol, - ul ul, - ol ul, - ul ol { - margin-bottom: 0; - } - -dt { - font-weight: 700; -} - -dd { - margin-bottom: 0.5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -b, -strong { - font-weight: bolder; -} - -small, .small { - font-size: 0.875em; -} - -mark, .mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -a { - color: #1086c5; - text-decoration: underline; -} - - a:hover { - color: #b34fc2; - } - - a:not([href]):not([class]), a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; - } - -pre, -code, -kbd, -samp { - font-family: var(--bs-font-monospace); - font-size: 1em; - direction: ltr*/ /* rtl:ignore *//*; - unicode-bidi: bidi-override; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - font-size: 0.875em; -} - - pre code { - font-size: inherit; - color: inherit; - word-break: normal; - } - -code { - font-size: 0.875em; - color: #d63384; - word-wrap: break-word; -} - -a > code { - color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 0.875em; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} - - kbd kbd { - padding: 0; - font-size: 1em; - font-weight: 700; - } - -figure { - margin: 0 0 1rem; -} - -img, -svg { - vertical-align: middle; -} - -table { - caption-side: bottom; - border-collapse: collapse; -} - -caption { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - color: #6c757d; - text-align: left; -} - -th { - text-align: inherit; - text-align: -webkit-match-parent; -} - -thead, -tbody, -tfoot, -tr, -td, -th { - border-color: inherit; - border-style: solid; - border-width: 0; -} - -label { - display: inline-block; -} - -button { - border-radius: 0; -} - - button:focus:not(:focus-visible) { - outline: 0; - } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -button, -select { - text-transform: none; -} - -[role=button] { - cursor: pointer; -} - -select { - word-wrap: normal; -} - - select:disabled { - opacity: 1; - } - -[list]::-webkit-calendar-picker-indicator { - display: none; -} - -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; -} - - button:not(:disabled), - [type=button]:not(:disabled), - [type=reset]:not(:disabled), - [type=submit]:not(:disabled) { - cursor: pointer; - } - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - float: left; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: calc(1.275rem + 0.3vw); - line-height: inherit; -} - -@media (min-width: 1200px) { - legend { - font-size: 1.5rem; - } -} - -legend + * { - clear: left; -} - -::-webkit-datetime-edit-fields-wrapper, -::-webkit-datetime-edit-text, -::-webkit-datetime-edit-minute, -::-webkit-datetime-edit-hour-field, -::-webkit-datetime-edit-day-field, -::-webkit-datetime-edit-month-field, -::-webkit-datetime-edit-year-field { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type=search] { - outline-offset: -2px; - -webkit-appearance: textfield; -}*/ - -/* rtl:raw: -[type="tel"], -[type="url"], -[type="email"], -[type="number"] { - direction: ltr; -} -*/ -/*::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-color-swatch-wrapper { - padding: 0; -} - -::-webkit-file-upload-button { - font: inherit; -} - -::file-selector-button { - font: inherit; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -output { - display: inline-block; -} - -iframe { - border: 0; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -[hidden] { - display: none !important; -} - -.lead { - font-size: 1.25rem; - font-weight: 300; -} - -.display-1 { - font-size: calc(1.625rem + 4.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-1 { - font-size: 5rem; - } -} - -.display-2 { - font-size: calc(1.575rem + 3.9vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-2 { - font-size: 4.5rem; - } -} - -.display-3 { - font-size: calc(1.525rem + 3.3vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-3 { - font-size: 4rem; - } -} - -.display-4 { - font-size: calc(1.475rem + 2.7vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-4 { - font-size: 3.5rem; - } -} - -.display-5 { - font-size: calc(1.425rem + 2.1vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-5 { - font-size: 3rem; - } -} - -.display-6 { - font-size: calc(1.375rem + 1.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-6 { - font-size: 2.5rem; - } -} - -.list-unstyled { - padding-left: 0; - list-style: none; -} - -.list-inline { - padding-left: 0; - list-style: none; -} - -.list-inline-item { - display: inline-block; -} - - .list-inline-item:not(:last-child) { - margin-right: 0.5rem; - } - -.initialism { - font-size: 0.875em; - text-transform: uppercase; -} - -.blockquote { - margin-bottom: 1rem; - font-size: 1.25rem; -} - - .blockquote > :last-child { - margin-bottom: 0; - } - -.blockquote-footer { - margin-top: -1rem; - margin-bottom: 1rem; - font-size: 0.875em; - color: #6c757d; -} - - .blockquote-footer::before { - content: "— "; - } - -.img-fluid { - max-width: 100%; - height: auto; -} - -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} - -.figure { - display: inline-block; -} - -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} - -.figure-caption { - font-size: 0.875em; - color: #6c757d; -} - -.container, -.container-fluid, -.container-xxl, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-right: var(--bs-gutter-x, 0.75rem); - padding-left: var(--bs-gutter-x, 0.75rem); - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } -} - -@media (min-width: 1400px) { - .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1320px; - } -} - -.row { - --bs-gutter-x: 1.5rem; - --bs-gutter-y: 0; - display: flex; - flex-wrap: wrap; - margin-top: calc(-1 * var(--bs-gutter-y)); - margin-right: calc(-0.5 * var(--bs-gutter-x)); - margin-left: calc(-0.5 * var(--bs-gutter-x)); -} - - .row > * { - flex-shrink: 0; - width: 100%; - max-width: 100%; - padding-right: calc(var(--bs-gutter-x) * 0.5); - padding-left: calc(var(--bs-gutter-x) * 0.5); - margin-top: var(--bs-gutter-y); - } - -.col { - flex: 1 0 0%; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.33333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.66666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.33333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.66666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.33333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.66666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.33333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.66666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.33333333%; -} - -.offset-2 { - margin-left: 16.66666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.33333333%; -} - -.offset-5 { - margin-left: 41.66666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.33333333%; -} - -.offset-8 { - margin-left: 66.66666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.33333333%; -} - -.offset-11 { - margin-left: 91.66666667%; -} - -.g-0, -.gx-0 { - --bs-gutter-x: 0; -} - -.g-0, -.gy-0 { - --bs-gutter-y: 0; -} - -.g-1, -.gx-1 { - --bs-gutter-x: 0.25rem; -} - -.g-1, -.gy-1 { - --bs-gutter-y: 0.25rem; -} - -.g-2, -.gx-2 { - --bs-gutter-x: 0.5rem; -} - -.g-2, -.gy-2 { - --bs-gutter-y: 0.5rem; -} - -.g-3, -.gx-3 { - --bs-gutter-x: 1rem; -} - -.g-3, -.gy-3 { - --bs-gutter-y: 1rem; -} - -.g-4, -.gx-4 { - --bs-gutter-x: 1.5rem; -} - -.g-4, -.gy-4 { - --bs-gutter-y: 1.5rem; -} - -.g-5, -.gx-5 { - --bs-gutter-x: 3rem; -} - -.g-5, -.gy-5 { - --bs-gutter-y: 3rem; -} - -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - .col-sm-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-sm-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-sm-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-sm-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-sm-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-sm-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-sm-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-sm-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-sm-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-sm-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-sm-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-sm-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-sm-0 { - margin-left: 0; - } - - .offset-sm-1 { - margin-left: 8.33333333%; - } - - .offset-sm-2 { - margin-left: 16.66666667%; - } - - .offset-sm-3 { - margin-left: 25%; - } - - .offset-sm-4 { - margin-left: 33.33333333%; - } - - .offset-sm-5 { - margin-left: 41.66666667%; - } - - .offset-sm-6 { - margin-left: 50%; - } - - .offset-sm-7 { - margin-left: 58.33333333%; - } - - .offset-sm-8 { - margin-left: 66.66666667%; - } - - .offset-sm-9 { - margin-left: 75%; - } - - .offset-sm-10 { - margin-left: 83.33333333%; - } - - .offset-sm-11 { - margin-left: 91.66666667%; - } - - .g-sm-0, - .gx-sm-0 { - --bs-gutter-x: 0; - } - - .g-sm-0, - .gy-sm-0 { - --bs-gutter-y: 0; - } - - .g-sm-1, - .gx-sm-1 { - --bs-gutter-x: 0.25rem; - } - - .g-sm-1, - .gy-sm-1 { - --bs-gutter-y: 0.25rem; - } - - .g-sm-2, - .gx-sm-2 { - --bs-gutter-x: 0.5rem; - } - - .g-sm-2, - .gy-sm-2 { - --bs-gutter-y: 0.5rem; - } - - .g-sm-3, - .gx-sm-3 { - --bs-gutter-x: 1rem; - } - - .g-sm-3, - .gy-sm-3 { - --bs-gutter-y: 1rem; - } - - .g-sm-4, - .gx-sm-4 { - --bs-gutter-x: 1.5rem; - } - - .g-sm-4, - .gy-sm-4 { - --bs-gutter-y: 1.5rem; - } - - .g-sm-5, - .gx-sm-5 { - --bs-gutter-x: 3rem; - } - - .g-sm-5, - .gy-sm-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - - .col-md-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-md-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-md-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-md-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-md-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-md-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-md-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-md-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-md-0 { - margin-left: 0; - } - - .offset-md-1 { - margin-left: 8.33333333%; - } - - .offset-md-2 { - margin-left: 16.66666667%; - } - - .offset-md-3 { - margin-left: 25%; - } - - .offset-md-4 { - margin-left: 33.33333333%; - } - - .offset-md-5 { - margin-left: 41.66666667%; - } - - .offset-md-6 { - margin-left: 50%; - } - - .offset-md-7 { - margin-left: 58.33333333%; - } - - .offset-md-8 { - margin-left: 66.66666667%; - } - - .offset-md-9 { - margin-left: 75%; - } - - .offset-md-10 { - margin-left: 83.33333333%; - } - - .offset-md-11 { - margin-left: 91.66666667%; - } - - .g-md-0, - .gx-md-0 { - --bs-gutter-x: 0; - } - - .g-md-0, - .gy-md-0 { - --bs-gutter-y: 0; - } - - .g-md-1, - .gx-md-1 { - --bs-gutter-x: 0.25rem; - } - - .g-md-1, - .gy-md-1 { - --bs-gutter-y: 0.25rem; - } - - .g-md-2, - .gx-md-2 { - --bs-gutter-x: 0.5rem; - } - - .g-md-2, - .gy-md-2 { - --bs-gutter-y: 0.5rem; - } - - .g-md-3, - .gx-md-3 { - --bs-gutter-x: 1rem; - } - - .g-md-3, - .gy-md-3 { - --bs-gutter-y: 1rem; - } - - .g-md-4, - .gx-md-4 { - --bs-gutter-x: 1.5rem; - } - - .g-md-4, - .gy-md-4 { - --bs-gutter-y: 1.5rem; - } - - .g-md-5, - .gx-md-5 { - --bs-gutter-x: 3rem; - } - - .g-md-5, - .gy-md-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - .col-lg-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-lg-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-lg-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-lg-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-lg-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-lg-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-lg-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-lg-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-lg-0 { - margin-left: 0; - } - - .offset-lg-1 { - margin-left: 8.33333333%; - } - - .offset-lg-2 { - margin-left: 16.66666667%; - } - - .offset-lg-3 { - margin-left: 25%; - } - - .offset-lg-4 { - margin-left: 33.33333333%; - } - - .offset-lg-5 { - margin-left: 41.66666667%; - } - - .offset-lg-6 { - margin-left: 50%; - } - - .offset-lg-7 { - margin-left: 58.33333333%; - } - - .offset-lg-8 { - margin-left: 66.66666667%; - } - - .offset-lg-9 { - margin-left: 75%; - } - - .offset-lg-10 { - margin-left: 83.33333333%; - } - - .offset-lg-11 { - margin-left: 91.66666667%; - } - - .g-lg-0, - .gx-lg-0 { - --bs-gutter-x: 0; - } - - .g-lg-0, - .gy-lg-0 { - --bs-gutter-y: 0; - } - - .g-lg-1, - .gx-lg-1 { - --bs-gutter-x: 0.25rem; - } - - .g-lg-1, - .gy-lg-1 { - --bs-gutter-y: 0.25rem; - } - - .g-lg-2, - .gx-lg-2 { - --bs-gutter-x: 0.5rem; - } - - .g-lg-2, - .gy-lg-2 { - --bs-gutter-y: 0.5rem; - } - - .g-lg-3, - .gx-lg-3 { - --bs-gutter-x: 1rem; - } - - .g-lg-3, - .gy-lg-3 { - --bs-gutter-y: 1rem; - } - - .g-lg-4, - .gx-lg-4 { - --bs-gutter-x: 1.5rem; - } - - .g-lg-4, - .gy-lg-4 { - --bs-gutter-y: 1.5rem; - } - - .g-lg-5, - .gx-lg-5 { - --bs-gutter-x: 3rem; - } - - .g-lg-5, - .gy-lg-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xl-0 { - margin-left: 0; - } - - .offset-xl-1 { - margin-left: 8.33333333%; - } - - .offset-xl-2 { - margin-left: 16.66666667%; - } - - .offset-xl-3 { - margin-left: 25%; - } - - .offset-xl-4 { - margin-left: 33.33333333%; - } - - .offset-xl-5 { - margin-left: 41.66666667%; - } - - .offset-xl-6 { - margin-left: 50%; - } - - .offset-xl-7 { - margin-left: 58.33333333%; - } - - .offset-xl-8 { - margin-left: 66.66666667%; - } - - .offset-xl-9 { - margin-left: 75%; - } - - .offset-xl-10 { - margin-left: 83.33333333%; - } - - .offset-xl-11 { - margin-left: 91.66666667%; - } - - .g-xl-0, - .gx-xl-0 { - --bs-gutter-x: 0; - } - - .g-xl-0, - .gy-xl-0 { - --bs-gutter-y: 0; - } - - .g-xl-1, - .gx-xl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xl-1, - .gy-xl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xl-2, - .gx-xl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xl-2, - .gy-xl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xl-3, - .gx-xl-3 { - --bs-gutter-x: 1rem; - } - - .g-xl-3, - .gy-xl-3 { - --bs-gutter-y: 1rem; - } - - .g-xl-4, - .gx-xl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xl-4, - .gy-xl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xl-5, - .gx-xl-5 { - --bs-gutter-x: 3rem; - } - - .g-xl-5, - .gy-xl-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xxl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xxl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xxl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xxl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xxl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xxl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xxl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xxl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xxl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xxl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xxl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xxl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xxl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xxl-0 { - margin-left: 0; - } - - .offset-xxl-1 { - margin-left: 8.33333333%; - } - - .offset-xxl-2 { - margin-left: 16.66666667%; - } - - .offset-xxl-3 { - margin-left: 25%; - } - - .offset-xxl-4 { - margin-left: 33.33333333%; - } - - .offset-xxl-5 { - margin-left: 41.66666667%; - } - - .offset-xxl-6 { - margin-left: 50%; - } - - .offset-xxl-7 { - margin-left: 58.33333333%; - } - - .offset-xxl-8 { - margin-left: 66.66666667%; - } - - .offset-xxl-9 { - margin-left: 75%; - } - - .offset-xxl-10 { - margin-left: 83.33333333%; - } - - .offset-xxl-11 { - margin-left: 91.66666667%; - } - - .g-xxl-0, - .gx-xxl-0 { - --bs-gutter-x: 0; - } - - .g-xxl-0, - .gy-xxl-0 { - --bs-gutter-y: 0; - } - - .g-xxl-1, - .gx-xxl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xxl-1, - .gy-xxl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xxl-2, - .gx-xxl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xxl-2, - .gy-xxl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xxl-3, - .gx-xxl-3 { - --bs-gutter-x: 1rem; - } - - .g-xxl-3, - .gy-xxl-3 { - --bs-gutter-y: 1rem; - } - - .g-xxl-4, - .gx-xxl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xxl-4, - .gy-xxl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xxl-5, - .gx-xxl-5 { - --bs-gutter-x: 3rem; - } - - .g-xxl-5, - .gy-xxl-5 { - --bs-gutter-y: 3rem; - } -} - -.table { - --bs-table-bg: transparent; - --bs-table-accent-bg: transparent; - --bs-table-striped-color: #212529; - --bs-table-striped-bg: rgba(0, 0, 0, 0.05); - --bs-table-active-color: #212529; - --bs-table-active-bg: rgba(0, 0, 0, 0.1); - --bs-table-hover-color: #212529; - --bs-table-hover-bg: rgba(0, 0, 0, 0.075); - width: 100%; - margin-bottom: 1rem; - color: #212529; - vertical-align: top; - border-color: #dee2e6; -} - - .table > :not(caption) > * > * { - padding: 0.5rem 0.5rem; - background-color: var(--bs-table-bg); - border-bottom-width: 1px; - box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); - } - - .table > tbody { - vertical-align: inherit; - } - - .table > thead { - vertical-align: bottom; - } - - .table > :not(:first-child) { - border-top: 2px solid currentColor; - } - -.caption-top { - caption-side: top; -} - -.table-sm > :not(caption) > * > * { - padding: 0.25rem 0.25rem; -} - -.table-bordered > :not(caption) > * { - border-width: 1px 0; -} - - .table-bordered > :not(caption) > * > * { - border-width: 0 1px; - } - -.table-borderless > :not(caption) > * > * { - border-bottom-width: 0; -} - -.table-borderless > :not(:first-child) { - border-top-width: 0; -} - -.table-striped > tbody > tr:nth-of-type(odd) > * { - --bs-table-accent-bg: var(--bs-table-striped-bg); - color: var(--bs-table-striped-color); -} - -.table-active { - --bs-table-accent-bg: var(--bs-table-active-bg); - color: var(--bs-table-active-color); -} - -.table-hover > tbody > tr:hover > * { - --bs-table-accent-bg: var(--bs-table-hover-bg); - color: var(--bs-table-hover-color); -} - -.table-primary { - --bs-table-bg: #f2dfd7; - --bs-table-striped-bg: #e6d4cc; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dac9c2; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e0cec7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dac9c2; -} - -.table-secondary { - --bs-table-bg: #e2e3e5; - --bs-table-striped-bg: #d7d8da; - --bs-table-striped-color: #000; - --bs-table-active-bg: #cbccce; - --bs-table-active-color: #000; - --bs-table-hover-bg: #d1d2d4; - --bs-table-hover-color: #000; - color: #000; - border-color: #cbccce; -} - -.table-success { - --bs-table-bg: #d1e7dd; - --bs-table-striped-bg: #c7dbd2; - --bs-table-striped-color: #000; - --bs-table-active-bg: #bcd0c7; - --bs-table-active-color: #000; - --bs-table-hover-bg: #c1d6cc; - --bs-table-hover-color: #000; - color: #000; - border-color: #bcd0c7; -} - -.table-info { - --bs-table-bg: #cff4fc; - --bs-table-striped-bg: #c5e8ef; - --bs-table-striped-color: #000; - --bs-table-active-bg: #badce3; - --bs-table-active-color: #000; - --bs-table-hover-bg: #bfe2e9; - --bs-table-hover-color: #000; - color: #000; - border-color: #badce3; -} - -.table-warning { - --bs-table-bg: #fff3cd; - --bs-table-striped-bg: #f2e7c3; - --bs-table-striped-color: #000; - --bs-table-active-bg: #e6dbb9; - --bs-table-active-color: #000; - --bs-table-hover-bg: #ece1be; - --bs-table-hover-color: #000; - color: #000; - border-color: #e6dbb9; -} - -.table-danger { - --bs-table-bg: #f8d7da; - --bs-table-striped-bg: #eccccf; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfc2c4; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5c7ca; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfc2c4; -} - -.table-light { - --bs-table-bg: #f8f9fa; - --bs-table-striped-bg: #ecedee; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfe0e1; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5e6e7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfe0e1; -} - -.table-dark { - --bs-table-bg: #212529; - --bs-table-striped-bg: #2c3034; - --bs-table-striped-color: #fff; - --bs-table-active-bg: #373b3e; - --bs-table-active-color: #fff; - --bs-table-hover-bg: #323539; - --bs-table-hover-color: #fff; - color: #fff; - border-color: #373b3e; -} - -.table-responsive { - overflow-x: auto; - -webkit-overflow-scrolling: touch; -} - -@media (max-width: 575.98px) { - .table-responsive-sm { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 767.98px) { - .table-responsive-md { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 991.98px) { - .table-responsive-lg { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1199.98px) { - .table-responsive-xl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1399.98px) { - .table-responsive-xxl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -.form-label { - margin-bottom: 0.5rem; -} - -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; -} - -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; -} - -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; -} - -.form-text { - margin-top: 0.25rem; - font-size: 0.875em; - color: #6c757d; -} - -.form-control { - display: block; - width: 100%; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control { - transition: none; - } -} - -.form-control[type=file] { - overflow: hidden; -} - - .form-control[type=file]:not(:disabled):not([readonly]) { - cursor: pointer; - } - -.form-control:focus { - color: #212529; - background-color: #fff; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-control::-webkit-date-and-time-value { - height: 1.5em; -} - -.form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control::placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -.form-control::file-selector-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } - - .form-control::file-selector-button { - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control:hover:not(:disabled):not([readonly])::file-selector-button { - background-color: #dde0e3; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control-plaintext { - display: block; - width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} - - .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; - } - -.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::file-selector-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - -.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::file-selector-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - -textarea.form-control { - min-height: calc(1.5em + 0.75rem + 2px); -} - -textarea.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); -} - -textarea.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); -} - -.form-control-color { - width: 3rem; - height: auto; - padding: 0.375rem; -} - - .form-control-color:not(:disabled):not([readonly]) { - cursor: pointer; - } - - .form-control-color::-moz-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - - .form-control-color::-webkit-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - -.form-select { - display: block; - width: 100%; - padding: 0.375rem 2.25rem 0.375rem 0.75rem; - -moz-padding-start: calc(0.75rem - 3px); - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right 0.75rem center; - background-size: 16px 12px; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-select { - transition: none; - } -} - -.form-select:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-select[multiple], .form-select[size]:not([size="1"]) { - padding-right: 0.75rem; - background-image: none; -} - -.form-select:disabled { - background-color: #e9ecef; -} - -.form-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #212529; -} - -.form-select-sm { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.form-select-lg { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.form-check { - display: block; - min-height: 1.5rem; - padding-left: 1.5em; - margin-bottom: 0.125rem; -} - - .form-check .form-check-input { - float: left; - margin-left: -1.5em; - } - -.form-check-input { - width: 1em; - height: 1em; - margin-top: 0.25em; - vertical-align: top; - background-color: #fff; - background-repeat: no-repeat; - background-position: center; - background-size: contain; - border: 1px solid rgba(0, 0, 0, 0.25); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -webkit-print-color-adjust: exact; - color-adjust: exact; -} - - .form-check-input[type=checkbox] { - border-radius: 0.25em; - } - - .form-check-input[type=radio] { - border-radius: 50%; - } - - .form-check-input:active { - filter: brightness(90%); - } - - .form-check-input:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-check-input:checked { - background-color: #1086c5; - border-color: #1086c5; - } - - .form-check-input:checked[type=checkbox] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); - } - - .form-check-input:checked[type=radio] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); - } - - .form-check-input[type=checkbox]:indeterminate { - background-color: #1086c5; - border-color: #1086c5; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); - } - - .form-check-input:disabled { - pointer-events: none; - filter: none; - opacity: 0.5; - } - - .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - opacity: 0.5; - } - -.form-switch { - padding-left: 2.5em; -} - - .form-switch .form-check-input { - width: 2em; - margin-left: -2.5em; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); - background-position: left center; - border-radius: 2em; - transition: background-position 0.15s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-switch .form-check-input { - transition: none; - } -} - -.form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23deae9c'/%3e%3c/svg%3e"); -} - -.form-switch .form-check-input:checked { - background-position: right center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); -} - -.form-check-inline { - display: inline-block; - margin-right: 1rem; -} - -.btn-check { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} - - .btn-check[disabled] + .btn, .btn-check:disabled + .btn { - pointer-events: none; - filter: none; - opacity: 0.65; - } - -.form-range { - width: 100%; - height: 1.5rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - - .form-range:focus { - outline: 0; - } - - .form-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range::-moz-focus-outer { - border: 0; - } - - .form-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; - } - -@media (prefers-reduced-motion: reduce) { - .form-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; - } -} - -.form-range::-webkit-slider-thumb:active { - background-color: #ebcec3; -} - -.form-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } -} - -.form-range::-moz-range-thumb:active { - background-color: #ebcec3; -} - -.form-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range:disabled { - pointer-events: none; -} - - .form-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; - } - - .form-range:disabled::-moz-range-thumb { - background-color: #adb5bd; - } - -.form-floating { - position: relative; -} - - .form-floating > .form-control, - .form-floating > .form-select { - height: calc(3.5rem + 2px); - line-height: 1.25; - } - - .form-floating > label { - position: absolute; - top: 0; - left: 0; - height: 100%; - padding: 1rem 0.75rem; - pointer-events: none; - border: 1px solid transparent; - transform-origin: 0 0; - transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-floating > label { - transition: none; - } -} - -.form-floating > .form-control { - padding: 1rem 0.75rem; -} - - .form-floating > .form-control::-moz-placeholder { - color: transparent; - } - - .form-floating > .form-control:-ms-input-placeholder { - color: transparent; - } - - .form-floating > .form-control::placeholder { - color: transparent; - } - - .form-floating > .form-control:not(:-moz-placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:not(:-ms-input-placeholder) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:-webkit-autofill { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - -.form-floating > .form-select { - padding-top: 1.625rem; - padding-bottom: 0.625rem; -} - -.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:not(:-ms-input-placeholder) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:focus ~ label, -.form-floating > .form-control:not(:placeholder-shown) ~ label, -.form-floating > .form-select ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:-webkit-autofill ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; -} - - .input-group > .form-control, - .input-group > .form-select { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; - } - - .input-group > .form-control:focus, - .input-group > .form-select:focus { - z-index: 3; - } - - .input-group .btn { - position: relative; - z-index: 2; - } - - .input-group .btn:focus { - z-index: 3; - } - -.input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} - -.input-group-lg > .form-control, -.input-group-lg > .form-select, -.input-group-lg > .input-group-text, -.input-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.input-group-sm > .form-control, -.input-group-sm > .form-select, -.input-group-sm > .input-group-text, -.input-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.input-group-lg > .form-select, -.input-group-sm > .form-select { - padding-right: 3rem; -} - -.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), -.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), -.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { - margin-left: -1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #198754; -} - -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(25, 135, 84, 0.9); - border-radius: 0.25rem; -} - -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; -} - -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #198754; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:valid, .form-select.is-valid { - border-color: #198754; -} - - .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:valid:focus, .form-select.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated .form-check-input:valid, .form-check-input.is-valid { - border-color: #198754; -} - - .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #198754; - } - - .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - - .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #198754; - } - -.form-check-inline .form-check-input ~ .valid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, -.was-validated .input-group .form-select:valid, -.input-group .form-select.is-valid { - z-index: 1; -} - - .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, - .was-validated .input-group .form-select:valid:focus, - .input-group .form-select.is-valid:focus { - z-index: 3; - } - -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #dc3545; -} - -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; -} - -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; -} - -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:invalid, .form-select.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated .form-check-input:invalid, .form-check-input.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #dc3545; - } - - .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - - .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; - } - -.form-check-inline .form-check-input ~ .invalid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, -.was-validated .input-group .form-select:invalid, -.input-group .form-select.is-invalid { - z-index: 2; -} - - .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, - .was-validated .input-group .form-select:invalid:focus, - .input-group .form-select.is-invalid:focus { - z-index: 3; - } - -.btn { - display: inline-block; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } -} - -.btn:hover { - color: #212529; -} - -.btn-check:focus + .btn, .btn:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.btn:disabled, .btn.disabled, fieldset:disabled .btn { - pointer-events: none; - opacity: 0.65; -} - -.btn-primary { - color: #000; - background-color: #1086c5; - border-color: #1086c5; -} - - .btn-primary:hover { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - } - - .btn-check:focus + .btn-primary, .btn-primary:focus { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { - color: #000; - background-color: #ca7d60; - border-color: #c46d4c; - } - - .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-primary:disabled, .btn-primary.disabled { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} - - .btn-secondary:hover { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - } - - .btn-check:focus + .btn-secondary, .btn-secondary:focus { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #565e64; - border-color: #51585e; - } - - .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-secondary:disabled, .btn-secondary.disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - -.btn-success { - color: #fff; - background-color: #198754; - border-color: #198754; -} - - .btn-success:hover { - color: #fff; - background-color: #157347; - border-color: #146c43; - } - - .btn-check:focus + .btn-success, .btn-success:focus { - color: #fff; - background-color: #157347; - border-color: #146c43; - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #146c43; - border-color: #13653f; - } - - .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-success:disabled, .btn-success.disabled { - color: #fff; - background-color: #198754; - border-color: #198754; - } - -.btn-info { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-info:hover { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - } - - .btn-check:focus + .btn-info, .btn-info:focus { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { - color: #000; - background-color: #3dd5f3; - border-color: #25cff2; - } - - .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-info:disabled, .btn-info.disabled { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - -.btn-warning { - color: #000; - background-color: #ffc107; - border-color: #ffc107; -} - - .btn-warning:hover { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - } - - .btn-check:focus + .btn-warning, .btn-warning:focus { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { - color: #000; - background-color: #ffcd39; - border-color: #ffc720; - } - - .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-warning:disabled, .btn-warning.disabled { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} - - .btn-danger:hover { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - } - - .btn-check:focus + .btn-danger, .btn-danger:focus { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #b02a37; - border-color: #a52834; - } - - .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-danger:disabled, .btn-danger.disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - -.btn-light { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-light:hover { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:focus + .btn-light, .btn-light:focus { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-light:disabled, .btn-light.disabled { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - -.btn-dark { - color: #fff; - background-color: #212529; - border-color: #212529; -} - - .btn-dark:hover { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - } - - .btn-check:focus + .btn-dark, .btn-dark:focus { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1a1e21; - border-color: #191c1f; - } - - .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-dark:disabled, .btn-dark.disabled { - color: #fff; - background-color: #212529; - border-color: #212529; - } - -.btn-outline-primary { - color: #1086c5; - border-color: #1086c5; -} - - .btn-outline-primary:hover { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-outline-primary:disabled, .btn-outline-primary.disabled { - color: #1086c5; - background-color: transparent; - } - -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; -} - - .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { - color: #6c757d; - background-color: transparent; - } - -.btn-outline-success { - color: #198754; - border-color: #198754; -} - - .btn-outline-success:hover { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-outline-success:disabled, .btn-outline-success.disabled { - color: #198754; - background-color: transparent; - } - -.btn-outline-info { - color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-outline-info:hover { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-outline-info:disabled, .btn-outline-info.disabled { - color: #0dcaf0; - background-color: transparent; - } - -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; -} - - .btn-outline-warning:hover { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-outline-warning:disabled, .btn-outline-warning.disabled { - color: #ffc107; - background-color: transparent; - } - -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; -} - - .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-outline-danger:disabled, .btn-outline-danger.disabled { - color: #dc3545; - background-color: transparent; - } - -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-outline-light:hover { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-outline-light:disabled, .btn-outline-light.disabled { - color: #f8f9fa; - background-color: transparent; - } - -.btn-outline-dark { - color: #212529; - border-color: #212529; -} - - .btn-outline-dark:hover { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-outline-dark:disabled, .btn-outline-dark.disabled { - color: #212529; - background-color: transparent; - } - -.btn-link { - font-weight: 400; - color: #1086c5; - text-decoration: underline; -} - - .btn-link:hover { - color: #974a2d; - } - - .btn-link:disabled, .btn-link.disabled { - color: #6c757d; - } - -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.fade { - transition: opacity 0.15s linear; -} - -@media (prefers-reduced-motion: reduce) { - .fade { - transition: none; - } -} - -.fade:not(.show) { - opacity: 0; -} - -.collapse:not(.show) { - display: none; -} - -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } -} - -.collapsing.collapse-horizontal { - width: 0; - height: auto; - transition: width 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing.collapse-horizontal { - transition: none; - } -} - -.dropup, -.dropend, -.dropdown, -.dropstart { - position: relative; -} - -.dropdown-toggle { - white-space: nowrap; -} - - .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; - } - - .dropdown-toggle:empty::after { - margin-left: 0; - } - -.dropdown-menu { - position: absolute; - z-index: 1000; - display: none; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .dropdown-menu[data-bs-popper] { - top: 100%; - left: 0; - margin-top: 0.125rem; - } - -.dropdown-menu-start { - --bs-position: start; -} - - .dropdown-menu-start[data-bs-popper] { - right: auto; - left: 0; - } - -.dropdown-menu-end { - --bs-position: end; -} - - .dropdown-menu-end[data-bs-popper] { - right: 0; - left: auto; - } - -@media (min-width: 576px) { - .dropdown-menu-sm-start { - --bs-position: start; - } - - .dropdown-menu-sm-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-sm-end { - --bs-position: end; - } - - .dropdown-menu-sm-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 768px) { - .dropdown-menu-md-start { - --bs-position: start; - } - - .dropdown-menu-md-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-md-end { - --bs-position: end; - } - - .dropdown-menu-md-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 992px) { - .dropdown-menu-lg-start { - --bs-position: start; - } - - .dropdown-menu-lg-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-lg-end { - --bs-position: end; - } - - .dropdown-menu-lg-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1200px) { - .dropdown-menu-xl-start { - --bs-position: start; - } - - .dropdown-menu-xl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xl-end { - --bs-position: end; - } - - .dropdown-menu-xl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1400px) { - .dropdown-menu-xxl-start { - --bs-position: start; - } - - .dropdown-menu-xxl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xxl-end { - --bs-position: end; - } - - .dropdown-menu-xxl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -.dropup .dropdown-menu[data-bs-popper] { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; -} - -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; -} - -.dropup .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-menu[data-bs-popper] { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; -} - -.dropend .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; -} - -.dropend .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-toggle::after { - vertical-align: 0; -} - -.dropstart .dropdown-menu[data-bs-popper] { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; -} - -.dropstart .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; -} - -.dropstart .dropdown-toggle::after { - display: none; -} - -.dropstart .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; -} - -.dropstart .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropstart .dropdown-toggle::before { - vertical-align: 0; -} - -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border: 0; -} - - .dropdown-item:hover, .dropdown-item:focus { - color: #1e2125; - background-color: #e9ecef; - } - - .dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #1086c5; - } - - .dropdown-item.disabled, .dropdown-item:disabled { - color: #adb5bd; - pointer-events: none; - background-color: transparent; - } - -.dropdown-menu.show { - display: block; -} - -.dropdown-header { - display: block; - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; -} - -.dropdown-item-text { - display: block; - padding: 0.25rem 1rem; - color: #212529; -} - -.dropdown-menu-dark { - color: #dee2e6; - background-color: #343a40; - border-color: rgba(0, 0, 0, 0.15); -} - - .dropdown-menu-dark .dropdown-item { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { - color: #fff; - background-color: rgba(255, 255, 255, 0.15); - } - - .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { - color: #fff; - background-color: #1086c5; - } - - .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { - color: #adb5bd; - } - - .dropdown-menu-dark .dropdown-divider { - border-color: rgba(0, 0, 0, 0.15); - } - - .dropdown-menu-dark .dropdown-item-text { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-header { - color: #adb5bd; - } - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; -} - - .btn-group > .btn, - .btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; - } - - .btn-group > .btn-check:checked + .btn, - .btn-group > .btn-check:focus + .btn, - .btn-group > .btn:hover, - .btn-group > .btn:focus, - .btn-group > .btn:active, - .btn-group > .btn.active, - .btn-group-vertical > .btn-check:checked + .btn, - .btn-group-vertical > .btn-check:focus + .btn, - .btn-group-vertical > .btn:hover, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { - z-index: 1; - } - -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} - - .btn-toolbar .input-group { - width: auto; - } - -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; -} - -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.btn-group > .btn:nth-child(n+3), -.btn-group > :not(.btn-check) + .btn, -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; -} - - .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { - margin-left: 0; - } - -.dropstart .dropdown-toggle-split::before { - margin-right: 0; -} - -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} - -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} - -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; -} - - .btn-group-vertical > .btn, - .btn-group-vertical > .btn-group { - width: 100%; - } - - .btn-group-vertical > .btn:not(:first-child), - .btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; - } - - .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), - .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - } - - .btn-group-vertical > .btn ~ .btn, - .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav { - display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.nav-link { - display: block; - padding: 0.5rem 1rem; - color: #1086c5; - text-decoration: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .nav-link { - transition: none; - } -} - -.nav-link:hover, .nav-link:focus { - color: #974a2d; -} - -.nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; -} - -.nav-tabs { - border-bottom: 1px solid #dee2e6; -} - - .nav-tabs .nav-link { - margin-bottom: -1px; - background: none; - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; - isolation: isolate; - } - - .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; - } - - .nav-tabs .nav-link.active, - .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; - } - - .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav-pills .nav-link { - background: none; - border: 0; - border-radius: 0.25rem; -} - - .nav-pills .nav-link.active, - .nav-pills .show > .nav-link { - color: #fff; - background-color: #1086c5; - } - -.nav-fill > .nav-link, -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} - -.nav-justified > .nav-link, -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} - - .nav-fill .nav-item .nav-link, - .nav-justified .nav-item .nav-link { - width: 100%; - } - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - - .navbar > .container, - .navbar > .container-fluid, - .navbar > .container-sm, - .navbar > .container-md, - .navbar > .container-lg, - .navbar > .container-xl, - .navbar > .container-xxl { - display: flex; - flex-wrap: inherit; - align-items: center; - justify-content: space-between; - } - -.navbar-brand { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - text-decoration: none; - white-space: nowrap; -} - -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - - .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; - } - - .navbar-nav .dropdown-menu { - position: static; - } - -.navbar-text { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.navbar-collapse { - flex-basis: 100%; - flex-grow: 1; - align-items: center; -} - -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; - transition: box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .navbar-toggler { - transition: none; - } -} - -.navbar-toggler:hover { - text-decoration: none; -} - -.navbar-toggler:focus { - text-decoration: none; - outline: 0; - box-shadow: 0 0 0 0.25rem; -} - -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - background-repeat: no-repeat; - background-position: center; - background-size: 100%; -} - -.navbar-nav-scroll { - max-height: var(--bs-scroll-height, 75vh); - overflow-y: auto; -} - -@media (min-width: 576px) { - .navbar-expand-sm { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-sm .navbar-nav { - flex-direction: row; - } - - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-sm .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-sm .navbar-toggler { - display: none; - } - - .navbar-expand-sm .offcanvas-header { - display: none; - } - - .navbar-expand-sm .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-sm .offcanvas-top, - .navbar-expand-sm .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-sm .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 768px) { - .navbar-expand-md { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-md .navbar-nav { - flex-direction: row; - } - - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-md .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-md .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-md .navbar-toggler { - display: none; - } - - .navbar-expand-md .offcanvas-header { - display: none; - } - - .navbar-expand-md .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-md .offcanvas-top, - .navbar-expand-md .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-md .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 992px) { - .navbar-expand-lg { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-lg .navbar-nav { - flex-direction: row; - } - - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-lg .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-lg .navbar-toggler { - display: none; - } - - .navbar-expand-lg .offcanvas-header { - display: none; - } - - .navbar-expand-lg .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-lg .offcanvas-top, - .navbar-expand-lg .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-lg .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1200px) { - .navbar-expand-xl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xl .navbar-toggler { - display: none; - } - - .navbar-expand-xl .offcanvas-header { - display: none; - } - - .navbar-expand-xl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xl .offcanvas-top, - .navbar-expand-xl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1400px) { - .navbar-expand-xxl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xxl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xxl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xxl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xxl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xxl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xxl .navbar-toggler { - display: none; - } - - .navbar-expand-xxl .offcanvas-header { - display: none; - } - - .navbar-expand-xxl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xxl .offcanvas-top, - .navbar-expand-xxl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xxl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -.navbar-expand { - flex-wrap: nowrap; - justify-content: flex-start; -} - - .navbar-expand .navbar-nav { - flex-direction: row; - } - - .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand .navbar-toggler { - display: none; - } - - .navbar-expand .offcanvas-header { - display: none; - } - - .navbar-expand .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand .offcanvas-top, - .navbar-expand .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } - -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); -} - - .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); - } - - .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); - } - - .navbar-light .navbar-nav .show > .nav-link, - .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.55); - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-text a, - .navbar-light .navbar-text a:hover, - .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-dark .navbar-brand { - color: #fff; -} - - .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; - } - -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); - } - - .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); - } - - .navbar-dark .navbar-nav .show > .nav-link, - .navbar-dark .navbar-nav .nav-link.active { - color: #fff; - } - -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-text a, - .navbar-dark .navbar-text a:hover, - .navbar-dark .navbar-text a:focus { - color: #fff; - } - -.card { - position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} - - .card > hr { - margin-right: 0; - margin-left: 0; - } - - .card > .list-group { - border-top: inherit; - border-bottom: inherit; - } - - .card > .list-group:first-child { - border-top-width: 0; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .card > .list-group:last-child { - border-bottom-width: 0; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .card > .card-header + .list-group, - .card > .list-group + .card-footer { - border-top: 0; - } - -.card-body { - flex: 1 1 auto; - padding: 1rem 1rem; -} - -.card-title { - margin-bottom: 0.5rem; -} - -.card-subtitle { - margin-top: -0.25rem; - margin-bottom: 0; -} - -.card-text:last-child { - margin-bottom: 0; -} - -.card-link + .card-link { - margin-left: 1rem; -} - -.card-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; - } - -.card-footer { - padding: 0.5rem 1rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); - } - -.card-header-tabs { - margin-right: -0.5rem; - margin-bottom: -0.5rem; - margin-left: -0.5rem; - border-bottom: 0; -} - -.card-header-pills { - margin-right: -0.5rem; - margin-left: -0.5rem; -} - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1rem; - border-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-top, -.card-img-bottom { - width: 100%; -} - -.card-img, -.card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} - -.card-group > .card { - margin-bottom: 0.75rem; -} - -@media (min-width: 576px) { - .card-group { - display: flex; - flex-flow: row wrap; - } - - .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; - } - - .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - - .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-top, - .card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-bottom, - .card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-top, - .card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-bottom, - .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; - } -} - -.accordion-button { - position: relative; - display: flex; - align-items: center; - width: 100%; - padding: 1rem 1.25rem; - font-size: 1rem; - color: #212529; - text-align: left; - background-color: #fff; - border: 0; - border-radius: 0; - overflow-anchor: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button { - transition: none; - } -} - -.accordion-button:not(.collapsed) { - color: #aa5432; - background-color: #f8efeb; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); -} - - .accordion-button:not(.collapsed)::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aa5432'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - transform: rotate(-180deg); - } - -.accordion-button::after { - flex-shrink: 0; - width: 1.25rem; - height: 1.25rem; - margin-left: auto; - content: ""; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 1.25rem; - transition: transform 0.2s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button::after { - transition: none; - } -} - -.accordion-button:hover { - z-index: 2; -} - -.accordion-button:focus { - z-index: 3; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.accordion-header { - margin-bottom: 0; -} - -.accordion-item { - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .accordion-item:first-of-type { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .accordion-item:first-of-type .accordion-button { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .accordion-item:not(:first-of-type) { - border-top: 0; - } - - .accordion-item:last-of-type { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .accordion-item:last-of-type .accordion-button.collapsed { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .accordion-item:last-of-type .accordion-collapse { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - -.accordion-body { - padding: 1rem 1.25rem; -} - -.accordion-flush .accordion-collapse { - border-width: 0; -} - -.accordion-flush .accordion-item { - border-right: 0; - border-left: 0; - border-radius: 0; -} - - .accordion-flush .accordion-item:first-child { - border-top: 0; - } - - .accordion-flush .accordion-item:last-child { - border-bottom: 0; - } - - .accordion-flush .accordion-item .accordion-button { - border-radius: 0; - } - -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0 0; - margin-bottom: 1rem; - list-style: none; -} - -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; -} - - .breadcrumb-item + .breadcrumb-item::before { - float: left; - padding-right: 0.5rem; - color: #6c757d; - content: var(--bs-breadcrumb-divider, "/")*/ /* rtl: var(--bs-breadcrumb-divider, "/") *//*; - } - -.breadcrumb-item.active { - color: #6c757d; -} - -.pagination { - display: flex; - padding-left: 0; - list-style: none; -} - -.page-link { - position: relative; - display: block; - color: #1086c5; - text-decoration: none; - background-color: #fff; - border: 1px solid #dee2e6; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .page-link { - transition: none; - } -} - -.page-link:hover { - z-index: 2; - color: #974a2d; - background-color: #e9ecef; - border-color: #dee2e6; -} - -.page-link:focus { - z-index: 3; - color: #974a2d; - background-color: #e9ecef; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.page-item:not(:first-child) .page-link { - margin-left: -1px; -} - -.page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; -} - -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - background-color: #fff; - border-color: #dee2e6; -} - -.page-link { - padding: 0.375rem 0.75rem; -} - -.page-item:first-child .page-link { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; -} - -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; -} - -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; -} - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; -} - -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; -} - -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; -} - -.badge { - display: inline-block; - padding: 0.35em 0.65em; - font-size: 0.75em; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; -} - - .badge:empty { - display: none; - } - -.btn .badge { - position: relative; - top: -1px; -} - -.alert { - position: relative; - padding: 1rem 1rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.alert-heading { - color: inherit; -} - -.alert-link { - font-weight: 700; -} - -.alert-dismissible { - padding-right: 3rem; -} - - .alert-dismissible .btn-close { - position: absolute; - top: 0; - right: 0; - z-index: 2; - padding: 1.25rem 1rem; - } - -.alert-primary { - color: #713822; - background-color: #f2dfd7; - border-color: #ebcec3; -} - - .alert-primary .alert-link { - color: #5a2d1b; - } - -.alert-secondary { - color: #41464b; - background-color: #e2e3e5; - border-color: #d3d6d8; -} - - .alert-secondary .alert-link { - color: #34383c; - } - -.alert-success { - color: #0f5132; - background-color: #d1e7dd; - border-color: #badbcc; -} - - .alert-success .alert-link { - color: #0c4128; - } - -.alert-info { - color: #055160; - background-color: #cff4fc; - border-color: #b6effb; -} - - .alert-info .alert-link { - color: #04414d; - } - -.alert-warning { - color: #664d03; - background-color: #fff3cd; - border-color: #ffecb5; -} - - .alert-warning .alert-link { - color: #523e02; - } - -.alert-danger { - color: #842029; - background-color: #f8d7da; - border-color: #f5c2c7; -} - - .alert-danger .alert-link { - color: #6a1a21; - } - -.alert-light { - color: #636464; - background-color: #fefefe; - border-color: #fdfdfe; -} - - .alert-light .alert-link { - color: #4f5050; - } - -.alert-dark { - color: #141619; - background-color: #d3d3d4; - border-color: #bcbebf; -} - - .alert-dark .alert-link { - color: #101214; - } - -@-webkit-keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -@keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -.progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; -} - -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #1086c5; - transition: width 0.6s ease; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; - } -} - -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-bar-animated { - -webkit-animation: 1s linear infinite progress-bar-stripes; - animation: 1s linear infinite progress-bar-stripes; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - -webkit-animation: none; - animation: none; - } -} - -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - border-radius: 0.25rem; -} - -.list-group-numbered { - list-style-type: none; - counter-reset: section; -} - - .list-group-numbered > li::before { - content: counters(section, ".") ". "; - counter-increment: section; - } - -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} - - .list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; - } - - .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; - } - -.list-group-item { - position: relative; - display: block; - padding: 0.5rem 1rem; - color: #212529; - text-decoration: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .list-group-item:first-child { - border-top-left-radius: inherit; - border-top-right-radius: inherit; - } - - .list-group-item:last-child { - border-bottom-right-radius: inherit; - border-bottom-left-radius: inherit; - } - - .list-group-item.disabled, .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; - } - - .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; - } - - .list-group-item + .list-group-item { - border-top-width: 0; - } - - .list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; - } - -.list-group-horizontal { - flex-direction: row; -} - - .list-group-horizontal > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } - -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; - } - - .list-group-horizontal-sm > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; - } - - .list-group-horizontal-md > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-md > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-md > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; - } - - .list-group-horizontal-lg > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; - } - - .list-group-horizontal-xl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1400px) { - .list-group-horizontal-xxl { - flex-direction: row; - } - - .list-group-horizontal-xxl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -.list-group-flush { - border-radius: 0; -} - - .list-group-flush > .list-group-item { - border-width: 0 0 1px; - } - - .list-group-flush > .list-group-item:last-child { - border-bottom-width: 0; - } - -.list-group-item-primary { - color: #713822; - background-color: #f2dfd7; -} - - .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #713822; - background-color: #dac9c2; - } - - .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #713822; - border-color: #713822; - } - -.list-group-item-secondary { - color: #41464b; - background-color: #e2e3e5; -} - - .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #41464b; - background-color: #cbccce; - } - - .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #41464b; - border-color: #41464b; - } - -.list-group-item-success { - color: #0f5132; - background-color: #d1e7dd; -} - - .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #0f5132; - background-color: #bcd0c7; - } - - .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #0f5132; - border-color: #0f5132; - } - -.list-group-item-info { - color: #055160; - background-color: #cff4fc; -} - - .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #055160; - background-color: #badce3; - } - - .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #055160; - border-color: #055160; - } - -.list-group-item-warning { - color: #664d03; - background-color: #fff3cd; -} - - .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #664d03; - background-color: #e6dbb9; - } - - .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #664d03; - border-color: #664d03; - } - -.list-group-item-danger { - color: #842029; - background-color: #f8d7da; -} - - .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #842029; - background-color: #dfc2c4; - } - - .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #842029; - border-color: #842029; - } - -.list-group-item-light { - color: #636464; - background-color: #fefefe; -} - - .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #636464; - background-color: #e5e5e5; - } - - .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #636464; - border-color: #636464; - } - -.list-group-item-dark { - color: #141619; - background-color: #d3d3d4; -} - - .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #141619; - background-color: #bebebf; - } - - .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #141619; - border-color: #141619; - } - -.btn-close { - box-sizing: content-box; - width: 1em; - height: 1em; - padding: 0.25em 0.25em; - color: #000; - background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; - border: 0; - border-radius: 0.25rem; - opacity: 0.5; -} - - .btn-close:hover { - color: #000; - text-decoration: none; - opacity: 0.75; - } - - .btn-close:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - opacity: 1; - } - - .btn-close:disabled, .btn-close.disabled { - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 0.25; - } - -.btn-close-white { - filter: invert(1) grayscale(100%) brightness(200%); -} - -.toast { - width: 350px; - max-width: 100%; - font-size: 0.875rem; - pointer-events: auto; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .toast.showing { - opacity: 0; - } - - .toast:not(.show) { - display: none; - } - -.toast-container { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - max-width: 100%; - pointer-events: none; -} - - .toast-container > :not(:last-child) { - margin-bottom: 0.75rem; - } - -.toast-header { - display: flex; - align-items: center; - padding: 0.5rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - - .toast-header .btn-close { - margin-right: -0.375rem; - margin-left: 0.75rem; - } - -.toast-body { - padding: 0.75rem; - word-wrap: break-word; -} - -.modal { - position: fixed; - top: 0; - left: 0; - z-index: 1055; - display: none; - width: 100%; - height: 100%; - overflow-x: hidden; - overflow-y: auto; - outline: 0; -} - -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} - -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); -} - -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; - } -} - -.modal.show .modal-dialog { - transform: none; -} - -.modal.modal-static .modal-dialog { - transform: scale(1.02); -} - -.modal-dialog-scrollable { - height: calc(100% - 1rem); -} - - .modal-dialog-scrollable .modal-content { - max-height: 100%; - overflow: hidden; - } - - .modal-dialog-scrollable .modal-body { - overflow-y: auto; - } - -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); -} - -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} - -.modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .modal-backdrop.fade { - opacity: 0; - } - - .modal-backdrop.show { - opacity: 0.5; - } - -.modal-header { - display: flex; - flex-shrink: 0; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .modal-header .btn-close { - padding: 0.5rem 0.5rem; - margin: -0.5rem -0.5rem -0.5rem auto; - } - -.modal-title { - margin-bottom: 0; - line-height: 1.5; -} - -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; -} - -.modal-footer { - display: flex; - flex-wrap: wrap; - flex-shrink: 0; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); -} - - .modal-footer > * { - margin: 0.25rem; - } - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - - .modal-dialog-scrollable { - height: calc(100% - 3.5rem); - } - - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - - .modal-sm { - max-width: 300px; - } -} - -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; - } -} - -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; - } -} - -.modal-fullscreen { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; -} - - .modal-fullscreen .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen .modal-header { - border-radius: 0; - } - - .modal-fullscreen .modal-body { - overflow-y: auto; - } - - .modal-fullscreen .modal-footer { - border-radius: 0; - } - -@media (max-width: 575.98px) { - .modal-fullscreen-sm-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-sm-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-sm-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 767.98px) { - .modal-fullscreen-md-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-md-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-md-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 991.98px) { - .modal-fullscreen-lg-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-lg-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-lg-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1199.98px) { - .modal-fullscreen-xl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xl-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1399.98px) { - .modal-fullscreen-xxl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xxl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xxl-down .modal-footer { - border-radius: 0; - } -} - -.tooltip { - position: absolute; - z-index: 1080; - display: block; - margin: 0; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} - - .tooltip.show { - opacity: 0.9; - } - - .tooltip .tooltip-arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; - } - - .tooltip .tooltip-arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { - padding: 0.4rem 0; -} - - .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { - bottom: 0; - } - - .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { - top: -1px; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; - } - -.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { - padding: 0 0.4rem; -} - - .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { - right: -1px; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; - } - -.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { - padding: 0.4rem 0; -} - - .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { - top: 0; - } - - .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { - bottom: -1px; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; - } - -.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { - padding: 0 0.4rem; -} - - .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { - left: -1px; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; - } - -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} - -.popover { - position: absolute; - top: 0; - left: 0*/ /* rtl:ignore *//*; - z-index: 1070; - display: block; - max-width: 276px; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} - - .popover .popover-arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - } - - .popover .popover-arrow::before, .popover .popover-arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { - bottom: calc(-0.5rem - 1px); -} - - .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; - } - -.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; - } - -.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { - top: calc(-0.5rem - 1px); -} - - .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; - } - -.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f0f0f0; -} - -.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; - } - -.popover-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 1rem; - color: #343a40; - background-color: #f0f0f0; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .popover-header:empty { - display: none; - } - -.popover-body { - padding: 1rem 1rem; - color: #212529; -} - -.carousel { - position: relative; -} - - .carousel.pointer-event { - touch-action: pan-y; - } - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} - - .carousel-inner::after { - display: block; - clear: both; - content: ""; - } - -.carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; - } -} - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; -}*/ - - /* rtl:begin:ignore */ - /*.carousel-item-next:not(.carousel-item-start), - .active.carousel-item-end { - transform: translateX(100%); - } - - .carousel-item-prev:not(.carousel-item-end), - .active.carousel-item-start { - transform: translateX(-100%); - }*/ - -/* rtl:end:ignore */ -/*.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; -} - - .carousel-fade .carousel-item.active, - .carousel-fade .carousel-item-next.carousel-item-start, - .carousel-fade .carousel-item-prev.carousel-item-end { - z-index: 1; - opacity: 1; - } - -.carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-start, - .carousel-fade .active.carousel-item-end { - transition: none; - } -} - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - padding: 0; - color: #fff; - text-align: center; - background: none; - border: 0; - opacity: 0.5; - transition: opacity 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - transition: none; - } -} - -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; -} - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 2rem; - height: 2rem; - background-repeat: no-repeat; - background-position: 50%; - background-size: 100% 100%; -}*/ - -/* rtl:options: { - "autoRename": true, - "stringMap":[ { - "name" : "prev-next", - "search" : "prev", - "replace" : "next" - } ] -} */ -/*.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); -} - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); -} - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 2; - display: flex; - justify-content: center; - padding: 0; - margin-right: 15%; - margin-bottom: 1rem; - margin-left: 15%; - list-style: none; -} - - .carousel-indicators [data-bs-target] { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - padding: 0; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border: 0; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; - } - -@media (prefers-reduced-motion: reduce) { - .carousel-indicators [data-bs-target] { - transition: none; - } -} - -.carousel-indicators .active { - opacity: 1; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 1.25rem; - left: 15%; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - color: #fff; - text-align: center; -} - -.carousel-dark .carousel-control-prev-icon, -.carousel-dark .carousel-control-next-icon { - filter: invert(1) grayscale(100); -} - -.carousel-dark .carousel-indicators [data-bs-target] { - background-color: #000; -} - -.carousel-dark .carousel-caption { - color: #000; -} - -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -@keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: 0.75s linear infinite spinner-border; - animation: 0.75s linear infinite spinner-border; -} - -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; -} - -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: 0.75s linear infinite spinner-grow; - animation: 0.75s linear infinite spinner-grow; -} - -.spinner-grow-sm { - width: 1rem; - height: 1rem; -} - -@media (prefers-reduced-motion: reduce) { - .spinner-border, - .spinner-grow { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - } -} - -.offcanvas { - position: fixed; - bottom: 0; - z-index: 1045; - display: flex; - flex-direction: column; - max-width: 100%; - visibility: hidden; - background-color: #fff; - background-clip: padding-box; - outline: 0; - transition: transform 0.3s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .offcanvas { - transition: none; - } -} - -.offcanvas-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .offcanvas-backdrop.fade { - opacity: 0; - } - - .offcanvas-backdrop.show { - opacity: 0.5; - } - -.offcanvas-header { - display: flex; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; -} - - .offcanvas-header .btn-close { - padding: 0.5rem 0.5rem; - margin-top: -0.5rem; - margin-right: -0.5rem; - margin-bottom: -0.5rem; - } - -.offcanvas-title { - margin-bottom: 0; - line-height: 1.5; -} - -.offcanvas-body { - flex-grow: 1; - padding: 1rem 1rem; - overflow-y: auto; -} - -.offcanvas-start { - top: 0; - left: 0; - width: 400px; - border-right: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(-100%); -} - -.offcanvas-end { - top: 0; - right: 0; - width: 400px; - border-left: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(100%); -} - -.offcanvas-top { - top: 0; - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(-100%); -} - -.offcanvas-bottom { - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-top: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(100%); -} - -.offcanvas.show { - transform: none; -} - -.placeholder { - display: inline-block; - min-height: 1em; - vertical-align: middle; - cursor: wait; - background-color: currentColor; - opacity: 0.5; -} - - .placeholder.btn::before { - display: inline-block; - content: ""; - } - -.placeholder-xs { - min-height: 0.6em; -} - -.placeholder-sm { - min-height: 0.8em; -} - -.placeholder-lg { - min-height: 1.2em; -} - -.placeholder-glow .placeholder { - -webkit-animation: placeholder-glow 2s ease-in-out infinite; - animation: placeholder-glow 2s ease-in-out infinite; -} - -@-webkit-keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -@keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -.placeholder-wave { - -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - -webkit-mask-size: 200% 100%; - mask-size: 200% 100%; - -webkit-animation: placeholder-wave 2s linear infinite; - animation: placeholder-wave 2s linear infinite; -} - -@-webkit-keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -@keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} - -.link-primary { - color: #1086c5; -} - - .link-primary:hover, .link-primary:focus { - color: #ca7d60; - } - -.link-secondary { - color: #6c757d; -} - - .link-secondary:hover, .link-secondary:focus { - color: #565e64; - } - -.link-success { - color: #198754; -} - - .link-success:hover, .link-success:focus { - color: #146c43; - } - -.link-info { - color: #0dcaf0; -} - - .link-info:hover, .link-info:focus { - color: #3dd5f3; - } - -.link-warning { - color: #ffc107; -} - - .link-warning:hover, .link-warning:focus { - color: #ffcd39; - } - -.link-danger { - color: #dc3545; -} - - .link-danger:hover, .link-danger:focus { - color: #b02a37; - } - -.link-light { - color: #f8f9fa; -} - - .link-light:hover, .link-light:focus { - color: #f9fafb; - } - -.link-dark { - color: #212529; -} - - .link-dark:hover, .link-dark:focus { - color: #1a1e21; - } - -.ratio { - position: relative; - width: 100%; -} - - .ratio::before { - display: block; - padding-top: var(--bs-aspect-ratio); - content: ""; - } - - .ratio > * { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - -.ratio-1x1 { - --bs-aspect-ratio: 100%; -} - -.ratio-4x3 { - --bs-aspect-ratio: 75%; -} - -.ratio-16x9 { - --bs-aspect-ratio: 56.25%; -} - -.ratio-21x9 { - --bs-aspect-ratio: 42.8571428571%; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -.sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; -} - -@media (min-width: 576px) { - .sticky-sm-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 768px) { - .sticky-md-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 992px) { - .sticky-lg-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1200px) { - .sticky-xl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1400px) { - .sticky-xxl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -.hstack { - display: flex; - flex-direction: row; - align-items: center; - align-self: stretch; -} - -.vstack { - display: flex; - flex: 1 1 auto; - flex-direction: column; - align-self: stretch; -} - -.visually-hidden, -.visually-hidden-focusable:not(:focus):not(:focus-within) { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.vr { - display: inline-block; - align-self: stretch; - width: 1px; - min-height: 1em; - background-color: currentColor; - opacity: 0.25; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.float-start { - float: left !important; -} - -.float-end { - float: right !important; -} - -.float-none { - float: none !important; -} - -.opacity-0 { - opacity: 0 !important; -} - -.opacity-25 { - opacity: 0.25 !important; -} - -.opacity-50 { - opacity: 0.5 !important; -} - -.opacity-75 { - opacity: 0.75 !important; -} - -.opacity-100 { - opacity: 1 !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.overflow-visible { - overflow: visible !important; -} - -.overflow-scroll { - overflow: scroll !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-grid { - display: grid !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.d-none { - display: none !important; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; -} - -.position-fixed { - position: fixed !important; -} - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} - -.top-0 { - top: 0 !important; -} - -.top-50 { - top: 50% !important; -} - -.top-100 { - top: 100% !important; -} - -.bottom-0 { - bottom: 0 !important; -} - -.bottom-50 { - bottom: 50% !important; -} - -.bottom-100 { - bottom: 100% !important; -} - -.start-0 { - left: 0 !important; -} - -.start-50 { - left: 50% !important; -} - -.start-100 { - left: 100% !important; -} - -.end-0 { - right: 0 !important; -} - -.end-50 { - right: 50% !important; -} - -.end-100 { - right: 100% !important; -} - -.translate-middle { - transform: translate(-50%, -50%) !important; -} - -.translate-middle-x { - transform: translateX(-50%) !important; -} - -.translate-middle-y { - transform: translateY(-50%) !important; -} - -.border { - border: 1px solid #dee2e6 !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top { - border-top: 1px solid #dee2e6 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-end { - border-right: 1px solid #dee2e6 !important; -} - -.border-end-0 { - border-right: 0 !important; -} - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-start { - border-left: 1px solid #dee2e6 !important; -} - -.border-start-0 { - border-left: 0 !important; -} - -.border-primary { - border-color: #1086c5 !important; -} - -.border-secondary { - border-color: #6c757d !important; -} - -.border-success { - border-color: #198754 !important; -} - -.border-info { - border-color: #0dcaf0 !important; -} - -.border-warning { - border-color: #ffc107 !important; -} - -.border-danger { - border-color: #dc3545 !important; -} - -.border-light { - border-color: #f8f9fa !important; -} - -.border-dark { - border-color: #212529 !important; -} - -.border-white { - border-color: #fff !important; -} - -.border-1 { - border-width: 1px !important; -} - -.border-2 { - border-width: 2px !important; -} - -.border-3 { - border-width: 3px !important; -} - -.border-4 { - border-width: 4px !important; -} - -.border-5 { - border-width: 5px !important; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.vw-100 { - width: 100vw !important; -} - -.min-vw-100 { - min-width: 100vw !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.vh-100 { - height: 100vh !important; -} - -.min-vh-100 { - min-height: 100vh !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.gap-0 { - gap: 0 !important; -} - -.gap-1 { - gap: 0.25rem !important; -} - -.gap-2 { - gap: 0.5rem !important; -} - -.gap-3 { - gap: 1rem !important; -} - -.gap-4 { - gap: 1.5rem !important; -} - -.gap-5 { - gap: 3rem !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.justify-content-evenly { - justify-content: space-evenly !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -.order-first { - order: -1 !important; -} - -.order-0 { - order: 0 !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-last { - order: 6 !important; -} - -.m-0 { - margin: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; -} - -.mx-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; -} - -.mx-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; -} - -.mx-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; -} - -.mx-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; -} - -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.me-0 { - margin-right: 0 !important; -} - -.me-1 { - margin-right: 0.25rem !important; -} - -.me-2 { - margin-right: 0.5rem !important; -} - -.me-3 { - margin-right: 1rem !important; -} - -.me-4 { - margin-right: 1.5rem !important; -} - -.me-5 { - margin-right: 3rem !important; -} - -.me-auto { - margin-right: auto !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ms-0 { - margin-left: 0 !important; -} - -.ms-1 { - margin-left: 0.25rem !important; -} - -.ms-2 { - margin-left: 0.5rem !important; -} - -.ms-3 { - margin-left: 1rem !important; -} - -.ms-4 { - margin-left: 1.5rem !important; -} - -.ms-5 { - margin-left: 3rem !important; -} - -.ms-auto { - margin-left: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pe-0 { - padding-right: 0 !important; -} - -.pe-1 { - padding-right: 0.25rem !important; -} - -.pe-2 { - padding-right: 0.5rem !important; -} - -.pe-3 { - padding-right: 1rem !important; -} - -.pe-4 { - padding-right: 1.5rem !important; -} - -.pe-5 { - padding-right: 3rem !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.ps-0 { - padding-left: 0 !important; -} - -.ps-1 { - padding-left: 0.25rem !important; -} - -.ps-2 { - padding-left: 0.5rem !important; -} - -.ps-3 { - padding-left: 1rem !important; -} - -.ps-4 { - padding-left: 1.5rem !important; -} - -.ps-5 { - padding-left: 3rem !important; -} - -.font-monospace { - font-family: var(--bs-font-monospace) !important; -} - -.fs-1 { - font-size: calc(1.725rem + 5.7vw) !important; -} - -.fs-2 { - font-size: calc(1.475rem + 2.7vw) !important; -} - -.fs-3 { - font-size: calc(1.325rem + 0.9vw) !important; -} - -.fs-4 { - font-size: calc(1.275rem + 0.3vw) !important; -} - -.fs-5 { - font-size: 1.25rem !important; -} - -.fs-6 { - font-size: 1rem !important; -} - -.fst-italic { - font-style: italic !important; -} - -.fst-normal { - font-style: normal !important; -} - -.fw-light { - font-weight: 300 !important; -} - -.fw-lighter { - font-weight: lighter !important; -} - -.fw-normal { - font-weight: 400 !important; -} - -.fw-bold { - font-weight: 700 !important; -} - -.fw-bolder { - font-weight: bolder !important; -} - -.lh-1 { - line-height: 1 !important; -} - -.lh-sm { - line-height: 1.25 !important; -} - -.lh-base { - line-height: 1.5 !important; -} - -.lh-lg { - line-height: 2 !important; -} - -.text-start { - text-align: left !important; -} - -.text-end { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -.text-decoration-none { - text-decoration: none !important; -} - -.text-decoration-underline { - text-decoration: underline !important; -} - -.text-decoration-line-through { - text-decoration: line-through !important; -} - -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.text-wrap { - white-space: normal !important; -} - -.text-nowrap { - white-space: nowrap !important; -}*/ - -/* rtl:begin:remove */ -/*.text-break { - word-wrap: break-word !important; - word-break: break-word !important; -}*/ - -/* rtl:end:remove */ -/*.text-primary { - --bs-text-opacity: 1; - color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; -} - -.text-secondary { - --bs-text-opacity: 1; - color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; -} - -.text-success { - --bs-text-opacity: 1; - color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; -} - -.text-info { - --bs-text-opacity: 1; - color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; -} - -.text-warning { - --bs-text-opacity: 1; - color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; -} - -.text-danger { - --bs-text-opacity: 1; - color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; -} - -.text-light { - --bs-text-opacity: 1; - color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; -} - -.text-dark { - --bs-text-opacity: 1; - color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; -} - -.text-black { - --bs-text-opacity: 1; - color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; -} - -.text-white { - --bs-text-opacity: 1; - color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; -} - -.text-body { - --bs-text-opacity: 1; - color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; -} - -.text-muted { - --bs-text-opacity: 1; - color: #6c757d !important; -} - -.text-black-50 { - --bs-text-opacity: 1; - color: rgba(0, 0, 0, 0.5) !important; -} - -.text-white-50 { - --bs-text-opacity: 1; - color: rgba(255, 255, 255, 0.5) !important; -} - -.text-reset { - --bs-text-opacity: 1; - color: inherit !important; -} - -.text-opacity-25 { - --bs-text-opacity: 0.25; -} - -.text-opacity-50 { - --bs-text-opacity: 0.5; -} - -.text-opacity-75 { - --bs-text-opacity: 0.75; -} - -.text-opacity-100 { - --bs-text-opacity: 1; -} - -.bg-primary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-secondary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-success { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-info { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-warning { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-danger { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-light { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-dark { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-black { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-white { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-body { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-transparent { - --bs-bg-opacity: 1; - background-color: transparent !important; -} - -.bg-opacity-10 { - --bs-bg-opacity: 0.1; -} - -.bg-opacity-25 { - --bs-bg-opacity: 0.25; -} - -.bg-opacity-50 { - --bs-bg-opacity: 0.5; -} - -.bg-opacity-75 { - --bs-bg-opacity: 0.75; -} - -.bg-opacity-100 { - --bs-bg-opacity: 1; -} - -.bg-gradient { - background-image: var(--bs-gradient) !important; -} - -.user-select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; -} - -.user-select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; -} - -.user-select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; -} - -.pe-none { - pointer-events: none !important; -} - -.pe-auto { - pointer-events: auto !important; -} - -.rounded { - border-radius: 0.25rem !important; -} - -.rounded-0 { - border-radius: 0 !important; -} - -.rounded-1 { - border-radius: 0.2rem !important; -} - -.rounded-2 { - border-radius: 0.25rem !important; -} - -.rounded-3 { - border-radius: 0.3rem !important; -} - -.rounded-circle { - border-radius: 50% !important; -} - -.rounded-pill { - border-radius: 50rem !important; -} - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.rounded-end { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-start { - border-bottom-left-radius: 0.25rem !important; - border-top-left-radius: 0.25rem !important; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - -@media (min-width: 576px) { - .float-sm-start { - float: left !important; - } - - .float-sm-end { - float: right !important; - } - - .float-sm-none { - float: none !important; - } - - .d-sm-inline { - display: inline !important; - } - - .d-sm-inline-block { - display: inline-block !important; - } - - .d-sm-block { - display: block !important; - } - - .d-sm-grid { - display: grid !important; - } - - .d-sm-table { - display: table !important; - } - - .d-sm-table-row { - display: table-row !important; - } - - .d-sm-table-cell { - display: table-cell !important; - } - - .d-sm-flex { - display: flex !important; - } - - .d-sm-inline-flex { - display: inline-flex !important; - } - - .d-sm-none { - display: none !important; - } - - .flex-sm-fill { - flex: 1 1 auto !important; - } - - .flex-sm-row { - flex-direction: row !important; - } - - .flex-sm-column { - flex-direction: column !important; - } - - .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-sm-grow-0 { - flex-grow: 0 !important; - } - - .flex-sm-grow-1 { - flex-grow: 1 !important; - } - - .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-sm-wrap { - flex-wrap: wrap !important; - } - - .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-sm-0 { - gap: 0 !important; - } - - .gap-sm-1 { - gap: 0.25rem !important; - } - - .gap-sm-2 { - gap: 0.5rem !important; - } - - .gap-sm-3 { - gap: 1rem !important; - } - - .gap-sm-4 { - gap: 1.5rem !important; - } - - .gap-sm-5 { - gap: 3rem !important; - } - - .justify-content-sm-start { - justify-content: flex-start !important; - } - - .justify-content-sm-end { - justify-content: flex-end !important; - } - - .justify-content-sm-center { - justify-content: center !important; - } - - .justify-content-sm-between { - justify-content: space-between !important; - } - - .justify-content-sm-around { - justify-content: space-around !important; - } - - .justify-content-sm-evenly { - justify-content: space-evenly !important; - } - - .align-items-sm-start { - align-items: flex-start !important; - } - - .align-items-sm-end { - align-items: flex-end !important; - } - - .align-items-sm-center { - align-items: center !important; - } - - .align-items-sm-baseline { - align-items: baseline !important; - } - - .align-items-sm-stretch { - align-items: stretch !important; - } - - .align-content-sm-start { - align-content: flex-start !important; - } - - .align-content-sm-end { - align-content: flex-end !important; - } - - .align-content-sm-center { - align-content: center !important; - } - - .align-content-sm-between { - align-content: space-between !important; - } - - .align-content-sm-around { - align-content: space-around !important; - } - - .align-content-sm-stretch { - align-content: stretch !important; - } - - .align-self-sm-auto { - align-self: auto !important; - } - - .align-self-sm-start { - align-self: flex-start !important; - } - - .align-self-sm-end { - align-self: flex-end !important; - } - - .align-self-sm-center { - align-self: center !important; - } - - .align-self-sm-baseline { - align-self: baseline !important; - } - - .align-self-sm-stretch { - align-self: stretch !important; - } - - .order-sm-first { - order: -1 !important; - } - - .order-sm-0 { - order: 0 !important; - } - - .order-sm-1 { - order: 1 !important; - } - - .order-sm-2 { - order: 2 !important; - } - - .order-sm-3 { - order: 3 !important; - } - - .order-sm-4 { - order: 4 !important; - } - - .order-sm-5 { - order: 5 !important; - } - - .order-sm-last { - order: 6 !important; - } - - .m-sm-0 { - margin: 0 !important; - } - - .m-sm-1 { - margin: 0.25rem !important; - } - - .m-sm-2 { - margin: 0.5rem !important; - } - - .m-sm-3 { - margin: 1rem !important; - } - - .m-sm-4 { - margin: 1.5rem !important; - } - - .m-sm-5 { - margin: 3rem !important; - } - - .m-sm-auto { - margin: auto !important; - } - - .mx-sm-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-sm-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-sm-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-sm-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-sm-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-sm-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-sm-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-sm-0 { - margin-top: 0 !important; - } - - .mt-sm-1 { - margin-top: 0.25rem !important; - } - - .mt-sm-2 { - margin-top: 0.5rem !important; - } - - .mt-sm-3 { - margin-top: 1rem !important; - } - - .mt-sm-4 { - margin-top: 1.5rem !important; - } - - .mt-sm-5 { - margin-top: 3rem !important; - } - - .mt-sm-auto { - margin-top: auto !important; - } - - .me-sm-0 { - margin-right: 0 !important; - } - - .me-sm-1 { - margin-right: 0.25rem !important; - } - - .me-sm-2 { - margin-right: 0.5rem !important; - } - - .me-sm-3 { - margin-right: 1rem !important; - } - - .me-sm-4 { - margin-right: 1.5rem !important; - } - - .me-sm-5 { - margin-right: 3rem !important; - } - - .me-sm-auto { - margin-right: auto !important; - } - - .mb-sm-0 { - margin-bottom: 0 !important; - } - - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - .mb-sm-auto { - margin-bottom: auto !important; - } - - .ms-sm-0 { - margin-left: 0 !important; - } - - .ms-sm-1 { - margin-left: 0.25rem !important; - } - - .ms-sm-2 { - margin-left: 0.5rem !important; - } - - .ms-sm-3 { - margin-left: 1rem !important; - } - - .ms-sm-4 { - margin-left: 1.5rem !important; - } - - .ms-sm-5 { - margin-left: 3rem !important; - } - - .ms-sm-auto { - margin-left: auto !important; - } - - .p-sm-0 { - padding: 0 !important; - } - - .p-sm-1 { - padding: 0.25rem !important; - } - - .p-sm-2 { - padding: 0.5rem !important; - } - - .p-sm-3 { - padding: 1rem !important; - } - - .p-sm-4 { - padding: 1.5rem !important; - } - - .p-sm-5 { - padding: 3rem !important; - } - - .px-sm-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-sm-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-sm-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-sm-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-sm-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-sm-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-sm-0 { - padding-top: 0 !important; - } - - .pt-sm-1 { - padding-top: 0.25rem !important; - } - - .pt-sm-2 { - padding-top: 0.5rem !important; - } - - .pt-sm-3 { - padding-top: 1rem !important; - } - - .pt-sm-4 { - padding-top: 1.5rem !important; - } - - .pt-sm-5 { - padding-top: 3rem !important; - } - - .pe-sm-0 { - padding-right: 0 !important; - } - - .pe-sm-1 { - padding-right: 0.25rem !important; - } - - .pe-sm-2 { - padding-right: 0.5rem !important; - } - - .pe-sm-3 { - padding-right: 1rem !important; - } - - .pe-sm-4 { - padding-right: 1.5rem !important; - } - - .pe-sm-5 { - padding-right: 3rem !important; - } - - .pb-sm-0 { - padding-bottom: 0 !important; - } - - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - .ps-sm-0 { - padding-left: 0 !important; - } - - .ps-sm-1 { - padding-left: 0.25rem !important; - } - - .ps-sm-2 { - padding-left: 0.5rem !important; - } - - .ps-sm-3 { - padding-left: 1rem !important; - } - - .ps-sm-4 { - padding-left: 1.5rem !important; - } - - .ps-sm-5 { - padding-left: 3rem !important; - } - - .text-sm-start { - text-align: left !important; - } - - .text-sm-end { - text-align: right !important; - } - - .text-sm-center { - text-align: center !important; - } -} - -@media (min-width: 768px) { - .float-md-start { - float: left !important; - } - - .float-md-end { - float: right !important; - } - - .float-md-none { - float: none !important; - } - - .d-md-inline { - display: inline !important; - } - - .d-md-inline-block { - display: inline-block !important; - } - - .d-md-block { - display: block !important; - } - - .d-md-grid { - display: grid !important; - } - - .d-md-table { - display: table !important; - } - - .d-md-table-row { - display: table-row !important; - } - - .d-md-table-cell { - display: table-cell !important; - } - - .d-md-flex { - display: flex !important; - } - - .d-md-inline-flex { - display: inline-flex !important; - } - - .d-md-none { - display: none !important; - } - - .flex-md-fill { - flex: 1 1 auto !important; - } - - .flex-md-row { - flex-direction: row !important; - } - - .flex-md-column { - flex-direction: column !important; - } - - .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-md-grow-0 { - flex-grow: 0 !important; - } - - .flex-md-grow-1 { - flex-grow: 1 !important; - } - - .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-md-wrap { - flex-wrap: wrap !important; - } - - .flex-md-nowrap { - flex-wrap: nowrap !important; - } - - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-md-0 { - gap: 0 !important; - } - - .gap-md-1 { - gap: 0.25rem !important; - } - - .gap-md-2 { - gap: 0.5rem !important; - } - - .gap-md-3 { - gap: 1rem !important; - } - - .gap-md-4 { - gap: 1.5rem !important; - } - - .gap-md-5 { - gap: 3rem !important; - } - - .justify-content-md-start { - justify-content: flex-start !important; - } - - .justify-content-md-end { - justify-content: flex-end !important; - } - - .justify-content-md-center { - justify-content: center !important; - } - - .justify-content-md-between { - justify-content: space-between !important; - } - - .justify-content-md-around { - justify-content: space-around !important; - } - - .justify-content-md-evenly { - justify-content: space-evenly !important; - } - - .align-items-md-start { - align-items: flex-start !important; - } - - .align-items-md-end { - align-items: flex-end !important; - } - - .align-items-md-center { - align-items: center !important; - } - - .align-items-md-baseline { - align-items: baseline !important; - } - - .align-items-md-stretch { - align-items: stretch !important; - } - - .align-content-md-start { - align-content: flex-start !important; - } - - .align-content-md-end { - align-content: flex-end !important; - } - - .align-content-md-center { - align-content: center !important; - } - - .align-content-md-between { - align-content: space-between !important; - } - - .align-content-md-around { - align-content: space-around !important; - } - - .align-content-md-stretch { - align-content: stretch !important; - } - - .align-self-md-auto { - align-self: auto !important; - } - - .align-self-md-start { - align-self: flex-start !important; - } - - .align-self-md-end { - align-self: flex-end !important; - } - - .align-self-md-center { - align-self: center !important; - } - - .align-self-md-baseline { - align-self: baseline !important; - } - - .align-self-md-stretch { - align-self: stretch !important; - } - - .order-md-first { - order: -1 !important; - } - - .order-md-0 { - order: 0 !important; - } - - .order-md-1 { - order: 1 !important; - } - - .order-md-2 { - order: 2 !important; - } - - .order-md-3 { - order: 3 !important; - } - - .order-md-4 { - order: 4 !important; - } - - .order-md-5 { - order: 5 !important; - } - - .order-md-last { - order: 6 !important; - } - - .m-md-0 { - margin: 0 !important; - } - - .m-md-1 { - margin: 0.25rem !important; - } - - .m-md-2 { - margin: 0.5rem !important; - } - - .m-md-3 { - margin: 1rem !important; - } - - .m-md-4 { - margin: 1.5rem !important; - } - - .m-md-5 { - margin: 3rem !important; - } - - .m-md-auto { - margin: auto !important; - } - - .mx-md-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-md-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-md-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-md-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-md-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-md-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-md-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-md-0 { - margin-top: 0 !important; - } - - .mt-md-1 { - margin-top: 0.25rem !important; - } - - .mt-md-2 { - margin-top: 0.5rem !important; - } - - .mt-md-3 { - margin-top: 1rem !important; - } - - .mt-md-4 { - margin-top: 1.5rem !important; - } - - .mt-md-5 { - margin-top: 3rem !important; - } - - .mt-md-auto { - margin-top: auto !important; - } - - .me-md-0 { - margin-right: 0 !important; - } - - .me-md-1 { - margin-right: 0.25rem !important; - } - - .me-md-2 { - margin-right: 0.5rem !important; - } - - .me-md-3 { - margin-right: 1rem !important; - } - - .me-md-4 { - margin-right: 1.5rem !important; - } - - .me-md-5 { - margin-right: 3rem !important; - } - - .me-md-auto { - margin-right: auto !important; - } - - .mb-md-0 { - margin-bottom: 0 !important; - } - - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - .mb-md-3 { - margin-bottom: 1rem !important; - } - - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - .mb-md-5 { - margin-bottom: 3rem !important; - } - - .mb-md-auto { - margin-bottom: auto !important; - } - - .ms-md-0 { - margin-left: 0 !important; - } - - .ms-md-1 { - margin-left: 0.25rem !important; - } - - .ms-md-2 { - margin-left: 0.5rem !important; - } - - .ms-md-3 { - margin-left: 1rem !important; - } - - .ms-md-4 { - margin-left: 1.5rem !important; - } - - .ms-md-5 { - margin-left: 3rem !important; - } - - .ms-md-auto { - margin-left: auto !important; - } - - .p-md-0 { - padding: 0 !important; - } - - .p-md-1 { - padding: 0.25rem !important; - } - - .p-md-2 { - padding: 0.5rem !important; - } - - .p-md-3 { - padding: 1rem !important; - } - - .p-md-4 { - padding: 1.5rem !important; - } - - .p-md-5 { - padding: 3rem !important; - } - - .px-md-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-md-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-md-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-md-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-md-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-md-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-md-0 { - padding-top: 0 !important; - } - - .pt-md-1 { - padding-top: 0.25rem !important; - } - - .pt-md-2 { - padding-top: 0.5rem !important; - } - - .pt-md-3 { - padding-top: 1rem !important; - } - - .pt-md-4 { - padding-top: 1.5rem !important; - } - - .pt-md-5 { - padding-top: 3rem !important; - } - - .pe-md-0 { - padding-right: 0 !important; - } - - .pe-md-1 { - padding-right: 0.25rem !important; - } - - .pe-md-2 { - padding-right: 0.5rem !important; - } - - .pe-md-3 { - padding-right: 1rem !important; - } - - .pe-md-4 { - padding-right: 1.5rem !important; - } - - .pe-md-5 { - padding-right: 3rem !important; - } - - .pb-md-0 { - padding-bottom: 0 !important; - } - - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - .pb-md-3 { - padding-bottom: 1rem !important; - } - - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - .pb-md-5 { - padding-bottom: 3rem !important; - } - - .ps-md-0 { - padding-left: 0 !important; - } - - .ps-md-1 { - padding-left: 0.25rem !important; - } - - .ps-md-2 { - padding-left: 0.5rem !important; - } - - .ps-md-3 { - padding-left: 1rem !important; - } - - .ps-md-4 { - padding-left: 1.5rem !important; - } - - .ps-md-5 { - padding-left: 3rem !important; - } - - .text-md-start { - text-align: left !important; - } - - .text-md-end { - text-align: right !important; - } - - .text-md-center { - text-align: center !important; - } -} - -@media (min-width: 992px) { - .float-lg-start { - float: left !important; - } - - .float-lg-end { - float: right !important; - } - - .float-lg-none { - float: none !important; - } - - .d-lg-inline { - display: inline !important; - } - - .d-lg-inline-block { - display: inline-block !important; - } - - .d-lg-block { - display: block !important; - } - - .d-lg-grid { - display: grid !important; - } - - .d-lg-table { - display: table !important; - } - - .d-lg-table-row { - display: table-row !important; - } - - .d-lg-table-cell { - display: table-cell !important; - } - - .d-lg-flex { - display: flex !important; - } - - .d-lg-inline-flex { - display: inline-flex !important; - } - - .d-lg-none { - display: none !important; - } - - .flex-lg-fill { - flex: 1 1 auto !important; - } - - .flex-lg-row { - flex-direction: row !important; - } - - .flex-lg-column { - flex-direction: column !important; - } - - .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-lg-grow-0 { - flex-grow: 0 !important; - } - - .flex-lg-grow-1 { - flex-grow: 1 !important; - } - - .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-lg-wrap { - flex-wrap: wrap !important; - } - - .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-lg-0 { - gap: 0 !important; - } - - .gap-lg-1 { - gap: 0.25rem !important; - } - - .gap-lg-2 { - gap: 0.5rem !important; - } - - .gap-lg-3 { - gap: 1rem !important; - } - - .gap-lg-4 { - gap: 1.5rem !important; - } - - .gap-lg-5 { - gap: 3rem !important; - } - - .justify-content-lg-start { - justify-content: flex-start !important; - } - - .justify-content-lg-end { - justify-content: flex-end !important; - } - - .justify-content-lg-center { - justify-content: center !important; - } - - .justify-content-lg-between { - justify-content: space-between !important; - } - - .justify-content-lg-around { - justify-content: space-around !important; - } - - .justify-content-lg-evenly { - justify-content: space-evenly !important; - } - - .align-items-lg-start { - align-items: flex-start !important; - } - - .align-items-lg-end { - align-items: flex-end !important; - } - - .align-items-lg-center { - align-items: center !important; - } - - .align-items-lg-baseline { - align-items: baseline !important; - } - - .align-items-lg-stretch { - align-items: stretch !important; - } - - .align-content-lg-start { - align-content: flex-start !important; - } - - .align-content-lg-end { - align-content: flex-end !important; - } - - .align-content-lg-center { - align-content: center !important; - } - - .align-content-lg-between { - align-content: space-between !important; - } - - .align-content-lg-around { - align-content: space-around !important; - } - - .align-content-lg-stretch { - align-content: stretch !important; - } - - .align-self-lg-auto { - align-self: auto !important; - } - - .align-self-lg-start { - align-self: flex-start !important; - } - - .align-self-lg-end { - align-self: flex-end !important; - } - - .align-self-lg-center { - align-self: center !important; - } - - .align-self-lg-baseline { - align-self: baseline !important; - } - - .align-self-lg-stretch { - align-self: stretch !important; - } - - .order-lg-first { - order: -1 !important; - } - - .order-lg-0 { - order: 0 !important; - } - - .order-lg-1 { - order: 1 !important; - } - - .order-lg-2 { - order: 2 !important; - } - - .order-lg-3 { - order: 3 !important; - } - - .order-lg-4 { - order: 4 !important; - } - - .order-lg-5 { - order: 5 !important; - } - - .order-lg-last { - order: 6 !important; - } - - .m-lg-0 { - margin: 0 !important; - } - - .m-lg-1 { - margin: 0.25rem !important; - } - - .m-lg-2 { - margin: 0.5rem !important; - } - - .m-lg-3 { - margin: 1rem !important; - } - - .m-lg-4 { - margin: 1.5rem !important; - } - - .m-lg-5 { - margin: 3rem !important; - } - - .m-lg-auto { - margin: auto !important; - } - - .mx-lg-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-lg-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-lg-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-lg-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-lg-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-lg-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-lg-0 { - margin-top: 0 !important; - } - - .mt-lg-1 { - margin-top: 0.25rem !important; - } - - .mt-lg-2 { - margin-top: 0.5rem !important; - } - - .mt-lg-3 { - margin-top: 1rem !important; - } - - .mt-lg-4 { - margin-top: 1.5rem !important; - } - - .mt-lg-5 { - margin-top: 3rem !important; - } - - .mt-lg-auto { - margin-top: auto !important; - } - - .me-lg-0 { - margin-right: 0 !important; - } - - .me-lg-1 { - margin-right: 0.25rem !important; - } - - .me-lg-2 { - margin-right: 0.5rem !important; - } - - .me-lg-3 { - margin-right: 1rem !important; - } - - .me-lg-4 { - margin-right: 1.5rem !important; - } - - .me-lg-5 { - margin-right: 3rem !important; - } - - .me-lg-auto { - margin-right: auto !important; - } - - .mb-lg-0 { - margin-bottom: 0 !important; - } - - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - .mb-lg-auto { - margin-bottom: auto !important; - } - - .ms-lg-0 { - margin-left: 0 !important; - } - - .ms-lg-1 { - margin-left: 0.25rem !important; - } - - .ms-lg-2 { - margin-left: 0.5rem !important; - } - - .ms-lg-3 { - margin-left: 1rem !important; - } - - .ms-lg-4 { - margin-left: 1.5rem !important; - } - - .ms-lg-5 { - margin-left: 3rem !important; - } - - .ms-lg-auto { - margin-left: auto !important; - } - - .p-lg-0 { - padding: 0 !important; - } - - .p-lg-1 { - padding: 0.25rem !important; - } - - .p-lg-2 { - padding: 0.5rem !important; - } - - .p-lg-3 { - padding: 1rem !important; - } - - .p-lg-4 { - padding: 1.5rem !important; - } - - .p-lg-5 { - padding: 3rem !important; - } - - .px-lg-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-lg-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-lg-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-lg-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-lg-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-lg-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-lg-0 { - padding-top: 0 !important; - } - - .pt-lg-1 { - padding-top: 0.25rem !important; - } - - .pt-lg-2 { - padding-top: 0.5rem !important; - } - - .pt-lg-3 { - padding-top: 1rem !important; - } - - .pt-lg-4 { - padding-top: 1.5rem !important; - } - - .pt-lg-5 { - padding-top: 3rem !important; - } - - .pe-lg-0 { - padding-right: 0 !important; - } - - .pe-lg-1 { - padding-right: 0.25rem !important; - } - - .pe-lg-2 { - padding-right: 0.5rem !important; - } - - .pe-lg-3 { - padding-right: 1rem !important; - } - - .pe-lg-4 { - padding-right: 1.5rem !important; - } - - .pe-lg-5 { - padding-right: 3rem !important; - } - - .pb-lg-0 { - padding-bottom: 0 !important; - } - - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - .ps-lg-0 { - padding-left: 0 !important; - } - - .ps-lg-1 { - padding-left: 0.25rem !important; - } - - .ps-lg-2 { - padding-left: 0.5rem !important; - } - - .ps-lg-3 { - padding-left: 1rem !important; - } - - .ps-lg-4 { - padding-left: 1.5rem !important; - } - - .ps-lg-5 { - padding-left: 3rem !important; - } - - .text-lg-start { - text-align: left !important; - } - - .text-lg-end { - text-align: right !important; - } - - .text-lg-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .float-xl-start { - float: left !important; - } - - .float-xl-end { - float: right !important; - } - - .float-xl-none { - float: none !important; - } - - .d-xl-inline { - display: inline !important; - } - - .d-xl-inline-block { - display: inline-block !important; - } - - .d-xl-block { - display: block !important; - } - - .d-xl-grid { - display: grid !important; - } - - .d-xl-table { - display: table !important; - } - - .d-xl-table-row { - display: table-row !important; - } - - .d-xl-table-cell { - display: table-cell !important; - } - - .d-xl-flex { - display: flex !important; - } - - .d-xl-inline-flex { - display: inline-flex !important; - } - - .d-xl-none { - display: none !important; - } - - .flex-xl-fill { - flex: 1 1 auto !important; - } - - .flex-xl-row { - flex-direction: row !important; - } - - .flex-xl-column { - flex-direction: column !important; - } - - .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xl-wrap { - flex-wrap: wrap !important; - } - - .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xl-0 { - gap: 0 !important; - } - - .gap-xl-1 { - gap: 0.25rem !important; - } - - .gap-xl-2 { - gap: 0.5rem !important; - } - - .gap-xl-3 { - gap: 1rem !important; - } - - .gap-xl-4 { - gap: 1.5rem !important; - } - - .gap-xl-5 { - gap: 3rem !important; - } - - .justify-content-xl-start { - justify-content: flex-start !important; - } - - .justify-content-xl-end { - justify-content: flex-end !important; - } - - .justify-content-xl-center { - justify-content: center !important; - } - - .justify-content-xl-between { - justify-content: space-between !important; - } - - .justify-content-xl-around { - justify-content: space-around !important; - } - - .justify-content-xl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xl-start { - align-items: flex-start !important; - } - - .align-items-xl-end { - align-items: flex-end !important; - } - - .align-items-xl-center { - align-items: center !important; - } - - .align-items-xl-baseline { - align-items: baseline !important; - } - - .align-items-xl-stretch { - align-items: stretch !important; - } - - .align-content-xl-start { - align-content: flex-start !important; - } - - .align-content-xl-end { - align-content: flex-end !important; - } - - .align-content-xl-center { - align-content: center !important; - } - - .align-content-xl-between { - align-content: space-between !important; - } - - .align-content-xl-around { - align-content: space-around !important; - } - - .align-content-xl-stretch { - align-content: stretch !important; - } - - .align-self-xl-auto { - align-self: auto !important; - } - - .align-self-xl-start { - align-self: flex-start !important; - } - - .align-self-xl-end { - align-self: flex-end !important; - } - - .align-self-xl-center { - align-self: center !important; - } - - .align-self-xl-baseline { - align-self: baseline !important; - } - - .align-self-xl-stretch { - align-self: stretch !important; - } - - .order-xl-first { - order: -1 !important; - } - - .order-xl-0 { - order: 0 !important; - } - - .order-xl-1 { - order: 1 !important; - } - - .order-xl-2 { - order: 2 !important; - } - - .order-xl-3 { - order: 3 !important; - } - - .order-xl-4 { - order: 4 !important; - } - - .order-xl-5 { - order: 5 !important; - } - - .order-xl-last { - order: 6 !important; - } - - .m-xl-0 { - margin: 0 !important; - } - - .m-xl-1 { - margin: 0.25rem !important; - } - - .m-xl-2 { - margin: 0.5rem !important; - } - - .m-xl-3 { - margin: 1rem !important; - } - - .m-xl-4 { - margin: 1.5rem !important; - } - - .m-xl-5 { - margin: 3rem !important; - } - - .m-xl-auto { - margin: auto !important; - } - - .mx-xl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xl-0 { - margin-top: 0 !important; - } - - .mt-xl-1 { - margin-top: 0.25rem !important; - } - - .mt-xl-2 { - margin-top: 0.5rem !important; - } - - .mt-xl-3 { - margin-top: 1rem !important; - } - - .mt-xl-4 { - margin-top: 1.5rem !important; - } - - .mt-xl-5 { - margin-top: 3rem !important; - } - - .mt-xl-auto { - margin-top: auto !important; - } - - .me-xl-0 { - margin-right: 0 !important; - } - - .me-xl-1 { - margin-right: 0.25rem !important; - } - - .me-xl-2 { - margin-right: 0.5rem !important; - } - - .me-xl-3 { - margin-right: 1rem !important; - } - - .me-xl-4 { - margin-right: 1.5rem !important; - } - - .me-xl-5 { - margin-right: 3rem !important; - } - - .me-xl-auto { - margin-right: auto !important; - } - - .mb-xl-0 { - margin-bottom: 0 !important; - } - - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xl-5 { - margin-bottom: 3rem !important; - } - - .mb-xl-auto { - margin-bottom: auto !important; - } - - .ms-xl-0 { - margin-left: 0 !important; - } - - .ms-xl-1 { - margin-left: 0.25rem !important; - } - - .ms-xl-2 { - margin-left: 0.5rem !important; - } - - .ms-xl-3 { - margin-left: 1rem !important; - } - - .ms-xl-4 { - margin-left: 1.5rem !important; - } - - .ms-xl-5 { - margin-left: 3rem !important; - } - - .ms-xl-auto { - margin-left: auto !important; - } - - .p-xl-0 { - padding: 0 !important; - } - - .p-xl-1 { - padding: 0.25rem !important; - } - - .p-xl-2 { - padding: 0.5rem !important; - } - - .p-xl-3 { - padding: 1rem !important; - } - - .p-xl-4 { - padding: 1.5rem !important; - } - - .p-xl-5 { - padding: 3rem !important; - } - - .px-xl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xl-0 { - padding-top: 0 !important; - } - - .pt-xl-1 { - padding-top: 0.25rem !important; - } - - .pt-xl-2 { - padding-top: 0.5rem !important; - } - - .pt-xl-3 { - padding-top: 1rem !important; - } - - .pt-xl-4 { - padding-top: 1.5rem !important; - } - - .pt-xl-5 { - padding-top: 3rem !important; - } - - .pe-xl-0 { - padding-right: 0 !important; - } - - .pe-xl-1 { - padding-right: 0.25rem !important; - } - - .pe-xl-2 { - padding-right: 0.5rem !important; - } - - .pe-xl-3 { - padding-right: 1rem !important; - } - - .pe-xl-4 { - padding-right: 1.5rem !important; - } - - .pe-xl-5 { - padding-right: 3rem !important; - } - - .pb-xl-0 { - padding-bottom: 0 !important; - } - - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - .ps-xl-0 { - padding-left: 0 !important; - } - - .ps-xl-1 { - padding-left: 0.25rem !important; - } - - .ps-xl-2 { - padding-left: 0.5rem !important; - } - - .ps-xl-3 { - padding-left: 1rem !important; - } - - .ps-xl-4 { - padding-left: 1.5rem !important; - } - - .ps-xl-5 { - padding-left: 3rem !important; - } - - .text-xl-start { - text-align: left !important; - } - - .text-xl-end { - text-align: right !important; - } - - .text-xl-center { - text-align: center !important; - } -} - -@media (min-width: 1400px) { - .float-xxl-start { - float: left !important; - } - - .float-xxl-end { - float: right !important; - } - - .float-xxl-none { - float: none !important; - } - - .d-xxl-inline { - display: inline !important; - } - - .d-xxl-inline-block { - display: inline-block !important; - } - - .d-xxl-block { - display: block !important; - } - - .d-xxl-grid { - display: grid !important; - } - - .d-xxl-table { - display: table !important; - } - - .d-xxl-table-row { - display: table-row !important; - } - - .d-xxl-table-cell { - display: table-cell !important; - } - - .d-xxl-flex { - display: flex !important; - } - - .d-xxl-inline-flex { - display: inline-flex !important; - } - - .d-xxl-none { - display: none !important; - } - - .flex-xxl-fill { - flex: 1 1 auto !important; - } - - .flex-xxl-row { - flex-direction: row !important; - } - - .flex-xxl-column { - flex-direction: column !important; - } - - .flex-xxl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xxl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xxl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xxl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xxl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xxl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xxl-wrap { - flex-wrap: wrap !important; - } - - .flex-xxl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xxl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xxl-0 { - gap: 0 !important; - } - - .gap-xxl-1 { - gap: 0.25rem !important; - } - - .gap-xxl-2 { - gap: 0.5rem !important; - } - - .gap-xxl-3 { - gap: 1rem !important; - } - - .gap-xxl-4 { - gap: 1.5rem !important; - } - - .gap-xxl-5 { - gap: 3rem !important; - } - - .justify-content-xxl-start { - justify-content: flex-start !important; - } - - .justify-content-xxl-end { - justify-content: flex-end !important; - } - - .justify-content-xxl-center { - justify-content: center !important; - } - - .justify-content-xxl-between { - justify-content: space-between !important; - } - - .justify-content-xxl-around { - justify-content: space-around !important; - } - - .justify-content-xxl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xxl-start { - align-items: flex-start !important; - } - - .align-items-xxl-end { - align-items: flex-end !important; - } - - .align-items-xxl-center { - align-items: center !important; - } - - .align-items-xxl-baseline { - align-items: baseline !important; - } - - .align-items-xxl-stretch { - align-items: stretch !important; - } - - .align-content-xxl-start { - align-content: flex-start !important; - } - - .align-content-xxl-end { - align-content: flex-end !important; - } - - .align-content-xxl-center { - align-content: center !important; - } - - .align-content-xxl-between { - align-content: space-between !important; - } - - .align-content-xxl-around { - align-content: space-around !important; - } - - .align-content-xxl-stretch { - align-content: stretch !important; - } - - .align-self-xxl-auto { - align-self: auto !important; - } - - .align-self-xxl-start { - align-self: flex-start !important; - } - - .align-self-xxl-end { - align-self: flex-end !important; - } - - .align-self-xxl-center { - align-self: center !important; - } - - .align-self-xxl-baseline { - align-self: baseline !important; - } - - .align-self-xxl-stretch { - align-self: stretch !important; - } - - .order-xxl-first { - order: -1 !important; - } - - .order-xxl-0 { - order: 0 !important; - } - - .order-xxl-1 { - order: 1 !important; - } - - .order-xxl-2 { - order: 2 !important; - } - - .order-xxl-3 { - order: 3 !important; - } - - .order-xxl-4 { - order: 4 !important; - } - - .order-xxl-5 { - order: 5 !important; - } - - .order-xxl-last { - order: 6 !important; - } - - .m-xxl-0 { - margin: 0 !important; - } - - .m-xxl-1 { - margin: 0.25rem !important; - } - - .m-xxl-2 { - margin: 0.5rem !important; - } - - .m-xxl-3 { - margin: 1rem !important; - } - - .m-xxl-4 { - margin: 1.5rem !important; - } - - .m-xxl-5 { - margin: 3rem !important; - } - - .m-xxl-auto { - margin: auto !important; - } - - .mx-xxl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xxl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xxl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xxl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xxl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xxl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xxl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xxl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xxl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xxl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xxl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xxl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xxl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xxl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xxl-0 { - margin-top: 0 !important; - } - - .mt-xxl-1 { - margin-top: 0.25rem !important; - } - - .mt-xxl-2 { - margin-top: 0.5rem !important; - } - - .mt-xxl-3 { - margin-top: 1rem !important; - } - - .mt-xxl-4 { - margin-top: 1.5rem !important; - } - - .mt-xxl-5 { - margin-top: 3rem !important; - } - - .mt-xxl-auto { - margin-top: auto !important; - } - - .me-xxl-0 { - margin-right: 0 !important; - } - - .me-xxl-1 { - margin-right: 0.25rem !important; - } - - .me-xxl-2 { - margin-right: 0.5rem !important; - } - - .me-xxl-3 { - margin-right: 1rem !important; - } - - .me-xxl-4 { - margin-right: 1.5rem !important; - } - - .me-xxl-5 { - margin-right: 3rem !important; - } - - .me-xxl-auto { - margin-right: auto !important; - } - - .mb-xxl-0 { - margin-bottom: 0 !important; - } - - .mb-xxl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xxl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xxl-3 { - margin-bottom: 1rem !important; - } - - .mb-xxl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xxl-5 { - margin-bottom: 3rem !important; - } - - .mb-xxl-auto { - margin-bottom: auto !important; - } - - .ms-xxl-0 { - margin-left: 0 !important; - } - - .ms-xxl-1 { - margin-left: 0.25rem !important; - } - - .ms-xxl-2 { - margin-left: 0.5rem !important; - } - - .ms-xxl-3 { - margin-left: 1rem !important; - } - - .ms-xxl-4 { - margin-left: 1.5rem !important; - } - - .ms-xxl-5 { - margin-left: 3rem !important; - } - - .ms-xxl-auto { - margin-left: auto !important; - } - - .p-xxl-0 { - padding: 0 !important; - } - - .p-xxl-1 { - padding: 0.25rem !important; - } - - .p-xxl-2 { - padding: 0.5rem !important; - } - - .p-xxl-3 { - padding: 1rem !important; - } - - .p-xxl-4 { - padding: 1.5rem !important; - } - - .p-xxl-5 { - padding: 3rem !important; - } - - .px-xxl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xxl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xxl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xxl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xxl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xxl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xxl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xxl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xxl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xxl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xxl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xxl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xxl-0 { - padding-top: 0 !important; - } - - .pt-xxl-1 { - padding-top: 0.25rem !important; - } - - .pt-xxl-2 { - padding-top: 0.5rem !important; - } - - .pt-xxl-3 { - padding-top: 1rem !important; - } - - .pt-xxl-4 { - padding-top: 1.5rem !important; - } - - .pt-xxl-5 { - padding-top: 3rem !important; - } - - .pe-xxl-0 { - padding-right: 0 !important; - } - - .pe-xxl-1 { - padding-right: 0.25rem !important; - } - - .pe-xxl-2 { - padding-right: 0.5rem !important; - } - - .pe-xxl-3 { - padding-right: 1rem !important; - } - - .pe-xxl-4 { - padding-right: 1.5rem !important; - } - - .pe-xxl-5 { - padding-right: 3rem !important; - } - - .pb-xxl-0 { - padding-bottom: 0 !important; - } - - .pb-xxl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xxl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xxl-3 { - padding-bottom: 1rem !important; - } - - .pb-xxl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xxl-5 { - padding-bottom: 3rem !important; - } - - .ps-xxl-0 { - padding-left: 0 !important; - } - - .ps-xxl-1 { - padding-left: 0.25rem !important; - } - - .ps-xxl-2 { - padding-left: 0.5rem !important; - } - - .ps-xxl-3 { - padding-left: 1rem !important; - } - - .ps-xxl-4 { - padding-left: 1.5rem !important; - } - - .ps-xxl-5 { - padding-left: 3rem !important; - } - - .text-xxl-start { - text-align: left !important; - } - - .text-xxl-end { - text-align: right !important; - } - - .text-xxl-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .fs-1 { - font-size: 6rem !important; - } - - .fs-2 { - font-size: 3.5rem !important; - } - - .fs-3 { - font-size: 2rem !important; - } - - .fs-4 { - font-size: 1.5rem !important; - } -} - -@media print { - .d-print-inline { - display: inline !important; - } - - .d-print-inline-block { - display: inline-block !important; - } - - .d-print-block { - display: block !important; - } - - .d-print-grid { - display: grid !important; - } - - .d-print-table { - display: table !important; - } - - .d-print-table-row { - display: table-row !important; - } - - .d-print-table-cell { - display: table-cell !important; - } - - .d-print-flex { - display: flex !important; - } - - .d-print-inline-flex { - display: inline-flex !important; - } - - .d-print-none { - display: none !important; - } -} - -body { - padding-top: 3.375rem; - color: #6c757d; -} - -@media (min-width: 992px) { - body { - padding-top: 0; - padding-left: 17rem; - } -} - -h1, .h1, -h2, -.h2, -h3, -.h3, -h4, -.h4, -h5, -.h5, -h6, -.h6 { - text-transform: uppercase; -} - -h1, .h1 { - line-height: 1; -} - -p.lead { - font-size: 1.15rem; - font-weight: 400; -} - -.subheading { - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - text-transform: uppercase; - font-weight: 500; - font-size: 1.5rem; -} - -#sideNav { - padding-left: 1rem; - padding-right: 1rem; -} - - - -#sideNav .navbar-nav .nav-item .nav-link { - font-weight: 800; - letter-spacing: 0.05rem; - text-transform: uppercase; -} - - #sideNav .navbar-toggler:focus { - outline-color: red; - } - -@media (min-width: 992px) { - #sideNav { - padding-left: 0; - padding-right: 0; - text-align: center; - position: fixed; - top: 0; - left: 0; - display: flex; - flex-direction: column; - width: 17rem; - height: 100vh; - } - - #sideNav .navbar-brand { - display: flex; - margin: auto auto 0; - padding: 0.5rem; - } - - #sideNav .navbar-brand .img-profile { - max-width: 10rem; - max-height: 10rem; - border: 0.5rem solid rgba(255, 255, 255, 0.2); - } - - #sideNav .navbar-collapse { - display: flex; - align-items: flex-start; - flex-grow: 0; - width: 100%; - margin-bottom: auto; - } - - #sideNav .navbar-collapse .navbar-nav { - flex-direction: column; - width: 100%; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item { - display: block; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link { - display: block; - } -} - -.social-icons .social-icon { - display: inline-flex; - align-items: center; - justify-content: center; - height: 3.5rem; - width: 3.5rem; - background-color: #495057; - color: #fff; - border-radius: 100%; - font-size: 1.5rem; - margin-right: 1.5rem; -} - - .social-icons .social-icon:last-child { - margin-right: 0; - } - - .social-icons .social-icon:hover { - background-color: #b34fc2; - } - -.dev-icons { - font-size: 3rem; -} - -section.resume-section { - display: flex; - align-items: center; - padding-left: 1rem; - padding-right: 1rem; - padding-top: 5rem; - padding-bottom: 5rem; - max-width: 75rem; -} - - section.resume-section .resume-section-content { - width: 100%; - } - -@media (min-width: 768px) { - section.resume-section { - min-height: 100vh; - } -} - -@media (min-width: 992px) { - section.resume-section { - padding-left: 3rem; - padding-right: 3rem; - padding-top: 5rem; - padding-bottom: 5rem; - } -}*/ diff --git a/obj/Debug/net8.0/scopedcss/Shared/NavMenu.razor.rz.scp.css b/obj/Debug/net8.0/scopedcss/Shared/NavMenu.razor.rz.scp.css deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net8.0/scopedcss/bundle/CV.styles.css b/obj/Debug/net8.0/scopedcss/bundle/CV.styles.css deleted file mode 100644 index 2580d39..0000000 --- a/obj/Debug/net8.0/scopedcss/bundle/CV.styles.css +++ /dev/null @@ -1,12069 +0,0 @@ -/* /Pages/Inicio.razor.rz.scp.css */ -/*@charset "UTF-8";*/ -/* ##a697a9 */ -/*:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #1086c5; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #1086c5; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 16, 134, 197; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: Muli, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -*, -*::before, -*::after { - box-sizing: border-box; -} - -@media (prefers-reduced-motion: no-preference) { - :root { - scroll-behavior: smooth; - } -} - -body { - margin: 0; - font-family: var(--bs-body-font-family); - font-size: var(--bs-body-font-size); - font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); - color: var(--bs-body-color); - text-align: var(--bs-body-text-align); - background-color: var(--bs-body-bg); - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -hr { - margin: 1rem 0; - color: inherit; - background-color: currentColor; - border: 0; - opacity: 0.25; -} - - hr:not([size]) { - height: 1px; - } - -h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { - margin-top: 0; - margin-bottom: 0.5rem; - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-weight: 700; - line-height: 1.2; - color: #343a40; -} - -h1, .h1 { - font-size: calc(1.725rem + 5.7vw); -} - -@media (min-width: 1200px) { - h1, .h1 { - font-size: 6rem; - } -} - -h2, .h2 { - font-size: calc(1.475rem + 2.7vw); -} - -@media (min-width: 1200px) { - h2, .h2 { - font-size: 3.5rem; - } -} - -h3, .h3 { - font-size: calc(1.325rem + 0.9vw); -} - -@media (min-width: 1200px) { - h3, .h3 { - font-size: 2rem; - } -} - -h4, .h4 { - font-size: calc(1.275rem + 0.3vw); -} - -@media (min-width: 1200px) { - h4, .h4 { - font-size: 1.5rem; - } -} - -h5, .h5 { - font-size: 1.25rem; -} - -h6, .h6 { - font-size: 1rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-bs-original-title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul { - padding-left: 2rem; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - - ol ol, - ul ul, - ol ul, - ul ol { - margin-bottom: 0; - } - -dt { - font-weight: 700; -} - -dd { - margin-bottom: 0.5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -b, -strong { - font-weight: bolder; -} - -small, .small { - font-size: 0.875em; -} - -mark, .mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -a { - color: #1086c5; - text-decoration: underline; -} - - a:hover { - color: #b34fc2; - } - - a:not([href]):not([class]), a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; - } - -pre, -code, -kbd, -samp { - font-family: var(--bs-font-monospace); - font-size: 1em; - direction: ltr*/ /* rtl:ignore *//*; - unicode-bidi: bidi-override; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - font-size: 0.875em; -} - - pre code { - font-size: inherit; - color: inherit; - word-break: normal; - } - -code { - font-size: 0.875em; - color: #d63384; - word-wrap: break-word; -} - -a > code { - color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 0.875em; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} - - kbd kbd { - padding: 0; - font-size: 1em; - font-weight: 700; - } - -figure { - margin: 0 0 1rem; -} - -img, -svg { - vertical-align: middle; -} - -table { - caption-side: bottom; - border-collapse: collapse; -} - -caption { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - color: #6c757d; - text-align: left; -} - -th { - text-align: inherit; - text-align: -webkit-match-parent; -} - -thead, -tbody, -tfoot, -tr, -td, -th { - border-color: inherit; - border-style: solid; - border-width: 0; -} - -label { - display: inline-block; -} - -button { - border-radius: 0; -} - - button:focus:not(:focus-visible) { - outline: 0; - } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -button, -select { - text-transform: none; -} - -[role=button] { - cursor: pointer; -} - -select { - word-wrap: normal; -} - - select:disabled { - opacity: 1; - } - -[list]::-webkit-calendar-picker-indicator { - display: none; -} - -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; -} - - button:not(:disabled), - [type=button]:not(:disabled), - [type=reset]:not(:disabled), - [type=submit]:not(:disabled) { - cursor: pointer; - } - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - float: left; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: calc(1.275rem + 0.3vw); - line-height: inherit; -} - -@media (min-width: 1200px) { - legend { - font-size: 1.5rem; - } -} - -legend + * { - clear: left; -} - -::-webkit-datetime-edit-fields-wrapper, -::-webkit-datetime-edit-text, -::-webkit-datetime-edit-minute, -::-webkit-datetime-edit-hour-field, -::-webkit-datetime-edit-day-field, -::-webkit-datetime-edit-month-field, -::-webkit-datetime-edit-year-field { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type=search] { - outline-offset: -2px; - -webkit-appearance: textfield; -}*/ - -/* rtl:raw: -[type="tel"], -[type="url"], -[type="email"], -[type="number"] { - direction: ltr; -} -*/ -/*::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-color-swatch-wrapper { - padding: 0; -} - -::-webkit-file-upload-button { - font: inherit; -} - -::file-selector-button { - font: inherit; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -output { - display: inline-block; -} - -iframe { - border: 0; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -[hidden] { - display: none !important; -} - -.lead { - font-size: 1.25rem; - font-weight: 300; -} - -.display-1 { - font-size: calc(1.625rem + 4.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-1 { - font-size: 5rem; - } -} - -.display-2 { - font-size: calc(1.575rem + 3.9vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-2 { - font-size: 4.5rem; - } -} - -.display-3 { - font-size: calc(1.525rem + 3.3vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-3 { - font-size: 4rem; - } -} - -.display-4 { - font-size: calc(1.475rem + 2.7vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-4 { - font-size: 3.5rem; - } -} - -.display-5 { - font-size: calc(1.425rem + 2.1vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-5 { - font-size: 3rem; - } -} - -.display-6 { - font-size: calc(1.375rem + 1.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-6 { - font-size: 2.5rem; - } -} - -.list-unstyled { - padding-left: 0; - list-style: none; -} - -.list-inline { - padding-left: 0; - list-style: none; -} - -.list-inline-item { - display: inline-block; -} - - .list-inline-item:not(:last-child) { - margin-right: 0.5rem; - } - -.initialism { - font-size: 0.875em; - text-transform: uppercase; -} - -.blockquote { - margin-bottom: 1rem; - font-size: 1.25rem; -} - - .blockquote > :last-child { - margin-bottom: 0; - } - -.blockquote-footer { - margin-top: -1rem; - margin-bottom: 1rem; - font-size: 0.875em; - color: #6c757d; -} - - .blockquote-footer::before { - content: "— "; - } - -.img-fluid { - max-width: 100%; - height: auto; -} - -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} - -.figure { - display: inline-block; -} - -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} - -.figure-caption { - font-size: 0.875em; - color: #6c757d; -} - -.container, -.container-fluid, -.container-xxl, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-right: var(--bs-gutter-x, 0.75rem); - padding-left: var(--bs-gutter-x, 0.75rem); - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } -} - -@media (min-width: 1400px) { - .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1320px; - } -} - -.row { - --bs-gutter-x: 1.5rem; - --bs-gutter-y: 0; - display: flex; - flex-wrap: wrap; - margin-top: calc(-1 * var(--bs-gutter-y)); - margin-right: calc(-0.5 * var(--bs-gutter-x)); - margin-left: calc(-0.5 * var(--bs-gutter-x)); -} - - .row > * { - flex-shrink: 0; - width: 100%; - max-width: 100%; - padding-right: calc(var(--bs-gutter-x) * 0.5); - padding-left: calc(var(--bs-gutter-x) * 0.5); - margin-top: var(--bs-gutter-y); - } - -.col { - flex: 1 0 0%; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.33333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.66666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.33333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.66666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.33333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.66666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.33333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.66666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.33333333%; -} - -.offset-2 { - margin-left: 16.66666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.33333333%; -} - -.offset-5 { - margin-left: 41.66666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.33333333%; -} - -.offset-8 { - margin-left: 66.66666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.33333333%; -} - -.offset-11 { - margin-left: 91.66666667%; -} - -.g-0, -.gx-0 { - --bs-gutter-x: 0; -} - -.g-0, -.gy-0 { - --bs-gutter-y: 0; -} - -.g-1, -.gx-1 { - --bs-gutter-x: 0.25rem; -} - -.g-1, -.gy-1 { - --bs-gutter-y: 0.25rem; -} - -.g-2, -.gx-2 { - --bs-gutter-x: 0.5rem; -} - -.g-2, -.gy-2 { - --bs-gutter-y: 0.5rem; -} - -.g-3, -.gx-3 { - --bs-gutter-x: 1rem; -} - -.g-3, -.gy-3 { - --bs-gutter-y: 1rem; -} - -.g-4, -.gx-4 { - --bs-gutter-x: 1.5rem; -} - -.g-4, -.gy-4 { - --bs-gutter-y: 1.5rem; -} - -.g-5, -.gx-5 { - --bs-gutter-x: 3rem; -} - -.g-5, -.gy-5 { - --bs-gutter-y: 3rem; -} - -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - .col-sm-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-sm-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-sm-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-sm-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-sm-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-sm-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-sm-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-sm-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-sm-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-sm-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-sm-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-sm-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-sm-0 { - margin-left: 0; - } - - .offset-sm-1 { - margin-left: 8.33333333%; - } - - .offset-sm-2 { - margin-left: 16.66666667%; - } - - .offset-sm-3 { - margin-left: 25%; - } - - .offset-sm-4 { - margin-left: 33.33333333%; - } - - .offset-sm-5 { - margin-left: 41.66666667%; - } - - .offset-sm-6 { - margin-left: 50%; - } - - .offset-sm-7 { - margin-left: 58.33333333%; - } - - .offset-sm-8 { - margin-left: 66.66666667%; - } - - .offset-sm-9 { - margin-left: 75%; - } - - .offset-sm-10 { - margin-left: 83.33333333%; - } - - .offset-sm-11 { - margin-left: 91.66666667%; - } - - .g-sm-0, - .gx-sm-0 { - --bs-gutter-x: 0; - } - - .g-sm-0, - .gy-sm-0 { - --bs-gutter-y: 0; - } - - .g-sm-1, - .gx-sm-1 { - --bs-gutter-x: 0.25rem; - } - - .g-sm-1, - .gy-sm-1 { - --bs-gutter-y: 0.25rem; - } - - .g-sm-2, - .gx-sm-2 { - --bs-gutter-x: 0.5rem; - } - - .g-sm-2, - .gy-sm-2 { - --bs-gutter-y: 0.5rem; - } - - .g-sm-3, - .gx-sm-3 { - --bs-gutter-x: 1rem; - } - - .g-sm-3, - .gy-sm-3 { - --bs-gutter-y: 1rem; - } - - .g-sm-4, - .gx-sm-4 { - --bs-gutter-x: 1.5rem; - } - - .g-sm-4, - .gy-sm-4 { - --bs-gutter-y: 1.5rem; - } - - .g-sm-5, - .gx-sm-5 { - --bs-gutter-x: 3rem; - } - - .g-sm-5, - .gy-sm-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - - .col-md-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-md-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-md-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-md-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-md-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-md-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-md-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-md-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-md-0 { - margin-left: 0; - } - - .offset-md-1 { - margin-left: 8.33333333%; - } - - .offset-md-2 { - margin-left: 16.66666667%; - } - - .offset-md-3 { - margin-left: 25%; - } - - .offset-md-4 { - margin-left: 33.33333333%; - } - - .offset-md-5 { - margin-left: 41.66666667%; - } - - .offset-md-6 { - margin-left: 50%; - } - - .offset-md-7 { - margin-left: 58.33333333%; - } - - .offset-md-8 { - margin-left: 66.66666667%; - } - - .offset-md-9 { - margin-left: 75%; - } - - .offset-md-10 { - margin-left: 83.33333333%; - } - - .offset-md-11 { - margin-left: 91.66666667%; - } - - .g-md-0, - .gx-md-0 { - --bs-gutter-x: 0; - } - - .g-md-0, - .gy-md-0 { - --bs-gutter-y: 0; - } - - .g-md-1, - .gx-md-1 { - --bs-gutter-x: 0.25rem; - } - - .g-md-1, - .gy-md-1 { - --bs-gutter-y: 0.25rem; - } - - .g-md-2, - .gx-md-2 { - --bs-gutter-x: 0.5rem; - } - - .g-md-2, - .gy-md-2 { - --bs-gutter-y: 0.5rem; - } - - .g-md-3, - .gx-md-3 { - --bs-gutter-x: 1rem; - } - - .g-md-3, - .gy-md-3 { - --bs-gutter-y: 1rem; - } - - .g-md-4, - .gx-md-4 { - --bs-gutter-x: 1.5rem; - } - - .g-md-4, - .gy-md-4 { - --bs-gutter-y: 1.5rem; - } - - .g-md-5, - .gx-md-5 { - --bs-gutter-x: 3rem; - } - - .g-md-5, - .gy-md-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - .col-lg-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-lg-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-lg-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-lg-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-lg-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-lg-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-lg-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-lg-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-lg-0 { - margin-left: 0; - } - - .offset-lg-1 { - margin-left: 8.33333333%; - } - - .offset-lg-2 { - margin-left: 16.66666667%; - } - - .offset-lg-3 { - margin-left: 25%; - } - - .offset-lg-4 { - margin-left: 33.33333333%; - } - - .offset-lg-5 { - margin-left: 41.66666667%; - } - - .offset-lg-6 { - margin-left: 50%; - } - - .offset-lg-7 { - margin-left: 58.33333333%; - } - - .offset-lg-8 { - margin-left: 66.66666667%; - } - - .offset-lg-9 { - margin-left: 75%; - } - - .offset-lg-10 { - margin-left: 83.33333333%; - } - - .offset-lg-11 { - margin-left: 91.66666667%; - } - - .g-lg-0, - .gx-lg-0 { - --bs-gutter-x: 0; - } - - .g-lg-0, - .gy-lg-0 { - --bs-gutter-y: 0; - } - - .g-lg-1, - .gx-lg-1 { - --bs-gutter-x: 0.25rem; - } - - .g-lg-1, - .gy-lg-1 { - --bs-gutter-y: 0.25rem; - } - - .g-lg-2, - .gx-lg-2 { - --bs-gutter-x: 0.5rem; - } - - .g-lg-2, - .gy-lg-2 { - --bs-gutter-y: 0.5rem; - } - - .g-lg-3, - .gx-lg-3 { - --bs-gutter-x: 1rem; - } - - .g-lg-3, - .gy-lg-3 { - --bs-gutter-y: 1rem; - } - - .g-lg-4, - .gx-lg-4 { - --bs-gutter-x: 1.5rem; - } - - .g-lg-4, - .gy-lg-4 { - --bs-gutter-y: 1.5rem; - } - - .g-lg-5, - .gx-lg-5 { - --bs-gutter-x: 3rem; - } - - .g-lg-5, - .gy-lg-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xl-0 { - margin-left: 0; - } - - .offset-xl-1 { - margin-left: 8.33333333%; - } - - .offset-xl-2 { - margin-left: 16.66666667%; - } - - .offset-xl-3 { - margin-left: 25%; - } - - .offset-xl-4 { - margin-left: 33.33333333%; - } - - .offset-xl-5 { - margin-left: 41.66666667%; - } - - .offset-xl-6 { - margin-left: 50%; - } - - .offset-xl-7 { - margin-left: 58.33333333%; - } - - .offset-xl-8 { - margin-left: 66.66666667%; - } - - .offset-xl-9 { - margin-left: 75%; - } - - .offset-xl-10 { - margin-left: 83.33333333%; - } - - .offset-xl-11 { - margin-left: 91.66666667%; - } - - .g-xl-0, - .gx-xl-0 { - --bs-gutter-x: 0; - } - - .g-xl-0, - .gy-xl-0 { - --bs-gutter-y: 0; - } - - .g-xl-1, - .gx-xl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xl-1, - .gy-xl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xl-2, - .gx-xl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xl-2, - .gy-xl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xl-3, - .gx-xl-3 { - --bs-gutter-x: 1rem; - } - - .g-xl-3, - .gy-xl-3 { - --bs-gutter-y: 1rem; - } - - .g-xl-4, - .gx-xl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xl-4, - .gy-xl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xl-5, - .gx-xl-5 { - --bs-gutter-x: 3rem; - } - - .g-xl-5, - .gy-xl-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xxl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xxl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xxl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xxl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xxl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xxl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xxl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xxl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xxl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xxl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xxl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xxl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xxl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xxl-0 { - margin-left: 0; - } - - .offset-xxl-1 { - margin-left: 8.33333333%; - } - - .offset-xxl-2 { - margin-left: 16.66666667%; - } - - .offset-xxl-3 { - margin-left: 25%; - } - - .offset-xxl-4 { - margin-left: 33.33333333%; - } - - .offset-xxl-5 { - margin-left: 41.66666667%; - } - - .offset-xxl-6 { - margin-left: 50%; - } - - .offset-xxl-7 { - margin-left: 58.33333333%; - } - - .offset-xxl-8 { - margin-left: 66.66666667%; - } - - .offset-xxl-9 { - margin-left: 75%; - } - - .offset-xxl-10 { - margin-left: 83.33333333%; - } - - .offset-xxl-11 { - margin-left: 91.66666667%; - } - - .g-xxl-0, - .gx-xxl-0 { - --bs-gutter-x: 0; - } - - .g-xxl-0, - .gy-xxl-0 { - --bs-gutter-y: 0; - } - - .g-xxl-1, - .gx-xxl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xxl-1, - .gy-xxl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xxl-2, - .gx-xxl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xxl-2, - .gy-xxl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xxl-3, - .gx-xxl-3 { - --bs-gutter-x: 1rem; - } - - .g-xxl-3, - .gy-xxl-3 { - --bs-gutter-y: 1rem; - } - - .g-xxl-4, - .gx-xxl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xxl-4, - .gy-xxl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xxl-5, - .gx-xxl-5 { - --bs-gutter-x: 3rem; - } - - .g-xxl-5, - .gy-xxl-5 { - --bs-gutter-y: 3rem; - } -} - -.table { - --bs-table-bg: transparent; - --bs-table-accent-bg: transparent; - --bs-table-striped-color: #212529; - --bs-table-striped-bg: rgba(0, 0, 0, 0.05); - --bs-table-active-color: #212529; - --bs-table-active-bg: rgba(0, 0, 0, 0.1); - --bs-table-hover-color: #212529; - --bs-table-hover-bg: rgba(0, 0, 0, 0.075); - width: 100%; - margin-bottom: 1rem; - color: #212529; - vertical-align: top; - border-color: #dee2e6; -} - - .table > :not(caption) > * > * { - padding: 0.5rem 0.5rem; - background-color: var(--bs-table-bg); - border-bottom-width: 1px; - box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); - } - - .table > tbody { - vertical-align: inherit; - } - - .table > thead { - vertical-align: bottom; - } - - .table > :not(:first-child) { - border-top: 2px solid currentColor; - } - -.caption-top { - caption-side: top; -} - -.table-sm > :not(caption) > * > * { - padding: 0.25rem 0.25rem; -} - -.table-bordered > :not(caption) > * { - border-width: 1px 0; -} - - .table-bordered > :not(caption) > * > * { - border-width: 0 1px; - } - -.table-borderless > :not(caption) > * > * { - border-bottom-width: 0; -} - -.table-borderless > :not(:first-child) { - border-top-width: 0; -} - -.table-striped > tbody > tr:nth-of-type(odd) > * { - --bs-table-accent-bg: var(--bs-table-striped-bg); - color: var(--bs-table-striped-color); -} - -.table-active { - --bs-table-accent-bg: var(--bs-table-active-bg); - color: var(--bs-table-active-color); -} - -.table-hover > tbody > tr:hover > * { - --bs-table-accent-bg: var(--bs-table-hover-bg); - color: var(--bs-table-hover-color); -} - -.table-primary { - --bs-table-bg: #f2dfd7; - --bs-table-striped-bg: #e6d4cc; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dac9c2; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e0cec7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dac9c2; -} - -.table-secondary { - --bs-table-bg: #e2e3e5; - --bs-table-striped-bg: #d7d8da; - --bs-table-striped-color: #000; - --bs-table-active-bg: #cbccce; - --bs-table-active-color: #000; - --bs-table-hover-bg: #d1d2d4; - --bs-table-hover-color: #000; - color: #000; - border-color: #cbccce; -} - -.table-success { - --bs-table-bg: #d1e7dd; - --bs-table-striped-bg: #c7dbd2; - --bs-table-striped-color: #000; - --bs-table-active-bg: #bcd0c7; - --bs-table-active-color: #000; - --bs-table-hover-bg: #c1d6cc; - --bs-table-hover-color: #000; - color: #000; - border-color: #bcd0c7; -} - -.table-info { - --bs-table-bg: #cff4fc; - --bs-table-striped-bg: #c5e8ef; - --bs-table-striped-color: #000; - --bs-table-active-bg: #badce3; - --bs-table-active-color: #000; - --bs-table-hover-bg: #bfe2e9; - --bs-table-hover-color: #000; - color: #000; - border-color: #badce3; -} - -.table-warning { - --bs-table-bg: #fff3cd; - --bs-table-striped-bg: #f2e7c3; - --bs-table-striped-color: #000; - --bs-table-active-bg: #e6dbb9; - --bs-table-active-color: #000; - --bs-table-hover-bg: #ece1be; - --bs-table-hover-color: #000; - color: #000; - border-color: #e6dbb9; -} - -.table-danger { - --bs-table-bg: #f8d7da; - --bs-table-striped-bg: #eccccf; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfc2c4; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5c7ca; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfc2c4; -} - -.table-light { - --bs-table-bg: #f8f9fa; - --bs-table-striped-bg: #ecedee; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfe0e1; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5e6e7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfe0e1; -} - -.table-dark { - --bs-table-bg: #212529; - --bs-table-striped-bg: #2c3034; - --bs-table-striped-color: #fff; - --bs-table-active-bg: #373b3e; - --bs-table-active-color: #fff; - --bs-table-hover-bg: #323539; - --bs-table-hover-color: #fff; - color: #fff; - border-color: #373b3e; -} - -.table-responsive { - overflow-x: auto; - -webkit-overflow-scrolling: touch; -} - -@media (max-width: 575.98px) { - .table-responsive-sm { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 767.98px) { - .table-responsive-md { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 991.98px) { - .table-responsive-lg { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1199.98px) { - .table-responsive-xl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1399.98px) { - .table-responsive-xxl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -.form-label { - margin-bottom: 0.5rem; -} - -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; -} - -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; -} - -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; -} - -.form-text { - margin-top: 0.25rem; - font-size: 0.875em; - color: #6c757d; -} - -.form-control { - display: block; - width: 100%; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control { - transition: none; - } -} - -.form-control[type=file] { - overflow: hidden; -} - - .form-control[type=file]:not(:disabled):not([readonly]) { - cursor: pointer; - } - -.form-control:focus { - color: #212529; - background-color: #fff; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-control::-webkit-date-and-time-value { - height: 1.5em; -} - -.form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control::placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -.form-control::file-selector-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } - - .form-control::file-selector-button { - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control:hover:not(:disabled):not([readonly])::file-selector-button { - background-color: #dde0e3; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control-plaintext { - display: block; - width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} - - .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; - } - -.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::file-selector-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - -.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::file-selector-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - -textarea.form-control { - min-height: calc(1.5em + 0.75rem + 2px); -} - -textarea.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); -} - -textarea.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); -} - -.form-control-color { - width: 3rem; - height: auto; - padding: 0.375rem; -} - - .form-control-color:not(:disabled):not([readonly]) { - cursor: pointer; - } - - .form-control-color::-moz-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - - .form-control-color::-webkit-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - -.form-select { - display: block; - width: 100%; - padding: 0.375rem 2.25rem 0.375rem 0.75rem; - -moz-padding-start: calc(0.75rem - 3px); - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right 0.75rem center; - background-size: 16px 12px; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-select { - transition: none; - } -} - -.form-select:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-select[multiple], .form-select[size]:not([size="1"]) { - padding-right: 0.75rem; - background-image: none; -} - -.form-select:disabled { - background-color: #e9ecef; -} - -.form-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #212529; -} - -.form-select-sm { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.form-select-lg { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.form-check { - display: block; - min-height: 1.5rem; - padding-left: 1.5em; - margin-bottom: 0.125rem; -} - - .form-check .form-check-input { - float: left; - margin-left: -1.5em; - } - -.form-check-input { - width: 1em; - height: 1em; - margin-top: 0.25em; - vertical-align: top; - background-color: #fff; - background-repeat: no-repeat; - background-position: center; - background-size: contain; - border: 1px solid rgba(0, 0, 0, 0.25); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -webkit-print-color-adjust: exact; - color-adjust: exact; -} - - .form-check-input[type=checkbox] { - border-radius: 0.25em; - } - - .form-check-input[type=radio] { - border-radius: 50%; - } - - .form-check-input:active { - filter: brightness(90%); - } - - .form-check-input:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-check-input:checked { - background-color: #1086c5; - border-color: #1086c5; - } - - .form-check-input:checked[type=checkbox] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); - } - - .form-check-input:checked[type=radio] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); - } - - .form-check-input[type=checkbox]:indeterminate { - background-color: #1086c5; - border-color: #1086c5; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); - } - - .form-check-input:disabled { - pointer-events: none; - filter: none; - opacity: 0.5; - } - - .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - opacity: 0.5; - } - -.form-switch { - padding-left: 2.5em; -} - - .form-switch .form-check-input { - width: 2em; - margin-left: -2.5em; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); - background-position: left center; - border-radius: 2em; - transition: background-position 0.15s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-switch .form-check-input { - transition: none; - } -} - -.form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23deae9c'/%3e%3c/svg%3e"); -} - -.form-switch .form-check-input:checked { - background-position: right center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); -} - -.form-check-inline { - display: inline-block; - margin-right: 1rem; -} - -.btn-check { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} - - .btn-check[disabled] + .btn, .btn-check:disabled + .btn { - pointer-events: none; - filter: none; - opacity: 0.65; - } - -.form-range { - width: 100%; - height: 1.5rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - - .form-range:focus { - outline: 0; - } - - .form-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range::-moz-focus-outer { - border: 0; - } - - .form-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; - } - -@media (prefers-reduced-motion: reduce) { - .form-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; - } -} - -.form-range::-webkit-slider-thumb:active { - background-color: #ebcec3; -} - -.form-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } -} - -.form-range::-moz-range-thumb:active { - background-color: #ebcec3; -} - -.form-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range:disabled { - pointer-events: none; -} - - .form-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; - } - - .form-range:disabled::-moz-range-thumb { - background-color: #adb5bd; - } - -.form-floating { - position: relative; -} - - .form-floating > .form-control, - .form-floating > .form-select { - height: calc(3.5rem + 2px); - line-height: 1.25; - } - - .form-floating > label { - position: absolute; - top: 0; - left: 0; - height: 100%; - padding: 1rem 0.75rem; - pointer-events: none; - border: 1px solid transparent; - transform-origin: 0 0; - transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-floating > label { - transition: none; - } -} - -.form-floating > .form-control { - padding: 1rem 0.75rem; -} - - .form-floating > .form-control::-moz-placeholder { - color: transparent; - } - - .form-floating > .form-control:-ms-input-placeholder { - color: transparent; - } - - .form-floating > .form-control::placeholder { - color: transparent; - } - - .form-floating > .form-control:not(:-moz-placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:not(:-ms-input-placeholder) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:-webkit-autofill { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - -.form-floating > .form-select { - padding-top: 1.625rem; - padding-bottom: 0.625rem; -} - -.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:not(:-ms-input-placeholder) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:focus ~ label, -.form-floating > .form-control:not(:placeholder-shown) ~ label, -.form-floating > .form-select ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:-webkit-autofill ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; -} - - .input-group > .form-control, - .input-group > .form-select { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; - } - - .input-group > .form-control:focus, - .input-group > .form-select:focus { - z-index: 3; - } - - .input-group .btn { - position: relative; - z-index: 2; - } - - .input-group .btn:focus { - z-index: 3; - } - -.input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} - -.input-group-lg > .form-control, -.input-group-lg > .form-select, -.input-group-lg > .input-group-text, -.input-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.input-group-sm > .form-control, -.input-group-sm > .form-select, -.input-group-sm > .input-group-text, -.input-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.input-group-lg > .form-select, -.input-group-sm > .form-select { - padding-right: 3rem; -} - -.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), -.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), -.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { - margin-left: -1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #198754; -} - -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(25, 135, 84, 0.9); - border-radius: 0.25rem; -} - -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; -} - -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #198754; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:valid, .form-select.is-valid { - border-color: #198754; -} - - .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:valid:focus, .form-select.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated .form-check-input:valid, .form-check-input.is-valid { - border-color: #198754; -} - - .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #198754; - } - - .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - - .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #198754; - } - -.form-check-inline .form-check-input ~ .valid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, -.was-validated .input-group .form-select:valid, -.input-group .form-select.is-valid { - z-index: 1; -} - - .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, - .was-validated .input-group .form-select:valid:focus, - .input-group .form-select.is-valid:focus { - z-index: 3; - } - -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #dc3545; -} - -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; -} - -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; -} - -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:invalid, .form-select.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated .form-check-input:invalid, .form-check-input.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #dc3545; - } - - .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - - .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; - } - -.form-check-inline .form-check-input ~ .invalid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, -.was-validated .input-group .form-select:invalid, -.input-group .form-select.is-invalid { - z-index: 2; -} - - .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, - .was-validated .input-group .form-select:invalid:focus, - .input-group .form-select.is-invalid:focus { - z-index: 3; - } - -.btn { - display: inline-block; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } -} - -.btn:hover { - color: #212529; -} - -.btn-check:focus + .btn, .btn:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.btn:disabled, .btn.disabled, fieldset:disabled .btn { - pointer-events: none; - opacity: 0.65; -} - -.btn-primary { - color: #000; - background-color: #1086c5; - border-color: #1086c5; -} - - .btn-primary:hover { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - } - - .btn-check:focus + .btn-primary, .btn-primary:focus { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { - color: #000; - background-color: #ca7d60; - border-color: #c46d4c; - } - - .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-primary:disabled, .btn-primary.disabled { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} - - .btn-secondary:hover { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - } - - .btn-check:focus + .btn-secondary, .btn-secondary:focus { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #565e64; - border-color: #51585e; - } - - .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-secondary:disabled, .btn-secondary.disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - -.btn-success { - color: #fff; - background-color: #198754; - border-color: #198754; -} - - .btn-success:hover { - color: #fff; - background-color: #157347; - border-color: #146c43; - } - - .btn-check:focus + .btn-success, .btn-success:focus { - color: #fff; - background-color: #157347; - border-color: #146c43; - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #146c43; - border-color: #13653f; - } - - .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-success:disabled, .btn-success.disabled { - color: #fff; - background-color: #198754; - border-color: #198754; - } - -.btn-info { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-info:hover { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - } - - .btn-check:focus + .btn-info, .btn-info:focus { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { - color: #000; - background-color: #3dd5f3; - border-color: #25cff2; - } - - .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-info:disabled, .btn-info.disabled { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - -.btn-warning { - color: #000; - background-color: #ffc107; - border-color: #ffc107; -} - - .btn-warning:hover { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - } - - .btn-check:focus + .btn-warning, .btn-warning:focus { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { - color: #000; - background-color: #ffcd39; - border-color: #ffc720; - } - - .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-warning:disabled, .btn-warning.disabled { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} - - .btn-danger:hover { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - } - - .btn-check:focus + .btn-danger, .btn-danger:focus { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #b02a37; - border-color: #a52834; - } - - .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-danger:disabled, .btn-danger.disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - -.btn-light { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-light:hover { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:focus + .btn-light, .btn-light:focus { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-light:disabled, .btn-light.disabled { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - -.btn-dark { - color: #fff; - background-color: #212529; - border-color: #212529; -} - - .btn-dark:hover { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - } - - .btn-check:focus + .btn-dark, .btn-dark:focus { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1a1e21; - border-color: #191c1f; - } - - .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-dark:disabled, .btn-dark.disabled { - color: #fff; - background-color: #212529; - border-color: #212529; - } - -.btn-outline-primary { - color: #1086c5; - border-color: #1086c5; -} - - .btn-outline-primary:hover { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-outline-primary:disabled, .btn-outline-primary.disabled { - color: #1086c5; - background-color: transparent; - } - -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; -} - - .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { - color: #6c757d; - background-color: transparent; - } - -.btn-outline-success { - color: #198754; - border-color: #198754; -} - - .btn-outline-success:hover { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-outline-success:disabled, .btn-outline-success.disabled { - color: #198754; - background-color: transparent; - } - -.btn-outline-info { - color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-outline-info:hover { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-outline-info:disabled, .btn-outline-info.disabled { - color: #0dcaf0; - background-color: transparent; - } - -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; -} - - .btn-outline-warning:hover { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-outline-warning:disabled, .btn-outline-warning.disabled { - color: #ffc107; - background-color: transparent; - } - -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; -} - - .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-outline-danger:disabled, .btn-outline-danger.disabled { - color: #dc3545; - background-color: transparent; - } - -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-outline-light:hover { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-outline-light:disabled, .btn-outline-light.disabled { - color: #f8f9fa; - background-color: transparent; - } - -.btn-outline-dark { - color: #212529; - border-color: #212529; -} - - .btn-outline-dark:hover { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-outline-dark:disabled, .btn-outline-dark.disabled { - color: #212529; - background-color: transparent; - } - -.btn-link { - font-weight: 400; - color: #1086c5; - text-decoration: underline; -} - - .btn-link:hover { - color: #974a2d; - } - - .btn-link:disabled, .btn-link.disabled { - color: #6c757d; - } - -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.fade { - transition: opacity 0.15s linear; -} - -@media (prefers-reduced-motion: reduce) { - .fade { - transition: none; - } -} - -.fade:not(.show) { - opacity: 0; -} - -.collapse:not(.show) { - display: none; -} - -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } -} - -.collapsing.collapse-horizontal { - width: 0; - height: auto; - transition: width 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing.collapse-horizontal { - transition: none; - } -} - -.dropup, -.dropend, -.dropdown, -.dropstart { - position: relative; -} - -.dropdown-toggle { - white-space: nowrap; -} - - .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; - } - - .dropdown-toggle:empty::after { - margin-left: 0; - } - -.dropdown-menu { - position: absolute; - z-index: 1000; - display: none; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .dropdown-menu[data-bs-popper] { - top: 100%; - left: 0; - margin-top: 0.125rem; - } - -.dropdown-menu-start { - --bs-position: start; -} - - .dropdown-menu-start[data-bs-popper] { - right: auto; - left: 0; - } - -.dropdown-menu-end { - --bs-position: end; -} - - .dropdown-menu-end[data-bs-popper] { - right: 0; - left: auto; - } - -@media (min-width: 576px) { - .dropdown-menu-sm-start { - --bs-position: start; - } - - .dropdown-menu-sm-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-sm-end { - --bs-position: end; - } - - .dropdown-menu-sm-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 768px) { - .dropdown-menu-md-start { - --bs-position: start; - } - - .dropdown-menu-md-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-md-end { - --bs-position: end; - } - - .dropdown-menu-md-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 992px) { - .dropdown-menu-lg-start { - --bs-position: start; - } - - .dropdown-menu-lg-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-lg-end { - --bs-position: end; - } - - .dropdown-menu-lg-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1200px) { - .dropdown-menu-xl-start { - --bs-position: start; - } - - .dropdown-menu-xl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xl-end { - --bs-position: end; - } - - .dropdown-menu-xl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1400px) { - .dropdown-menu-xxl-start { - --bs-position: start; - } - - .dropdown-menu-xxl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xxl-end { - --bs-position: end; - } - - .dropdown-menu-xxl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -.dropup .dropdown-menu[data-bs-popper] { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; -} - -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; -} - -.dropup .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-menu[data-bs-popper] { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; -} - -.dropend .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; -} - -.dropend .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-toggle::after { - vertical-align: 0; -} - -.dropstart .dropdown-menu[data-bs-popper] { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; -} - -.dropstart .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; -} - -.dropstart .dropdown-toggle::after { - display: none; -} - -.dropstart .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; -} - -.dropstart .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropstart .dropdown-toggle::before { - vertical-align: 0; -} - -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border: 0; -} - - .dropdown-item:hover, .dropdown-item:focus { - color: #1e2125; - background-color: #e9ecef; - } - - .dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #1086c5; - } - - .dropdown-item.disabled, .dropdown-item:disabled { - color: #adb5bd; - pointer-events: none; - background-color: transparent; - } - -.dropdown-menu.show { - display: block; -} - -.dropdown-header { - display: block; - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; -} - -.dropdown-item-text { - display: block; - padding: 0.25rem 1rem; - color: #212529; -} - -.dropdown-menu-dark { - color: #dee2e6; - background-color: #343a40; - border-color: rgba(0, 0, 0, 0.15); -} - - .dropdown-menu-dark .dropdown-item { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { - color: #fff; - background-color: rgba(255, 255, 255, 0.15); - } - - .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { - color: #fff; - background-color: #1086c5; - } - - .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { - color: #adb5bd; - } - - .dropdown-menu-dark .dropdown-divider { - border-color: rgba(0, 0, 0, 0.15); - } - - .dropdown-menu-dark .dropdown-item-text { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-header { - color: #adb5bd; - } - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; -} - - .btn-group > .btn, - .btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; - } - - .btn-group > .btn-check:checked + .btn, - .btn-group > .btn-check:focus + .btn, - .btn-group > .btn:hover, - .btn-group > .btn:focus, - .btn-group > .btn:active, - .btn-group > .btn.active, - .btn-group-vertical > .btn-check:checked + .btn, - .btn-group-vertical > .btn-check:focus + .btn, - .btn-group-vertical > .btn:hover, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { - z-index: 1; - } - -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} - - .btn-toolbar .input-group { - width: auto; - } - -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; -} - -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.btn-group > .btn:nth-child(n+3), -.btn-group > :not(.btn-check) + .btn, -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; -} - - .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { - margin-left: 0; - } - -.dropstart .dropdown-toggle-split::before { - margin-right: 0; -} - -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} - -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} - -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; -} - - .btn-group-vertical > .btn, - .btn-group-vertical > .btn-group { - width: 100%; - } - - .btn-group-vertical > .btn:not(:first-child), - .btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; - } - - .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), - .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - } - - .btn-group-vertical > .btn ~ .btn, - .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav { - display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.nav-link { - display: block; - padding: 0.5rem 1rem; - color: #1086c5; - text-decoration: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .nav-link { - transition: none; - } -} - -.nav-link:hover, .nav-link:focus { - color: #974a2d; -} - -.nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; -} - -.nav-tabs { - border-bottom: 1px solid #dee2e6; -} - - .nav-tabs .nav-link { - margin-bottom: -1px; - background: none; - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; - isolation: isolate; - } - - .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; - } - - .nav-tabs .nav-link.active, - .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; - } - - .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav-pills .nav-link { - background: none; - border: 0; - border-radius: 0.25rem; -} - - .nav-pills .nav-link.active, - .nav-pills .show > .nav-link { - color: #fff; - background-color: #1086c5; - } - -.nav-fill > .nav-link, -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} - -.nav-justified > .nav-link, -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} - - .nav-fill .nav-item .nav-link, - .nav-justified .nav-item .nav-link { - width: 100%; - } - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - - .navbar > .container, - .navbar > .container-fluid, - .navbar > .container-sm, - .navbar > .container-md, - .navbar > .container-lg, - .navbar > .container-xl, - .navbar > .container-xxl { - display: flex; - flex-wrap: inherit; - align-items: center; - justify-content: space-between; - } - -.navbar-brand { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - text-decoration: none; - white-space: nowrap; -} - -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - - .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; - } - - .navbar-nav .dropdown-menu { - position: static; - } - -.navbar-text { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.navbar-collapse { - flex-basis: 100%; - flex-grow: 1; - align-items: center; -} - -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; - transition: box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .navbar-toggler { - transition: none; - } -} - -.navbar-toggler:hover { - text-decoration: none; -} - -.navbar-toggler:focus { - text-decoration: none; - outline: 0; - box-shadow: 0 0 0 0.25rem; -} - -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - background-repeat: no-repeat; - background-position: center; - background-size: 100%; -} - -.navbar-nav-scroll { - max-height: var(--bs-scroll-height, 75vh); - overflow-y: auto; -} - -@media (min-width: 576px) { - .navbar-expand-sm { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-sm .navbar-nav { - flex-direction: row; - } - - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-sm .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-sm .navbar-toggler { - display: none; - } - - .navbar-expand-sm .offcanvas-header { - display: none; - } - - .navbar-expand-sm .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-sm .offcanvas-top, - .navbar-expand-sm .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-sm .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 768px) { - .navbar-expand-md { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-md .navbar-nav { - flex-direction: row; - } - - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-md .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-md .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-md .navbar-toggler { - display: none; - } - - .navbar-expand-md .offcanvas-header { - display: none; - } - - .navbar-expand-md .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-md .offcanvas-top, - .navbar-expand-md .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-md .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 992px) { - .navbar-expand-lg { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-lg .navbar-nav { - flex-direction: row; - } - - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-lg .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-lg .navbar-toggler { - display: none; - } - - .navbar-expand-lg .offcanvas-header { - display: none; - } - - .navbar-expand-lg .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-lg .offcanvas-top, - .navbar-expand-lg .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-lg .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1200px) { - .navbar-expand-xl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xl .navbar-toggler { - display: none; - } - - .navbar-expand-xl .offcanvas-header { - display: none; - } - - .navbar-expand-xl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xl .offcanvas-top, - .navbar-expand-xl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1400px) { - .navbar-expand-xxl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xxl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xxl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xxl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xxl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xxl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xxl .navbar-toggler { - display: none; - } - - .navbar-expand-xxl .offcanvas-header { - display: none; - } - - .navbar-expand-xxl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xxl .offcanvas-top, - .navbar-expand-xxl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xxl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -.navbar-expand { - flex-wrap: nowrap; - justify-content: flex-start; -} - - .navbar-expand .navbar-nav { - flex-direction: row; - } - - .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand .navbar-toggler { - display: none; - } - - .navbar-expand .offcanvas-header { - display: none; - } - - .navbar-expand .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand .offcanvas-top, - .navbar-expand .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } - -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); -} - - .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); - } - - .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); - } - - .navbar-light .navbar-nav .show > .nav-link, - .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.55); - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-text a, - .navbar-light .navbar-text a:hover, - .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-dark .navbar-brand { - color: #fff; -} - - .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; - } - -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); - } - - .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); - } - - .navbar-dark .navbar-nav .show > .nav-link, - .navbar-dark .navbar-nav .nav-link.active { - color: #fff; - } - -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-text a, - .navbar-dark .navbar-text a:hover, - .navbar-dark .navbar-text a:focus { - color: #fff; - } - -.card { - position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} - - .card > hr { - margin-right: 0; - margin-left: 0; - } - - .card > .list-group { - border-top: inherit; - border-bottom: inherit; - } - - .card > .list-group:first-child { - border-top-width: 0; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .card > .list-group:last-child { - border-bottom-width: 0; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .card > .card-header + .list-group, - .card > .list-group + .card-footer { - border-top: 0; - } - -.card-body { - flex: 1 1 auto; - padding: 1rem 1rem; -} - -.card-title { - margin-bottom: 0.5rem; -} - -.card-subtitle { - margin-top: -0.25rem; - margin-bottom: 0; -} - -.card-text:last-child { - margin-bottom: 0; -} - -.card-link + .card-link { - margin-left: 1rem; -} - -.card-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; - } - -.card-footer { - padding: 0.5rem 1rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); - } - -.card-header-tabs { - margin-right: -0.5rem; - margin-bottom: -0.5rem; - margin-left: -0.5rem; - border-bottom: 0; -} - -.card-header-pills { - margin-right: -0.5rem; - margin-left: -0.5rem; -} - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1rem; - border-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-top, -.card-img-bottom { - width: 100%; -} - -.card-img, -.card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} - -.card-group > .card { - margin-bottom: 0.75rem; -} - -@media (min-width: 576px) { - .card-group { - display: flex; - flex-flow: row wrap; - } - - .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; - } - - .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - - .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-top, - .card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-bottom, - .card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-top, - .card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-bottom, - .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; - } -} - -.accordion-button { - position: relative; - display: flex; - align-items: center; - width: 100%; - padding: 1rem 1.25rem; - font-size: 1rem; - color: #212529; - text-align: left; - background-color: #fff; - border: 0; - border-radius: 0; - overflow-anchor: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button { - transition: none; - } -} - -.accordion-button:not(.collapsed) { - color: #aa5432; - background-color: #f8efeb; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); -} - - .accordion-button:not(.collapsed)::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aa5432'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - transform: rotate(-180deg); - } - -.accordion-button::after { - flex-shrink: 0; - width: 1.25rem; - height: 1.25rem; - margin-left: auto; - content: ""; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 1.25rem; - transition: transform 0.2s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button::after { - transition: none; - } -} - -.accordion-button:hover { - z-index: 2; -} - -.accordion-button:focus { - z-index: 3; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.accordion-header { - margin-bottom: 0; -} - -.accordion-item { - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .accordion-item:first-of-type { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .accordion-item:first-of-type .accordion-button { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .accordion-item:not(:first-of-type) { - border-top: 0; - } - - .accordion-item:last-of-type { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .accordion-item:last-of-type .accordion-button.collapsed { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .accordion-item:last-of-type .accordion-collapse { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - -.accordion-body { - padding: 1rem 1.25rem; -} - -.accordion-flush .accordion-collapse { - border-width: 0; -} - -.accordion-flush .accordion-item { - border-right: 0; - border-left: 0; - border-radius: 0; -} - - .accordion-flush .accordion-item:first-child { - border-top: 0; - } - - .accordion-flush .accordion-item:last-child { - border-bottom: 0; - } - - .accordion-flush .accordion-item .accordion-button { - border-radius: 0; - } - -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0 0; - margin-bottom: 1rem; - list-style: none; -} - -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; -} - - .breadcrumb-item + .breadcrumb-item::before { - float: left; - padding-right: 0.5rem; - color: #6c757d; - content: var(--bs-breadcrumb-divider, "/")*/ /* rtl: var(--bs-breadcrumb-divider, "/") *//*; - } - -.breadcrumb-item.active { - color: #6c757d; -} - -.pagination { - display: flex; - padding-left: 0; - list-style: none; -} - -.page-link { - position: relative; - display: block; - color: #1086c5; - text-decoration: none; - background-color: #fff; - border: 1px solid #dee2e6; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .page-link { - transition: none; - } -} - -.page-link:hover { - z-index: 2; - color: #974a2d; - background-color: #e9ecef; - border-color: #dee2e6; -} - -.page-link:focus { - z-index: 3; - color: #974a2d; - background-color: #e9ecef; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.page-item:not(:first-child) .page-link { - margin-left: -1px; -} - -.page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; -} - -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - background-color: #fff; - border-color: #dee2e6; -} - -.page-link { - padding: 0.375rem 0.75rem; -} - -.page-item:first-child .page-link { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; -} - -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; -} - -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; -} - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; -} - -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; -} - -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; -} - -.badge { - display: inline-block; - padding: 0.35em 0.65em; - font-size: 0.75em; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; -} - - .badge:empty { - display: none; - } - -.btn .badge { - position: relative; - top: -1px; -} - -.alert { - position: relative; - padding: 1rem 1rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.alert-heading { - color: inherit; -} - -.alert-link { - font-weight: 700; -} - -.alert-dismissible { - padding-right: 3rem; -} - - .alert-dismissible .btn-close { - position: absolute; - top: 0; - right: 0; - z-index: 2; - padding: 1.25rem 1rem; - } - -.alert-primary { - color: #713822; - background-color: #f2dfd7; - border-color: #ebcec3; -} - - .alert-primary .alert-link { - color: #5a2d1b; - } - -.alert-secondary { - color: #41464b; - background-color: #e2e3e5; - border-color: #d3d6d8; -} - - .alert-secondary .alert-link { - color: #34383c; - } - -.alert-success { - color: #0f5132; - background-color: #d1e7dd; - border-color: #badbcc; -} - - .alert-success .alert-link { - color: #0c4128; - } - -.alert-info { - color: #055160; - background-color: #cff4fc; - border-color: #b6effb; -} - - .alert-info .alert-link { - color: #04414d; - } - -.alert-warning { - color: #664d03; - background-color: #fff3cd; - border-color: #ffecb5; -} - - .alert-warning .alert-link { - color: #523e02; - } - -.alert-danger { - color: #842029; - background-color: #f8d7da; - border-color: #f5c2c7; -} - - .alert-danger .alert-link { - color: #6a1a21; - } - -.alert-light { - color: #636464; - background-color: #fefefe; - border-color: #fdfdfe; -} - - .alert-light .alert-link { - color: #4f5050; - } - -.alert-dark { - color: #141619; - background-color: #d3d3d4; - border-color: #bcbebf; -} - - .alert-dark .alert-link { - color: #101214; - } - -@-webkit-keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -@keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -.progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; -} - -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #1086c5; - transition: width 0.6s ease; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; - } -} - -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-bar-animated { - -webkit-animation: 1s linear infinite progress-bar-stripes; - animation: 1s linear infinite progress-bar-stripes; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - -webkit-animation: none; - animation: none; - } -} - -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - border-radius: 0.25rem; -} - -.list-group-numbered { - list-style-type: none; - counter-reset: section; -} - - .list-group-numbered > li::before { - content: counters(section, ".") ". "; - counter-increment: section; - } - -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} - - .list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; - } - - .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; - } - -.list-group-item { - position: relative; - display: block; - padding: 0.5rem 1rem; - color: #212529; - text-decoration: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .list-group-item:first-child { - border-top-left-radius: inherit; - border-top-right-radius: inherit; - } - - .list-group-item:last-child { - border-bottom-right-radius: inherit; - border-bottom-left-radius: inherit; - } - - .list-group-item.disabled, .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; - } - - .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; - } - - .list-group-item + .list-group-item { - border-top-width: 0; - } - - .list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; - } - -.list-group-horizontal { - flex-direction: row; -} - - .list-group-horizontal > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } - -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; - } - - .list-group-horizontal-sm > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; - } - - .list-group-horizontal-md > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-md > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-md > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; - } - - .list-group-horizontal-lg > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; - } - - .list-group-horizontal-xl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1400px) { - .list-group-horizontal-xxl { - flex-direction: row; - } - - .list-group-horizontal-xxl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -.list-group-flush { - border-radius: 0; -} - - .list-group-flush > .list-group-item { - border-width: 0 0 1px; - } - - .list-group-flush > .list-group-item:last-child { - border-bottom-width: 0; - } - -.list-group-item-primary { - color: #713822; - background-color: #f2dfd7; -} - - .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #713822; - background-color: #dac9c2; - } - - .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #713822; - border-color: #713822; - } - -.list-group-item-secondary { - color: #41464b; - background-color: #e2e3e5; -} - - .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #41464b; - background-color: #cbccce; - } - - .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #41464b; - border-color: #41464b; - } - -.list-group-item-success { - color: #0f5132; - background-color: #d1e7dd; -} - - .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #0f5132; - background-color: #bcd0c7; - } - - .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #0f5132; - border-color: #0f5132; - } - -.list-group-item-info { - color: #055160; - background-color: #cff4fc; -} - - .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #055160; - background-color: #badce3; - } - - .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #055160; - border-color: #055160; - } - -.list-group-item-warning { - color: #664d03; - background-color: #fff3cd; -} - - .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #664d03; - background-color: #e6dbb9; - } - - .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #664d03; - border-color: #664d03; - } - -.list-group-item-danger { - color: #842029; - background-color: #f8d7da; -} - - .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #842029; - background-color: #dfc2c4; - } - - .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #842029; - border-color: #842029; - } - -.list-group-item-light { - color: #636464; - background-color: #fefefe; -} - - .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #636464; - background-color: #e5e5e5; - } - - .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #636464; - border-color: #636464; - } - -.list-group-item-dark { - color: #141619; - background-color: #d3d3d4; -} - - .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #141619; - background-color: #bebebf; - } - - .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #141619; - border-color: #141619; - } - -.btn-close { - box-sizing: content-box; - width: 1em; - height: 1em; - padding: 0.25em 0.25em; - color: #000; - background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; - border: 0; - border-radius: 0.25rem; - opacity: 0.5; -} - - .btn-close:hover { - color: #000; - text-decoration: none; - opacity: 0.75; - } - - .btn-close:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - opacity: 1; - } - - .btn-close:disabled, .btn-close.disabled { - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 0.25; - } - -.btn-close-white { - filter: invert(1) grayscale(100%) brightness(200%); -} - -.toast { - width: 350px; - max-width: 100%; - font-size: 0.875rem; - pointer-events: auto; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .toast.showing { - opacity: 0; - } - - .toast:not(.show) { - display: none; - } - -.toast-container { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - max-width: 100%; - pointer-events: none; -} - - .toast-container > :not(:last-child) { - margin-bottom: 0.75rem; - } - -.toast-header { - display: flex; - align-items: center; - padding: 0.5rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - - .toast-header .btn-close { - margin-right: -0.375rem; - margin-left: 0.75rem; - } - -.toast-body { - padding: 0.75rem; - word-wrap: break-word; -} - -.modal { - position: fixed; - top: 0; - left: 0; - z-index: 1055; - display: none; - width: 100%; - height: 100%; - overflow-x: hidden; - overflow-y: auto; - outline: 0; -} - -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} - -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); -} - -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; - } -} - -.modal.show .modal-dialog { - transform: none; -} - -.modal.modal-static .modal-dialog { - transform: scale(1.02); -} - -.modal-dialog-scrollable { - height: calc(100% - 1rem); -} - - .modal-dialog-scrollable .modal-content { - max-height: 100%; - overflow: hidden; - } - - .modal-dialog-scrollable .modal-body { - overflow-y: auto; - } - -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); -} - -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} - -.modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .modal-backdrop.fade { - opacity: 0; - } - - .modal-backdrop.show { - opacity: 0.5; - } - -.modal-header { - display: flex; - flex-shrink: 0; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .modal-header .btn-close { - padding: 0.5rem 0.5rem; - margin: -0.5rem -0.5rem -0.5rem auto; - } - -.modal-title { - margin-bottom: 0; - line-height: 1.5; -} - -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; -} - -.modal-footer { - display: flex; - flex-wrap: wrap; - flex-shrink: 0; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); -} - - .modal-footer > * { - margin: 0.25rem; - } - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - - .modal-dialog-scrollable { - height: calc(100% - 3.5rem); - } - - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - - .modal-sm { - max-width: 300px; - } -} - -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; - } -} - -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; - } -} - -.modal-fullscreen { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; -} - - .modal-fullscreen .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen .modal-header { - border-radius: 0; - } - - .modal-fullscreen .modal-body { - overflow-y: auto; - } - - .modal-fullscreen .modal-footer { - border-radius: 0; - } - -@media (max-width: 575.98px) { - .modal-fullscreen-sm-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-sm-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-sm-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 767.98px) { - .modal-fullscreen-md-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-md-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-md-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 991.98px) { - .modal-fullscreen-lg-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-lg-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-lg-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1199.98px) { - .modal-fullscreen-xl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xl-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1399.98px) { - .modal-fullscreen-xxl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xxl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xxl-down .modal-footer { - border-radius: 0; - } -} - -.tooltip { - position: absolute; - z-index: 1080; - display: block; - margin: 0; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} - - .tooltip.show { - opacity: 0.9; - } - - .tooltip .tooltip-arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; - } - - .tooltip .tooltip-arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { - padding: 0.4rem 0; -} - - .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { - bottom: 0; - } - - .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { - top: -1px; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; - } - -.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { - padding: 0 0.4rem; -} - - .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { - right: -1px; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; - } - -.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { - padding: 0.4rem 0; -} - - .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { - top: 0; - } - - .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { - bottom: -1px; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; - } - -.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { - padding: 0 0.4rem; -} - - .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { - left: -1px; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; - } - -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} - -.popover { - position: absolute; - top: 0; - left: 0*/ /* rtl:ignore *//*; - z-index: 1070; - display: block; - max-width: 276px; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} - - .popover .popover-arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - } - - .popover .popover-arrow::before, .popover .popover-arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { - bottom: calc(-0.5rem - 1px); -} - - .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; - } - -.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; - } - -.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { - top: calc(-0.5rem - 1px); -} - - .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; - } - -.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f0f0f0; -} - -.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; - } - -.popover-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 1rem; - color: #343a40; - background-color: #f0f0f0; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .popover-header:empty { - display: none; - } - -.popover-body { - padding: 1rem 1rem; - color: #212529; -} - -.carousel { - position: relative; -} - - .carousel.pointer-event { - touch-action: pan-y; - } - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} - - .carousel-inner::after { - display: block; - clear: both; - content: ""; - } - -.carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; - } -} - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; -}*/ - - /* rtl:begin:ignore */ - /*.carousel-item-next:not(.carousel-item-start), - .active.carousel-item-end { - transform: translateX(100%); - } - - .carousel-item-prev:not(.carousel-item-end), - .active.carousel-item-start { - transform: translateX(-100%); - }*/ - -/* rtl:end:ignore */ -/*.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; -} - - .carousel-fade .carousel-item.active, - .carousel-fade .carousel-item-next.carousel-item-start, - .carousel-fade .carousel-item-prev.carousel-item-end { - z-index: 1; - opacity: 1; - } - -.carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-start, - .carousel-fade .active.carousel-item-end { - transition: none; - } -} - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - padding: 0; - color: #fff; - text-align: center; - background: none; - border: 0; - opacity: 0.5; - transition: opacity 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - transition: none; - } -} - -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; -} - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 2rem; - height: 2rem; - background-repeat: no-repeat; - background-position: 50%; - background-size: 100% 100%; -}*/ - -/* rtl:options: { - "autoRename": true, - "stringMap":[ { - "name" : "prev-next", - "search" : "prev", - "replace" : "next" - } ] -} */ -/*.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); -} - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); -} - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 2; - display: flex; - justify-content: center; - padding: 0; - margin-right: 15%; - margin-bottom: 1rem; - margin-left: 15%; - list-style: none; -} - - .carousel-indicators [data-bs-target] { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - padding: 0; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border: 0; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; - } - -@media (prefers-reduced-motion: reduce) { - .carousel-indicators [data-bs-target] { - transition: none; - } -} - -.carousel-indicators .active { - opacity: 1; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 1.25rem; - left: 15%; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - color: #fff; - text-align: center; -} - -.carousel-dark .carousel-control-prev-icon, -.carousel-dark .carousel-control-next-icon { - filter: invert(1) grayscale(100); -} - -.carousel-dark .carousel-indicators [data-bs-target] { - background-color: #000; -} - -.carousel-dark .carousel-caption { - color: #000; -} - -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -@keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: 0.75s linear infinite spinner-border; - animation: 0.75s linear infinite spinner-border; -} - -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; -} - -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: 0.75s linear infinite spinner-grow; - animation: 0.75s linear infinite spinner-grow; -} - -.spinner-grow-sm { - width: 1rem; - height: 1rem; -} - -@media (prefers-reduced-motion: reduce) { - .spinner-border, - .spinner-grow { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - } -} - -.offcanvas { - position: fixed; - bottom: 0; - z-index: 1045; - display: flex; - flex-direction: column; - max-width: 100%; - visibility: hidden; - background-color: #fff; - background-clip: padding-box; - outline: 0; - transition: transform 0.3s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .offcanvas { - transition: none; - } -} - -.offcanvas-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .offcanvas-backdrop.fade { - opacity: 0; - } - - .offcanvas-backdrop.show { - opacity: 0.5; - } - -.offcanvas-header { - display: flex; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; -} - - .offcanvas-header .btn-close { - padding: 0.5rem 0.5rem; - margin-top: -0.5rem; - margin-right: -0.5rem; - margin-bottom: -0.5rem; - } - -.offcanvas-title { - margin-bottom: 0; - line-height: 1.5; -} - -.offcanvas-body { - flex-grow: 1; - padding: 1rem 1rem; - overflow-y: auto; -} - -.offcanvas-start { - top: 0; - left: 0; - width: 400px; - border-right: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(-100%); -} - -.offcanvas-end { - top: 0; - right: 0; - width: 400px; - border-left: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(100%); -} - -.offcanvas-top { - top: 0; - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(-100%); -} - -.offcanvas-bottom { - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-top: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(100%); -} - -.offcanvas.show { - transform: none; -} - -.placeholder { - display: inline-block; - min-height: 1em; - vertical-align: middle; - cursor: wait; - background-color: currentColor; - opacity: 0.5; -} - - .placeholder.btn::before { - display: inline-block; - content: ""; - } - -.placeholder-xs { - min-height: 0.6em; -} - -.placeholder-sm { - min-height: 0.8em; -} - -.placeholder-lg { - min-height: 1.2em; -} - -.placeholder-glow .placeholder { - -webkit-animation: placeholder-glow 2s ease-in-out infinite; - animation: placeholder-glow 2s ease-in-out infinite; -} - -@-webkit-keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -@keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -.placeholder-wave { - -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - -webkit-mask-size: 200% 100%; - mask-size: 200% 100%; - -webkit-animation: placeholder-wave 2s linear infinite; - animation: placeholder-wave 2s linear infinite; -} - -@-webkit-keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -@keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} - -.link-primary { - color: #1086c5; -} - - .link-primary:hover, .link-primary:focus { - color: #ca7d60; - } - -.link-secondary { - color: #6c757d; -} - - .link-secondary:hover, .link-secondary:focus { - color: #565e64; - } - -.link-success { - color: #198754; -} - - .link-success:hover, .link-success:focus { - color: #146c43; - } - -.link-info { - color: #0dcaf0; -} - - .link-info:hover, .link-info:focus { - color: #3dd5f3; - } - -.link-warning { - color: #ffc107; -} - - .link-warning:hover, .link-warning:focus { - color: #ffcd39; - } - -.link-danger { - color: #dc3545; -} - - .link-danger:hover, .link-danger:focus { - color: #b02a37; - } - -.link-light { - color: #f8f9fa; -} - - .link-light:hover, .link-light:focus { - color: #f9fafb; - } - -.link-dark { - color: #212529; -} - - .link-dark:hover, .link-dark:focus { - color: #1a1e21; - } - -.ratio { - position: relative; - width: 100%; -} - - .ratio::before { - display: block; - padding-top: var(--bs-aspect-ratio); - content: ""; - } - - .ratio > * { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - -.ratio-1x1 { - --bs-aspect-ratio: 100%; -} - -.ratio-4x3 { - --bs-aspect-ratio: 75%; -} - -.ratio-16x9 { - --bs-aspect-ratio: 56.25%; -} - -.ratio-21x9 { - --bs-aspect-ratio: 42.8571428571%; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -.sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; -} - -@media (min-width: 576px) { - .sticky-sm-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 768px) { - .sticky-md-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 992px) { - .sticky-lg-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1200px) { - .sticky-xl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1400px) { - .sticky-xxl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -.hstack { - display: flex; - flex-direction: row; - align-items: center; - align-self: stretch; -} - -.vstack { - display: flex; - flex: 1 1 auto; - flex-direction: column; - align-self: stretch; -} - -.visually-hidden, -.visually-hidden-focusable:not(:focus):not(:focus-within) { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.vr { - display: inline-block; - align-self: stretch; - width: 1px; - min-height: 1em; - background-color: currentColor; - opacity: 0.25; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.float-start { - float: left !important; -} - -.float-end { - float: right !important; -} - -.float-none { - float: none !important; -} - -.opacity-0 { - opacity: 0 !important; -} - -.opacity-25 { - opacity: 0.25 !important; -} - -.opacity-50 { - opacity: 0.5 !important; -} - -.opacity-75 { - opacity: 0.75 !important; -} - -.opacity-100 { - opacity: 1 !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.overflow-visible { - overflow: visible !important; -} - -.overflow-scroll { - overflow: scroll !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-grid { - display: grid !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.d-none { - display: none !important; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; -} - -.position-fixed { - position: fixed !important; -} - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} - -.top-0 { - top: 0 !important; -} - -.top-50 { - top: 50% !important; -} - -.top-100 { - top: 100% !important; -} - -.bottom-0 { - bottom: 0 !important; -} - -.bottom-50 { - bottom: 50% !important; -} - -.bottom-100 { - bottom: 100% !important; -} - -.start-0 { - left: 0 !important; -} - -.start-50 { - left: 50% !important; -} - -.start-100 { - left: 100% !important; -} - -.end-0 { - right: 0 !important; -} - -.end-50 { - right: 50% !important; -} - -.end-100 { - right: 100% !important; -} - -.translate-middle { - transform: translate(-50%, -50%) !important; -} - -.translate-middle-x { - transform: translateX(-50%) !important; -} - -.translate-middle-y { - transform: translateY(-50%) !important; -} - -.border { - border: 1px solid #dee2e6 !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top { - border-top: 1px solid #dee2e6 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-end { - border-right: 1px solid #dee2e6 !important; -} - -.border-end-0 { - border-right: 0 !important; -} - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-start { - border-left: 1px solid #dee2e6 !important; -} - -.border-start-0 { - border-left: 0 !important; -} - -.border-primary { - border-color: #1086c5 !important; -} - -.border-secondary { - border-color: #6c757d !important; -} - -.border-success { - border-color: #198754 !important; -} - -.border-info { - border-color: #0dcaf0 !important; -} - -.border-warning { - border-color: #ffc107 !important; -} - -.border-danger { - border-color: #dc3545 !important; -} - -.border-light { - border-color: #f8f9fa !important; -} - -.border-dark { - border-color: #212529 !important; -} - -.border-white { - border-color: #fff !important; -} - -.border-1 { - border-width: 1px !important; -} - -.border-2 { - border-width: 2px !important; -} - -.border-3 { - border-width: 3px !important; -} - -.border-4 { - border-width: 4px !important; -} - -.border-5 { - border-width: 5px !important; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.vw-100 { - width: 100vw !important; -} - -.min-vw-100 { - min-width: 100vw !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.vh-100 { - height: 100vh !important; -} - -.min-vh-100 { - min-height: 100vh !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.gap-0 { - gap: 0 !important; -} - -.gap-1 { - gap: 0.25rem !important; -} - -.gap-2 { - gap: 0.5rem !important; -} - -.gap-3 { - gap: 1rem !important; -} - -.gap-4 { - gap: 1.5rem !important; -} - -.gap-5 { - gap: 3rem !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.justify-content-evenly { - justify-content: space-evenly !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -.order-first { - order: -1 !important; -} - -.order-0 { - order: 0 !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-last { - order: 6 !important; -} - -.m-0 { - margin: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; -} - -.mx-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; -} - -.mx-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; -} - -.mx-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; -} - -.mx-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; -} - -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.me-0 { - margin-right: 0 !important; -} - -.me-1 { - margin-right: 0.25rem !important; -} - -.me-2 { - margin-right: 0.5rem !important; -} - -.me-3 { - margin-right: 1rem !important; -} - -.me-4 { - margin-right: 1.5rem !important; -} - -.me-5 { - margin-right: 3rem !important; -} - -.me-auto { - margin-right: auto !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ms-0 { - margin-left: 0 !important; -} - -.ms-1 { - margin-left: 0.25rem !important; -} - -.ms-2 { - margin-left: 0.5rem !important; -} - -.ms-3 { - margin-left: 1rem !important; -} - -.ms-4 { - margin-left: 1.5rem !important; -} - -.ms-5 { - margin-left: 3rem !important; -} - -.ms-auto { - margin-left: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pe-0 { - padding-right: 0 !important; -} - -.pe-1 { - padding-right: 0.25rem !important; -} - -.pe-2 { - padding-right: 0.5rem !important; -} - -.pe-3 { - padding-right: 1rem !important; -} - -.pe-4 { - padding-right: 1.5rem !important; -} - -.pe-5 { - padding-right: 3rem !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.ps-0 { - padding-left: 0 !important; -} - -.ps-1 { - padding-left: 0.25rem !important; -} - -.ps-2 { - padding-left: 0.5rem !important; -} - -.ps-3 { - padding-left: 1rem !important; -} - -.ps-4 { - padding-left: 1.5rem !important; -} - -.ps-5 { - padding-left: 3rem !important; -} - -.font-monospace { - font-family: var(--bs-font-monospace) !important; -} - -.fs-1 { - font-size: calc(1.725rem + 5.7vw) !important; -} - -.fs-2 { - font-size: calc(1.475rem + 2.7vw) !important; -} - -.fs-3 { - font-size: calc(1.325rem + 0.9vw) !important; -} - -.fs-4 { - font-size: calc(1.275rem + 0.3vw) !important; -} - -.fs-5 { - font-size: 1.25rem !important; -} - -.fs-6 { - font-size: 1rem !important; -} - -.fst-italic { - font-style: italic !important; -} - -.fst-normal { - font-style: normal !important; -} - -.fw-light { - font-weight: 300 !important; -} - -.fw-lighter { - font-weight: lighter !important; -} - -.fw-normal { - font-weight: 400 !important; -} - -.fw-bold { - font-weight: 700 !important; -} - -.fw-bolder { - font-weight: bolder !important; -} - -.lh-1 { - line-height: 1 !important; -} - -.lh-sm { - line-height: 1.25 !important; -} - -.lh-base { - line-height: 1.5 !important; -} - -.lh-lg { - line-height: 2 !important; -} - -.text-start { - text-align: left !important; -} - -.text-end { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -.text-decoration-none { - text-decoration: none !important; -} - -.text-decoration-underline { - text-decoration: underline !important; -} - -.text-decoration-line-through { - text-decoration: line-through !important; -} - -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.text-wrap { - white-space: normal !important; -} - -.text-nowrap { - white-space: nowrap !important; -}*/ - -/* rtl:begin:remove */ -/*.text-break { - word-wrap: break-word !important; - word-break: break-word !important; -}*/ - -/* rtl:end:remove */ -/*.text-primary { - --bs-text-opacity: 1; - color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; -} - -.text-secondary { - --bs-text-opacity: 1; - color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; -} - -.text-success { - --bs-text-opacity: 1; - color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; -} - -.text-info { - --bs-text-opacity: 1; - color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; -} - -.text-warning { - --bs-text-opacity: 1; - color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; -} - -.text-danger { - --bs-text-opacity: 1; - color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; -} - -.text-light { - --bs-text-opacity: 1; - color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; -} - -.text-dark { - --bs-text-opacity: 1; - color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; -} - -.text-black { - --bs-text-opacity: 1; - color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; -} - -.text-white { - --bs-text-opacity: 1; - color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; -} - -.text-body { - --bs-text-opacity: 1; - color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; -} - -.text-muted { - --bs-text-opacity: 1; - color: #6c757d !important; -} - -.text-black-50 { - --bs-text-opacity: 1; - color: rgba(0, 0, 0, 0.5) !important; -} - -.text-white-50 { - --bs-text-opacity: 1; - color: rgba(255, 255, 255, 0.5) !important; -} - -.text-reset { - --bs-text-opacity: 1; - color: inherit !important; -} - -.text-opacity-25 { - --bs-text-opacity: 0.25; -} - -.text-opacity-50 { - --bs-text-opacity: 0.5; -} - -.text-opacity-75 { - --bs-text-opacity: 0.75; -} - -.text-opacity-100 { - --bs-text-opacity: 1; -} - -.bg-primary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-secondary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-success { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-info { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-warning { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-danger { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-light { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-dark { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-black { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-white { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-body { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-transparent { - --bs-bg-opacity: 1; - background-color: transparent !important; -} - -.bg-opacity-10 { - --bs-bg-opacity: 0.1; -} - -.bg-opacity-25 { - --bs-bg-opacity: 0.25; -} - -.bg-opacity-50 { - --bs-bg-opacity: 0.5; -} - -.bg-opacity-75 { - --bs-bg-opacity: 0.75; -} - -.bg-opacity-100 { - --bs-bg-opacity: 1; -} - -.bg-gradient { - background-image: var(--bs-gradient) !important; -} - -.user-select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; -} - -.user-select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; -} - -.user-select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; -} - -.pe-none { - pointer-events: none !important; -} - -.pe-auto { - pointer-events: auto !important; -} - -.rounded { - border-radius: 0.25rem !important; -} - -.rounded-0 { - border-radius: 0 !important; -} - -.rounded-1 { - border-radius: 0.2rem !important; -} - -.rounded-2 { - border-radius: 0.25rem !important; -} - -.rounded-3 { - border-radius: 0.3rem !important; -} - -.rounded-circle { - border-radius: 50% !important; -} - -.rounded-pill { - border-radius: 50rem !important; -} - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.rounded-end { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-start { - border-bottom-left-radius: 0.25rem !important; - border-top-left-radius: 0.25rem !important; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - -@media (min-width: 576px) { - .float-sm-start { - float: left !important; - } - - .float-sm-end { - float: right !important; - } - - .float-sm-none { - float: none !important; - } - - .d-sm-inline { - display: inline !important; - } - - .d-sm-inline-block { - display: inline-block !important; - } - - .d-sm-block { - display: block !important; - } - - .d-sm-grid { - display: grid !important; - } - - .d-sm-table { - display: table !important; - } - - .d-sm-table-row { - display: table-row !important; - } - - .d-sm-table-cell { - display: table-cell !important; - } - - .d-sm-flex { - display: flex !important; - } - - .d-sm-inline-flex { - display: inline-flex !important; - } - - .d-sm-none { - display: none !important; - } - - .flex-sm-fill { - flex: 1 1 auto !important; - } - - .flex-sm-row { - flex-direction: row !important; - } - - .flex-sm-column { - flex-direction: column !important; - } - - .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-sm-grow-0 { - flex-grow: 0 !important; - } - - .flex-sm-grow-1 { - flex-grow: 1 !important; - } - - .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-sm-wrap { - flex-wrap: wrap !important; - } - - .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-sm-0 { - gap: 0 !important; - } - - .gap-sm-1 { - gap: 0.25rem !important; - } - - .gap-sm-2 { - gap: 0.5rem !important; - } - - .gap-sm-3 { - gap: 1rem !important; - } - - .gap-sm-4 { - gap: 1.5rem !important; - } - - .gap-sm-5 { - gap: 3rem !important; - } - - .justify-content-sm-start { - justify-content: flex-start !important; - } - - .justify-content-sm-end { - justify-content: flex-end !important; - } - - .justify-content-sm-center { - justify-content: center !important; - } - - .justify-content-sm-between { - justify-content: space-between !important; - } - - .justify-content-sm-around { - justify-content: space-around !important; - } - - .justify-content-sm-evenly { - justify-content: space-evenly !important; - } - - .align-items-sm-start { - align-items: flex-start !important; - } - - .align-items-sm-end { - align-items: flex-end !important; - } - - .align-items-sm-center { - align-items: center !important; - } - - .align-items-sm-baseline { - align-items: baseline !important; - } - - .align-items-sm-stretch { - align-items: stretch !important; - } - - .align-content-sm-start { - align-content: flex-start !important; - } - - .align-content-sm-end { - align-content: flex-end !important; - } - - .align-content-sm-center { - align-content: center !important; - } - - .align-content-sm-between { - align-content: space-between !important; - } - - .align-content-sm-around { - align-content: space-around !important; - } - - .align-content-sm-stretch { - align-content: stretch !important; - } - - .align-self-sm-auto { - align-self: auto !important; - } - - .align-self-sm-start { - align-self: flex-start !important; - } - - .align-self-sm-end { - align-self: flex-end !important; - } - - .align-self-sm-center { - align-self: center !important; - } - - .align-self-sm-baseline { - align-self: baseline !important; - } - - .align-self-sm-stretch { - align-self: stretch !important; - } - - .order-sm-first { - order: -1 !important; - } - - .order-sm-0 { - order: 0 !important; - } - - .order-sm-1 { - order: 1 !important; - } - - .order-sm-2 { - order: 2 !important; - } - - .order-sm-3 { - order: 3 !important; - } - - .order-sm-4 { - order: 4 !important; - } - - .order-sm-5 { - order: 5 !important; - } - - .order-sm-last { - order: 6 !important; - } - - .m-sm-0 { - margin: 0 !important; - } - - .m-sm-1 { - margin: 0.25rem !important; - } - - .m-sm-2 { - margin: 0.5rem !important; - } - - .m-sm-3 { - margin: 1rem !important; - } - - .m-sm-4 { - margin: 1.5rem !important; - } - - .m-sm-5 { - margin: 3rem !important; - } - - .m-sm-auto { - margin: auto !important; - } - - .mx-sm-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-sm-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-sm-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-sm-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-sm-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-sm-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-sm-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-sm-0 { - margin-top: 0 !important; - } - - .mt-sm-1 { - margin-top: 0.25rem !important; - } - - .mt-sm-2 { - margin-top: 0.5rem !important; - } - - .mt-sm-3 { - margin-top: 1rem !important; - } - - .mt-sm-4 { - margin-top: 1.5rem !important; - } - - .mt-sm-5 { - margin-top: 3rem !important; - } - - .mt-sm-auto { - margin-top: auto !important; - } - - .me-sm-0 { - margin-right: 0 !important; - } - - .me-sm-1 { - margin-right: 0.25rem !important; - } - - .me-sm-2 { - margin-right: 0.5rem !important; - } - - .me-sm-3 { - margin-right: 1rem !important; - } - - .me-sm-4 { - margin-right: 1.5rem !important; - } - - .me-sm-5 { - margin-right: 3rem !important; - } - - .me-sm-auto { - margin-right: auto !important; - } - - .mb-sm-0 { - margin-bottom: 0 !important; - } - - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - .mb-sm-auto { - margin-bottom: auto !important; - } - - .ms-sm-0 { - margin-left: 0 !important; - } - - .ms-sm-1 { - margin-left: 0.25rem !important; - } - - .ms-sm-2 { - margin-left: 0.5rem !important; - } - - .ms-sm-3 { - margin-left: 1rem !important; - } - - .ms-sm-4 { - margin-left: 1.5rem !important; - } - - .ms-sm-5 { - margin-left: 3rem !important; - } - - .ms-sm-auto { - margin-left: auto !important; - } - - .p-sm-0 { - padding: 0 !important; - } - - .p-sm-1 { - padding: 0.25rem !important; - } - - .p-sm-2 { - padding: 0.5rem !important; - } - - .p-sm-3 { - padding: 1rem !important; - } - - .p-sm-4 { - padding: 1.5rem !important; - } - - .p-sm-5 { - padding: 3rem !important; - } - - .px-sm-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-sm-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-sm-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-sm-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-sm-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-sm-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-sm-0 { - padding-top: 0 !important; - } - - .pt-sm-1 { - padding-top: 0.25rem !important; - } - - .pt-sm-2 { - padding-top: 0.5rem !important; - } - - .pt-sm-3 { - padding-top: 1rem !important; - } - - .pt-sm-4 { - padding-top: 1.5rem !important; - } - - .pt-sm-5 { - padding-top: 3rem !important; - } - - .pe-sm-0 { - padding-right: 0 !important; - } - - .pe-sm-1 { - padding-right: 0.25rem !important; - } - - .pe-sm-2 { - padding-right: 0.5rem !important; - } - - .pe-sm-3 { - padding-right: 1rem !important; - } - - .pe-sm-4 { - padding-right: 1.5rem !important; - } - - .pe-sm-5 { - padding-right: 3rem !important; - } - - .pb-sm-0 { - padding-bottom: 0 !important; - } - - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - .ps-sm-0 { - padding-left: 0 !important; - } - - .ps-sm-1 { - padding-left: 0.25rem !important; - } - - .ps-sm-2 { - padding-left: 0.5rem !important; - } - - .ps-sm-3 { - padding-left: 1rem !important; - } - - .ps-sm-4 { - padding-left: 1.5rem !important; - } - - .ps-sm-5 { - padding-left: 3rem !important; - } - - .text-sm-start { - text-align: left !important; - } - - .text-sm-end { - text-align: right !important; - } - - .text-sm-center { - text-align: center !important; - } -} - -@media (min-width: 768px) { - .float-md-start { - float: left !important; - } - - .float-md-end { - float: right !important; - } - - .float-md-none { - float: none !important; - } - - .d-md-inline { - display: inline !important; - } - - .d-md-inline-block { - display: inline-block !important; - } - - .d-md-block { - display: block !important; - } - - .d-md-grid { - display: grid !important; - } - - .d-md-table { - display: table !important; - } - - .d-md-table-row { - display: table-row !important; - } - - .d-md-table-cell { - display: table-cell !important; - } - - .d-md-flex { - display: flex !important; - } - - .d-md-inline-flex { - display: inline-flex !important; - } - - .d-md-none { - display: none !important; - } - - .flex-md-fill { - flex: 1 1 auto !important; - } - - .flex-md-row { - flex-direction: row !important; - } - - .flex-md-column { - flex-direction: column !important; - } - - .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-md-grow-0 { - flex-grow: 0 !important; - } - - .flex-md-grow-1 { - flex-grow: 1 !important; - } - - .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-md-wrap { - flex-wrap: wrap !important; - } - - .flex-md-nowrap { - flex-wrap: nowrap !important; - } - - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-md-0 { - gap: 0 !important; - } - - .gap-md-1 { - gap: 0.25rem !important; - } - - .gap-md-2 { - gap: 0.5rem !important; - } - - .gap-md-3 { - gap: 1rem !important; - } - - .gap-md-4 { - gap: 1.5rem !important; - } - - .gap-md-5 { - gap: 3rem !important; - } - - .justify-content-md-start { - justify-content: flex-start !important; - } - - .justify-content-md-end { - justify-content: flex-end !important; - } - - .justify-content-md-center { - justify-content: center !important; - } - - .justify-content-md-between { - justify-content: space-between !important; - } - - .justify-content-md-around { - justify-content: space-around !important; - } - - .justify-content-md-evenly { - justify-content: space-evenly !important; - } - - .align-items-md-start { - align-items: flex-start !important; - } - - .align-items-md-end { - align-items: flex-end !important; - } - - .align-items-md-center { - align-items: center !important; - } - - .align-items-md-baseline { - align-items: baseline !important; - } - - .align-items-md-stretch { - align-items: stretch !important; - } - - .align-content-md-start { - align-content: flex-start !important; - } - - .align-content-md-end { - align-content: flex-end !important; - } - - .align-content-md-center { - align-content: center !important; - } - - .align-content-md-between { - align-content: space-between !important; - } - - .align-content-md-around { - align-content: space-around !important; - } - - .align-content-md-stretch { - align-content: stretch !important; - } - - .align-self-md-auto { - align-self: auto !important; - } - - .align-self-md-start { - align-self: flex-start !important; - } - - .align-self-md-end { - align-self: flex-end !important; - } - - .align-self-md-center { - align-self: center !important; - } - - .align-self-md-baseline { - align-self: baseline !important; - } - - .align-self-md-stretch { - align-self: stretch !important; - } - - .order-md-first { - order: -1 !important; - } - - .order-md-0 { - order: 0 !important; - } - - .order-md-1 { - order: 1 !important; - } - - .order-md-2 { - order: 2 !important; - } - - .order-md-3 { - order: 3 !important; - } - - .order-md-4 { - order: 4 !important; - } - - .order-md-5 { - order: 5 !important; - } - - .order-md-last { - order: 6 !important; - } - - .m-md-0 { - margin: 0 !important; - } - - .m-md-1 { - margin: 0.25rem !important; - } - - .m-md-2 { - margin: 0.5rem !important; - } - - .m-md-3 { - margin: 1rem !important; - } - - .m-md-4 { - margin: 1.5rem !important; - } - - .m-md-5 { - margin: 3rem !important; - } - - .m-md-auto { - margin: auto !important; - } - - .mx-md-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-md-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-md-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-md-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-md-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-md-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-md-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-md-0 { - margin-top: 0 !important; - } - - .mt-md-1 { - margin-top: 0.25rem !important; - } - - .mt-md-2 { - margin-top: 0.5rem !important; - } - - .mt-md-3 { - margin-top: 1rem !important; - } - - .mt-md-4 { - margin-top: 1.5rem !important; - } - - .mt-md-5 { - margin-top: 3rem !important; - } - - .mt-md-auto { - margin-top: auto !important; - } - - .me-md-0 { - margin-right: 0 !important; - } - - .me-md-1 { - margin-right: 0.25rem !important; - } - - .me-md-2 { - margin-right: 0.5rem !important; - } - - .me-md-3 { - margin-right: 1rem !important; - } - - .me-md-4 { - margin-right: 1.5rem !important; - } - - .me-md-5 { - margin-right: 3rem !important; - } - - .me-md-auto { - margin-right: auto !important; - } - - .mb-md-0 { - margin-bottom: 0 !important; - } - - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - .mb-md-3 { - margin-bottom: 1rem !important; - } - - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - .mb-md-5 { - margin-bottom: 3rem !important; - } - - .mb-md-auto { - margin-bottom: auto !important; - } - - .ms-md-0 { - margin-left: 0 !important; - } - - .ms-md-1 { - margin-left: 0.25rem !important; - } - - .ms-md-2 { - margin-left: 0.5rem !important; - } - - .ms-md-3 { - margin-left: 1rem !important; - } - - .ms-md-4 { - margin-left: 1.5rem !important; - } - - .ms-md-5 { - margin-left: 3rem !important; - } - - .ms-md-auto { - margin-left: auto !important; - } - - .p-md-0 { - padding: 0 !important; - } - - .p-md-1 { - padding: 0.25rem !important; - } - - .p-md-2 { - padding: 0.5rem !important; - } - - .p-md-3 { - padding: 1rem !important; - } - - .p-md-4 { - padding: 1.5rem !important; - } - - .p-md-5 { - padding: 3rem !important; - } - - .px-md-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-md-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-md-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-md-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-md-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-md-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-md-0 { - padding-top: 0 !important; - } - - .pt-md-1 { - padding-top: 0.25rem !important; - } - - .pt-md-2 { - padding-top: 0.5rem !important; - } - - .pt-md-3 { - padding-top: 1rem !important; - } - - .pt-md-4 { - padding-top: 1.5rem !important; - } - - .pt-md-5 { - padding-top: 3rem !important; - } - - .pe-md-0 { - padding-right: 0 !important; - } - - .pe-md-1 { - padding-right: 0.25rem !important; - } - - .pe-md-2 { - padding-right: 0.5rem !important; - } - - .pe-md-3 { - padding-right: 1rem !important; - } - - .pe-md-4 { - padding-right: 1.5rem !important; - } - - .pe-md-5 { - padding-right: 3rem !important; - } - - .pb-md-0 { - padding-bottom: 0 !important; - } - - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - .pb-md-3 { - padding-bottom: 1rem !important; - } - - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - .pb-md-5 { - padding-bottom: 3rem !important; - } - - .ps-md-0 { - padding-left: 0 !important; - } - - .ps-md-1 { - padding-left: 0.25rem !important; - } - - .ps-md-2 { - padding-left: 0.5rem !important; - } - - .ps-md-3 { - padding-left: 1rem !important; - } - - .ps-md-4 { - padding-left: 1.5rem !important; - } - - .ps-md-5 { - padding-left: 3rem !important; - } - - .text-md-start { - text-align: left !important; - } - - .text-md-end { - text-align: right !important; - } - - .text-md-center { - text-align: center !important; - } -} - -@media (min-width: 992px) { - .float-lg-start { - float: left !important; - } - - .float-lg-end { - float: right !important; - } - - .float-lg-none { - float: none !important; - } - - .d-lg-inline { - display: inline !important; - } - - .d-lg-inline-block { - display: inline-block !important; - } - - .d-lg-block { - display: block !important; - } - - .d-lg-grid { - display: grid !important; - } - - .d-lg-table { - display: table !important; - } - - .d-lg-table-row { - display: table-row !important; - } - - .d-lg-table-cell { - display: table-cell !important; - } - - .d-lg-flex { - display: flex !important; - } - - .d-lg-inline-flex { - display: inline-flex !important; - } - - .d-lg-none { - display: none !important; - } - - .flex-lg-fill { - flex: 1 1 auto !important; - } - - .flex-lg-row { - flex-direction: row !important; - } - - .flex-lg-column { - flex-direction: column !important; - } - - .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-lg-grow-0 { - flex-grow: 0 !important; - } - - .flex-lg-grow-1 { - flex-grow: 1 !important; - } - - .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-lg-wrap { - flex-wrap: wrap !important; - } - - .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-lg-0 { - gap: 0 !important; - } - - .gap-lg-1 { - gap: 0.25rem !important; - } - - .gap-lg-2 { - gap: 0.5rem !important; - } - - .gap-lg-3 { - gap: 1rem !important; - } - - .gap-lg-4 { - gap: 1.5rem !important; - } - - .gap-lg-5 { - gap: 3rem !important; - } - - .justify-content-lg-start { - justify-content: flex-start !important; - } - - .justify-content-lg-end { - justify-content: flex-end !important; - } - - .justify-content-lg-center { - justify-content: center !important; - } - - .justify-content-lg-between { - justify-content: space-between !important; - } - - .justify-content-lg-around { - justify-content: space-around !important; - } - - .justify-content-lg-evenly { - justify-content: space-evenly !important; - } - - .align-items-lg-start { - align-items: flex-start !important; - } - - .align-items-lg-end { - align-items: flex-end !important; - } - - .align-items-lg-center { - align-items: center !important; - } - - .align-items-lg-baseline { - align-items: baseline !important; - } - - .align-items-lg-stretch { - align-items: stretch !important; - } - - .align-content-lg-start { - align-content: flex-start !important; - } - - .align-content-lg-end { - align-content: flex-end !important; - } - - .align-content-lg-center { - align-content: center !important; - } - - .align-content-lg-between { - align-content: space-between !important; - } - - .align-content-lg-around { - align-content: space-around !important; - } - - .align-content-lg-stretch { - align-content: stretch !important; - } - - .align-self-lg-auto { - align-self: auto !important; - } - - .align-self-lg-start { - align-self: flex-start !important; - } - - .align-self-lg-end { - align-self: flex-end !important; - } - - .align-self-lg-center { - align-self: center !important; - } - - .align-self-lg-baseline { - align-self: baseline !important; - } - - .align-self-lg-stretch { - align-self: stretch !important; - } - - .order-lg-first { - order: -1 !important; - } - - .order-lg-0 { - order: 0 !important; - } - - .order-lg-1 { - order: 1 !important; - } - - .order-lg-2 { - order: 2 !important; - } - - .order-lg-3 { - order: 3 !important; - } - - .order-lg-4 { - order: 4 !important; - } - - .order-lg-5 { - order: 5 !important; - } - - .order-lg-last { - order: 6 !important; - } - - .m-lg-0 { - margin: 0 !important; - } - - .m-lg-1 { - margin: 0.25rem !important; - } - - .m-lg-2 { - margin: 0.5rem !important; - } - - .m-lg-3 { - margin: 1rem !important; - } - - .m-lg-4 { - margin: 1.5rem !important; - } - - .m-lg-5 { - margin: 3rem !important; - } - - .m-lg-auto { - margin: auto !important; - } - - .mx-lg-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-lg-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-lg-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-lg-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-lg-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-lg-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-lg-0 { - margin-top: 0 !important; - } - - .mt-lg-1 { - margin-top: 0.25rem !important; - } - - .mt-lg-2 { - margin-top: 0.5rem !important; - } - - .mt-lg-3 { - margin-top: 1rem !important; - } - - .mt-lg-4 { - margin-top: 1.5rem !important; - } - - .mt-lg-5 { - margin-top: 3rem !important; - } - - .mt-lg-auto { - margin-top: auto !important; - } - - .me-lg-0 { - margin-right: 0 !important; - } - - .me-lg-1 { - margin-right: 0.25rem !important; - } - - .me-lg-2 { - margin-right: 0.5rem !important; - } - - .me-lg-3 { - margin-right: 1rem !important; - } - - .me-lg-4 { - margin-right: 1.5rem !important; - } - - .me-lg-5 { - margin-right: 3rem !important; - } - - .me-lg-auto { - margin-right: auto !important; - } - - .mb-lg-0 { - margin-bottom: 0 !important; - } - - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - .mb-lg-auto { - margin-bottom: auto !important; - } - - .ms-lg-0 { - margin-left: 0 !important; - } - - .ms-lg-1 { - margin-left: 0.25rem !important; - } - - .ms-lg-2 { - margin-left: 0.5rem !important; - } - - .ms-lg-3 { - margin-left: 1rem !important; - } - - .ms-lg-4 { - margin-left: 1.5rem !important; - } - - .ms-lg-5 { - margin-left: 3rem !important; - } - - .ms-lg-auto { - margin-left: auto !important; - } - - .p-lg-0 { - padding: 0 !important; - } - - .p-lg-1 { - padding: 0.25rem !important; - } - - .p-lg-2 { - padding: 0.5rem !important; - } - - .p-lg-3 { - padding: 1rem !important; - } - - .p-lg-4 { - padding: 1.5rem !important; - } - - .p-lg-5 { - padding: 3rem !important; - } - - .px-lg-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-lg-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-lg-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-lg-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-lg-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-lg-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-lg-0 { - padding-top: 0 !important; - } - - .pt-lg-1 { - padding-top: 0.25rem !important; - } - - .pt-lg-2 { - padding-top: 0.5rem !important; - } - - .pt-lg-3 { - padding-top: 1rem !important; - } - - .pt-lg-4 { - padding-top: 1.5rem !important; - } - - .pt-lg-5 { - padding-top: 3rem !important; - } - - .pe-lg-0 { - padding-right: 0 !important; - } - - .pe-lg-1 { - padding-right: 0.25rem !important; - } - - .pe-lg-2 { - padding-right: 0.5rem !important; - } - - .pe-lg-3 { - padding-right: 1rem !important; - } - - .pe-lg-4 { - padding-right: 1.5rem !important; - } - - .pe-lg-5 { - padding-right: 3rem !important; - } - - .pb-lg-0 { - padding-bottom: 0 !important; - } - - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - .ps-lg-0 { - padding-left: 0 !important; - } - - .ps-lg-1 { - padding-left: 0.25rem !important; - } - - .ps-lg-2 { - padding-left: 0.5rem !important; - } - - .ps-lg-3 { - padding-left: 1rem !important; - } - - .ps-lg-4 { - padding-left: 1.5rem !important; - } - - .ps-lg-5 { - padding-left: 3rem !important; - } - - .text-lg-start { - text-align: left !important; - } - - .text-lg-end { - text-align: right !important; - } - - .text-lg-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .float-xl-start { - float: left !important; - } - - .float-xl-end { - float: right !important; - } - - .float-xl-none { - float: none !important; - } - - .d-xl-inline { - display: inline !important; - } - - .d-xl-inline-block { - display: inline-block !important; - } - - .d-xl-block { - display: block !important; - } - - .d-xl-grid { - display: grid !important; - } - - .d-xl-table { - display: table !important; - } - - .d-xl-table-row { - display: table-row !important; - } - - .d-xl-table-cell { - display: table-cell !important; - } - - .d-xl-flex { - display: flex !important; - } - - .d-xl-inline-flex { - display: inline-flex !important; - } - - .d-xl-none { - display: none !important; - } - - .flex-xl-fill { - flex: 1 1 auto !important; - } - - .flex-xl-row { - flex-direction: row !important; - } - - .flex-xl-column { - flex-direction: column !important; - } - - .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xl-wrap { - flex-wrap: wrap !important; - } - - .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xl-0 { - gap: 0 !important; - } - - .gap-xl-1 { - gap: 0.25rem !important; - } - - .gap-xl-2 { - gap: 0.5rem !important; - } - - .gap-xl-3 { - gap: 1rem !important; - } - - .gap-xl-4 { - gap: 1.5rem !important; - } - - .gap-xl-5 { - gap: 3rem !important; - } - - .justify-content-xl-start { - justify-content: flex-start !important; - } - - .justify-content-xl-end { - justify-content: flex-end !important; - } - - .justify-content-xl-center { - justify-content: center !important; - } - - .justify-content-xl-between { - justify-content: space-between !important; - } - - .justify-content-xl-around { - justify-content: space-around !important; - } - - .justify-content-xl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xl-start { - align-items: flex-start !important; - } - - .align-items-xl-end { - align-items: flex-end !important; - } - - .align-items-xl-center { - align-items: center !important; - } - - .align-items-xl-baseline { - align-items: baseline !important; - } - - .align-items-xl-stretch { - align-items: stretch !important; - } - - .align-content-xl-start { - align-content: flex-start !important; - } - - .align-content-xl-end { - align-content: flex-end !important; - } - - .align-content-xl-center { - align-content: center !important; - } - - .align-content-xl-between { - align-content: space-between !important; - } - - .align-content-xl-around { - align-content: space-around !important; - } - - .align-content-xl-stretch { - align-content: stretch !important; - } - - .align-self-xl-auto { - align-self: auto !important; - } - - .align-self-xl-start { - align-self: flex-start !important; - } - - .align-self-xl-end { - align-self: flex-end !important; - } - - .align-self-xl-center { - align-self: center !important; - } - - .align-self-xl-baseline { - align-self: baseline !important; - } - - .align-self-xl-stretch { - align-self: stretch !important; - } - - .order-xl-first { - order: -1 !important; - } - - .order-xl-0 { - order: 0 !important; - } - - .order-xl-1 { - order: 1 !important; - } - - .order-xl-2 { - order: 2 !important; - } - - .order-xl-3 { - order: 3 !important; - } - - .order-xl-4 { - order: 4 !important; - } - - .order-xl-5 { - order: 5 !important; - } - - .order-xl-last { - order: 6 !important; - } - - .m-xl-0 { - margin: 0 !important; - } - - .m-xl-1 { - margin: 0.25rem !important; - } - - .m-xl-2 { - margin: 0.5rem !important; - } - - .m-xl-3 { - margin: 1rem !important; - } - - .m-xl-4 { - margin: 1.5rem !important; - } - - .m-xl-5 { - margin: 3rem !important; - } - - .m-xl-auto { - margin: auto !important; - } - - .mx-xl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xl-0 { - margin-top: 0 !important; - } - - .mt-xl-1 { - margin-top: 0.25rem !important; - } - - .mt-xl-2 { - margin-top: 0.5rem !important; - } - - .mt-xl-3 { - margin-top: 1rem !important; - } - - .mt-xl-4 { - margin-top: 1.5rem !important; - } - - .mt-xl-5 { - margin-top: 3rem !important; - } - - .mt-xl-auto { - margin-top: auto !important; - } - - .me-xl-0 { - margin-right: 0 !important; - } - - .me-xl-1 { - margin-right: 0.25rem !important; - } - - .me-xl-2 { - margin-right: 0.5rem !important; - } - - .me-xl-3 { - margin-right: 1rem !important; - } - - .me-xl-4 { - margin-right: 1.5rem !important; - } - - .me-xl-5 { - margin-right: 3rem !important; - } - - .me-xl-auto { - margin-right: auto !important; - } - - .mb-xl-0 { - margin-bottom: 0 !important; - } - - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xl-5 { - margin-bottom: 3rem !important; - } - - .mb-xl-auto { - margin-bottom: auto !important; - } - - .ms-xl-0 { - margin-left: 0 !important; - } - - .ms-xl-1 { - margin-left: 0.25rem !important; - } - - .ms-xl-2 { - margin-left: 0.5rem !important; - } - - .ms-xl-3 { - margin-left: 1rem !important; - } - - .ms-xl-4 { - margin-left: 1.5rem !important; - } - - .ms-xl-5 { - margin-left: 3rem !important; - } - - .ms-xl-auto { - margin-left: auto !important; - } - - .p-xl-0 { - padding: 0 !important; - } - - .p-xl-1 { - padding: 0.25rem !important; - } - - .p-xl-2 { - padding: 0.5rem !important; - } - - .p-xl-3 { - padding: 1rem !important; - } - - .p-xl-4 { - padding: 1.5rem !important; - } - - .p-xl-5 { - padding: 3rem !important; - } - - .px-xl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xl-0 { - padding-top: 0 !important; - } - - .pt-xl-1 { - padding-top: 0.25rem !important; - } - - .pt-xl-2 { - padding-top: 0.5rem !important; - } - - .pt-xl-3 { - padding-top: 1rem !important; - } - - .pt-xl-4 { - padding-top: 1.5rem !important; - } - - .pt-xl-5 { - padding-top: 3rem !important; - } - - .pe-xl-0 { - padding-right: 0 !important; - } - - .pe-xl-1 { - padding-right: 0.25rem !important; - } - - .pe-xl-2 { - padding-right: 0.5rem !important; - } - - .pe-xl-3 { - padding-right: 1rem !important; - } - - .pe-xl-4 { - padding-right: 1.5rem !important; - } - - .pe-xl-5 { - padding-right: 3rem !important; - } - - .pb-xl-0 { - padding-bottom: 0 !important; - } - - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - .ps-xl-0 { - padding-left: 0 !important; - } - - .ps-xl-1 { - padding-left: 0.25rem !important; - } - - .ps-xl-2 { - padding-left: 0.5rem !important; - } - - .ps-xl-3 { - padding-left: 1rem !important; - } - - .ps-xl-4 { - padding-left: 1.5rem !important; - } - - .ps-xl-5 { - padding-left: 3rem !important; - } - - .text-xl-start { - text-align: left !important; - } - - .text-xl-end { - text-align: right !important; - } - - .text-xl-center { - text-align: center !important; - } -} - -@media (min-width: 1400px) { - .float-xxl-start { - float: left !important; - } - - .float-xxl-end { - float: right !important; - } - - .float-xxl-none { - float: none !important; - } - - .d-xxl-inline { - display: inline !important; - } - - .d-xxl-inline-block { - display: inline-block !important; - } - - .d-xxl-block { - display: block !important; - } - - .d-xxl-grid { - display: grid !important; - } - - .d-xxl-table { - display: table !important; - } - - .d-xxl-table-row { - display: table-row !important; - } - - .d-xxl-table-cell { - display: table-cell !important; - } - - .d-xxl-flex { - display: flex !important; - } - - .d-xxl-inline-flex { - display: inline-flex !important; - } - - .d-xxl-none { - display: none !important; - } - - .flex-xxl-fill { - flex: 1 1 auto !important; - } - - .flex-xxl-row { - flex-direction: row !important; - } - - .flex-xxl-column { - flex-direction: column !important; - } - - .flex-xxl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xxl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xxl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xxl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xxl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xxl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xxl-wrap { - flex-wrap: wrap !important; - } - - .flex-xxl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xxl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xxl-0 { - gap: 0 !important; - } - - .gap-xxl-1 { - gap: 0.25rem !important; - } - - .gap-xxl-2 { - gap: 0.5rem !important; - } - - .gap-xxl-3 { - gap: 1rem !important; - } - - .gap-xxl-4 { - gap: 1.5rem !important; - } - - .gap-xxl-5 { - gap: 3rem !important; - } - - .justify-content-xxl-start { - justify-content: flex-start !important; - } - - .justify-content-xxl-end { - justify-content: flex-end !important; - } - - .justify-content-xxl-center { - justify-content: center !important; - } - - .justify-content-xxl-between { - justify-content: space-between !important; - } - - .justify-content-xxl-around { - justify-content: space-around !important; - } - - .justify-content-xxl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xxl-start { - align-items: flex-start !important; - } - - .align-items-xxl-end { - align-items: flex-end !important; - } - - .align-items-xxl-center { - align-items: center !important; - } - - .align-items-xxl-baseline { - align-items: baseline !important; - } - - .align-items-xxl-stretch { - align-items: stretch !important; - } - - .align-content-xxl-start { - align-content: flex-start !important; - } - - .align-content-xxl-end { - align-content: flex-end !important; - } - - .align-content-xxl-center { - align-content: center !important; - } - - .align-content-xxl-between { - align-content: space-between !important; - } - - .align-content-xxl-around { - align-content: space-around !important; - } - - .align-content-xxl-stretch { - align-content: stretch !important; - } - - .align-self-xxl-auto { - align-self: auto !important; - } - - .align-self-xxl-start { - align-self: flex-start !important; - } - - .align-self-xxl-end { - align-self: flex-end !important; - } - - .align-self-xxl-center { - align-self: center !important; - } - - .align-self-xxl-baseline { - align-self: baseline !important; - } - - .align-self-xxl-stretch { - align-self: stretch !important; - } - - .order-xxl-first { - order: -1 !important; - } - - .order-xxl-0 { - order: 0 !important; - } - - .order-xxl-1 { - order: 1 !important; - } - - .order-xxl-2 { - order: 2 !important; - } - - .order-xxl-3 { - order: 3 !important; - } - - .order-xxl-4 { - order: 4 !important; - } - - .order-xxl-5 { - order: 5 !important; - } - - .order-xxl-last { - order: 6 !important; - } - - .m-xxl-0 { - margin: 0 !important; - } - - .m-xxl-1 { - margin: 0.25rem !important; - } - - .m-xxl-2 { - margin: 0.5rem !important; - } - - .m-xxl-3 { - margin: 1rem !important; - } - - .m-xxl-4 { - margin: 1.5rem !important; - } - - .m-xxl-5 { - margin: 3rem !important; - } - - .m-xxl-auto { - margin: auto !important; - } - - .mx-xxl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xxl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xxl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xxl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xxl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xxl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xxl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xxl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xxl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xxl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xxl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xxl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xxl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xxl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xxl-0 { - margin-top: 0 !important; - } - - .mt-xxl-1 { - margin-top: 0.25rem !important; - } - - .mt-xxl-2 { - margin-top: 0.5rem !important; - } - - .mt-xxl-3 { - margin-top: 1rem !important; - } - - .mt-xxl-4 { - margin-top: 1.5rem !important; - } - - .mt-xxl-5 { - margin-top: 3rem !important; - } - - .mt-xxl-auto { - margin-top: auto !important; - } - - .me-xxl-0 { - margin-right: 0 !important; - } - - .me-xxl-1 { - margin-right: 0.25rem !important; - } - - .me-xxl-2 { - margin-right: 0.5rem !important; - } - - .me-xxl-3 { - margin-right: 1rem !important; - } - - .me-xxl-4 { - margin-right: 1.5rem !important; - } - - .me-xxl-5 { - margin-right: 3rem !important; - } - - .me-xxl-auto { - margin-right: auto !important; - } - - .mb-xxl-0 { - margin-bottom: 0 !important; - } - - .mb-xxl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xxl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xxl-3 { - margin-bottom: 1rem !important; - } - - .mb-xxl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xxl-5 { - margin-bottom: 3rem !important; - } - - .mb-xxl-auto { - margin-bottom: auto !important; - } - - .ms-xxl-0 { - margin-left: 0 !important; - } - - .ms-xxl-1 { - margin-left: 0.25rem !important; - } - - .ms-xxl-2 { - margin-left: 0.5rem !important; - } - - .ms-xxl-3 { - margin-left: 1rem !important; - } - - .ms-xxl-4 { - margin-left: 1.5rem !important; - } - - .ms-xxl-5 { - margin-left: 3rem !important; - } - - .ms-xxl-auto { - margin-left: auto !important; - } - - .p-xxl-0 { - padding: 0 !important; - } - - .p-xxl-1 { - padding: 0.25rem !important; - } - - .p-xxl-2 { - padding: 0.5rem !important; - } - - .p-xxl-3 { - padding: 1rem !important; - } - - .p-xxl-4 { - padding: 1.5rem !important; - } - - .p-xxl-5 { - padding: 3rem !important; - } - - .px-xxl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xxl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xxl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xxl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xxl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xxl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xxl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xxl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xxl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xxl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xxl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xxl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xxl-0 { - padding-top: 0 !important; - } - - .pt-xxl-1 { - padding-top: 0.25rem !important; - } - - .pt-xxl-2 { - padding-top: 0.5rem !important; - } - - .pt-xxl-3 { - padding-top: 1rem !important; - } - - .pt-xxl-4 { - padding-top: 1.5rem !important; - } - - .pt-xxl-5 { - padding-top: 3rem !important; - } - - .pe-xxl-0 { - padding-right: 0 !important; - } - - .pe-xxl-1 { - padding-right: 0.25rem !important; - } - - .pe-xxl-2 { - padding-right: 0.5rem !important; - } - - .pe-xxl-3 { - padding-right: 1rem !important; - } - - .pe-xxl-4 { - padding-right: 1.5rem !important; - } - - .pe-xxl-5 { - padding-right: 3rem !important; - } - - .pb-xxl-0 { - padding-bottom: 0 !important; - } - - .pb-xxl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xxl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xxl-3 { - padding-bottom: 1rem !important; - } - - .pb-xxl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xxl-5 { - padding-bottom: 3rem !important; - } - - .ps-xxl-0 { - padding-left: 0 !important; - } - - .ps-xxl-1 { - padding-left: 0.25rem !important; - } - - .ps-xxl-2 { - padding-left: 0.5rem !important; - } - - .ps-xxl-3 { - padding-left: 1rem !important; - } - - .ps-xxl-4 { - padding-left: 1.5rem !important; - } - - .ps-xxl-5 { - padding-left: 3rem !important; - } - - .text-xxl-start { - text-align: left !important; - } - - .text-xxl-end { - text-align: right !important; - } - - .text-xxl-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .fs-1 { - font-size: 6rem !important; - } - - .fs-2 { - font-size: 3.5rem !important; - } - - .fs-3 { - font-size: 2rem !important; - } - - .fs-4 { - font-size: 1.5rem !important; - } -} - -@media print { - .d-print-inline { - display: inline !important; - } - - .d-print-inline-block { - display: inline-block !important; - } - - .d-print-block { - display: block !important; - } - - .d-print-grid { - display: grid !important; - } - - .d-print-table { - display: table !important; - } - - .d-print-table-row { - display: table-row !important; - } - - .d-print-table-cell { - display: table-cell !important; - } - - .d-print-flex { - display: flex !important; - } - - .d-print-inline-flex { - display: inline-flex !important; - } - - .d-print-none { - display: none !important; - } -} - -body { - padding-top: 3.375rem; - color: #6c757d; -} - -@media (min-width: 992px) { - body { - padding-top: 0; - padding-left: 17rem; - } -} - -h1, .h1, -h2, -.h2, -h3, -.h3, -h4, -.h4, -h5, -.h5, -h6, -.h6 { - text-transform: uppercase; -} - -h1, .h1 { - line-height: 1; -} - -p.lead { - font-size: 1.15rem; - font-weight: 400; -} - -.subheading { - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - text-transform: uppercase; - font-weight: 500; - font-size: 1.5rem; -} - -#sideNav { - padding-left: 1rem; - padding-right: 1rem; -} - - - -#sideNav .navbar-nav .nav-item .nav-link { - font-weight: 800; - letter-spacing: 0.05rem; - text-transform: uppercase; -} - - #sideNav .navbar-toggler:focus { - outline-color: red; - } - -@media (min-width: 992px) { - #sideNav { - padding-left: 0; - padding-right: 0; - text-align: center; - position: fixed; - top: 0; - left: 0; - display: flex; - flex-direction: column; - width: 17rem; - height: 100vh; - } - - #sideNav .navbar-brand { - display: flex; - margin: auto auto 0; - padding: 0.5rem; - } - - #sideNav .navbar-brand .img-profile { - max-width: 10rem; - max-height: 10rem; - border: 0.5rem solid rgba(255, 255, 255, 0.2); - } - - #sideNav .navbar-collapse { - display: flex; - align-items: flex-start; - flex-grow: 0; - width: 100%; - margin-bottom: auto; - } - - #sideNav .navbar-collapse .navbar-nav { - flex-direction: column; - width: 100%; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item { - display: block; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link { - display: block; - } -} - -.social-icons .social-icon { - display: inline-flex; - align-items: center; - justify-content: center; - height: 3.5rem; - width: 3.5rem; - background-color: #495057; - color: #fff; - border-radius: 100%; - font-size: 1.5rem; - margin-right: 1.5rem; -} - - .social-icons .social-icon:last-child { - margin-right: 0; - } - - .social-icons .social-icon:hover { - background-color: #b34fc2; - } - -.dev-icons { - font-size: 3rem; -} - -section.resume-section { - display: flex; - align-items: center; - padding-left: 1rem; - padding-right: 1rem; - padding-top: 5rem; - padding-bottom: 5rem; - max-width: 75rem; -} - - section.resume-section .resume-section-content { - width: 100%; - } - -@media (min-width: 768px) { - section.resume-section { - min-height: 100vh; - } -} - -@media (min-width: 992px) { - section.resume-section { - padding-left: 3rem; - padding-right: 3rem; - padding-top: 5rem; - padding-bottom: 5rem; - } -}*/ -/* /Shared/NavMenu.razor.rz.scp.css */ diff --git a/obj/Debug/net8.0/scopedcss/projectbundle/CV.bundle.scp.css b/obj/Debug/net8.0/scopedcss/projectbundle/CV.bundle.scp.css deleted file mode 100644 index 2580d39..0000000 --- a/obj/Debug/net8.0/scopedcss/projectbundle/CV.bundle.scp.css +++ /dev/null @@ -1,12069 +0,0 @@ -/* /Pages/Inicio.razor.rz.scp.css */ -/*@charset "UTF-8";*/ -/* ##a697a9 */ -/*:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #1086c5; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #1086c5; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 16, 134, 197; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: Muli, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -*, -*::before, -*::after { - box-sizing: border-box; -} - -@media (prefers-reduced-motion: no-preference) { - :root { - scroll-behavior: smooth; - } -} - -body { - margin: 0; - font-family: var(--bs-body-font-family); - font-size: var(--bs-body-font-size); - font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); - color: var(--bs-body-color); - text-align: var(--bs-body-text-align); - background-color: var(--bs-body-bg); - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -hr { - margin: 1rem 0; - color: inherit; - background-color: currentColor; - border: 0; - opacity: 0.25; -} - - hr:not([size]) { - height: 1px; - } - -h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { - margin-top: 0; - margin-bottom: 0.5rem; - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-weight: 700; - line-height: 1.2; - color: #343a40; -} - -h1, .h1 { - font-size: calc(1.725rem + 5.7vw); -} - -@media (min-width: 1200px) { - h1, .h1 { - font-size: 6rem; - } -} - -h2, .h2 { - font-size: calc(1.475rem + 2.7vw); -} - -@media (min-width: 1200px) { - h2, .h2 { - font-size: 3.5rem; - } -} - -h3, .h3 { - font-size: calc(1.325rem + 0.9vw); -} - -@media (min-width: 1200px) { - h3, .h3 { - font-size: 2rem; - } -} - -h4, .h4 { - font-size: calc(1.275rem + 0.3vw); -} - -@media (min-width: 1200px) { - h4, .h4 { - font-size: 1.5rem; - } -} - -h5, .h5 { - font-size: 1.25rem; -} - -h6, .h6 { - font-size: 1rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-bs-original-title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul { - padding-left: 2rem; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - - ol ol, - ul ul, - ol ul, - ul ol { - margin-bottom: 0; - } - -dt { - font-weight: 700; -} - -dd { - margin-bottom: 0.5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -b, -strong { - font-weight: bolder; -} - -small, .small { - font-size: 0.875em; -} - -mark, .mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -a { - color: #1086c5; - text-decoration: underline; -} - - a:hover { - color: #b34fc2; - } - - a:not([href]):not([class]), a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; - } - -pre, -code, -kbd, -samp { - font-family: var(--bs-font-monospace); - font-size: 1em; - direction: ltr*/ /* rtl:ignore *//*; - unicode-bidi: bidi-override; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - font-size: 0.875em; -} - - pre code { - font-size: inherit; - color: inherit; - word-break: normal; - } - -code { - font-size: 0.875em; - color: #d63384; - word-wrap: break-word; -} - -a > code { - color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 0.875em; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} - - kbd kbd { - padding: 0; - font-size: 1em; - font-weight: 700; - } - -figure { - margin: 0 0 1rem; -} - -img, -svg { - vertical-align: middle; -} - -table { - caption-side: bottom; - border-collapse: collapse; -} - -caption { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - color: #6c757d; - text-align: left; -} - -th { - text-align: inherit; - text-align: -webkit-match-parent; -} - -thead, -tbody, -tfoot, -tr, -td, -th { - border-color: inherit; - border-style: solid; - border-width: 0; -} - -label { - display: inline-block; -} - -button { - border-radius: 0; -} - - button:focus:not(:focus-visible) { - outline: 0; - } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -button, -select { - text-transform: none; -} - -[role=button] { - cursor: pointer; -} - -select { - word-wrap: normal; -} - - select:disabled { - opacity: 1; - } - -[list]::-webkit-calendar-picker-indicator { - display: none; -} - -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; -} - - button:not(:disabled), - [type=button]:not(:disabled), - [type=reset]:not(:disabled), - [type=submit]:not(:disabled) { - cursor: pointer; - } - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - float: left; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: calc(1.275rem + 0.3vw); - line-height: inherit; -} - -@media (min-width: 1200px) { - legend { - font-size: 1.5rem; - } -} - -legend + * { - clear: left; -} - -::-webkit-datetime-edit-fields-wrapper, -::-webkit-datetime-edit-text, -::-webkit-datetime-edit-minute, -::-webkit-datetime-edit-hour-field, -::-webkit-datetime-edit-day-field, -::-webkit-datetime-edit-month-field, -::-webkit-datetime-edit-year-field { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type=search] { - outline-offset: -2px; - -webkit-appearance: textfield; -}*/ - -/* rtl:raw: -[type="tel"], -[type="url"], -[type="email"], -[type="number"] { - direction: ltr; -} -*/ -/*::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-color-swatch-wrapper { - padding: 0; -} - -::-webkit-file-upload-button { - font: inherit; -} - -::file-selector-button { - font: inherit; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -output { - display: inline-block; -} - -iframe { - border: 0; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -[hidden] { - display: none !important; -} - -.lead { - font-size: 1.25rem; - font-weight: 300; -} - -.display-1 { - font-size: calc(1.625rem + 4.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-1 { - font-size: 5rem; - } -} - -.display-2 { - font-size: calc(1.575rem + 3.9vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-2 { - font-size: 4.5rem; - } -} - -.display-3 { - font-size: calc(1.525rem + 3.3vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-3 { - font-size: 4rem; - } -} - -.display-4 { - font-size: calc(1.475rem + 2.7vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-4 { - font-size: 3.5rem; - } -} - -.display-5 { - font-size: calc(1.425rem + 2.1vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-5 { - font-size: 3rem; - } -} - -.display-6 { - font-size: calc(1.375rem + 1.5vw); - font-weight: 300; - line-height: 1.2; -} - -@media (min-width: 1200px) { - .display-6 { - font-size: 2.5rem; - } -} - -.list-unstyled { - padding-left: 0; - list-style: none; -} - -.list-inline { - padding-left: 0; - list-style: none; -} - -.list-inline-item { - display: inline-block; -} - - .list-inline-item:not(:last-child) { - margin-right: 0.5rem; - } - -.initialism { - font-size: 0.875em; - text-transform: uppercase; -} - -.blockquote { - margin-bottom: 1rem; - font-size: 1.25rem; -} - - .blockquote > :last-child { - margin-bottom: 0; - } - -.blockquote-footer { - margin-top: -1rem; - margin-bottom: 1rem; - font-size: 0.875em; - color: #6c757d; -} - - .blockquote-footer::before { - content: "— "; - } - -.img-fluid { - max-width: 100%; - height: auto; -} - -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} - -.figure { - display: inline-block; -} - -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} - -.figure-caption { - font-size: 0.875em; - color: #6c757d; -} - -.container, -.container-fluid, -.container-xxl, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-right: var(--bs-gutter-x, 0.75rem); - padding-left: var(--bs-gutter-x, 0.75rem); - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } -} - -@media (min-width: 1400px) { - .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1320px; - } -} - -.row { - --bs-gutter-x: 1.5rem; - --bs-gutter-y: 0; - display: flex; - flex-wrap: wrap; - margin-top: calc(-1 * var(--bs-gutter-y)); - margin-right: calc(-0.5 * var(--bs-gutter-x)); - margin-left: calc(-0.5 * var(--bs-gutter-x)); -} - - .row > * { - flex-shrink: 0; - width: 100%; - max-width: 100%; - padding-right: calc(var(--bs-gutter-x) * 0.5); - padding-left: calc(var(--bs-gutter-x) * 0.5); - margin-top: var(--bs-gutter-y); - } - -.col { - flex: 1 0 0%; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.33333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.66666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.33333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.66666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.33333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.66666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.33333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.66666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.33333333%; -} - -.offset-2 { - margin-left: 16.66666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.33333333%; -} - -.offset-5 { - margin-left: 41.66666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.33333333%; -} - -.offset-8 { - margin-left: 66.66666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.33333333%; -} - -.offset-11 { - margin-left: 91.66666667%; -} - -.g-0, -.gx-0 { - --bs-gutter-x: 0; -} - -.g-0, -.gy-0 { - --bs-gutter-y: 0; -} - -.g-1, -.gx-1 { - --bs-gutter-x: 0.25rem; -} - -.g-1, -.gy-1 { - --bs-gutter-y: 0.25rem; -} - -.g-2, -.gx-2 { - --bs-gutter-x: 0.5rem; -} - -.g-2, -.gy-2 { - --bs-gutter-y: 0.5rem; -} - -.g-3, -.gx-3 { - --bs-gutter-x: 1rem; -} - -.g-3, -.gy-3 { - --bs-gutter-y: 1rem; -} - -.g-4, -.gx-4 { - --bs-gutter-x: 1.5rem; -} - -.g-4, -.gy-4 { - --bs-gutter-y: 1.5rem; -} - -.g-5, -.gx-5 { - --bs-gutter-x: 3rem; -} - -.g-5, -.gy-5 { - --bs-gutter-y: 3rem; -} - -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - .col-sm-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-sm-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-sm-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-sm-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-sm-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-sm-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-sm-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-sm-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-sm-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-sm-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-sm-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-sm-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-sm-0 { - margin-left: 0; - } - - .offset-sm-1 { - margin-left: 8.33333333%; - } - - .offset-sm-2 { - margin-left: 16.66666667%; - } - - .offset-sm-3 { - margin-left: 25%; - } - - .offset-sm-4 { - margin-left: 33.33333333%; - } - - .offset-sm-5 { - margin-left: 41.66666667%; - } - - .offset-sm-6 { - margin-left: 50%; - } - - .offset-sm-7 { - margin-left: 58.33333333%; - } - - .offset-sm-8 { - margin-left: 66.66666667%; - } - - .offset-sm-9 { - margin-left: 75%; - } - - .offset-sm-10 { - margin-left: 83.33333333%; - } - - .offset-sm-11 { - margin-left: 91.66666667%; - } - - .g-sm-0, - .gx-sm-0 { - --bs-gutter-x: 0; - } - - .g-sm-0, - .gy-sm-0 { - --bs-gutter-y: 0; - } - - .g-sm-1, - .gx-sm-1 { - --bs-gutter-x: 0.25rem; - } - - .g-sm-1, - .gy-sm-1 { - --bs-gutter-y: 0.25rem; - } - - .g-sm-2, - .gx-sm-2 { - --bs-gutter-x: 0.5rem; - } - - .g-sm-2, - .gy-sm-2 { - --bs-gutter-y: 0.5rem; - } - - .g-sm-3, - .gx-sm-3 { - --bs-gutter-x: 1rem; - } - - .g-sm-3, - .gy-sm-3 { - --bs-gutter-y: 1rem; - } - - .g-sm-4, - .gx-sm-4 { - --bs-gutter-x: 1.5rem; - } - - .g-sm-4, - .gy-sm-4 { - --bs-gutter-y: 1.5rem; - } - - .g-sm-5, - .gx-sm-5 { - --bs-gutter-x: 3rem; - } - - .g-sm-5, - .gy-sm-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - - .col-md-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-md-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-md-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-md-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-md-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-md-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-md-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-md-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-md-0 { - margin-left: 0; - } - - .offset-md-1 { - margin-left: 8.33333333%; - } - - .offset-md-2 { - margin-left: 16.66666667%; - } - - .offset-md-3 { - margin-left: 25%; - } - - .offset-md-4 { - margin-left: 33.33333333%; - } - - .offset-md-5 { - margin-left: 41.66666667%; - } - - .offset-md-6 { - margin-left: 50%; - } - - .offset-md-7 { - margin-left: 58.33333333%; - } - - .offset-md-8 { - margin-left: 66.66666667%; - } - - .offset-md-9 { - margin-left: 75%; - } - - .offset-md-10 { - margin-left: 83.33333333%; - } - - .offset-md-11 { - margin-left: 91.66666667%; - } - - .g-md-0, - .gx-md-0 { - --bs-gutter-x: 0; - } - - .g-md-0, - .gy-md-0 { - --bs-gutter-y: 0; - } - - .g-md-1, - .gx-md-1 { - --bs-gutter-x: 0.25rem; - } - - .g-md-1, - .gy-md-1 { - --bs-gutter-y: 0.25rem; - } - - .g-md-2, - .gx-md-2 { - --bs-gutter-x: 0.5rem; - } - - .g-md-2, - .gy-md-2 { - --bs-gutter-y: 0.5rem; - } - - .g-md-3, - .gx-md-3 { - --bs-gutter-x: 1rem; - } - - .g-md-3, - .gy-md-3 { - --bs-gutter-y: 1rem; - } - - .g-md-4, - .gx-md-4 { - --bs-gutter-x: 1.5rem; - } - - .g-md-4, - .gy-md-4 { - --bs-gutter-y: 1.5rem; - } - - .g-md-5, - .gx-md-5 { - --bs-gutter-x: 3rem; - } - - .g-md-5, - .gy-md-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - .col-lg-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-lg-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-lg-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-lg-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-lg-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-lg-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-lg-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-lg-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-lg-0 { - margin-left: 0; - } - - .offset-lg-1 { - margin-left: 8.33333333%; - } - - .offset-lg-2 { - margin-left: 16.66666667%; - } - - .offset-lg-3 { - margin-left: 25%; - } - - .offset-lg-4 { - margin-left: 33.33333333%; - } - - .offset-lg-5 { - margin-left: 41.66666667%; - } - - .offset-lg-6 { - margin-left: 50%; - } - - .offset-lg-7 { - margin-left: 58.33333333%; - } - - .offset-lg-8 { - margin-left: 66.66666667%; - } - - .offset-lg-9 { - margin-left: 75%; - } - - .offset-lg-10 { - margin-left: 83.33333333%; - } - - .offset-lg-11 { - margin-left: 91.66666667%; - } - - .g-lg-0, - .gx-lg-0 { - --bs-gutter-x: 0; - } - - .g-lg-0, - .gy-lg-0 { - --bs-gutter-y: 0; - } - - .g-lg-1, - .gx-lg-1 { - --bs-gutter-x: 0.25rem; - } - - .g-lg-1, - .gy-lg-1 { - --bs-gutter-y: 0.25rem; - } - - .g-lg-2, - .gx-lg-2 { - --bs-gutter-x: 0.5rem; - } - - .g-lg-2, - .gy-lg-2 { - --bs-gutter-y: 0.5rem; - } - - .g-lg-3, - .gx-lg-3 { - --bs-gutter-x: 1rem; - } - - .g-lg-3, - .gy-lg-3 { - --bs-gutter-y: 1rem; - } - - .g-lg-4, - .gx-lg-4 { - --bs-gutter-x: 1.5rem; - } - - .g-lg-4, - .gy-lg-4 { - --bs-gutter-y: 1.5rem; - } - - .g-lg-5, - .gx-lg-5 { - --bs-gutter-x: 3rem; - } - - .g-lg-5, - .gy-lg-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xl-0 { - margin-left: 0; - } - - .offset-xl-1 { - margin-left: 8.33333333%; - } - - .offset-xl-2 { - margin-left: 16.66666667%; - } - - .offset-xl-3 { - margin-left: 25%; - } - - .offset-xl-4 { - margin-left: 33.33333333%; - } - - .offset-xl-5 { - margin-left: 41.66666667%; - } - - .offset-xl-6 { - margin-left: 50%; - } - - .offset-xl-7 { - margin-left: 58.33333333%; - } - - .offset-xl-8 { - margin-left: 66.66666667%; - } - - .offset-xl-9 { - margin-left: 75%; - } - - .offset-xl-10 { - margin-left: 83.33333333%; - } - - .offset-xl-11 { - margin-left: 91.66666667%; - } - - .g-xl-0, - .gx-xl-0 { - --bs-gutter-x: 0; - } - - .g-xl-0, - .gy-xl-0 { - --bs-gutter-y: 0; - } - - .g-xl-1, - .gx-xl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xl-1, - .gy-xl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xl-2, - .gx-xl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xl-2, - .gy-xl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xl-3, - .gx-xl-3 { - --bs-gutter-x: 1rem; - } - - .g-xl-3, - .gy-xl-3 { - --bs-gutter-y: 1rem; - } - - .g-xl-4, - .gx-xl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xl-4, - .gy-xl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xl-5, - .gx-xl-5 { - --bs-gutter-x: 3rem; - } - - .g-xl-5, - .gy-xl-5 { - --bs-gutter-y: 3rem; - } -} - -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } - - .col-xxl-auto { - flex: 0 0 auto; - width: auto; - } - - .col-xxl-1 { - flex: 0 0 auto; - width: 8.33333333%; - } - - .col-xxl-2 { - flex: 0 0 auto; - width: 16.66666667%; - } - - .col-xxl-3 { - flex: 0 0 auto; - width: 25%; - } - - .col-xxl-4 { - flex: 0 0 auto; - width: 33.33333333%; - } - - .col-xxl-5 { - flex: 0 0 auto; - width: 41.66666667%; - } - - .col-xxl-6 { - flex: 0 0 auto; - width: 50%; - } - - .col-xxl-7 { - flex: 0 0 auto; - width: 58.33333333%; - } - - .col-xxl-8 { - flex: 0 0 auto; - width: 66.66666667%; - } - - .col-xxl-9 { - flex: 0 0 auto; - width: 75%; - } - - .col-xxl-10 { - flex: 0 0 auto; - width: 83.33333333%; - } - - .col-xxl-11 { - flex: 0 0 auto; - width: 91.66666667%; - } - - .col-xxl-12 { - flex: 0 0 auto; - width: 100%; - } - - .offset-xxl-0 { - margin-left: 0; - } - - .offset-xxl-1 { - margin-left: 8.33333333%; - } - - .offset-xxl-2 { - margin-left: 16.66666667%; - } - - .offset-xxl-3 { - margin-left: 25%; - } - - .offset-xxl-4 { - margin-left: 33.33333333%; - } - - .offset-xxl-5 { - margin-left: 41.66666667%; - } - - .offset-xxl-6 { - margin-left: 50%; - } - - .offset-xxl-7 { - margin-left: 58.33333333%; - } - - .offset-xxl-8 { - margin-left: 66.66666667%; - } - - .offset-xxl-9 { - margin-left: 75%; - } - - .offset-xxl-10 { - margin-left: 83.33333333%; - } - - .offset-xxl-11 { - margin-left: 91.66666667%; - } - - .g-xxl-0, - .gx-xxl-0 { - --bs-gutter-x: 0; - } - - .g-xxl-0, - .gy-xxl-0 { - --bs-gutter-y: 0; - } - - .g-xxl-1, - .gx-xxl-1 { - --bs-gutter-x: 0.25rem; - } - - .g-xxl-1, - .gy-xxl-1 { - --bs-gutter-y: 0.25rem; - } - - .g-xxl-2, - .gx-xxl-2 { - --bs-gutter-x: 0.5rem; - } - - .g-xxl-2, - .gy-xxl-2 { - --bs-gutter-y: 0.5rem; - } - - .g-xxl-3, - .gx-xxl-3 { - --bs-gutter-x: 1rem; - } - - .g-xxl-3, - .gy-xxl-3 { - --bs-gutter-y: 1rem; - } - - .g-xxl-4, - .gx-xxl-4 { - --bs-gutter-x: 1.5rem; - } - - .g-xxl-4, - .gy-xxl-4 { - --bs-gutter-y: 1.5rem; - } - - .g-xxl-5, - .gx-xxl-5 { - --bs-gutter-x: 3rem; - } - - .g-xxl-5, - .gy-xxl-5 { - --bs-gutter-y: 3rem; - } -} - -.table { - --bs-table-bg: transparent; - --bs-table-accent-bg: transparent; - --bs-table-striped-color: #212529; - --bs-table-striped-bg: rgba(0, 0, 0, 0.05); - --bs-table-active-color: #212529; - --bs-table-active-bg: rgba(0, 0, 0, 0.1); - --bs-table-hover-color: #212529; - --bs-table-hover-bg: rgba(0, 0, 0, 0.075); - width: 100%; - margin-bottom: 1rem; - color: #212529; - vertical-align: top; - border-color: #dee2e6; -} - - .table > :not(caption) > * > * { - padding: 0.5rem 0.5rem; - background-color: var(--bs-table-bg); - border-bottom-width: 1px; - box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); - } - - .table > tbody { - vertical-align: inherit; - } - - .table > thead { - vertical-align: bottom; - } - - .table > :not(:first-child) { - border-top: 2px solid currentColor; - } - -.caption-top { - caption-side: top; -} - -.table-sm > :not(caption) > * > * { - padding: 0.25rem 0.25rem; -} - -.table-bordered > :not(caption) > * { - border-width: 1px 0; -} - - .table-bordered > :not(caption) > * > * { - border-width: 0 1px; - } - -.table-borderless > :not(caption) > * > * { - border-bottom-width: 0; -} - -.table-borderless > :not(:first-child) { - border-top-width: 0; -} - -.table-striped > tbody > tr:nth-of-type(odd) > * { - --bs-table-accent-bg: var(--bs-table-striped-bg); - color: var(--bs-table-striped-color); -} - -.table-active { - --bs-table-accent-bg: var(--bs-table-active-bg); - color: var(--bs-table-active-color); -} - -.table-hover > tbody > tr:hover > * { - --bs-table-accent-bg: var(--bs-table-hover-bg); - color: var(--bs-table-hover-color); -} - -.table-primary { - --bs-table-bg: #f2dfd7; - --bs-table-striped-bg: #e6d4cc; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dac9c2; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e0cec7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dac9c2; -} - -.table-secondary { - --bs-table-bg: #e2e3e5; - --bs-table-striped-bg: #d7d8da; - --bs-table-striped-color: #000; - --bs-table-active-bg: #cbccce; - --bs-table-active-color: #000; - --bs-table-hover-bg: #d1d2d4; - --bs-table-hover-color: #000; - color: #000; - border-color: #cbccce; -} - -.table-success { - --bs-table-bg: #d1e7dd; - --bs-table-striped-bg: #c7dbd2; - --bs-table-striped-color: #000; - --bs-table-active-bg: #bcd0c7; - --bs-table-active-color: #000; - --bs-table-hover-bg: #c1d6cc; - --bs-table-hover-color: #000; - color: #000; - border-color: #bcd0c7; -} - -.table-info { - --bs-table-bg: #cff4fc; - --bs-table-striped-bg: #c5e8ef; - --bs-table-striped-color: #000; - --bs-table-active-bg: #badce3; - --bs-table-active-color: #000; - --bs-table-hover-bg: #bfe2e9; - --bs-table-hover-color: #000; - color: #000; - border-color: #badce3; -} - -.table-warning { - --bs-table-bg: #fff3cd; - --bs-table-striped-bg: #f2e7c3; - --bs-table-striped-color: #000; - --bs-table-active-bg: #e6dbb9; - --bs-table-active-color: #000; - --bs-table-hover-bg: #ece1be; - --bs-table-hover-color: #000; - color: #000; - border-color: #e6dbb9; -} - -.table-danger { - --bs-table-bg: #f8d7da; - --bs-table-striped-bg: #eccccf; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfc2c4; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5c7ca; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfc2c4; -} - -.table-light { - --bs-table-bg: #f8f9fa; - --bs-table-striped-bg: #ecedee; - --bs-table-striped-color: #000; - --bs-table-active-bg: #dfe0e1; - --bs-table-active-color: #000; - --bs-table-hover-bg: #e5e6e7; - --bs-table-hover-color: #000; - color: #000; - border-color: #dfe0e1; -} - -.table-dark { - --bs-table-bg: #212529; - --bs-table-striped-bg: #2c3034; - --bs-table-striped-color: #fff; - --bs-table-active-bg: #373b3e; - --bs-table-active-color: #fff; - --bs-table-hover-bg: #323539; - --bs-table-hover-color: #fff; - color: #fff; - border-color: #373b3e; -} - -.table-responsive { - overflow-x: auto; - -webkit-overflow-scrolling: touch; -} - -@media (max-width: 575.98px) { - .table-responsive-sm { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 767.98px) { - .table-responsive-md { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 991.98px) { - .table-responsive-lg { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1199.98px) { - .table-responsive-xl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -@media (max-width: 1399.98px) { - .table-responsive-xxl { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } -} - -.form-label { - margin-bottom: 0.5rem; -} - -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; -} - -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; -} - -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; -} - -.form-text { - margin-top: 0.25rem; - font-size: 0.875em; - color: #6c757d; -} - -.form-control { - display: block; - width: 100%; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control { - transition: none; - } -} - -.form-control[type=file] { - overflow: hidden; -} - - .form-control[type=file]:not(:disabled):not([readonly]) { - cursor: pointer; - } - -.form-control:focus { - color: #212529; - background-color: #fff; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-control::-webkit-date-and-time-value { - height: 1.5em; -} - -.form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control::placeholder { - color: #6c757d; - opacity: 1; -} - -.form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -.form-control::file-selector-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } - - .form-control::file-selector-button { - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control:hover:not(:disabled):not([readonly])::file-selector-button { - background-color: #dde0e3; -} - -.form-control::-webkit-file-upload-button { - padding: 0.375rem 0.75rem; - margin: -0.375rem -0.75rem; - -webkit-margin-end: 0.75rem; - margin-inline-end: 0.75rem; - color: #212529; - background-color: #e9ecef; - pointer-events: none; - border-color: inherit; - border-style: solid; - border-width: 0; - border-inline-end-width: 1px; - border-radius: 0; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .form-control::-webkit-file-upload-button { - -webkit-transition: none; - transition: none; - } -} - -.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { - background-color: #dde0e3; -} - -.form-control-plaintext { - display: block; - width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} - - .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; - } - -.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::file-selector-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - - .form-control-sm::-webkit-file-upload-button { - padding: 0.25rem 0.5rem; - margin: -0.25rem -0.5rem; - -webkit-margin-end: 0.5rem; - margin-inline-end: 0.5rem; - } - -.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::file-selector-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - - .form-control-lg::-webkit-file-upload-button { - padding: 0.5rem 1rem; - margin: -0.5rem -1rem; - -webkit-margin-end: 1rem; - margin-inline-end: 1rem; - } - -textarea.form-control { - min-height: calc(1.5em + 0.75rem + 2px); -} - -textarea.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); -} - -textarea.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); -} - -.form-control-color { - width: 3rem; - height: auto; - padding: 0.375rem; -} - - .form-control-color:not(:disabled):not([readonly]) { - cursor: pointer; - } - - .form-control-color::-moz-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - - .form-control-color::-webkit-color-swatch { - height: 1.5em; - border-radius: 0.25rem; - } - -.form-select { - display: block; - width: 100%; - padding: 0.375rem 2.25rem 0.375rem 0.75rem; - -moz-padding-start: calc(0.75rem - 3px); - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right 0.75rem center; - background-size: 16px 12px; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-select { - transition: none; - } -} - -.form-select:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.form-select[multiple], .form-select[size]:not([size="1"]) { - padding-right: 0.75rem; - background-image: none; -} - -.form-select:disabled { - background-color: #e9ecef; -} - -.form-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #212529; -} - -.form-select-sm { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.form-select-lg { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.form-check { - display: block; - min-height: 1.5rem; - padding-left: 1.5em; - margin-bottom: 0.125rem; -} - - .form-check .form-check-input { - float: left; - margin-left: -1.5em; - } - -.form-check-input { - width: 1em; - height: 1em; - margin-top: 0.25em; - vertical-align: top; - background-color: #fff; - background-repeat: no-repeat; - background-position: center; - background-size: contain; - border: 1px solid rgba(0, 0, 0, 0.25); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -webkit-print-color-adjust: exact; - color-adjust: exact; -} - - .form-check-input[type=checkbox] { - border-radius: 0.25em; - } - - .form-check-input[type=radio] { - border-radius: 50%; - } - - .form-check-input:active { - filter: brightness(90%); - } - - .form-check-input:focus { - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-check-input:checked { - background-color: #1086c5; - border-color: #1086c5; - } - - .form-check-input:checked[type=checkbox] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); - } - - .form-check-input:checked[type=radio] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); - } - - .form-check-input[type=checkbox]:indeterminate { - background-color: #1086c5; - border-color: #1086c5; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); - } - - .form-check-input:disabled { - pointer-events: none; - filter: none; - opacity: 0.5; - } - - .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - opacity: 0.5; - } - -.form-switch { - padding-left: 2.5em; -} - - .form-switch .form-check-input { - width: 2em; - margin-left: -2.5em; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); - background-position: left center; - border-radius: 2em; - transition: background-position 0.15s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-switch .form-check-input { - transition: none; - } -} - -.form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23deae9c'/%3e%3c/svg%3e"); -} - -.form-switch .form-check-input:checked { - background-position: right center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); -} - -.form-check-inline { - display: inline-block; - margin-right: 1rem; -} - -.btn-check { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} - - .btn-check[disabled] + .btn, .btn-check:disabled + .btn { - pointer-events: none; - filter: none; - opacity: 0.65; - } - -.form-range { - width: 100%; - height: 1.5rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - - .form-range:focus { - outline: 0; - } - - .form-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - } - - .form-range::-moz-focus-outer { - border: 0; - } - - .form-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; - } - -@media (prefers-reduced-motion: reduce) { - .form-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; - } -} - -.form-range::-webkit-slider-thumb:active { - background-color: #ebcec3; -} - -.form-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #1086c5; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; -} - -@media (prefers-reduced-motion: reduce) { - .form-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } -} - -.form-range::-moz-range-thumb:active { - background-color: #ebcec3; -} - -.form-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} - -.form-range:disabled { - pointer-events: none; -} - - .form-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; - } - - .form-range:disabled::-moz-range-thumb { - background-color: #adb5bd; - } - -.form-floating { - position: relative; -} - - .form-floating > .form-control, - .form-floating > .form-select { - height: calc(3.5rem + 2px); - line-height: 1.25; - } - - .form-floating > label { - position: absolute; - top: 0; - left: 0; - height: 100%; - padding: 1rem 0.75rem; - pointer-events: none; - border: 1px solid transparent; - transform-origin: 0 0; - transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; - } - -@media (prefers-reduced-motion: reduce) { - .form-floating > label { - transition: none; - } -} - -.form-floating > .form-control { - padding: 1rem 0.75rem; -} - - .form-floating > .form-control::-moz-placeholder { - color: transparent; - } - - .form-floating > .form-control:-ms-input-placeholder { - color: transparent; - } - - .form-floating > .form-control::placeholder { - color: transparent; - } - - .form-floating > .form-control:not(:-moz-placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:not(:-ms-input-placeholder) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - - .form-floating > .form-control:-webkit-autofill { - padding-top: 1.625rem; - padding-bottom: 0.625rem; - } - -.form-floating > .form-select { - padding-top: 1.625rem; - padding-bottom: 0.625rem; -} - -.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:not(:-ms-input-placeholder) ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:focus ~ label, -.form-floating > .form-control:not(:placeholder-shown) ~ label, -.form-floating > .form-select ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.form-floating > .form-control:-webkit-autofill ~ label { - opacity: 0.65; - transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); -} - -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; -} - - .input-group > .form-control, - .input-group > .form-select { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; - } - - .input-group > .form-control:focus, - .input-group > .form-select:focus { - z-index: 3; - } - - .input-group .btn { - position: relative; - z-index: 2; - } - - .input-group .btn:focus { - z-index: 3; - } - -.input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} - -.input-group-lg > .form-control, -.input-group-lg > .form-select, -.input-group-lg > .input-group-text, -.input-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.input-group-sm > .form-control, -.input-group-sm > .form-select, -.input-group-sm > .input-group-text, -.input-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.input-group-lg > .form-select, -.input-group-sm > .form-select { - padding-right: 3rem; -} - -.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), -.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), -.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { - margin-left: -1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #198754; -} - -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(25, 135, 84, 0.9); - border-radius: 0.25rem; -} - -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; -} - -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #198754; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:valid, .form-select.is-valid { - border-color: #198754; -} - - .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:valid:focus, .form-select.is-valid:focus { - border-color: #198754; - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - -.was-validated .form-check-input:valid, .form-check-input.is-valid { - border-color: #198754; -} - - .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #198754; - } - - .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); - } - - .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #198754; - } - -.form-check-inline .form-check-input ~ .valid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, -.was-validated .input-group .form-select:valid, -.input-group .form-select.is-valid { - z-index: 1; -} - - .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, - .was-validated .input-group .form-select:valid:focus, - .input-group .form-select.is-valid:focus { - z-index: 3; - } - -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #dc3545; -} - -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; -} - -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; -} - -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); -} - - .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); -} - -.was-validated .form-select:invalid, .form-select.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { - padding-right: 4.125rem; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 2.25rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); - } - - .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - -.was-validated .form-check-input:invalid, .form-check-input.is-invalid { - border-color: #dc3545; -} - - .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #dc3545; - } - - .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); - } - - .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; - } - -.form-check-inline .form-check-input ~ .invalid-feedback { - margin-left: 0.5em; -} - -.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, -.was-validated .input-group .form-select:invalid, -.input-group .form-select.is-invalid { - z-index: 2; -} - - .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, - .was-validated .input-group .form-select:invalid:focus, - .input-group .form-select.is-invalid:focus { - z-index: 3; - } - -.btn { - display: inline-block; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } -} - -.btn:hover { - color: #212529; -} - -.btn-check:focus + .btn, .btn:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.btn:disabled, .btn.disabled, fieldset:disabled .btn { - pointer-events: none; - opacity: 0.65; -} - -.btn-primary { - color: #000; - background-color: #1086c5; - border-color: #1086c5; -} - - .btn-primary:hover { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - } - - .btn-check:focus + .btn-primary, .btn-primary:focus { - color: #000; - background-color: #c77556; - border-color: #c46d4c; - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { - color: #000; - background-color: #ca7d60; - border-color: #c46d4c; - } - - .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(161, 79, 48, 0.5); - } - - .btn-primary:disabled, .btn-primary.disabled { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} - - .btn-secondary:hover { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - } - - .btn-check:focus + .btn-secondary, .btn-secondary:focus { - color: #fff; - background-color: #5c636a; - border-color: #565e64; - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #565e64; - border-color: #51585e; - } - - .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); - } - - .btn-secondary:disabled, .btn-secondary.disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - -.btn-success { - color: #fff; - background-color: #198754; - border-color: #198754; -} - - .btn-success:hover { - color: #fff; - background-color: #157347; - border-color: #146c43; - } - - .btn-check:focus + .btn-success, .btn-success:focus { - color: #fff; - background-color: #157347; - border-color: #146c43; - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #146c43; - border-color: #13653f; - } - - .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); - } - - .btn-success:disabled, .btn-success.disabled { - color: #fff; - background-color: #198754; - border-color: #198754; - } - -.btn-info { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-info:hover { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - } - - .btn-check:focus + .btn-info, .btn-info:focus { - color: #000; - background-color: #31d2f2; - border-color: #25cff2; - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { - color: #000; - background-color: #3dd5f3; - border-color: #25cff2; - } - - .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); - } - - .btn-info:disabled, .btn-info.disabled { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - -.btn-warning { - color: #000; - background-color: #ffc107; - border-color: #ffc107; -} - - .btn-warning:hover { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - } - - .btn-check:focus + .btn-warning, .btn-warning:focus { - color: #000; - background-color: #ffca2c; - border-color: #ffc720; - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { - color: #000; - background-color: #ffcd39; - border-color: #ffc720; - } - - .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); - } - - .btn-warning:disabled, .btn-warning.disabled { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} - - .btn-danger:hover { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - } - - .btn-check:focus + .btn-danger, .btn-danger:focus { - color: #fff; - background-color: #bb2d3b; - border-color: #b02a37; - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #b02a37; - border-color: #a52834; - } - - .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); - } - - .btn-danger:disabled, .btn-danger.disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - -.btn-light { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-light:hover { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:focus + .btn-light, .btn-light:focus { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { - color: #000; - background-color: #f9fafb; - border-color: #f9fafb; - } - - .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); - } - - .btn-light:disabled, .btn-light.disabled { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - -.btn-dark { - color: #fff; - background-color: #212529; - border-color: #212529; -} - - .btn-dark:hover { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - } - - .btn-check:focus + .btn-dark, .btn-dark:focus { - color: #fff; - background-color: #1c1f23; - border-color: #1a1e21; - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1a1e21; - border-color: #191c1f; - } - - .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); - } - - .btn-dark:disabled, .btn-dark.disabled { - color: #fff; - background-color: #212529; - border-color: #212529; - } - -.btn-outline-primary { - color: #1086c5; - border-color: #1086c5; -} - - .btn-outline-primary:hover { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { - color: #000; - background-color: #1086c5; - border-color: #1086c5; - } - - .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.5); - } - - .btn-outline-primary:disabled, .btn-outline-primary.disabled { - color: #1086c5; - background-color: transparent; - } - -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; -} - - .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; - } - - .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); - } - - .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { - color: #6c757d; - background-color: transparent; - } - -.btn-outline-success { - color: #198754; - border-color: #198754; -} - - .btn-outline-success:hover { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { - color: #fff; - background-color: #198754; - border-color: #198754; - } - - .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); - } - - .btn-outline-success:disabled, .btn-outline-success.disabled { - color: #198754; - background-color: transparent; - } - -.btn-outline-info { - color: #0dcaf0; - border-color: #0dcaf0; -} - - .btn-outline-info:hover { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { - color: #000; - background-color: #0dcaf0; - border-color: #0dcaf0; - } - - .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); - } - - .btn-outline-info:disabled, .btn-outline-info.disabled { - color: #0dcaf0; - background-color: transparent; - } - -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; -} - - .btn-outline-warning:hover { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { - color: #000; - background-color: #ffc107; - border-color: #ffc107; - } - - .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); - } - - .btn-outline-warning:disabled, .btn-outline-warning.disabled { - color: #ffc107; - background-color: transparent; - } - -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; -} - - .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; - } - - .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); - } - - .btn-outline-danger:disabled, .btn-outline-danger.disabled { - color: #dc3545; - background-color: transparent; - } - -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; -} - - .btn-outline-light:hover { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { - color: #000; - background-color: #f8f9fa; - border-color: #f8f9fa; - } - - .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); - } - - .btn-outline-light:disabled, .btn-outline-light.disabled { - color: #f8f9fa; - background-color: transparent; - } - -.btn-outline-dark { - color: #212529; - border-color: #212529; -} - - .btn-outline-dark:hover { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { - color: #fff; - background-color: #212529; - border-color: #212529; - } - - .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); - } - - .btn-outline-dark:disabled, .btn-outline-dark.disabled { - color: #212529; - background-color: transparent; - } - -.btn-link { - font-weight: 400; - color: #1086c5; - text-decoration: underline; -} - - .btn-link:hover { - color: #974a2d; - } - - .btn-link:disabled, .btn-link.disabled { - color: #6c757d; - } - -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.fade { - transition: opacity 0.15s linear; -} - -@media (prefers-reduced-motion: reduce) { - .fade { - transition: none; - } -} - -.fade:not(.show) { - opacity: 0; -} - -.collapse:not(.show) { - display: none; -} - -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } -} - -.collapsing.collapse-horizontal { - width: 0; - height: auto; - transition: width 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing.collapse-horizontal { - transition: none; - } -} - -.dropup, -.dropend, -.dropdown, -.dropstart { - position: relative; -} - -.dropdown-toggle { - white-space: nowrap; -} - - .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; - } - - .dropdown-toggle:empty::after { - margin-left: 0; - } - -.dropdown-menu { - position: absolute; - z-index: 1000; - display: none; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .dropdown-menu[data-bs-popper] { - top: 100%; - left: 0; - margin-top: 0.125rem; - } - -.dropdown-menu-start { - --bs-position: start; -} - - .dropdown-menu-start[data-bs-popper] { - right: auto; - left: 0; - } - -.dropdown-menu-end { - --bs-position: end; -} - - .dropdown-menu-end[data-bs-popper] { - right: 0; - left: auto; - } - -@media (min-width: 576px) { - .dropdown-menu-sm-start { - --bs-position: start; - } - - .dropdown-menu-sm-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-sm-end { - --bs-position: end; - } - - .dropdown-menu-sm-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 768px) { - .dropdown-menu-md-start { - --bs-position: start; - } - - .dropdown-menu-md-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-md-end { - --bs-position: end; - } - - .dropdown-menu-md-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 992px) { - .dropdown-menu-lg-start { - --bs-position: start; - } - - .dropdown-menu-lg-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-lg-end { - --bs-position: end; - } - - .dropdown-menu-lg-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1200px) { - .dropdown-menu-xl-start { - --bs-position: start; - } - - .dropdown-menu-xl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xl-end { - --bs-position: end; - } - - .dropdown-menu-xl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -@media (min-width: 1400px) { - .dropdown-menu-xxl-start { - --bs-position: start; - } - - .dropdown-menu-xxl-start[data-bs-popper] { - right: auto; - left: 0; - } - - .dropdown-menu-xxl-end { - --bs-position: end; - } - - .dropdown-menu-xxl-end[data-bs-popper] { - right: 0; - left: auto; - } -} - -.dropup .dropdown-menu[data-bs-popper] { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; -} - -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; -} - -.dropup .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-menu[data-bs-popper] { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; -} - -.dropend .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; -} - -.dropend .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropend .dropdown-toggle::after { - vertical-align: 0; -} - -.dropstart .dropdown-menu[data-bs-popper] { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; -} - -.dropstart .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; -} - -.dropstart .dropdown-toggle::after { - display: none; -} - -.dropstart .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; -} - -.dropstart .dropdown-toggle:empty::after { - margin-left: 0; -} - -.dropstart .dropdown-toggle::before { - vertical-align: 0; -} - -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border: 0; -} - - .dropdown-item:hover, .dropdown-item:focus { - color: #1e2125; - background-color: #e9ecef; - } - - .dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #1086c5; - } - - .dropdown-item.disabled, .dropdown-item:disabled { - color: #adb5bd; - pointer-events: none; - background-color: transparent; - } - -.dropdown-menu.show { - display: block; -} - -.dropdown-header { - display: block; - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; -} - -.dropdown-item-text { - display: block; - padding: 0.25rem 1rem; - color: #212529; -} - -.dropdown-menu-dark { - color: #dee2e6; - background-color: #343a40; - border-color: rgba(0, 0, 0, 0.15); -} - - .dropdown-menu-dark .dropdown-item { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { - color: #fff; - background-color: rgba(255, 255, 255, 0.15); - } - - .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { - color: #fff; - background-color: #1086c5; - } - - .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { - color: #adb5bd; - } - - .dropdown-menu-dark .dropdown-divider { - border-color: rgba(0, 0, 0, 0.15); - } - - .dropdown-menu-dark .dropdown-item-text { - color: #dee2e6; - } - - .dropdown-menu-dark .dropdown-header { - color: #adb5bd; - } - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; -} - - .btn-group > .btn, - .btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; - } - - .btn-group > .btn-check:checked + .btn, - .btn-group > .btn-check:focus + .btn, - .btn-group > .btn:hover, - .btn-group > .btn:focus, - .btn-group > .btn:active, - .btn-group > .btn.active, - .btn-group-vertical > .btn-check:checked + .btn, - .btn-group-vertical > .btn-check:focus + .btn, - .btn-group-vertical > .btn:hover, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { - z-index: 1; - } - -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} - - .btn-toolbar .input-group { - width: auto; - } - -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; -} - -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.btn-group > .btn:nth-child(n+3), -.btn-group > :not(.btn-check) + .btn, -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; -} - - .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { - margin-left: 0; - } - -.dropstart .dropdown-toggle-split::before { - margin-right: 0; -} - -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} - -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} - -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; -} - - .btn-group-vertical > .btn, - .btn-group-vertical > .btn-group { - width: 100%; - } - - .btn-group-vertical > .btn:not(:first-child), - .btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; - } - - .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), - .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - } - - .btn-group-vertical > .btn ~ .btn, - .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav { - display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.nav-link { - display: block; - padding: 0.5rem 1rem; - color: #1086c5; - text-decoration: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .nav-link { - transition: none; - } -} - -.nav-link:hover, .nav-link:focus { - color: #974a2d; -} - -.nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; -} - -.nav-tabs { - border-bottom: 1px solid #dee2e6; -} - - .nav-tabs .nav-link { - margin-bottom: -1px; - background: none; - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; - isolation: isolate; - } - - .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; - } - - .nav-tabs .nav-link.active, - .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; - } - - .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; - } - -.nav-pills .nav-link { - background: none; - border: 0; - border-radius: 0.25rem; -} - - .nav-pills .nav-link.active, - .nav-pills .show > .nav-link { - color: #fff; - background-color: #1086c5; - } - -.nav-fill > .nav-link, -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} - -.nav-justified > .nav-link, -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} - - .nav-fill .nav-item .nav-link, - .nav-justified .nav-item .nav-link { - width: 100%; - } - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - - .navbar > .container, - .navbar > .container-fluid, - .navbar > .container-sm, - .navbar > .container-md, - .navbar > .container-lg, - .navbar > .container-xl, - .navbar > .container-xxl { - display: flex; - flex-wrap: inherit; - align-items: center; - justify-content: space-between; - } - -.navbar-brand { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - text-decoration: none; - white-space: nowrap; -} - -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - - .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; - } - - .navbar-nav .dropdown-menu { - position: static; - } - -.navbar-text { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.navbar-collapse { - flex-basis: 100%; - flex-grow: 1; - align-items: center; -} - -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; - transition: box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .navbar-toggler { - transition: none; - } -} - -.navbar-toggler:hover { - text-decoration: none; -} - -.navbar-toggler:focus { - text-decoration: none; - outline: 0; - box-shadow: 0 0 0 0.25rem; -} - -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - background-repeat: no-repeat; - background-position: center; - background-size: 100%; -} - -.navbar-nav-scroll { - max-height: var(--bs-scroll-height, 75vh); - overflow-y: auto; -} - -@media (min-width: 576px) { - .navbar-expand-sm { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-sm .navbar-nav { - flex-direction: row; - } - - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-sm .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-sm .navbar-toggler { - display: none; - } - - .navbar-expand-sm .offcanvas-header { - display: none; - } - - .navbar-expand-sm .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-sm .offcanvas-top, - .navbar-expand-sm .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-sm .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 768px) { - .navbar-expand-md { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-md .navbar-nav { - flex-direction: row; - } - - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-md .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-md .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-md .navbar-toggler { - display: none; - } - - .navbar-expand-md .offcanvas-header { - display: none; - } - - .navbar-expand-md .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-md .offcanvas-top, - .navbar-expand-md .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-md .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 992px) { - .navbar-expand-lg { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-lg .navbar-nav { - flex-direction: row; - } - - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-lg .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-lg .navbar-toggler { - display: none; - } - - .navbar-expand-lg .offcanvas-header { - display: none; - } - - .navbar-expand-lg .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-lg .offcanvas-top, - .navbar-expand-lg .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-lg .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1200px) { - .navbar-expand-xl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xl .navbar-toggler { - display: none; - } - - .navbar-expand-xl .offcanvas-header { - display: none; - } - - .navbar-expand-xl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xl .offcanvas-top, - .navbar-expand-xl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -@media (min-width: 1400px) { - .navbar-expand-xxl { - flex-wrap: nowrap; - justify-content: flex-start; - } - - .navbar-expand-xxl .navbar-nav { - flex-direction: row; - } - - .navbar-expand-xxl .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand-xxl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand-xxl .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand-xxl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand-xxl .navbar-toggler { - display: none; - } - - .navbar-expand-xxl .offcanvas-header { - display: none; - } - - .navbar-expand-xxl .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand-xxl .offcanvas-top, - .navbar-expand-xxl .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand-xxl .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } -} - -.navbar-expand { - flex-wrap: nowrap; - justify-content: flex-start; -} - - .navbar-expand .navbar-nav { - flex-direction: row; - } - - .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; - } - - .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - - .navbar-expand .navbar-nav-scroll { - overflow: visible; - } - - .navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - - .navbar-expand .navbar-toggler { - display: none; - } - - .navbar-expand .offcanvas-header { - display: none; - } - - .navbar-expand .offcanvas { - position: inherit; - bottom: 0; - z-index: 1000; - flex-grow: 1; - visibility: visible !important; - background-color: transparent; - border-right: 0; - border-left: 0; - transition: none; - transform: none; - } - - .navbar-expand .offcanvas-top, - .navbar-expand .offcanvas-bottom { - height: auto; - border-top: 0; - border-bottom: 0; - } - - .navbar-expand .offcanvas-body { - display: flex; - flex-grow: 0; - padding: 0; - overflow-y: visible; - } - -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); -} - - .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); - } - - .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); - } - - .navbar-light .navbar-nav .show > .nav-link, - .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.55); - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.55); -} - - .navbar-light .navbar-text a, - .navbar-light .navbar-text a:hover, - .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); - } - -.navbar-dark .navbar-brand { - color: #fff; -} - - .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; - } - -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); - } - - .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); - } - - .navbar-dark .navbar-nav .show > .nav-link, - .navbar-dark .navbar-nav .nav-link.active { - color: #fff; - } - -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.55); -} - - .navbar-dark .navbar-text a, - .navbar-dark .navbar-text a:hover, - .navbar-dark .navbar-text a:focus { - color: #fff; - } - -.card { - position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} - - .card > hr { - margin-right: 0; - margin-left: 0; - } - - .card > .list-group { - border-top: inherit; - border-bottom: inherit; - } - - .card > .list-group:first-child { - border-top-width: 0; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .card > .list-group:last-child { - border-bottom-width: 0; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .card > .card-header + .list-group, - .card > .list-group + .card-footer { - border-top: 0; - } - -.card-body { - flex: 1 1 auto; - padding: 1rem 1rem; -} - -.card-title { - margin-bottom: 0.5rem; -} - -.card-subtitle { - margin-top: -0.25rem; - margin-bottom: 0; -} - -.card-text:last-child { - margin-bottom: 0; -} - -.card-link + .card-link { - margin-left: 1rem; -} - -.card-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; - } - -.card-footer { - padding: 0.5rem 1rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} - - .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); - } - -.card-header-tabs { - margin-right: -0.5rem; - margin-bottom: -0.5rem; - margin-left: -0.5rem; - border-bottom: 0; -} - -.card-header-pills { - margin-right: -0.5rem; - margin-left: -0.5rem; -} - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1rem; - border-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-top, -.card-img-bottom { - width: 100%; -} - -.card-img, -.card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} - -.card-group > .card { - margin-bottom: 0.75rem; -} - -@media (min-width: 576px) { - .card-group { - display: flex; - flex-flow: row wrap; - } - - .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; - } - - .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - - .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-top, - .card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; - } - - .card-group > .card:not(:last-child) .card-img-bottom, - .card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; - } - - .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-top, - .card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; - } - - .card-group > .card:not(:first-child) .card-img-bottom, - .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; - } -} - -.accordion-button { - position: relative; - display: flex; - align-items: center; - width: 100%; - padding: 1rem 1.25rem; - font-size: 1rem; - color: #212529; - text-align: left; - background-color: #fff; - border: 0; - border-radius: 0; - overflow-anchor: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button { - transition: none; - } -} - -.accordion-button:not(.collapsed) { - color: #aa5432; - background-color: #f8efeb; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); -} - - .accordion-button:not(.collapsed)::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aa5432'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - transform: rotate(-180deg); - } - -.accordion-button::after { - flex-shrink: 0; - width: 1.25rem; - height: 1.25rem; - margin-left: auto; - content: ""; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 1.25rem; - transition: transform 0.2s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .accordion-button::after { - transition: none; - } -} - -.accordion-button:hover { - z-index: 2; -} - -.accordion-button:focus { - z-index: 3; - border-color: #deae9c; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.accordion-header { - margin-bottom: 0; -} - -.accordion-item { - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .accordion-item:first-of-type { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .accordion-item:first-of-type .accordion-button { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); - } - - .accordion-item:not(:first-of-type) { - border-top: 0; - } - - .accordion-item:last-of-type { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .accordion-item:last-of-type .accordion-button.collapsed { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); - } - - .accordion-item:last-of-type .accordion-collapse { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - -.accordion-body { - padding: 1rem 1.25rem; -} - -.accordion-flush .accordion-collapse { - border-width: 0; -} - -.accordion-flush .accordion-item { - border-right: 0; - border-left: 0; - border-radius: 0; -} - - .accordion-flush .accordion-item:first-child { - border-top: 0; - } - - .accordion-flush .accordion-item:last-child { - border-bottom: 0; - } - - .accordion-flush .accordion-item .accordion-button { - border-radius: 0; - } - -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0 0; - margin-bottom: 1rem; - list-style: none; -} - -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; -} - - .breadcrumb-item + .breadcrumb-item::before { - float: left; - padding-right: 0.5rem; - color: #6c757d; - content: var(--bs-breadcrumb-divider, "/")*/ /* rtl: var(--bs-breadcrumb-divider, "/") *//*; - } - -.breadcrumb-item.active { - color: #6c757d; -} - -.pagination { - display: flex; - padding-left: 0; - list-style: none; -} - -.page-link { - position: relative; - display: block; - color: #1086c5; - text-decoration: none; - background-color: #fff; - border: 1px solid #dee2e6; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .page-link { - transition: none; - } -} - -.page-link:hover { - z-index: 2; - color: #974a2d; - background-color: #e9ecef; - border-color: #dee2e6; -} - -.page-link:focus { - z-index: 3; - color: #974a2d; - background-color: #e9ecef; - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); -} - -.page-item:not(:first-child) .page-link { - margin-left: -1px; -} - -.page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; -} - -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - background-color: #fff; - border-color: #dee2e6; -} - -.page-link { - padding: 0.375rem 0.75rem; -} - -.page-item:first-child .page-link { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; -} - -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; -} - -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; -} - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; -} - -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; -} - -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; -} - -.badge { - display: inline-block; - padding: 0.35em 0.65em; - font-size: 0.75em; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; -} - - .badge:empty { - display: none; - } - -.btn .badge { - position: relative; - top: -1px; -} - -.alert { - position: relative; - padding: 1rem 1rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.alert-heading { - color: inherit; -} - -.alert-link { - font-weight: 700; -} - -.alert-dismissible { - padding-right: 3rem; -} - - .alert-dismissible .btn-close { - position: absolute; - top: 0; - right: 0; - z-index: 2; - padding: 1.25rem 1rem; - } - -.alert-primary { - color: #713822; - background-color: #f2dfd7; - border-color: #ebcec3; -} - - .alert-primary .alert-link { - color: #5a2d1b; - } - -.alert-secondary { - color: #41464b; - background-color: #e2e3e5; - border-color: #d3d6d8; -} - - .alert-secondary .alert-link { - color: #34383c; - } - -.alert-success { - color: #0f5132; - background-color: #d1e7dd; - border-color: #badbcc; -} - - .alert-success .alert-link { - color: #0c4128; - } - -.alert-info { - color: #055160; - background-color: #cff4fc; - border-color: #b6effb; -} - - .alert-info .alert-link { - color: #04414d; - } - -.alert-warning { - color: #664d03; - background-color: #fff3cd; - border-color: #ffecb5; -} - - .alert-warning .alert-link { - color: #523e02; - } - -.alert-danger { - color: #842029; - background-color: #f8d7da; - border-color: #f5c2c7; -} - - .alert-danger .alert-link { - color: #6a1a21; - } - -.alert-light { - color: #636464; - background-color: #fefefe; - border-color: #fdfdfe; -} - - .alert-light .alert-link { - color: #4f5050; - } - -.alert-dark { - color: #141619; - background-color: #d3d3d4; - border-color: #bcbebf; -} - - .alert-dark .alert-link { - color: #101214; - } - -@-webkit-keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -@keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } -} - -.progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; -} - -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #1086c5; - transition: width 0.6s ease; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; - } -} - -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-bar-animated { - -webkit-animation: 1s linear infinite progress-bar-stripes; - animation: 1s linear infinite progress-bar-stripes; -} - -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - -webkit-animation: none; - animation: none; - } -} - -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - border-radius: 0.25rem; -} - -.list-group-numbered { - list-style-type: none; - counter-reset: section; -} - - .list-group-numbered > li::before { - content: counters(section, ".") ". "; - counter-increment: section; - } - -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} - - .list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; - } - - .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; - } - -.list-group-item { - position: relative; - display: block; - padding: 0.5rem 1rem; - color: #212529; - text-decoration: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - - .list-group-item:first-child { - border-top-left-radius: inherit; - border-top-right-radius: inherit; - } - - .list-group-item:last-child { - border-bottom-right-radius: inherit; - border-bottom-left-radius: inherit; - } - - .list-group-item.disabled, .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; - } - - .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #1086c5; - border-color: #1086c5; - } - - .list-group-item + .list-group-item { - border-top-width: 0; - } - - .list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; - } - -.list-group-horizontal { - flex-direction: row; -} - - .list-group-horizontal > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } - -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; - } - - .list-group-horizontal-sm > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-sm > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-sm > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; - } - - .list-group-horizontal-md > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-md > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-md > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-md > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; - } - - .list-group-horizontal-lg > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-lg > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-lg > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; - } - - .list-group-horizontal-xl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1400px) { - .list-group-horizontal-xxl { - flex-direction: row; - } - - .list-group-horizontal-xxl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - - .list-group-horizontal-xxl > .list-group-item.active { - margin-top: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - - .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -.list-group-flush { - border-radius: 0; -} - - .list-group-flush > .list-group-item { - border-width: 0 0 1px; - } - - .list-group-flush > .list-group-item:last-child { - border-bottom-width: 0; - } - -.list-group-item-primary { - color: #713822; - background-color: #f2dfd7; -} - - .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #713822; - background-color: #dac9c2; - } - - .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #713822; - border-color: #713822; - } - -.list-group-item-secondary { - color: #41464b; - background-color: #e2e3e5; -} - - .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #41464b; - background-color: #cbccce; - } - - .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #41464b; - border-color: #41464b; - } - -.list-group-item-success { - color: #0f5132; - background-color: #d1e7dd; -} - - .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #0f5132; - background-color: #bcd0c7; - } - - .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #0f5132; - border-color: #0f5132; - } - -.list-group-item-info { - color: #055160; - background-color: #cff4fc; -} - - .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #055160; - background-color: #badce3; - } - - .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #055160; - border-color: #055160; - } - -.list-group-item-warning { - color: #664d03; - background-color: #fff3cd; -} - - .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #664d03; - background-color: #e6dbb9; - } - - .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #664d03; - border-color: #664d03; - } - -.list-group-item-danger { - color: #842029; - background-color: #f8d7da; -} - - .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #842029; - background-color: #dfc2c4; - } - - .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #842029; - border-color: #842029; - } - -.list-group-item-light { - color: #636464; - background-color: #fefefe; -} - - .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #636464; - background-color: #e5e5e5; - } - - .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #636464; - border-color: #636464; - } - -.list-group-item-dark { - color: #141619; - background-color: #d3d3d4; -} - - .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #141619; - background-color: #bebebf; - } - - .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #141619; - border-color: #141619; - } - -.btn-close { - box-sizing: content-box; - width: 1em; - height: 1em; - padding: 0.25em 0.25em; - color: #000; - background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; - border: 0; - border-radius: 0.25rem; - opacity: 0.5; -} - - .btn-close:hover { - color: #000; - text-decoration: none; - opacity: 0.75; - } - - .btn-close:focus { - outline: 0; - box-shadow: 0 0 0 0.25rem rgba(16, 134, 197, 0.25); - opacity: 1; - } - - .btn-close:disabled, .btn-close.disabled { - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 0.25; - } - -.btn-close-white { - filter: invert(1) grayscale(100%) brightness(200%); -} - -.toast { - width: 350px; - max-width: 100%; - font-size: 0.875rem; - pointer-events: auto; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - - .toast.showing { - opacity: 0; - } - - .toast:not(.show) { - display: none; - } - -.toast-container { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - max-width: 100%; - pointer-events: none; -} - - .toast-container > :not(:last-child) { - margin-bottom: 0.75rem; - } - -.toast-header { - display: flex; - align-items: center; - padding: 0.5rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - - .toast-header .btn-close { - margin-right: -0.375rem; - margin-left: 0.75rem; - } - -.toast-body { - padding: 0.75rem; - word-wrap: break-word; -} - -.modal { - position: fixed; - top: 0; - left: 0; - z-index: 1055; - display: none; - width: 100%; - height: 100%; - overflow-x: hidden; - overflow-y: auto; - outline: 0; -} - -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} - -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); -} - -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; - } -} - -.modal.show .modal-dialog { - transform: none; -} - -.modal.modal-static .modal-dialog { - transform: scale(1.02); -} - -.modal-dialog-scrollable { - height: calc(100% - 1rem); -} - - .modal-dialog-scrollable .modal-content { - max-height: 100%; - overflow: hidden; - } - - .modal-dialog-scrollable .modal-body { - overflow-y: auto; - } - -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); -} - -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} - -.modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .modal-backdrop.fade { - opacity: 0; - } - - .modal-backdrop.show { - opacity: 0.5; - } - -.modal-header { - display: flex; - flex-shrink: 0; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .modal-header .btn-close { - padding: 0.5rem 0.5rem; - margin: -0.5rem -0.5rem -0.5rem auto; - } - -.modal-title { - margin-bottom: 0; - line-height: 1.5; -} - -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; -} - -.modal-footer { - display: flex; - flex-wrap: wrap; - flex-shrink: 0; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); -} - - .modal-footer > * { - margin: 0.25rem; - } - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - - .modal-dialog-scrollable { - height: calc(100% - 3.5rem); - } - - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - - .modal-sm { - max-width: 300px; - } -} - -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; - } -} - -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; - } -} - -.modal-fullscreen { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; -} - - .modal-fullscreen .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen .modal-header { - border-radius: 0; - } - - .modal-fullscreen .modal-body { - overflow-y: auto; - } - - .modal-fullscreen .modal-footer { - border-radius: 0; - } - -@media (max-width: 575.98px) { - .modal-fullscreen-sm-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-sm-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-sm-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-sm-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 767.98px) { - .modal-fullscreen-md-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-md-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-md-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-md-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 991.98px) { - .modal-fullscreen-lg-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-lg-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-lg-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-lg-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1199.98px) { - .modal-fullscreen-xl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xl-down .modal-footer { - border-radius: 0; - } -} - -@media (max-width: 1399.98px) { - .modal-fullscreen-xxl-down { - width: 100vw; - max-width: none; - height: 100%; - margin: 0; - } - - .modal-fullscreen-xxl-down .modal-content { - height: 100%; - border: 0; - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-header { - border-radius: 0; - } - - .modal-fullscreen-xxl-down .modal-body { - overflow-y: auto; - } - - .modal-fullscreen-xxl-down .modal-footer { - border-radius: 0; - } -} - -.tooltip { - position: absolute; - z-index: 1080; - display: block; - margin: 0; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} - - .tooltip.show { - opacity: 0.9; - } - - .tooltip .tooltip-arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; - } - - .tooltip .tooltip-arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { - padding: 0.4rem 0; -} - - .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { - bottom: 0; - } - - .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { - top: -1px; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; - } - -.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { - padding: 0 0.4rem; -} - - .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { - right: -1px; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; - } - -.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { - padding: 0.4rem 0; -} - - .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { - top: 0; - } - - .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { - bottom: -1px; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; - } - -.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { - padding: 0 0.4rem; -} - - .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; - } - - .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { - left: -1px; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; - } - -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} - -.popover { - position: absolute; - top: 0; - left: 0*/ /* rtl:ignore *//*; - z-index: 1070; - display: block; - max-width: 276px; - font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} - - .popover .popover-arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - } - - .popover .popover-arrow::before, .popover .popover-arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; - } - -.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { - bottom: calc(-0.5rem - 1px); -} - - .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; - } - -.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; - } - -.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { - top: calc(-0.5rem - 1px); -} - - .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; - } - -.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f0f0f0; -} - -.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; -} - - .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); - } - - .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; - } - -.popover-header { - padding: 0.5rem 1rem; - margin-bottom: 0; - font-size: 1rem; - color: #343a40; - background-color: #f0f0f0; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} - - .popover-header:empty { - display: none; - } - -.popover-body { - padding: 1rem 1rem; - color: #212529; -} - -.carousel { - position: relative; -} - - .carousel.pointer-event { - touch-action: pan-y; - } - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} - - .carousel-inner::after { - display: block; - clear: both; - content: ""; - } - -.carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; - } -} - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; -}*/ - - /* rtl:begin:ignore */ - /*.carousel-item-next:not(.carousel-item-start), - .active.carousel-item-end { - transform: translateX(100%); - } - - .carousel-item-prev:not(.carousel-item-end), - .active.carousel-item-start { - transform: translateX(-100%); - }*/ - -/* rtl:end:ignore */ -/*.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; -} - - .carousel-fade .carousel-item.active, - .carousel-fade .carousel-item-next.carousel-item-start, - .carousel-fade .carousel-item-prev.carousel-item-end { - z-index: 1; - opacity: 1; - } - -.carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-start, - .carousel-fade .active.carousel-item-end { - transition: none; - } -} - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - padding: 0; - color: #fff; - text-align: center; - background: none; - border: 0; - opacity: 0.5; - transition: opacity 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - transition: none; - } -} - -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; -} - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 2rem; - height: 2rem; - background-repeat: no-repeat; - background-position: 50%; - background-size: 100% 100%; -}*/ - -/* rtl:options: { - "autoRename": true, - "stringMap":[ { - "name" : "prev-next", - "search" : "prev", - "replace" : "next" - } ] -} */ -/*.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); -} - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); -} - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 2; - display: flex; - justify-content: center; - padding: 0; - margin-right: 15%; - margin-bottom: 1rem; - margin-left: 15%; - list-style: none; -} - - .carousel-indicators [data-bs-target] { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - padding: 0; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border: 0; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; - } - -@media (prefers-reduced-motion: reduce) { - .carousel-indicators [data-bs-target] { - transition: none; - } -} - -.carousel-indicators .active { - opacity: 1; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 1.25rem; - left: 15%; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - color: #fff; - text-align: center; -} - -.carousel-dark .carousel-control-prev-icon, -.carousel-dark .carousel-control-next-icon { - filter: invert(1) grayscale(100); -} - -.carousel-dark .carousel-indicators [data-bs-target] { - background-color: #000; -} - -.carousel-dark .carousel-caption { - color: #000; -} - -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -@keyframes spinner-border { - to { - transform: rotate(360deg)*/ /* rtl:ignore *//*; - } -} - -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: 0.75s linear infinite spinner-border; - animation: 0.75s linear infinite spinner-border; -} - -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; -} - -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - - 50% { - opacity: 1; - transform: none; - } -} - -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: -0.125em; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: 0.75s linear infinite spinner-grow; - animation: 0.75s linear infinite spinner-grow; -} - -.spinner-grow-sm { - width: 1rem; - height: 1rem; -} - -@media (prefers-reduced-motion: reduce) { - .spinner-border, - .spinner-grow { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - } -} - -.offcanvas { - position: fixed; - bottom: 0; - z-index: 1045; - display: flex; - flex-direction: column; - max-width: 100%; - visibility: hidden; - background-color: #fff; - background-clip: padding-box; - outline: 0; - transition: transform 0.3s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .offcanvas { - transition: none; - } -} - -.offcanvas-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} - - .offcanvas-backdrop.fade { - opacity: 0; - } - - .offcanvas-backdrop.show { - opacity: 0.5; - } - -.offcanvas-header { - display: flex; - align-items: center; - justify-content: space-between; - padding: 1rem 1rem; -} - - .offcanvas-header .btn-close { - padding: 0.5rem 0.5rem; - margin-top: -0.5rem; - margin-right: -0.5rem; - margin-bottom: -0.5rem; - } - -.offcanvas-title { - margin-bottom: 0; - line-height: 1.5; -} - -.offcanvas-body { - flex-grow: 1; - padding: 1rem 1rem; - overflow-y: auto; -} - -.offcanvas-start { - top: 0; - left: 0; - width: 400px; - border-right: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(-100%); -} - -.offcanvas-end { - top: 0; - right: 0; - width: 400px; - border-left: 1px solid rgba(0, 0, 0, 0.2); - transform: translateX(100%); -} - -.offcanvas-top { - top: 0; - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(-100%); -} - -.offcanvas-bottom { - right: 0; - left: 0; - height: 30vh; - max-height: 100%; - border-top: 1px solid rgba(0, 0, 0, 0.2); - transform: translateY(100%); -} - -.offcanvas.show { - transform: none; -} - -.placeholder { - display: inline-block; - min-height: 1em; - vertical-align: middle; - cursor: wait; - background-color: currentColor; - opacity: 0.5; -} - - .placeholder.btn::before { - display: inline-block; - content: ""; - } - -.placeholder-xs { - min-height: 0.6em; -} - -.placeholder-sm { - min-height: 0.8em; -} - -.placeholder-lg { - min-height: 1.2em; -} - -.placeholder-glow .placeholder { - -webkit-animation: placeholder-glow 2s ease-in-out infinite; - animation: placeholder-glow 2s ease-in-out infinite; -} - -@-webkit-keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -@keyframes placeholder-glow { - 50% { - opacity: 0.2; - } -} - -.placeholder-wave { - -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); - -webkit-mask-size: 200% 100%; - mask-size: 200% 100%; - -webkit-animation: placeholder-wave 2s linear infinite; - animation: placeholder-wave 2s linear infinite; -} - -@-webkit-keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -@keyframes placeholder-wave { - 100% { - -webkit-mask-position: -200% 0%; - mask-position: -200% 0%; - } -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} - -.link-primary { - color: #1086c5; -} - - .link-primary:hover, .link-primary:focus { - color: #ca7d60; - } - -.link-secondary { - color: #6c757d; -} - - .link-secondary:hover, .link-secondary:focus { - color: #565e64; - } - -.link-success { - color: #198754; -} - - .link-success:hover, .link-success:focus { - color: #146c43; - } - -.link-info { - color: #0dcaf0; -} - - .link-info:hover, .link-info:focus { - color: #3dd5f3; - } - -.link-warning { - color: #ffc107; -} - - .link-warning:hover, .link-warning:focus { - color: #ffcd39; - } - -.link-danger { - color: #dc3545; -} - - .link-danger:hover, .link-danger:focus { - color: #b02a37; - } - -.link-light { - color: #f8f9fa; -} - - .link-light:hover, .link-light:focus { - color: #f9fafb; - } - -.link-dark { - color: #212529; -} - - .link-dark:hover, .link-dark:focus { - color: #1a1e21; - } - -.ratio { - position: relative; - width: 100%; -} - - .ratio::before { - display: block; - padding-top: var(--bs-aspect-ratio); - content: ""; - } - - .ratio > * { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - -.ratio-1x1 { - --bs-aspect-ratio: 100%; -} - -.ratio-4x3 { - --bs-aspect-ratio: 75%; -} - -.ratio-16x9 { - --bs-aspect-ratio: 56.25%; -} - -.ratio-21x9 { - --bs-aspect-ratio: 42.8571428571%; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -.sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; -} - -@media (min-width: 576px) { - .sticky-sm-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 768px) { - .sticky-md-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 992px) { - .sticky-lg-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1200px) { - .sticky-xl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -@media (min-width: 1400px) { - .sticky-xxl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -.hstack { - display: flex; - flex-direction: row; - align-items: center; - align-self: stretch; -} - -.vstack { - display: flex; - flex: 1 1 auto; - flex-direction: column; - align-self: stretch; -} - -.visually-hidden, -.visually-hidden-focusable:not(:focus):not(:focus-within) { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.vr { - display: inline-block; - align-self: stretch; - width: 1px; - min-height: 1em; - background-color: currentColor; - opacity: 0.25; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.float-start { - float: left !important; -} - -.float-end { - float: right !important; -} - -.float-none { - float: none !important; -} - -.opacity-0 { - opacity: 0 !important; -} - -.opacity-25 { - opacity: 0.25 !important; -} - -.opacity-50 { - opacity: 0.5 !important; -} - -.opacity-75 { - opacity: 0.75 !important; -} - -.opacity-100 { - opacity: 1 !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.overflow-visible { - overflow: visible !important; -} - -.overflow-scroll { - overflow: scroll !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-grid { - display: grid !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.d-none { - display: none !important; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; -} - -.position-fixed { - position: fixed !important; -} - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} - -.top-0 { - top: 0 !important; -} - -.top-50 { - top: 50% !important; -} - -.top-100 { - top: 100% !important; -} - -.bottom-0 { - bottom: 0 !important; -} - -.bottom-50 { - bottom: 50% !important; -} - -.bottom-100 { - bottom: 100% !important; -} - -.start-0 { - left: 0 !important; -} - -.start-50 { - left: 50% !important; -} - -.start-100 { - left: 100% !important; -} - -.end-0 { - right: 0 !important; -} - -.end-50 { - right: 50% !important; -} - -.end-100 { - right: 100% !important; -} - -.translate-middle { - transform: translate(-50%, -50%) !important; -} - -.translate-middle-x { - transform: translateX(-50%) !important; -} - -.translate-middle-y { - transform: translateY(-50%) !important; -} - -.border { - border: 1px solid #dee2e6 !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top { - border-top: 1px solid #dee2e6 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-end { - border-right: 1px solid #dee2e6 !important; -} - -.border-end-0 { - border-right: 0 !important; -} - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-start { - border-left: 1px solid #dee2e6 !important; -} - -.border-start-0 { - border-left: 0 !important; -} - -.border-primary { - border-color: #1086c5 !important; -} - -.border-secondary { - border-color: #6c757d !important; -} - -.border-success { - border-color: #198754 !important; -} - -.border-info { - border-color: #0dcaf0 !important; -} - -.border-warning { - border-color: #ffc107 !important; -} - -.border-danger { - border-color: #dc3545 !important; -} - -.border-light { - border-color: #f8f9fa !important; -} - -.border-dark { - border-color: #212529 !important; -} - -.border-white { - border-color: #fff !important; -} - -.border-1 { - border-width: 1px !important; -} - -.border-2 { - border-width: 2px !important; -} - -.border-3 { - border-width: 3px !important; -} - -.border-4 { - border-width: 4px !important; -} - -.border-5 { - border-width: 5px !important; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.vw-100 { - width: 100vw !important; -} - -.min-vw-100 { - min-width: 100vw !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.vh-100 { - height: 100vh !important; -} - -.min-vh-100 { - min-height: 100vh !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.gap-0 { - gap: 0 !important; -} - -.gap-1 { - gap: 0.25rem !important; -} - -.gap-2 { - gap: 0.5rem !important; -} - -.gap-3 { - gap: 1rem !important; -} - -.gap-4 { - gap: 1.5rem !important; -} - -.gap-5 { - gap: 3rem !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.justify-content-evenly { - justify-content: space-evenly !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -.order-first { - order: -1 !important; -} - -.order-0 { - order: 0 !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-last { - order: 6 !important; -} - -.m-0 { - margin: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; -} - -.mx-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; -} - -.mx-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; -} - -.mx-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; -} - -.mx-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; -} - -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.me-0 { - margin-right: 0 !important; -} - -.me-1 { - margin-right: 0.25rem !important; -} - -.me-2 { - margin-right: 0.5rem !important; -} - -.me-3 { - margin-right: 1rem !important; -} - -.me-4 { - margin-right: 1.5rem !important; -} - -.me-5 { - margin-right: 3rem !important; -} - -.me-auto { - margin-right: auto !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ms-0 { - margin-left: 0 !important; -} - -.ms-1 { - margin-left: 0.25rem !important; -} - -.ms-2 { - margin-left: 0.5rem !important; -} - -.ms-3 { - margin-left: 1rem !important; -} - -.ms-4 { - margin-left: 1.5rem !important; -} - -.ms-5 { - margin-left: 3rem !important; -} - -.ms-auto { - margin-left: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pe-0 { - padding-right: 0 !important; -} - -.pe-1 { - padding-right: 0.25rem !important; -} - -.pe-2 { - padding-right: 0.5rem !important; -} - -.pe-3 { - padding-right: 1rem !important; -} - -.pe-4 { - padding-right: 1.5rem !important; -} - -.pe-5 { - padding-right: 3rem !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.ps-0 { - padding-left: 0 !important; -} - -.ps-1 { - padding-left: 0.25rem !important; -} - -.ps-2 { - padding-left: 0.5rem !important; -} - -.ps-3 { - padding-left: 1rem !important; -} - -.ps-4 { - padding-left: 1.5rem !important; -} - -.ps-5 { - padding-left: 3rem !important; -} - -.font-monospace { - font-family: var(--bs-font-monospace) !important; -} - -.fs-1 { - font-size: calc(1.725rem + 5.7vw) !important; -} - -.fs-2 { - font-size: calc(1.475rem + 2.7vw) !important; -} - -.fs-3 { - font-size: calc(1.325rem + 0.9vw) !important; -} - -.fs-4 { - font-size: calc(1.275rem + 0.3vw) !important; -} - -.fs-5 { - font-size: 1.25rem !important; -} - -.fs-6 { - font-size: 1rem !important; -} - -.fst-italic { - font-style: italic !important; -} - -.fst-normal { - font-style: normal !important; -} - -.fw-light { - font-weight: 300 !important; -} - -.fw-lighter { - font-weight: lighter !important; -} - -.fw-normal { - font-weight: 400 !important; -} - -.fw-bold { - font-weight: 700 !important; -} - -.fw-bolder { - font-weight: bolder !important; -} - -.lh-1 { - line-height: 1 !important; -} - -.lh-sm { - line-height: 1.25 !important; -} - -.lh-base { - line-height: 1.5 !important; -} - -.lh-lg { - line-height: 2 !important; -} - -.text-start { - text-align: left !important; -} - -.text-end { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -.text-decoration-none { - text-decoration: none !important; -} - -.text-decoration-underline { - text-decoration: underline !important; -} - -.text-decoration-line-through { - text-decoration: line-through !important; -} - -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.text-wrap { - white-space: normal !important; -} - -.text-nowrap { - white-space: nowrap !important; -}*/ - -/* rtl:begin:remove */ -/*.text-break { - word-wrap: break-word !important; - word-break: break-word !important; -}*/ - -/* rtl:end:remove */ -/*.text-primary { - --bs-text-opacity: 1; - color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; -} - -.text-secondary { - --bs-text-opacity: 1; - color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; -} - -.text-success { - --bs-text-opacity: 1; - color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; -} - -.text-info { - --bs-text-opacity: 1; - color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; -} - -.text-warning { - --bs-text-opacity: 1; - color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; -} - -.text-danger { - --bs-text-opacity: 1; - color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; -} - -.text-light { - --bs-text-opacity: 1; - color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; -} - -.text-dark { - --bs-text-opacity: 1; - color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; -} - -.text-black { - --bs-text-opacity: 1; - color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; -} - -.text-white { - --bs-text-opacity: 1; - color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; -} - -.text-body { - --bs-text-opacity: 1; - color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; -} - -.text-muted { - --bs-text-opacity: 1; - color: #6c757d !important; -} - -.text-black-50 { - --bs-text-opacity: 1; - color: rgba(0, 0, 0, 0.5) !important; -} - -.text-white-50 { - --bs-text-opacity: 1; - color: rgba(255, 255, 255, 0.5) !important; -} - -.text-reset { - --bs-text-opacity: 1; - color: inherit !important; -} - -.text-opacity-25 { - --bs-text-opacity: 0.25; -} - -.text-opacity-50 { - --bs-text-opacity: 0.5; -} - -.text-opacity-75 { - --bs-text-opacity: 0.75; -} - -.text-opacity-100 { - --bs-text-opacity: 1; -} - -.bg-primary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-secondary { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-success { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-info { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-warning { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-danger { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-light { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-dark { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-black { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-white { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-body { - --bs-bg-opacity: 1; - background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; -} - -.bg-transparent { - --bs-bg-opacity: 1; - background-color: transparent !important; -} - -.bg-opacity-10 { - --bs-bg-opacity: 0.1; -} - -.bg-opacity-25 { - --bs-bg-opacity: 0.25; -} - -.bg-opacity-50 { - --bs-bg-opacity: 0.5; -} - -.bg-opacity-75 { - --bs-bg-opacity: 0.75; -} - -.bg-opacity-100 { - --bs-bg-opacity: 1; -} - -.bg-gradient { - background-image: var(--bs-gradient) !important; -} - -.user-select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; -} - -.user-select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; -} - -.user-select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; -} - -.pe-none { - pointer-events: none !important; -} - -.pe-auto { - pointer-events: auto !important; -} - -.rounded { - border-radius: 0.25rem !important; -} - -.rounded-0 { - border-radius: 0 !important; -} - -.rounded-1 { - border-radius: 0.2rem !important; -} - -.rounded-2 { - border-radius: 0.25rem !important; -} - -.rounded-3 { - border-radius: 0.3rem !important; -} - -.rounded-circle { - border-radius: 50% !important; -} - -.rounded-pill { - border-radius: 50rem !important; -} - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.rounded-end { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-start { - border-bottom-left-radius: 0.25rem !important; - border-top-left-radius: 0.25rem !important; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - -@media (min-width: 576px) { - .float-sm-start { - float: left !important; - } - - .float-sm-end { - float: right !important; - } - - .float-sm-none { - float: none !important; - } - - .d-sm-inline { - display: inline !important; - } - - .d-sm-inline-block { - display: inline-block !important; - } - - .d-sm-block { - display: block !important; - } - - .d-sm-grid { - display: grid !important; - } - - .d-sm-table { - display: table !important; - } - - .d-sm-table-row { - display: table-row !important; - } - - .d-sm-table-cell { - display: table-cell !important; - } - - .d-sm-flex { - display: flex !important; - } - - .d-sm-inline-flex { - display: inline-flex !important; - } - - .d-sm-none { - display: none !important; - } - - .flex-sm-fill { - flex: 1 1 auto !important; - } - - .flex-sm-row { - flex-direction: row !important; - } - - .flex-sm-column { - flex-direction: column !important; - } - - .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-sm-grow-0 { - flex-grow: 0 !important; - } - - .flex-sm-grow-1 { - flex-grow: 1 !important; - } - - .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-sm-wrap { - flex-wrap: wrap !important; - } - - .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-sm-0 { - gap: 0 !important; - } - - .gap-sm-1 { - gap: 0.25rem !important; - } - - .gap-sm-2 { - gap: 0.5rem !important; - } - - .gap-sm-3 { - gap: 1rem !important; - } - - .gap-sm-4 { - gap: 1.5rem !important; - } - - .gap-sm-5 { - gap: 3rem !important; - } - - .justify-content-sm-start { - justify-content: flex-start !important; - } - - .justify-content-sm-end { - justify-content: flex-end !important; - } - - .justify-content-sm-center { - justify-content: center !important; - } - - .justify-content-sm-between { - justify-content: space-between !important; - } - - .justify-content-sm-around { - justify-content: space-around !important; - } - - .justify-content-sm-evenly { - justify-content: space-evenly !important; - } - - .align-items-sm-start { - align-items: flex-start !important; - } - - .align-items-sm-end { - align-items: flex-end !important; - } - - .align-items-sm-center { - align-items: center !important; - } - - .align-items-sm-baseline { - align-items: baseline !important; - } - - .align-items-sm-stretch { - align-items: stretch !important; - } - - .align-content-sm-start { - align-content: flex-start !important; - } - - .align-content-sm-end { - align-content: flex-end !important; - } - - .align-content-sm-center { - align-content: center !important; - } - - .align-content-sm-between { - align-content: space-between !important; - } - - .align-content-sm-around { - align-content: space-around !important; - } - - .align-content-sm-stretch { - align-content: stretch !important; - } - - .align-self-sm-auto { - align-self: auto !important; - } - - .align-self-sm-start { - align-self: flex-start !important; - } - - .align-self-sm-end { - align-self: flex-end !important; - } - - .align-self-sm-center { - align-self: center !important; - } - - .align-self-sm-baseline { - align-self: baseline !important; - } - - .align-self-sm-stretch { - align-self: stretch !important; - } - - .order-sm-first { - order: -1 !important; - } - - .order-sm-0 { - order: 0 !important; - } - - .order-sm-1 { - order: 1 !important; - } - - .order-sm-2 { - order: 2 !important; - } - - .order-sm-3 { - order: 3 !important; - } - - .order-sm-4 { - order: 4 !important; - } - - .order-sm-5 { - order: 5 !important; - } - - .order-sm-last { - order: 6 !important; - } - - .m-sm-0 { - margin: 0 !important; - } - - .m-sm-1 { - margin: 0.25rem !important; - } - - .m-sm-2 { - margin: 0.5rem !important; - } - - .m-sm-3 { - margin: 1rem !important; - } - - .m-sm-4 { - margin: 1.5rem !important; - } - - .m-sm-5 { - margin: 3rem !important; - } - - .m-sm-auto { - margin: auto !important; - } - - .mx-sm-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-sm-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-sm-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-sm-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-sm-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-sm-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-sm-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-sm-0 { - margin-top: 0 !important; - } - - .mt-sm-1 { - margin-top: 0.25rem !important; - } - - .mt-sm-2 { - margin-top: 0.5rem !important; - } - - .mt-sm-3 { - margin-top: 1rem !important; - } - - .mt-sm-4 { - margin-top: 1.5rem !important; - } - - .mt-sm-5 { - margin-top: 3rem !important; - } - - .mt-sm-auto { - margin-top: auto !important; - } - - .me-sm-0 { - margin-right: 0 !important; - } - - .me-sm-1 { - margin-right: 0.25rem !important; - } - - .me-sm-2 { - margin-right: 0.5rem !important; - } - - .me-sm-3 { - margin-right: 1rem !important; - } - - .me-sm-4 { - margin-right: 1.5rem !important; - } - - .me-sm-5 { - margin-right: 3rem !important; - } - - .me-sm-auto { - margin-right: auto !important; - } - - .mb-sm-0 { - margin-bottom: 0 !important; - } - - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - .mb-sm-auto { - margin-bottom: auto !important; - } - - .ms-sm-0 { - margin-left: 0 !important; - } - - .ms-sm-1 { - margin-left: 0.25rem !important; - } - - .ms-sm-2 { - margin-left: 0.5rem !important; - } - - .ms-sm-3 { - margin-left: 1rem !important; - } - - .ms-sm-4 { - margin-left: 1.5rem !important; - } - - .ms-sm-5 { - margin-left: 3rem !important; - } - - .ms-sm-auto { - margin-left: auto !important; - } - - .p-sm-0 { - padding: 0 !important; - } - - .p-sm-1 { - padding: 0.25rem !important; - } - - .p-sm-2 { - padding: 0.5rem !important; - } - - .p-sm-3 { - padding: 1rem !important; - } - - .p-sm-4 { - padding: 1.5rem !important; - } - - .p-sm-5 { - padding: 3rem !important; - } - - .px-sm-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-sm-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-sm-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-sm-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-sm-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-sm-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-sm-0 { - padding-top: 0 !important; - } - - .pt-sm-1 { - padding-top: 0.25rem !important; - } - - .pt-sm-2 { - padding-top: 0.5rem !important; - } - - .pt-sm-3 { - padding-top: 1rem !important; - } - - .pt-sm-4 { - padding-top: 1.5rem !important; - } - - .pt-sm-5 { - padding-top: 3rem !important; - } - - .pe-sm-0 { - padding-right: 0 !important; - } - - .pe-sm-1 { - padding-right: 0.25rem !important; - } - - .pe-sm-2 { - padding-right: 0.5rem !important; - } - - .pe-sm-3 { - padding-right: 1rem !important; - } - - .pe-sm-4 { - padding-right: 1.5rem !important; - } - - .pe-sm-5 { - padding-right: 3rem !important; - } - - .pb-sm-0 { - padding-bottom: 0 !important; - } - - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - .ps-sm-0 { - padding-left: 0 !important; - } - - .ps-sm-1 { - padding-left: 0.25rem !important; - } - - .ps-sm-2 { - padding-left: 0.5rem !important; - } - - .ps-sm-3 { - padding-left: 1rem !important; - } - - .ps-sm-4 { - padding-left: 1.5rem !important; - } - - .ps-sm-5 { - padding-left: 3rem !important; - } - - .text-sm-start { - text-align: left !important; - } - - .text-sm-end { - text-align: right !important; - } - - .text-sm-center { - text-align: center !important; - } -} - -@media (min-width: 768px) { - .float-md-start { - float: left !important; - } - - .float-md-end { - float: right !important; - } - - .float-md-none { - float: none !important; - } - - .d-md-inline { - display: inline !important; - } - - .d-md-inline-block { - display: inline-block !important; - } - - .d-md-block { - display: block !important; - } - - .d-md-grid { - display: grid !important; - } - - .d-md-table { - display: table !important; - } - - .d-md-table-row { - display: table-row !important; - } - - .d-md-table-cell { - display: table-cell !important; - } - - .d-md-flex { - display: flex !important; - } - - .d-md-inline-flex { - display: inline-flex !important; - } - - .d-md-none { - display: none !important; - } - - .flex-md-fill { - flex: 1 1 auto !important; - } - - .flex-md-row { - flex-direction: row !important; - } - - .flex-md-column { - flex-direction: column !important; - } - - .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-md-grow-0 { - flex-grow: 0 !important; - } - - .flex-md-grow-1 { - flex-grow: 1 !important; - } - - .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-md-wrap { - flex-wrap: wrap !important; - } - - .flex-md-nowrap { - flex-wrap: nowrap !important; - } - - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-md-0 { - gap: 0 !important; - } - - .gap-md-1 { - gap: 0.25rem !important; - } - - .gap-md-2 { - gap: 0.5rem !important; - } - - .gap-md-3 { - gap: 1rem !important; - } - - .gap-md-4 { - gap: 1.5rem !important; - } - - .gap-md-5 { - gap: 3rem !important; - } - - .justify-content-md-start { - justify-content: flex-start !important; - } - - .justify-content-md-end { - justify-content: flex-end !important; - } - - .justify-content-md-center { - justify-content: center !important; - } - - .justify-content-md-between { - justify-content: space-between !important; - } - - .justify-content-md-around { - justify-content: space-around !important; - } - - .justify-content-md-evenly { - justify-content: space-evenly !important; - } - - .align-items-md-start { - align-items: flex-start !important; - } - - .align-items-md-end { - align-items: flex-end !important; - } - - .align-items-md-center { - align-items: center !important; - } - - .align-items-md-baseline { - align-items: baseline !important; - } - - .align-items-md-stretch { - align-items: stretch !important; - } - - .align-content-md-start { - align-content: flex-start !important; - } - - .align-content-md-end { - align-content: flex-end !important; - } - - .align-content-md-center { - align-content: center !important; - } - - .align-content-md-between { - align-content: space-between !important; - } - - .align-content-md-around { - align-content: space-around !important; - } - - .align-content-md-stretch { - align-content: stretch !important; - } - - .align-self-md-auto { - align-self: auto !important; - } - - .align-self-md-start { - align-self: flex-start !important; - } - - .align-self-md-end { - align-self: flex-end !important; - } - - .align-self-md-center { - align-self: center !important; - } - - .align-self-md-baseline { - align-self: baseline !important; - } - - .align-self-md-stretch { - align-self: stretch !important; - } - - .order-md-first { - order: -1 !important; - } - - .order-md-0 { - order: 0 !important; - } - - .order-md-1 { - order: 1 !important; - } - - .order-md-2 { - order: 2 !important; - } - - .order-md-3 { - order: 3 !important; - } - - .order-md-4 { - order: 4 !important; - } - - .order-md-5 { - order: 5 !important; - } - - .order-md-last { - order: 6 !important; - } - - .m-md-0 { - margin: 0 !important; - } - - .m-md-1 { - margin: 0.25rem !important; - } - - .m-md-2 { - margin: 0.5rem !important; - } - - .m-md-3 { - margin: 1rem !important; - } - - .m-md-4 { - margin: 1.5rem !important; - } - - .m-md-5 { - margin: 3rem !important; - } - - .m-md-auto { - margin: auto !important; - } - - .mx-md-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-md-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-md-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-md-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-md-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-md-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-md-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-md-0 { - margin-top: 0 !important; - } - - .mt-md-1 { - margin-top: 0.25rem !important; - } - - .mt-md-2 { - margin-top: 0.5rem !important; - } - - .mt-md-3 { - margin-top: 1rem !important; - } - - .mt-md-4 { - margin-top: 1.5rem !important; - } - - .mt-md-5 { - margin-top: 3rem !important; - } - - .mt-md-auto { - margin-top: auto !important; - } - - .me-md-0 { - margin-right: 0 !important; - } - - .me-md-1 { - margin-right: 0.25rem !important; - } - - .me-md-2 { - margin-right: 0.5rem !important; - } - - .me-md-3 { - margin-right: 1rem !important; - } - - .me-md-4 { - margin-right: 1.5rem !important; - } - - .me-md-5 { - margin-right: 3rem !important; - } - - .me-md-auto { - margin-right: auto !important; - } - - .mb-md-0 { - margin-bottom: 0 !important; - } - - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - .mb-md-3 { - margin-bottom: 1rem !important; - } - - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - .mb-md-5 { - margin-bottom: 3rem !important; - } - - .mb-md-auto { - margin-bottom: auto !important; - } - - .ms-md-0 { - margin-left: 0 !important; - } - - .ms-md-1 { - margin-left: 0.25rem !important; - } - - .ms-md-2 { - margin-left: 0.5rem !important; - } - - .ms-md-3 { - margin-left: 1rem !important; - } - - .ms-md-4 { - margin-left: 1.5rem !important; - } - - .ms-md-5 { - margin-left: 3rem !important; - } - - .ms-md-auto { - margin-left: auto !important; - } - - .p-md-0 { - padding: 0 !important; - } - - .p-md-1 { - padding: 0.25rem !important; - } - - .p-md-2 { - padding: 0.5rem !important; - } - - .p-md-3 { - padding: 1rem !important; - } - - .p-md-4 { - padding: 1.5rem !important; - } - - .p-md-5 { - padding: 3rem !important; - } - - .px-md-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-md-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-md-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-md-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-md-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-md-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-md-0 { - padding-top: 0 !important; - } - - .pt-md-1 { - padding-top: 0.25rem !important; - } - - .pt-md-2 { - padding-top: 0.5rem !important; - } - - .pt-md-3 { - padding-top: 1rem !important; - } - - .pt-md-4 { - padding-top: 1.5rem !important; - } - - .pt-md-5 { - padding-top: 3rem !important; - } - - .pe-md-0 { - padding-right: 0 !important; - } - - .pe-md-1 { - padding-right: 0.25rem !important; - } - - .pe-md-2 { - padding-right: 0.5rem !important; - } - - .pe-md-3 { - padding-right: 1rem !important; - } - - .pe-md-4 { - padding-right: 1.5rem !important; - } - - .pe-md-5 { - padding-right: 3rem !important; - } - - .pb-md-0 { - padding-bottom: 0 !important; - } - - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - .pb-md-3 { - padding-bottom: 1rem !important; - } - - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - .pb-md-5 { - padding-bottom: 3rem !important; - } - - .ps-md-0 { - padding-left: 0 !important; - } - - .ps-md-1 { - padding-left: 0.25rem !important; - } - - .ps-md-2 { - padding-left: 0.5rem !important; - } - - .ps-md-3 { - padding-left: 1rem !important; - } - - .ps-md-4 { - padding-left: 1.5rem !important; - } - - .ps-md-5 { - padding-left: 3rem !important; - } - - .text-md-start { - text-align: left !important; - } - - .text-md-end { - text-align: right !important; - } - - .text-md-center { - text-align: center !important; - } -} - -@media (min-width: 992px) { - .float-lg-start { - float: left !important; - } - - .float-lg-end { - float: right !important; - } - - .float-lg-none { - float: none !important; - } - - .d-lg-inline { - display: inline !important; - } - - .d-lg-inline-block { - display: inline-block !important; - } - - .d-lg-block { - display: block !important; - } - - .d-lg-grid { - display: grid !important; - } - - .d-lg-table { - display: table !important; - } - - .d-lg-table-row { - display: table-row !important; - } - - .d-lg-table-cell { - display: table-cell !important; - } - - .d-lg-flex { - display: flex !important; - } - - .d-lg-inline-flex { - display: inline-flex !important; - } - - .d-lg-none { - display: none !important; - } - - .flex-lg-fill { - flex: 1 1 auto !important; - } - - .flex-lg-row { - flex-direction: row !important; - } - - .flex-lg-column { - flex-direction: column !important; - } - - .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-lg-grow-0 { - flex-grow: 0 !important; - } - - .flex-lg-grow-1 { - flex-grow: 1 !important; - } - - .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-lg-wrap { - flex-wrap: wrap !important; - } - - .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-lg-0 { - gap: 0 !important; - } - - .gap-lg-1 { - gap: 0.25rem !important; - } - - .gap-lg-2 { - gap: 0.5rem !important; - } - - .gap-lg-3 { - gap: 1rem !important; - } - - .gap-lg-4 { - gap: 1.5rem !important; - } - - .gap-lg-5 { - gap: 3rem !important; - } - - .justify-content-lg-start { - justify-content: flex-start !important; - } - - .justify-content-lg-end { - justify-content: flex-end !important; - } - - .justify-content-lg-center { - justify-content: center !important; - } - - .justify-content-lg-between { - justify-content: space-between !important; - } - - .justify-content-lg-around { - justify-content: space-around !important; - } - - .justify-content-lg-evenly { - justify-content: space-evenly !important; - } - - .align-items-lg-start { - align-items: flex-start !important; - } - - .align-items-lg-end { - align-items: flex-end !important; - } - - .align-items-lg-center { - align-items: center !important; - } - - .align-items-lg-baseline { - align-items: baseline !important; - } - - .align-items-lg-stretch { - align-items: stretch !important; - } - - .align-content-lg-start { - align-content: flex-start !important; - } - - .align-content-lg-end { - align-content: flex-end !important; - } - - .align-content-lg-center { - align-content: center !important; - } - - .align-content-lg-between { - align-content: space-between !important; - } - - .align-content-lg-around { - align-content: space-around !important; - } - - .align-content-lg-stretch { - align-content: stretch !important; - } - - .align-self-lg-auto { - align-self: auto !important; - } - - .align-self-lg-start { - align-self: flex-start !important; - } - - .align-self-lg-end { - align-self: flex-end !important; - } - - .align-self-lg-center { - align-self: center !important; - } - - .align-self-lg-baseline { - align-self: baseline !important; - } - - .align-self-lg-stretch { - align-self: stretch !important; - } - - .order-lg-first { - order: -1 !important; - } - - .order-lg-0 { - order: 0 !important; - } - - .order-lg-1 { - order: 1 !important; - } - - .order-lg-2 { - order: 2 !important; - } - - .order-lg-3 { - order: 3 !important; - } - - .order-lg-4 { - order: 4 !important; - } - - .order-lg-5 { - order: 5 !important; - } - - .order-lg-last { - order: 6 !important; - } - - .m-lg-0 { - margin: 0 !important; - } - - .m-lg-1 { - margin: 0.25rem !important; - } - - .m-lg-2 { - margin: 0.5rem !important; - } - - .m-lg-3 { - margin: 1rem !important; - } - - .m-lg-4 { - margin: 1.5rem !important; - } - - .m-lg-5 { - margin: 3rem !important; - } - - .m-lg-auto { - margin: auto !important; - } - - .mx-lg-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-lg-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-lg-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-lg-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-lg-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-lg-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-lg-0 { - margin-top: 0 !important; - } - - .mt-lg-1 { - margin-top: 0.25rem !important; - } - - .mt-lg-2 { - margin-top: 0.5rem !important; - } - - .mt-lg-3 { - margin-top: 1rem !important; - } - - .mt-lg-4 { - margin-top: 1.5rem !important; - } - - .mt-lg-5 { - margin-top: 3rem !important; - } - - .mt-lg-auto { - margin-top: auto !important; - } - - .me-lg-0 { - margin-right: 0 !important; - } - - .me-lg-1 { - margin-right: 0.25rem !important; - } - - .me-lg-2 { - margin-right: 0.5rem !important; - } - - .me-lg-3 { - margin-right: 1rem !important; - } - - .me-lg-4 { - margin-right: 1.5rem !important; - } - - .me-lg-5 { - margin-right: 3rem !important; - } - - .me-lg-auto { - margin-right: auto !important; - } - - .mb-lg-0 { - margin-bottom: 0 !important; - } - - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - .mb-lg-auto { - margin-bottom: auto !important; - } - - .ms-lg-0 { - margin-left: 0 !important; - } - - .ms-lg-1 { - margin-left: 0.25rem !important; - } - - .ms-lg-2 { - margin-left: 0.5rem !important; - } - - .ms-lg-3 { - margin-left: 1rem !important; - } - - .ms-lg-4 { - margin-left: 1.5rem !important; - } - - .ms-lg-5 { - margin-left: 3rem !important; - } - - .ms-lg-auto { - margin-left: auto !important; - } - - .p-lg-0 { - padding: 0 !important; - } - - .p-lg-1 { - padding: 0.25rem !important; - } - - .p-lg-2 { - padding: 0.5rem !important; - } - - .p-lg-3 { - padding: 1rem !important; - } - - .p-lg-4 { - padding: 1.5rem !important; - } - - .p-lg-5 { - padding: 3rem !important; - } - - .px-lg-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-lg-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-lg-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-lg-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-lg-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-lg-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-lg-0 { - padding-top: 0 !important; - } - - .pt-lg-1 { - padding-top: 0.25rem !important; - } - - .pt-lg-2 { - padding-top: 0.5rem !important; - } - - .pt-lg-3 { - padding-top: 1rem !important; - } - - .pt-lg-4 { - padding-top: 1.5rem !important; - } - - .pt-lg-5 { - padding-top: 3rem !important; - } - - .pe-lg-0 { - padding-right: 0 !important; - } - - .pe-lg-1 { - padding-right: 0.25rem !important; - } - - .pe-lg-2 { - padding-right: 0.5rem !important; - } - - .pe-lg-3 { - padding-right: 1rem !important; - } - - .pe-lg-4 { - padding-right: 1.5rem !important; - } - - .pe-lg-5 { - padding-right: 3rem !important; - } - - .pb-lg-0 { - padding-bottom: 0 !important; - } - - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - .ps-lg-0 { - padding-left: 0 !important; - } - - .ps-lg-1 { - padding-left: 0.25rem !important; - } - - .ps-lg-2 { - padding-left: 0.5rem !important; - } - - .ps-lg-3 { - padding-left: 1rem !important; - } - - .ps-lg-4 { - padding-left: 1.5rem !important; - } - - .ps-lg-5 { - padding-left: 3rem !important; - } - - .text-lg-start { - text-align: left !important; - } - - .text-lg-end { - text-align: right !important; - } - - .text-lg-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .float-xl-start { - float: left !important; - } - - .float-xl-end { - float: right !important; - } - - .float-xl-none { - float: none !important; - } - - .d-xl-inline { - display: inline !important; - } - - .d-xl-inline-block { - display: inline-block !important; - } - - .d-xl-block { - display: block !important; - } - - .d-xl-grid { - display: grid !important; - } - - .d-xl-table { - display: table !important; - } - - .d-xl-table-row { - display: table-row !important; - } - - .d-xl-table-cell { - display: table-cell !important; - } - - .d-xl-flex { - display: flex !important; - } - - .d-xl-inline-flex { - display: inline-flex !important; - } - - .d-xl-none { - display: none !important; - } - - .flex-xl-fill { - flex: 1 1 auto !important; - } - - .flex-xl-row { - flex-direction: row !important; - } - - .flex-xl-column { - flex-direction: column !important; - } - - .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xl-wrap { - flex-wrap: wrap !important; - } - - .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xl-0 { - gap: 0 !important; - } - - .gap-xl-1 { - gap: 0.25rem !important; - } - - .gap-xl-2 { - gap: 0.5rem !important; - } - - .gap-xl-3 { - gap: 1rem !important; - } - - .gap-xl-4 { - gap: 1.5rem !important; - } - - .gap-xl-5 { - gap: 3rem !important; - } - - .justify-content-xl-start { - justify-content: flex-start !important; - } - - .justify-content-xl-end { - justify-content: flex-end !important; - } - - .justify-content-xl-center { - justify-content: center !important; - } - - .justify-content-xl-between { - justify-content: space-between !important; - } - - .justify-content-xl-around { - justify-content: space-around !important; - } - - .justify-content-xl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xl-start { - align-items: flex-start !important; - } - - .align-items-xl-end { - align-items: flex-end !important; - } - - .align-items-xl-center { - align-items: center !important; - } - - .align-items-xl-baseline { - align-items: baseline !important; - } - - .align-items-xl-stretch { - align-items: stretch !important; - } - - .align-content-xl-start { - align-content: flex-start !important; - } - - .align-content-xl-end { - align-content: flex-end !important; - } - - .align-content-xl-center { - align-content: center !important; - } - - .align-content-xl-between { - align-content: space-between !important; - } - - .align-content-xl-around { - align-content: space-around !important; - } - - .align-content-xl-stretch { - align-content: stretch !important; - } - - .align-self-xl-auto { - align-self: auto !important; - } - - .align-self-xl-start { - align-self: flex-start !important; - } - - .align-self-xl-end { - align-self: flex-end !important; - } - - .align-self-xl-center { - align-self: center !important; - } - - .align-self-xl-baseline { - align-self: baseline !important; - } - - .align-self-xl-stretch { - align-self: stretch !important; - } - - .order-xl-first { - order: -1 !important; - } - - .order-xl-0 { - order: 0 !important; - } - - .order-xl-1 { - order: 1 !important; - } - - .order-xl-2 { - order: 2 !important; - } - - .order-xl-3 { - order: 3 !important; - } - - .order-xl-4 { - order: 4 !important; - } - - .order-xl-5 { - order: 5 !important; - } - - .order-xl-last { - order: 6 !important; - } - - .m-xl-0 { - margin: 0 !important; - } - - .m-xl-1 { - margin: 0.25rem !important; - } - - .m-xl-2 { - margin: 0.5rem !important; - } - - .m-xl-3 { - margin: 1rem !important; - } - - .m-xl-4 { - margin: 1.5rem !important; - } - - .m-xl-5 { - margin: 3rem !important; - } - - .m-xl-auto { - margin: auto !important; - } - - .mx-xl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xl-0 { - margin-top: 0 !important; - } - - .mt-xl-1 { - margin-top: 0.25rem !important; - } - - .mt-xl-2 { - margin-top: 0.5rem !important; - } - - .mt-xl-3 { - margin-top: 1rem !important; - } - - .mt-xl-4 { - margin-top: 1.5rem !important; - } - - .mt-xl-5 { - margin-top: 3rem !important; - } - - .mt-xl-auto { - margin-top: auto !important; - } - - .me-xl-0 { - margin-right: 0 !important; - } - - .me-xl-1 { - margin-right: 0.25rem !important; - } - - .me-xl-2 { - margin-right: 0.5rem !important; - } - - .me-xl-3 { - margin-right: 1rem !important; - } - - .me-xl-4 { - margin-right: 1.5rem !important; - } - - .me-xl-5 { - margin-right: 3rem !important; - } - - .me-xl-auto { - margin-right: auto !important; - } - - .mb-xl-0 { - margin-bottom: 0 !important; - } - - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xl-5 { - margin-bottom: 3rem !important; - } - - .mb-xl-auto { - margin-bottom: auto !important; - } - - .ms-xl-0 { - margin-left: 0 !important; - } - - .ms-xl-1 { - margin-left: 0.25rem !important; - } - - .ms-xl-2 { - margin-left: 0.5rem !important; - } - - .ms-xl-3 { - margin-left: 1rem !important; - } - - .ms-xl-4 { - margin-left: 1.5rem !important; - } - - .ms-xl-5 { - margin-left: 3rem !important; - } - - .ms-xl-auto { - margin-left: auto !important; - } - - .p-xl-0 { - padding: 0 !important; - } - - .p-xl-1 { - padding: 0.25rem !important; - } - - .p-xl-2 { - padding: 0.5rem !important; - } - - .p-xl-3 { - padding: 1rem !important; - } - - .p-xl-4 { - padding: 1.5rem !important; - } - - .p-xl-5 { - padding: 3rem !important; - } - - .px-xl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xl-0 { - padding-top: 0 !important; - } - - .pt-xl-1 { - padding-top: 0.25rem !important; - } - - .pt-xl-2 { - padding-top: 0.5rem !important; - } - - .pt-xl-3 { - padding-top: 1rem !important; - } - - .pt-xl-4 { - padding-top: 1.5rem !important; - } - - .pt-xl-5 { - padding-top: 3rem !important; - } - - .pe-xl-0 { - padding-right: 0 !important; - } - - .pe-xl-1 { - padding-right: 0.25rem !important; - } - - .pe-xl-2 { - padding-right: 0.5rem !important; - } - - .pe-xl-3 { - padding-right: 1rem !important; - } - - .pe-xl-4 { - padding-right: 1.5rem !important; - } - - .pe-xl-5 { - padding-right: 3rem !important; - } - - .pb-xl-0 { - padding-bottom: 0 !important; - } - - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - .ps-xl-0 { - padding-left: 0 !important; - } - - .ps-xl-1 { - padding-left: 0.25rem !important; - } - - .ps-xl-2 { - padding-left: 0.5rem !important; - } - - .ps-xl-3 { - padding-left: 1rem !important; - } - - .ps-xl-4 { - padding-left: 1.5rem !important; - } - - .ps-xl-5 { - padding-left: 3rem !important; - } - - .text-xl-start { - text-align: left !important; - } - - .text-xl-end { - text-align: right !important; - } - - .text-xl-center { - text-align: center !important; - } -} - -@media (min-width: 1400px) { - .float-xxl-start { - float: left !important; - } - - .float-xxl-end { - float: right !important; - } - - .float-xxl-none { - float: none !important; - } - - .d-xxl-inline { - display: inline !important; - } - - .d-xxl-inline-block { - display: inline-block !important; - } - - .d-xxl-block { - display: block !important; - } - - .d-xxl-grid { - display: grid !important; - } - - .d-xxl-table { - display: table !important; - } - - .d-xxl-table-row { - display: table-row !important; - } - - .d-xxl-table-cell { - display: table-cell !important; - } - - .d-xxl-flex { - display: flex !important; - } - - .d-xxl-inline-flex { - display: inline-flex !important; - } - - .d-xxl-none { - display: none !important; - } - - .flex-xxl-fill { - flex: 1 1 auto !important; - } - - .flex-xxl-row { - flex-direction: row !important; - } - - .flex-xxl-column { - flex-direction: column !important; - } - - .flex-xxl-row-reverse { - flex-direction: row-reverse !important; - } - - .flex-xxl-column-reverse { - flex-direction: column-reverse !important; - } - - .flex-xxl-grow-0 { - flex-grow: 0 !important; - } - - .flex-xxl-grow-1 { - flex-grow: 1 !important; - } - - .flex-xxl-shrink-0 { - flex-shrink: 0 !important; - } - - .flex-xxl-shrink-1 { - flex-shrink: 1 !important; - } - - .flex-xxl-wrap { - flex-wrap: wrap !important; - } - - .flex-xxl-nowrap { - flex-wrap: nowrap !important; - } - - .flex-xxl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .gap-xxl-0 { - gap: 0 !important; - } - - .gap-xxl-1 { - gap: 0.25rem !important; - } - - .gap-xxl-2 { - gap: 0.5rem !important; - } - - .gap-xxl-3 { - gap: 1rem !important; - } - - .gap-xxl-4 { - gap: 1.5rem !important; - } - - .gap-xxl-5 { - gap: 3rem !important; - } - - .justify-content-xxl-start { - justify-content: flex-start !important; - } - - .justify-content-xxl-end { - justify-content: flex-end !important; - } - - .justify-content-xxl-center { - justify-content: center !important; - } - - .justify-content-xxl-between { - justify-content: space-between !important; - } - - .justify-content-xxl-around { - justify-content: space-around !important; - } - - .justify-content-xxl-evenly { - justify-content: space-evenly !important; - } - - .align-items-xxl-start { - align-items: flex-start !important; - } - - .align-items-xxl-end { - align-items: flex-end !important; - } - - .align-items-xxl-center { - align-items: center !important; - } - - .align-items-xxl-baseline { - align-items: baseline !important; - } - - .align-items-xxl-stretch { - align-items: stretch !important; - } - - .align-content-xxl-start { - align-content: flex-start !important; - } - - .align-content-xxl-end { - align-content: flex-end !important; - } - - .align-content-xxl-center { - align-content: center !important; - } - - .align-content-xxl-between { - align-content: space-between !important; - } - - .align-content-xxl-around { - align-content: space-around !important; - } - - .align-content-xxl-stretch { - align-content: stretch !important; - } - - .align-self-xxl-auto { - align-self: auto !important; - } - - .align-self-xxl-start { - align-self: flex-start !important; - } - - .align-self-xxl-end { - align-self: flex-end !important; - } - - .align-self-xxl-center { - align-self: center !important; - } - - .align-self-xxl-baseline { - align-self: baseline !important; - } - - .align-self-xxl-stretch { - align-self: stretch !important; - } - - .order-xxl-first { - order: -1 !important; - } - - .order-xxl-0 { - order: 0 !important; - } - - .order-xxl-1 { - order: 1 !important; - } - - .order-xxl-2 { - order: 2 !important; - } - - .order-xxl-3 { - order: 3 !important; - } - - .order-xxl-4 { - order: 4 !important; - } - - .order-xxl-5 { - order: 5 !important; - } - - .order-xxl-last { - order: 6 !important; - } - - .m-xxl-0 { - margin: 0 !important; - } - - .m-xxl-1 { - margin: 0.25rem !important; - } - - .m-xxl-2 { - margin: 0.5rem !important; - } - - .m-xxl-3 { - margin: 1rem !important; - } - - .m-xxl-4 { - margin: 1.5rem !important; - } - - .m-xxl-5 { - margin: 3rem !important; - } - - .m-xxl-auto { - margin: auto !important; - } - - .mx-xxl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - - .mx-xxl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - - .mx-xxl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - .mx-xxl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - - .mx-xxl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - - .mx-xxl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - .mx-xxl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - - .my-xxl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - - .my-xxl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .my-xxl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .my-xxl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .my-xxl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .my-xxl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .my-xxl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .mt-xxl-0 { - margin-top: 0 !important; - } - - .mt-xxl-1 { - margin-top: 0.25rem !important; - } - - .mt-xxl-2 { - margin-top: 0.5rem !important; - } - - .mt-xxl-3 { - margin-top: 1rem !important; - } - - .mt-xxl-4 { - margin-top: 1.5rem !important; - } - - .mt-xxl-5 { - margin-top: 3rem !important; - } - - .mt-xxl-auto { - margin-top: auto !important; - } - - .me-xxl-0 { - margin-right: 0 !important; - } - - .me-xxl-1 { - margin-right: 0.25rem !important; - } - - .me-xxl-2 { - margin-right: 0.5rem !important; - } - - .me-xxl-3 { - margin-right: 1rem !important; - } - - .me-xxl-4 { - margin-right: 1.5rem !important; - } - - .me-xxl-5 { - margin-right: 3rem !important; - } - - .me-xxl-auto { - margin-right: auto !important; - } - - .mb-xxl-0 { - margin-bottom: 0 !important; - } - - .mb-xxl-1 { - margin-bottom: 0.25rem !important; - } - - .mb-xxl-2 { - margin-bottom: 0.5rem !important; - } - - .mb-xxl-3 { - margin-bottom: 1rem !important; - } - - .mb-xxl-4 { - margin-bottom: 1.5rem !important; - } - - .mb-xxl-5 { - margin-bottom: 3rem !important; - } - - .mb-xxl-auto { - margin-bottom: auto !important; - } - - .ms-xxl-0 { - margin-left: 0 !important; - } - - .ms-xxl-1 { - margin-left: 0.25rem !important; - } - - .ms-xxl-2 { - margin-left: 0.5rem !important; - } - - .ms-xxl-3 { - margin-left: 1rem !important; - } - - .ms-xxl-4 { - margin-left: 1.5rem !important; - } - - .ms-xxl-5 { - margin-left: 3rem !important; - } - - .ms-xxl-auto { - margin-left: auto !important; - } - - .p-xxl-0 { - padding: 0 !important; - } - - .p-xxl-1 { - padding: 0.25rem !important; - } - - .p-xxl-2 { - padding: 0.5rem !important; - } - - .p-xxl-3 { - padding: 1rem !important; - } - - .p-xxl-4 { - padding: 1.5rem !important; - } - - .p-xxl-5 { - padding: 3rem !important; - } - - .px-xxl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - - .px-xxl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - - .px-xxl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - - .px-xxl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - - .px-xxl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - - .px-xxl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - - .py-xxl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - .py-xxl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .py-xxl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .py-xxl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .py-xxl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .py-xxl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .pt-xxl-0 { - padding-top: 0 !important; - } - - .pt-xxl-1 { - padding-top: 0.25rem !important; - } - - .pt-xxl-2 { - padding-top: 0.5rem !important; - } - - .pt-xxl-3 { - padding-top: 1rem !important; - } - - .pt-xxl-4 { - padding-top: 1.5rem !important; - } - - .pt-xxl-5 { - padding-top: 3rem !important; - } - - .pe-xxl-0 { - padding-right: 0 !important; - } - - .pe-xxl-1 { - padding-right: 0.25rem !important; - } - - .pe-xxl-2 { - padding-right: 0.5rem !important; - } - - .pe-xxl-3 { - padding-right: 1rem !important; - } - - .pe-xxl-4 { - padding-right: 1.5rem !important; - } - - .pe-xxl-5 { - padding-right: 3rem !important; - } - - .pb-xxl-0 { - padding-bottom: 0 !important; - } - - .pb-xxl-1 { - padding-bottom: 0.25rem !important; - } - - .pb-xxl-2 { - padding-bottom: 0.5rem !important; - } - - .pb-xxl-3 { - padding-bottom: 1rem !important; - } - - .pb-xxl-4 { - padding-bottom: 1.5rem !important; - } - - .pb-xxl-5 { - padding-bottom: 3rem !important; - } - - .ps-xxl-0 { - padding-left: 0 !important; - } - - .ps-xxl-1 { - padding-left: 0.25rem !important; - } - - .ps-xxl-2 { - padding-left: 0.5rem !important; - } - - .ps-xxl-3 { - padding-left: 1rem !important; - } - - .ps-xxl-4 { - padding-left: 1.5rem !important; - } - - .ps-xxl-5 { - padding-left: 3rem !important; - } - - .text-xxl-start { - text-align: left !important; - } - - .text-xxl-end { - text-align: right !important; - } - - .text-xxl-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .fs-1 { - font-size: 6rem !important; - } - - .fs-2 { - font-size: 3.5rem !important; - } - - .fs-3 { - font-size: 2rem !important; - } - - .fs-4 { - font-size: 1.5rem !important; - } -} - -@media print { - .d-print-inline { - display: inline !important; - } - - .d-print-inline-block { - display: inline-block !important; - } - - .d-print-block { - display: block !important; - } - - .d-print-grid { - display: grid !important; - } - - .d-print-table { - display: table !important; - } - - .d-print-table-row { - display: table-row !important; - } - - .d-print-table-cell { - display: table-cell !important; - } - - .d-print-flex { - display: flex !important; - } - - .d-print-inline-flex { - display: inline-flex !important; - } - - .d-print-none { - display: none !important; - } -} - -body { - padding-top: 3.375rem; - color: #6c757d; -} - -@media (min-width: 992px) { - body { - padding-top: 0; - padding-left: 17rem; - } -} - -h1, .h1, -h2, -.h2, -h3, -.h3, -h4, -.h4, -h5, -.h5, -h6, -.h6 { - text-transform: uppercase; -} - -h1, .h1 { - line-height: 1; -} - -p.lead { - font-size: 1.15rem; - font-weight: 400; -} - -.subheading { - font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - text-transform: uppercase; - font-weight: 500; - font-size: 1.5rem; -} - -#sideNav { - padding-left: 1rem; - padding-right: 1rem; -} - - - -#sideNav .navbar-nav .nav-item .nav-link { - font-weight: 800; - letter-spacing: 0.05rem; - text-transform: uppercase; -} - - #sideNav .navbar-toggler:focus { - outline-color: red; - } - -@media (min-width: 992px) { - #sideNav { - padding-left: 0; - padding-right: 0; - text-align: center; - position: fixed; - top: 0; - left: 0; - display: flex; - flex-direction: column; - width: 17rem; - height: 100vh; - } - - #sideNav .navbar-brand { - display: flex; - margin: auto auto 0; - padding: 0.5rem; - } - - #sideNav .navbar-brand .img-profile { - max-width: 10rem; - max-height: 10rem; - border: 0.5rem solid rgba(255, 255, 255, 0.2); - } - - #sideNav .navbar-collapse { - display: flex; - align-items: flex-start; - flex-grow: 0; - width: 100%; - margin-bottom: auto; - } - - #sideNav .navbar-collapse .navbar-nav { - flex-direction: column; - width: 100%; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item { - display: block; - } - - #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link { - display: block; - } -} - -.social-icons .social-icon { - display: inline-flex; - align-items: center; - justify-content: center; - height: 3.5rem; - width: 3.5rem; - background-color: #495057; - color: #fff; - border-radius: 100%; - font-size: 1.5rem; - margin-right: 1.5rem; -} - - .social-icons .social-icon:last-child { - margin-right: 0; - } - - .social-icons .social-icon:hover { - background-color: #b34fc2; - } - -.dev-icons { - font-size: 3rem; -} - -section.resume-section { - display: flex; - align-items: center; - padding-left: 1rem; - padding-right: 1rem; - padding-top: 5rem; - padding-bottom: 5rem; - max-width: 75rem; -} - - section.resume-section .resume-section-content { - width: 100%; - } - -@media (min-width: 768px) { - section.resume-section { - min-height: 100vh; - } -} - -@media (min-width: 992px) { - section.resume-section { - padding-left: 3rem; - padding-right: 3rem; - padding-top: 5rem; - padding-bottom: 5rem; - } -}*/ -/* /Shared/NavMenu.razor.rz.scp.css */ diff --git a/obj/Debug/net8.0/staticwebassets.build.json b/obj/Debug/net8.0/staticwebassets.build.json deleted file mode 100644 index 74b8e19..0000000 --- a/obj/Debug/net8.0/staticwebassets.build.json +++ /dev/null @@ -1,10584 +0,0 @@ -{ - "Version": 1, - "Hash": "eyaETbRihoKqdsnODMNtarDWaOpNVHs1+YffwSHbbG0=", - "Source": "CV", - "BasePath": "/", - "Mode": "Root", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [ - { - "Name": "CV\\wwwroot", - "Source": "CV", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "Pattern": "**" - } - ], - "Assets": [ - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\blazorise.bootstrap.css", - "SourceId": "Blazorise.Bootstrap", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise.Bootstrap", - "RelativePath": "blazorise.bootstrap.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\blazorise.bootstrap.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\blazorise.bootstrap.min.css", - "SourceId": "Blazorise.Bootstrap", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise.Bootstrap", - "RelativePath": "blazorise.bootstrap.min.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\blazorise.bootstrap.min.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\modal.js", - "SourceId": "Blazorise.Bootstrap", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise.Bootstrap", - "RelativePath": "modal.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\modal.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\tooltip.js", - "SourceId": "Blazorise.Bootstrap", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise.Bootstrap", - "RelativePath": "tooltip.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\tooltip.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\blazorise.css", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "blazorise.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\blazorise.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\blazorise.min.css", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "blazorise.min.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\blazorise.min.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\breakpoint.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "breakpoint.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\breakpoint.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\button.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "button.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\button.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\closable.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "closable.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\closable.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\colorPicker.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "colorPicker.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\colorPicker.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\datePicker.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "datePicker.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\datePicker.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\dragDrop.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "dragDrop.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\dragDrop.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\dropdown.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "dropdown.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\dropdown.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\fileEdit.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "fileEdit.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\fileEdit.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\filePicker.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "filePicker.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\filePicker.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\floatingUi.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "floatingUi.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\floatingUi.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\inputMask.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "inputMask.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\inputMask.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\io.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "io.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\io.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\memoEdit.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "memoEdit.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\memoEdit.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\numericPicker.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "numericPicker.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\numericPicker.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\observer.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "observer.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\observer.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\table.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "table.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\table.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\textEdit.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "textEdit.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\textEdit.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\theme.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "theme.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\theme.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\timePicker.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "timePicker.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\timePicker.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\tooltip.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "tooltip.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\tooltip.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\utilities.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "utilities.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\utilities.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\DateTimeMaskValidator.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "validators/DateTimeMaskValidator.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\DateTimeMaskValidator.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\NoValidator.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "validators/NoValidator.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\NoValidator.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\NumericMaskValidator.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "validators/NumericMaskValidator.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\NumericMaskValidator.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\RegExMaskValidator.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "validators/RegExMaskValidator.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\validators\\RegExMaskValidator.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\autoNumeric.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/autoNumeric.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\autoNumeric.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\Behave.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/Behave.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\Behave.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\flatpickr.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/flatpickr.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\flatpickr.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\floating-ui.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/floating-ui.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\floating-ui.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\floating-ui-core.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/floating-ui-core.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\floating-ui-core.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\inputmask.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/inputmask.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\inputmask.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\jsencrypt.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/jsencrypt.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\jsencrypt.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\Pickr.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/Pickr.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\Pickr.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\sha512.js", - "SourceId": "Blazorise", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\", - "BasePath": "_content/Blazorise", - "RelativePath": "vendors/sha512.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\vendors\\sha512.js" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/dark.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/dark-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/dark-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\dark-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/default.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/default-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/default-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\default-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/fluent.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/fluent-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-dark.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/fluent-dark.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-dark.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-dark-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/fluent-dark-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\fluent-dark-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/humanistic.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/humanistic-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/humanistic-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\humanistic-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material3.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material3-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-dark.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material3-dark.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-dark.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-dark-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material3-dark-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material3-dark-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-dark.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material-dark.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-dark.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-dark-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material-dark-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-dark-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/material-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\material-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/software.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/software-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/software-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\software-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/standard.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard-base.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/standard-base.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard-base.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard-wcag.css", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "css/standard-wcag.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\css\\standard-wcag.css" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\MaterialIcons-Regular.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/MaterialIcons-Regular.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\MaterialIcons-Regular.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-300.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v15-latin-300.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-300.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-700.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v15-latin-700.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-700.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-regular.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v15-latin-regular.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v15-latin-regular.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-300.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v30-latin-300.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-300.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-500.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v30-latin-500.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-500.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-700.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v30-latin-700.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-700.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-regular.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/roboto-v30-latin-regular.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\roboto-v30-latin-regular.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Black.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-Black.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Black.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-BlackIt.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-BlackIt.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-BlackIt.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Bold.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-Bold.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Bold.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-BoldIt.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-BoldIt.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-BoldIt.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-ExtraLight.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-ExtraLight.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-ExtraLight.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-ExtraLightIt.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-ExtraLightIt.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-ExtraLightIt.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-It.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-It.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-It.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Light.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-Light.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Light.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-LightIt.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-LightIt.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-LightIt.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Regular.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-Regular.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Regular.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Semibold.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-Semibold.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-Semibold.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-SemiboldIt.woff", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "fonts/SourceSansPro-SemiboldIt.woff", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\fonts\\SourceSansPro-SemiboldIt.woff" - }, - { - "Identity": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\Radzen.Blazor.js", - "SourceId": "Radzen.Blazor", - "SourceType": "Package", - "ContentRoot": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\", - "BasePath": "_content/Radzen.Blazor", - "RelativePath": "Radzen.Blazor.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\Radzen.Blazor.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/blazor.boot.json", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "manifest", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "obj\\Debug\\net8.0\\blazor.boot.json" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/blazor.webassembly.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "boot", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.webassembly\\8.0.2\\build\\net8.0\\blazor.webassembly.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Bootstrap.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Bootstrap.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Blazorise.Bootstrap.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Icons.FontAwesome.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Icons.FontAwesome.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Blazorise.Icons.FontAwesome.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Licensing.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Licensing.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Blazorise.Licensing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Blazorise.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.pdb", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/CV.pdb", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "symbol", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "obj\\Debug\\net8.0\\CV.pdb" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/CV.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\CV.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\DeepCloner.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/DeepCloner.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\DeepCloner.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.js", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.js.map", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.js.map" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.8.0.2.deknxu92gu.js", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.native.8.0.2.deknxu92gu.js", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.native.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.native.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.native.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.8.0.2.8j60y5zbay.js", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.runtime.8.0.2.8j60y5zbay.js", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.runtime.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.runtime.js.map", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\dotnet.runtime.js.map" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\en\\CV.resources.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/en/CV.resources.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Related", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.wasm", - "AssetTraitName": "Culture", - "AssetTraitValue": "en", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\en\\CV.resources.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_CJK.dat", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_EFIGS.dat", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_no_CJK.dat", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "native", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\\8.0.2\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Authorization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Forms.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.WebAssembly.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Metadata.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.CSharp.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.CSharp.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Binder.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.FileExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Physical.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileSystemGlobbing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.Abstractions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Localization.Abstractions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Localization.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Localization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Localization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Options.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Options.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.JSInterop.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.WebAssembly.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.VisualBasic.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Win32.Registry.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Registry.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/mscorlib.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\mscorlib.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/netstandard.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\netstandard.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Radzen.Blazor.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Radzen.Blazor.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\Radzen.Blazor.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.AppContext.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.AppContext.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Buffers.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Buffers.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Concurrent.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Collections.Concurrent.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Immutable.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Collections.Immutable.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.NonGeneric.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Collections.NonGeneric.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Specialized.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Collections.Specialized.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Collections.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.Annotations.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Annotations.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.DataAnnotations.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.EventBasedAsync.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.TypeConverter.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Configuration.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Configuration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Console.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Console.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Core.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.Common.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Data.Common.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.DataSetExtensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Data.DataSetExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Data.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Contracts.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Contracts.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Debug.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Debug.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.DiagnosticSource.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.FileVersionInfo.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Process.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Process.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.StackTrace.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TextWriterTraceListener.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Tools.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tools.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TraceSource.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Tracing.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tracing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Drawing.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Drawing.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Drawing.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Drawing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Dynamic.Runtime.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Dynamic.Runtime.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Formats.Asn1.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Formats.Asn1.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Formats.Tar.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Formats.Tar.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.Calendars.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Calendars.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.Extensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Globalization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.Brotli.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.Brotli.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.FileSystem.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.ZipFile.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.DriveInfo.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Watcher.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.IsolatedStorage.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.IsolatedStorage.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.MemoryMappedFiles.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipelines.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipelines.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipes.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.UnmanagedMemoryStream.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.IO.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Dynamic.Core.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Dynamic.Core.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Linq.Dynamic.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Expressions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Linq.Expressions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Parallel.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Linq.Parallel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Queryable.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Linq.Queryable.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Memory.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Memory.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Http.Json.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Http.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.HttpListener.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.HttpListener.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Mail.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Mail.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.NameResolution.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.NameResolution.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.NetworkInformation.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.NetworkInformation.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Ping.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Ping.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Quic.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Quic.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Requests.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Requests.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Security.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Security.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.ServicePoint.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.ServicePoint.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Sockets.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.Sockets.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebClient.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.WebClient.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.WebHeaderCollection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebProxy.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.WebProxy.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebSockets.Client.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.Client.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebSockets.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Numerics.Vectors.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Numerics.Vectors.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Numerics.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Numerics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ObjectModel.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ObjectModel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.CoreLib.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Private.CoreLib.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.DataContractSerialization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Private.DataContractSerialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Uri.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Private.Uri.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Xml.Linq.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Xml.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.DispatchProxy.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.ILGeneration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.Lightweight.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Extensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Metadata.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Metadata.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.TypeExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Reflection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.Reader.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Resources.Reader.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.ResourceManager.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Resources.ResourceManager.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.Writer.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Resources.Writer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.Unsafe.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.VisualC.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Extensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Handles.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Handles.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.JavaScript.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.RuntimeInformation.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Intrinsics.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Intrinsics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Loader.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Loader.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Numerics.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Numerics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Formatters.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Runtime.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.AccessControl.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Claims.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Claims.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Algorithms.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Cng.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Csp.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Encoding.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.OpenSsl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.X509Certificates.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Principal.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Principal.Windows.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.Windows.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.SecureString.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.SecureString.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Security.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ServiceModel.Web.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ServiceModel.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ServiceProcess.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ServiceProcess.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.CodePages.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encodings.Web.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.Encodings.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Json.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.RegularExpressions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Text.RegularExpressions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Channels.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Channels.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Overlapped.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Overlapped.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Dataflow.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Parallel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Thread.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Thread.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.ThreadPool.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.ThreadPool.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Timer.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.Timer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Threading.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Transactions.Local.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Transactions.Local.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Transactions.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Transactions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ValueTuple.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.ValueTuple.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Web.HttpUtility.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Web.HttpUtility.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Web.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Windows.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Windows.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.Linq.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.ReaderWriter.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.ReaderWriter.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.Serialization.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.Serialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XDocument.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.XDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XmlDocument.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XmlSerializer.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlSerializer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XPath.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.XDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/WindowsBase.wasm", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "WasmResource", - "AssetTraitValue": "runtime", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\webcil\\WindowsBase.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\0163rfq2go.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ServiceProcess.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\0dggxsp0xz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Bootstrap.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Bootstrap.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Bootstrap.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\0dyjv3mml5.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\0s2kg0m3di.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Extensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\0yr6uyn06c.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\185lt5b7qi.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1975ftkgmh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.IsolatedStorage.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1bco0s38nh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Concurrent.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1mugg0abkv.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.RegularExpressions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1nnehsfoof.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Parallel.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1qlghbk8f3.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1r2dlsyc2g.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XmlDocument.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\1zgerff55m.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Icons.FontAwesome.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Icons.FontAwesome.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Icons.FontAwesome.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\240kxc4nq3.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Ping.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\2c62l5su36.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\2ps15d0hpo.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\2uhl7vqm2q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebSockets.Client.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\31kp470qu1.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Formats.Asn1.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\3659l1htzj.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.Extensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\3a5aedcroc.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Formats.Tar.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\3c8emknb4p.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\3s9rerktjx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\3yozxou738.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\47etxwv4nx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/CV.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\47vgl2wf2e.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\4bs7nslcns.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Numerics.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\4filt36fkj.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/netstandard.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\4zzei9lfv1.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Console.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\567uydm81b.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5aiiprbp32.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/en/CV.resources.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\en\\CV.resources.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\en\\CV.resources.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5cljcany1u.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5gvxl0htfs.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/CV.pdb.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.pdb", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\CV.pdb" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5nbircwk8q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.Abstractions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5nu5x92r5o.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.ResourceManager.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5sb3wxz0bw.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5ux8ql4ho3.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_EFIGS.dat.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5ws1zadqu8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Claims.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\5wxow1unw8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\60ixcen2jd.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\60szxccf6t.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/WindowsBase.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\6ucwahhix8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.JSInterop.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\70oce93p1r.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Tools.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\7s15hg8hvf.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\7z4mv2p1rc.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\86zbqignk9.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.CoreLib.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\89ckpg3jrk.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\8dexh15nje.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Dynamic.Runtime.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\8ifbh46wvs.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Principal.Windows.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\8j60y5zbay.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.8.0.2.8j60y5zbay.js", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.8.0.2.8j60y5zbay.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\8m3f3bjvtd.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.DataSetExtensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\8rvh24xdzx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Intrinsics.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\95r5gcvc81.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\96fk1dodsq.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\977hklibey.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9f03aznk2w.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Windows.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9igl8qqpha.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.NetworkInformation.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9jqp6z2iia.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9jw2lzm379.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Localization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Localization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9s52gkcx3p.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9u2h0ane2m.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Tracing.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9uxhishp1u.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Options.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\9xjdocvfua.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.Licensing.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Licensing.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.Licensing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\a67eiy4rfo.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\a8bch6iadm.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\aa1a0r2wi1.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.Reader.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\aid9j0kiwg.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.Annotations.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\anyksxhl2h.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\auj0g1uvmy.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\bfbaszu0bq.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\bpx7bhqsds.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\cddk9b2cn3.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ObjectModel.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\cpd9s5tmwe.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\cuqz7nq91q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\daom1n2glk.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\dcc9vgtpi2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Expressions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\deknxu92gu.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.native.8.0.2.deknxu92gu.js.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.8.0.2.deknxu92gu.js", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.8.0.2.deknxu92gu.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\dfz9yh7sa4.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\dlx146itj2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\e0pwesc8na.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\e1d9x8xdb3.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.NameResolution.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\e9ijy5scj2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\efu5qanr2p.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\egtoek7vle.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\el7hyfth7u.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.native.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\f6um8hhivo.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Timer.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\f8mt8hw67a.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\fau5c3hatt.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XDocument.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\fln89d9szq.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\fptzglqgqb.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.Calendars.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\fveyapdap7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/blazor.boot.json.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\fzdbyy91ls.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Xml.Linq.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\g1qnj41t0x.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.Brotli.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\gawxcgha3y.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\gb2rdxsqm6.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Handles.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\gdfo7je9gv.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Numerics.Vectors.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\gebmqp4xt0.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Loader.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\giv4nig2qx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\glf7ilsf7b.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.AccessControl.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\go8rsxq9fw.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\gsvmzey9eu.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Encodings.Web.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\h32f1s9r4q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ValueTuple.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\he11x47zc2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Metadata.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\hnzrs1vh87.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\hqvxbsyr7k.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Drawing.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ht4fsuebfs.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Numerics.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\hx72xlg0qa.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ix0omcn8cn.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\j5v0qqmjzz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Radzen.Blazor.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Radzen.Blazor.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Radzen.Blazor.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\jke0bkyjc2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\jrcrsywb3a.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\jstsbkxywd.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_CJK.dat.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\jv2oyhfpar.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Requests.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\jvd033iqeb.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\k853cj0qpf.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Transactions.Local.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\kcq3ro3lch.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\khjx9jiu5t.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\kpuim1sjsh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Thread.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\kqtmz2s8bb.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.runtime.js.map.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\kw1cblutp7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Globalization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\l2xki56163.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Queryable.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\l7nq3wu6hd.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Process.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\l85b55n9tx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\lo86bc157u.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\lrvwfqetia.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\lxte47d7g4.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/mscorlib.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\lzmj34im4a.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\m8r7f6o2w4.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.js.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\mbeeojz9ug.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebSockets.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\mj884n42m7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Contracts.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\mkalzfz05e.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/dotnet.js.map.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\mrq3fig2c1.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XmlSerializer.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\n0jvg8m93t.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\n1i5k24ute.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Resources.Writer.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\n7sj458ln7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ne2s6wfy5y.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.ReaderWriter.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\noftw5oq6v.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\nrd8n58389.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\o215neoqin.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.SecureString.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\oam712whm8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Core.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\onfdqnfhzd.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Uri.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\osb3mzrwaa.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Drawing.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ougkhitdzi.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.CSharp.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\oun0v0am46.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Data.Common.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ovqip5z8xf.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Http.Json.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ow435jk1c5.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\p0b5aezta8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipelines.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\pa2u8l6hvs.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/blazor.webassembly.js.gz", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\pfju7th0za.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Mail.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\pi0f70mlsr.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\pt3cynh0z0.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ServiceModel.Web.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\q52yxkp4b8.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\q99h0rjrq9.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\qi8ru0rvy9.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Text.Json.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ql38l5ztno.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Pipes.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\qlrptf693z.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\qnrwmkk3fl.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/DeepCloner.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\DeepCloner.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\DeepCloner.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\qvyc6o4o6u.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Security.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\r9b60o4t14.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebClient.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ra7i2zljza.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/icudt_no_CJK.dat.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\rgvxsil6db.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\rhbdejd3yz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\rhh9x9jltf.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Blazorise.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Blazorise.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\rv6w1353p7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.DataContractSerialization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\s1t8u0jk0a.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\s53kpsc7pz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\s7hnmmo50d.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\s843qmk63v.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\s8jv0soqtn.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.ServicePoint.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\si0n6kt4lf.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.VisualBasic.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\srhcftb0hp.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\sumz978195.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\sup07lpzy6.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\t7fwyu8qku.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tauhtqouzx.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.HttpListener.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tb77vqzihz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Principal.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tmrbtkwdlj.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ts8lyp5v7f.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tsbcutbeuj.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Tasks.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tudr5p6066.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Transactions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\tuwued8wz0.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Private.Xml.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\twnl85lnp7.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Specialized.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\u3td9lx2u2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Web.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\udqbn2gls1.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\uffslssvyk.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Extensions.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\v2f2m0lrme.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.Linq.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\v6wk55duj2.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Configuration.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\vb3znhuzcz.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\veuqg5pjin.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Web.HttpUtility.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\vpth8ufucy.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.NonGeneric.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\vtfkqvuvsv.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Memory.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\vwfhymlwgh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\w4ig83muls.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.WebProxy.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\w7k8uh40of.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.FileSystem.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\wreamsjpyi.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.Immutable.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\wvw84o58rq.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Http.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\x30a9i6nte.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Quic.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\x7xwc3r13e.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Collections.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\xamdq1er2n.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.ThreadPool.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\xc4hu2uloh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Diagnostics.Debug.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\xlcch1x81q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Channels.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\xnqe24muoc.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Threading.Overlapped.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\y1cjdhx27q.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\y2cmp3t3ko.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\yh8givac2v.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.Serialization.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ykebj5f9y0.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\yp9qcdgic9.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.AppContext.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ywulsowx2v.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.Win32.Registry.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\ywzb9f2dcy.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Primitives.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\yyyqrwye1r.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Xml.XPath.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\zb6qi2ny89.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\zl32uilzr6.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Buffers.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\zln4ts3g7e.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\zlr2nt48lq.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Net.Sockets.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\zmm61pw3nh.gz", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\", - "BasePath": "/", - "RelativePath": "_framework/System.Linq.Dynamic.Core.wasm.gz", - "AssetKind": "Build", - "AssetMode": "All", - "AssetRole": "Alternative", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Dynamic.Core.wasm", - "AssetTraitName": "Content-Encoding", - "AssetTraitValue": "gzip", - "CopyToOutputDirectory": "PreserveNewest", - "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Dynamic.Core.wasm" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\CV.styles.css", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", - "BasePath": "/", - "RelativePath": "CV.styles.css", - "AssetKind": "All", - "AssetMode": "CurrentProject", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "ScopedCss", - "AssetTraitValue": "ApplicationBundle", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\CV.styles.css" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\CV.bundle.scp.css", - "SourceId": "CV", - "SourceType": "Computed", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", - "BasePath": "/", - "RelativePath": "CV.bundle.scp.css", - "AssetKind": "All", - "AssetMode": "Reference", - "AssetRole": "Primary", - "AssetMergeBehavior": "", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "ScopedCss", - "AssetTraitValue": "ProjectBundle", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\CV.bundle.scp.css" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\blazor.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/blazor.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\blazor.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\csharp.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/csharp.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\csharp.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\azurefundamentals.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/cursos/azurefundamentals.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\cursos\\azurefundamentals.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\gobrioja.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/cursos/gobrioja.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\cursos\\gobrioja.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\googleactivate.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/cursos/googleactivate.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\cursos\\googleactivate.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\docker.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/docker.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\docker.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\dotnet.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/dotnet.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\dotnet.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\dotnetframework.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/dotnetframework.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\dotnetframework.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\efcore.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/efcore.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\efcore.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\git.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/git.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\git.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\github.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/github.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\github.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\gitlab.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/gitlab.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\gitlab.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\htmlcssjs.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/htmlcssjs.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\htmlcssjs.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\jenkins.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/jenkins.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\jenkins.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\mvc.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/mvc.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\mvc.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\paises\\ingles.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/paises/ingles.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\paises\\ingles.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\paises\\spain.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/paises/spain.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\paises\\spain.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\sonarqube.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/sonarqube.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\sonarqube.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\sql.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/sql.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\sql.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\swaggeropenapi.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/swaggeropenapi.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\swaggeropenapi.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\vs.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/icons/vs.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\icons\\vs.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\favicon.ico", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/favicon.ico", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\favicon.ico" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoConservatorio.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/logoConservatorio.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\logoConservatorio.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoGnoss.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/logoGnoss.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\logoGnoss.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoHiberus.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/logoHiberus.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\logoHiberus.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoInstituto.jfif", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/logoInstituto.jfif", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\logoInstituto.jfif" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoUniversidad.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/logoUniversidad.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\logoUniversidad.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\a.jpeg", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/personales/a.jpeg", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\personales\\a.jpeg" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\b.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/personales/b.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\personales\\b.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\c.png", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/personales/c.png", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\personales\\c.png" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\d.jpeg", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/personales/d.jpeg", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\personales\\d.jpeg" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\e.jpeg", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/personales/e.jpeg", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\personales\\e.jpeg" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\profile.jpg", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "assets/img/profile.jpg", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\assets\\img\\profile.jpg" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\css\\app.css", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "css/app.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\css\\app.css" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\css\\styles.css", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "css/styles.css", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\css\\styles.css" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\index.html", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "index.html", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\index.html" - }, - { - "Identity": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\js\\scripts.js", - "SourceId": "CV", - "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\", - "BasePath": "/", - "RelativePath": "js/scripts.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "wwwroot\\js\\scripts.js" - } - ] -} \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets.development.json b/obj/Debug/net8.0/staticwebassets.development.json deleted file mode 100644 index f0ab687..0000000 --- a/obj/Debug/net8.0/staticwebassets.development.json +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\","C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\staticwebassets\\","C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\staticwebassets\\","C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\staticwebassets\\","C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"assets":{"Children":{"icons":{"Children":{"blazor.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/blazor.png"},"Patterns":null},"csharp.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/csharp.png"},"Patterns":null},"cursos":{"Children":{"azurefundamentals.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/azurefundamentals.png"},"Patterns":null},"gobrioja.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/gobrioja.jfif"},"Patterns":null},"googleactivate.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/cursos/googleactivate.png"},"Patterns":null}},"Asset":null,"Patterns":null},"docker.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/docker.png"},"Patterns":null},"dotnet.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/dotnet.png"},"Patterns":null},"dotnetframework.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/dotnetframework.png"},"Patterns":null},"efcore.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/efcore.png"},"Patterns":null},"git.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/git.png"},"Patterns":null},"github.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/github.png"},"Patterns":null},"gitlab.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/gitlab.png"},"Patterns":null},"htmlcssjs.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/htmlcssjs.jfif"},"Patterns":null},"jenkins.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/jenkins.jfif"},"Patterns":null},"mvc.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/mvc.jfif"},"Patterns":null},"paises":{"Children":{"ingles.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/paises/ingles.jfif"},"Patterns":null},"spain.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/paises/spain.png"},"Patterns":null}},"Asset":null,"Patterns":null},"sonarqube.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/sonarqube.png"},"Patterns":null},"sql.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/sql.png"},"Patterns":null},"swaggeropenapi.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/swaggeropenapi.png"},"Patterns":null},"vs.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/icons/vs.png"},"Patterns":null}},"Asset":null,"Patterns":null},"img":{"Children":{"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/favicon.ico"},"Patterns":null},"logoConservatorio.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoConservatorio.png"},"Patterns":null},"logoGnoss.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoGnoss.png"},"Patterns":null},"logoHiberus.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoHiberus.png"},"Patterns":null},"logoInstituto.jfif":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoInstituto.jfif"},"Patterns":null},"logoUniversidad.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/logoUniversidad.png"},"Patterns":null},"personales":{"Children":{"a.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/a.jpeg"},"Patterns":null},"b.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/b.png"},"Patterns":null},"c.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/c.png"},"Patterns":null},"d.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/d.jpeg"},"Patterns":null},"e.jpeg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/personales/e.jpeg"},"Patterns":null}},"Asset":null,"Patterns":null},"profile.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/profile.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"css":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/app.css"},"Patterns":null},"styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/styles.css"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"js":{"Children":{"scripts.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/scripts.js"},"Patterns":null}},"Asset":null,"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Blazorise.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.wasm"},"Patterns":null},"Blazorise.Bootstrap.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Bootstrap.wasm"},"Patterns":null},"Blazorise.Icons.FontAwesome.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Icons.FontAwesome.wasm"},"Patterns":null},"Blazorise.Licensing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Licensing.wasm"},"Patterns":null},"DeepCloner.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/DeepCloner.wasm"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Localization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.wasm"},"Patterns":null},"Microsoft.Extensions.Localization.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Radzen.Blazor.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Radzen.Blazor.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.Linq.Dynamic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Dynamic.Core.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.8.0.2.deknxu92gu.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.8.0.2.deknxu92gu.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.8.0.2.8j60y5zbay.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.8.0.2.8j60y5zbay.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"CV.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.wasm"},"Patterns":null},"CV.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.pdb"},"Patterns":null},"en":{"Children":{"CV.resources.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/en/CV.resources.wasm"},"Patterns":null},"CV.resources.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/en/CV.resources.wasm.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js.gz"},"Patterns":null},"Blazorise.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.wasm.gz"},"Patterns":null},"Blazorise.Bootstrap.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Bootstrap.wasm.gz"},"Patterns":null},"Blazorise.Icons.FontAwesome.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Icons.FontAwesome.wasm.gz"},"Patterns":null},"Blazorise.Licensing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Blazorise.Licensing.wasm.gz"},"Patterns":null},"DeepCloner.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/DeepCloner.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Localization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Localization.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm.gz"},"Patterns":null},"Radzen.Blazor.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Radzen.Blazor.wasm.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm.gz"},"Patterns":null},"System.Linq.Dynamic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Dynamic.Core.wasm.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map.gz"},"Patterns":null},"dotnet.native.8.0.2.deknxu92gu.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.8.0.2.deknxu92gu.js.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm.gz"},"Patterns":null},"dotnet.runtime.8.0.2.8j60y5zbay.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.8.0.2.8j60y5zbay.js.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat.gz"},"Patterns":null},"CV.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.wasm.gz"},"Patterns":null},"CV.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/CV.pdb.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"_content":{"Children":{"Radzen.Blazor":{"Children":{"css":{"Children":{"dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark-base.css"},"Patterns":null},"dark-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark-wcag.css"},"Patterns":null},"dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/dark.css"},"Patterns":null},"default-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default-base.css"},"Patterns":null},"default-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default-wcag.css"},"Patterns":null},"default.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/default.css"},"Patterns":null},"fluent-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-base.css"},"Patterns":null},"fluent-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-dark-base.css"},"Patterns":null},"fluent-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent-dark.css"},"Patterns":null},"fluent.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/fluent.css"},"Patterns":null},"humanistic-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic-base.css"},"Patterns":null},"humanistic-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic-wcag.css"},"Patterns":null},"humanistic.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/humanistic.css"},"Patterns":null},"material-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-base.css"},"Patterns":null},"material-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-dark-base.css"},"Patterns":null},"material-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-dark.css"},"Patterns":null},"material-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material-wcag.css"},"Patterns":null},"material.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material.css"},"Patterns":null},"material3-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-base.css"},"Patterns":null},"material3-dark-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-dark-base.css"},"Patterns":null},"material3-dark.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3-dark.css"},"Patterns":null},"material3.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/material3.css"},"Patterns":null},"software-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software-base.css"},"Patterns":null},"software-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software-wcag.css"},"Patterns":null},"software.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/software.css"},"Patterns":null},"standard-base.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard-base.css"},"Patterns":null},"standard-wcag.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard-wcag.css"},"Patterns":null},"standard.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"css/standard.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"MaterialIcons-Regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/MaterialIcons-Regular.woff"},"Patterns":null},"roboto-v15-latin-300.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-300.woff"},"Patterns":null},"roboto-v15-latin-700.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-700.woff"},"Patterns":null},"roboto-v15-latin-regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v15-latin-regular.woff"},"Patterns":null},"roboto-v30-latin-300.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-300.woff"},"Patterns":null},"roboto-v30-latin-500.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-500.woff"},"Patterns":null},"roboto-v30-latin-700.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-700.woff"},"Patterns":null},"roboto-v30-latin-regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/roboto-v30-latin-regular.woff"},"Patterns":null},"SourceSansPro-Black.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Black.woff"},"Patterns":null},"SourceSansPro-BlackIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-BlackIt.woff"},"Patterns":null},"SourceSansPro-Bold.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Bold.woff"},"Patterns":null},"SourceSansPro-BoldIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-BoldIt.woff"},"Patterns":null},"SourceSansPro-ExtraLight.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-ExtraLight.woff"},"Patterns":null},"SourceSansPro-ExtraLightIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-ExtraLightIt.woff"},"Patterns":null},"SourceSansPro-It.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-It.woff"},"Patterns":null},"SourceSansPro-Light.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Light.woff"},"Patterns":null},"SourceSansPro-LightIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-LightIt.woff"},"Patterns":null},"SourceSansPro-Regular.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Regular.woff"},"Patterns":null},"SourceSansPro-Semibold.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-Semibold.woff"},"Patterns":null},"SourceSansPro-SemiboldIt.woff":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fonts/SourceSansPro-SemiboldIt.woff"},"Patterns":null}},"Asset":null,"Patterns":null},"Radzen.Blazor.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"Radzen.Blazor.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"filePicker.js"},"Patterns":null},"floatingUi.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"floatingUi.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"observer.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"floating-ui-core.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/floating-ui-core.js"},"Patterns":null},"floating-ui.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/floating-ui.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/inputmask.js"},"Patterns":null},"jsencrypt.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/jsencrypt.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/Pickr.js"},"Patterns":null},"sha512.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"vendors/sha512.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"CV.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"CV.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets.pack.json b/obj/Debug/net8.0/staticwebassets.pack.json deleted file mode 100644 index 5ad9594..0000000 --- a/obj/Debug/net8.0/staticwebassets.pack.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "Files": [ - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", - "PackagePath": "staticwebassets\\_framework\\blazor.webassembly.js" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\compressed\\pa2u8l6hvs.gz", - "PackagePath": "staticwebassets\\_framework\\blazor.webassembly.js.gz" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\Debug\\net8.0\\scopedcss\\bundle\\CV.styles.css", - "PackagePath": "staticwebassets\\CV.styles.css" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\blazor.png", - "PackagePath": "staticwebassets\\assets\\icons\\blazor.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\csharp.png", - "PackagePath": "staticwebassets\\assets\\icons\\csharp.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\azurefundamentals.png", - "PackagePath": "staticwebassets\\assets\\icons\\cursos\\azurefundamentals.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\gobrioja.jfif", - "PackagePath": "staticwebassets\\assets\\icons\\cursos\\gobrioja.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\cursos\\googleactivate.png", - "PackagePath": "staticwebassets\\assets\\icons\\cursos\\googleactivate.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\docker.png", - "PackagePath": "staticwebassets\\assets\\icons\\docker.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\dotnet.png", - "PackagePath": "staticwebassets\\assets\\icons\\dotnet.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\dotnetframework.png", - "PackagePath": "staticwebassets\\assets\\icons\\dotnetframework.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\efcore.png", - "PackagePath": "staticwebassets\\assets\\icons\\efcore.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\git.png", - "PackagePath": "staticwebassets\\assets\\icons\\git.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\github.png", - "PackagePath": "staticwebassets\\assets\\icons\\github.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\gitlab.png", - "PackagePath": "staticwebassets\\assets\\icons\\gitlab.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\htmlcssjs.jfif", - "PackagePath": "staticwebassets\\assets\\icons\\htmlcssjs.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\jenkins.jfif", - "PackagePath": "staticwebassets\\assets\\icons\\jenkins.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\mvc.jfif", - "PackagePath": "staticwebassets\\assets\\icons\\mvc.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\paises\\ingles.jfif", - "PackagePath": "staticwebassets\\assets\\icons\\paises\\ingles.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\paises\\spain.png", - "PackagePath": "staticwebassets\\assets\\icons\\paises\\spain.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\sonarqube.png", - "PackagePath": "staticwebassets\\assets\\icons\\sonarqube.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\sql.png", - "PackagePath": "staticwebassets\\assets\\icons\\sql.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\swaggeropenapi.png", - "PackagePath": "staticwebassets\\assets\\icons\\swaggeropenapi.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\icons\\vs.png", - "PackagePath": "staticwebassets\\assets\\icons\\vs.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\favicon.ico", - "PackagePath": "staticwebassets\\assets\\img\\favicon.ico" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoConservatorio.png", - "PackagePath": "staticwebassets\\assets\\img\\logoConservatorio.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoGnoss.png", - "PackagePath": "staticwebassets\\assets\\img\\logoGnoss.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoHiberus.png", - "PackagePath": "staticwebassets\\assets\\img\\logoHiberus.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoInstituto.jfif", - "PackagePath": "staticwebassets\\assets\\img\\logoInstituto.jfif" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\logoUniversidad.png", - "PackagePath": "staticwebassets\\assets\\img\\logoUniversidad.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\a.jpeg", - "PackagePath": "staticwebassets\\assets\\img\\personales\\a.jpeg" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\b.png", - "PackagePath": "staticwebassets\\assets\\img\\personales\\b.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\c.png", - "PackagePath": "staticwebassets\\assets\\img\\personales\\c.png" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\d.jpeg", - "PackagePath": "staticwebassets\\assets\\img\\personales\\d.jpeg" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\personales\\e.jpeg", - "PackagePath": "staticwebassets\\assets\\img\\personales\\e.jpeg" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\assets\\img\\profile.jpg", - "PackagePath": "staticwebassets\\assets\\img\\profile.jpg" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\css\\app.css", - "PackagePath": "staticwebassets\\css\\app.css" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\css\\styles.css", - "PackagePath": "staticwebassets\\css\\styles.css" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\index.html", - "PackagePath": "staticwebassets\\index.html" - }, - { - "Id": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\wwwroot\\js\\scripts.js", - "PackagePath": "staticwebassets\\js\\scripts.js" - }, - { - "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.CV.Microsoft.AspNetCore.StaticWebAssets.props", - "PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props" - }, - { - "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.build.CV.props", - "PackagePath": "build\\CV.props" - }, - { - "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildMultiTargeting.CV.props", - "PackagePath": "buildMultiTargeting\\CV.props" - }, - { - "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildTransitive.CV.props", - "PackagePath": "buildTransitive\\CV.props" - } - ], - "ElementsToRemove": [] -} \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.CV.Microsoft.AspNetCore.StaticWebAssets.props b/obj/Debug/net8.0/staticwebassets/msbuild.CV.Microsoft.AspNetCore.StaticWebAssets.props deleted file mode 100644 index 2a5cf51..0000000 --- a/obj/Debug/net8.0/staticwebassets/msbuild.CV.Microsoft.AspNetCore.StaticWebAssets.props +++ /dev/null @@ -1,644 +0,0 @@ - - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/blazor.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\blazor.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/csharp.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\csharp.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/cursos/azurefundamentals.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\cursos\azurefundamentals.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/cursos/gobrioja.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\cursos\gobrioja.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/cursos/googleactivate.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\cursos\googleactivate.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/docker.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\docker.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/dotnet.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\dotnet.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/dotnetframework.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\dotnetframework.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/efcore.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\efcore.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/git.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\git.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/github.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\github.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/gitlab.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\gitlab.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/htmlcssjs.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\htmlcssjs.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/jenkins.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\jenkins.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/mvc.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\mvc.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/paises/ingles.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\paises\ingles.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/paises/spain.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\paises\spain.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/sonarqube.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\sonarqube.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/sql.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\sql.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/swaggeropenapi.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\swaggeropenapi.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/icons/vs.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\icons\vs.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/favicon.ico - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\favicon.ico)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/logoConservatorio.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\logoConservatorio.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/logoGnoss.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\logoGnoss.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/logoHiberus.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\logoHiberus.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/logoInstituto.jfif - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\logoInstituto.jfif)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/logoUniversidad.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\logoUniversidad.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/personales/a.jpeg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\personales\a.jpeg)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/personales/b.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\personales\b.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/personales/c.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\personales\c.png)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/personales/d.jpeg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\personales\d.jpeg)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/personales/e.jpeg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\personales\e.jpeg)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - assets/img/profile.jpg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\assets\img\profile.jpg)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - css/app.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\app.css)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - css/styles.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\styles.css)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - CV.styles.css - All - CurrentProject - Primary - - ScopedCss - ApplicationBundle - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\CV.styles.css)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - index.html - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\index.html)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - js/scripts.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\js\scripts.js)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - _framework/blazor.webassembly.js - All - All - Primary - - WasmResource - boot - PreserveNewest - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\_framework\blazor.webassembly.js)) - - - Package - CV - $(MSBuildThisFileDirectory)..\staticwebassets\ - / - _framework/blazor.webassembly.js.gz - All - All - Alternative - C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\bin\Debug\net8.0\wwwroot\_framework\blazor.webassembly.js - Content-Encoding - gzip - PreserveNewest - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\_framework\blazor.webassembly.js.gz)) - - - \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.build.CV.props b/obj/Debug/net8.0/staticwebassets/msbuild.build.CV.props deleted file mode 100644 index c12810d..0000000 --- a/obj/Debug/net8.0/staticwebassets/msbuild.build.CV.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.CV.props b/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.CV.props deleted file mode 100644 index 0941e11..0000000 --- a/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.CV.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.CV.props b/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.CV.props deleted file mode 100644 index 1ad020c..0000000 --- a/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.CV.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/obj/Debug/net8.0/tmp-webcil/Blazorise.Bootstrap.wasm b/obj/Debug/net8.0/tmp-webcil/Blazorise.Bootstrap.wasm deleted file mode 100644 index 8761632..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Blazorise.Bootstrap.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Blazorise.Icons.FontAwesome.wasm b/obj/Debug/net8.0/tmp-webcil/Blazorise.Icons.FontAwesome.wasm deleted file mode 100644 index 8675f32..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Blazorise.Icons.FontAwesome.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Blazorise.Licensing.wasm b/obj/Debug/net8.0/tmp-webcil/Blazorise.Licensing.wasm deleted file mode 100644 index cac6811..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Blazorise.Licensing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Blazorise.wasm b/obj/Debug/net8.0/tmp-webcil/Blazorise.wasm deleted file mode 100644 index ac5bc6e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Blazorise.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/CV.resources.wasm b/obj/Debug/net8.0/tmp-webcil/CV.resources.wasm deleted file mode 100644 index 7d13280..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/CV.resources.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/CV.wasm b/obj/Debug/net8.0/tmp-webcil/CV.wasm deleted file mode 100644 index a055e4a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/CV.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/DeepCloner.wasm b/obj/Debug/net8.0/tmp-webcil/DeepCloner.wasm deleted file mode 100644 index a18f3d2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/DeepCloner.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Authorization.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Authorization.wasm deleted file mode 100644 index be3d016..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Authorization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Forms.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Forms.wasm deleted file mode 100644 index 8d9648e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Forms.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Web.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Web.wasm deleted file mode 100644 index 6b4a7d7..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm deleted file mode 100644 index 9561714..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.wasm deleted file mode 100644 index c7abef9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Components.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Metadata.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Metadata.wasm deleted file mode 100644 index 61139a2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.AspNetCore.Metadata.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.CSharp.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.CSharp.wasm deleted file mode 100644 index 37c73c5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.CSharp.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Abstractions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Abstractions.wasm deleted file mode 100644 index d968534..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Binder.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Binder.wasm deleted file mode 100644 index 73f87ee..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Binder.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm deleted file mode 100644 index cd71d77..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Json.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Json.wasm deleted file mode 100644 index 2f5236f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.wasm deleted file mode 100644 index cf647fc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Configuration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm deleted file mode 100644 index 59db699..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.wasm deleted file mode 100644 index 8d589b6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.DependencyInjection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm deleted file mode 100644 index e10372c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Physical.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Physical.wasm deleted file mode 100644 index 4396127..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileProviders.Physical.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileSystemGlobbing.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileSystemGlobbing.wasm deleted file mode 100644 index 968a9a6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.FileSystemGlobbing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.Abstractions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.Abstractions.wasm deleted file mode 100644 index 1448121..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.wasm deleted file mode 100644 index 6d578b4..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Localization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.Abstractions.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.Abstractions.wasm deleted file mode 100644 index 650285c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.wasm deleted file mode 100644 index bd94c79..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Logging.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Options.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Options.wasm deleted file mode 100644 index 386abd5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Options.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Primitives.wasm deleted file mode 100644 index 258169f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Extensions.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.WebAssembly.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.WebAssembly.wasm deleted file mode 100644 index 433e9e2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.WebAssembly.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.wasm deleted file mode 100644 index aa1bb13..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.JSInterop.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.Core.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.Core.wasm deleted file mode 100644 index 10598dc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.wasm deleted file mode 100644 index e9f3384..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.VisualBasic.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Primitives.wasm deleted file mode 100644 index b96eb9c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Registry.wasm b/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Registry.wasm deleted file mode 100644 index 7379dbf..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Microsoft.Win32.Registry.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/Radzen.Blazor.wasm b/obj/Debug/net8.0/tmp-webcil/Radzen.Blazor.wasm deleted file mode 100644 index b2a2bdc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/Radzen.Blazor.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.AppContext.wasm b/obj/Debug/net8.0/tmp-webcil/System.AppContext.wasm deleted file mode 100644 index e03daec..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.AppContext.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Buffers.wasm b/obj/Debug/net8.0/tmp-webcil/System.Buffers.wasm deleted file mode 100644 index 22bc5f6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Buffers.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Collections.Concurrent.wasm b/obj/Debug/net8.0/tmp-webcil/System.Collections.Concurrent.wasm deleted file mode 100644 index b937621..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Collections.Concurrent.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Collections.Immutable.wasm b/obj/Debug/net8.0/tmp-webcil/System.Collections.Immutable.wasm deleted file mode 100644 index edbbd40..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Collections.Immutable.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Collections.NonGeneric.wasm b/obj/Debug/net8.0/tmp-webcil/System.Collections.NonGeneric.wasm deleted file mode 100644 index 20dbe0b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Collections.NonGeneric.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Collections.Specialized.wasm b/obj/Debug/net8.0/tmp-webcil/System.Collections.Specialized.wasm deleted file mode 100644 index 9da11ca..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Collections.Specialized.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Collections.wasm b/obj/Debug/net8.0/tmp-webcil/System.Collections.wasm deleted file mode 100644 index 4700096..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Collections.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Annotations.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Annotations.wasm deleted file mode 100644 index 7085392..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Annotations.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.DataAnnotations.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.DataAnnotations.wasm deleted file mode 100644 index ef4657c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.DataAnnotations.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.EventBasedAsync.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.EventBasedAsync.wasm deleted file mode 100644 index 49c26bb..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.EventBasedAsync.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Primitives.wasm deleted file mode 100644 index 50c018f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.TypeConverter.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.TypeConverter.wasm deleted file mode 100644 index 78da9e4..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.TypeConverter.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.wasm b/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.wasm deleted file mode 100644 index d161307..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ComponentModel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Configuration.wasm b/obj/Debug/net8.0/tmp-webcil/System.Configuration.wasm deleted file mode 100644 index 30ca127..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Configuration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Console.wasm b/obj/Debug/net8.0/tmp-webcil/System.Console.wasm deleted file mode 100644 index 558aeaa..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Console.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Core.wasm b/obj/Debug/net8.0/tmp-webcil/System.Core.wasm deleted file mode 100644 index a0ff607..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Data.Common.wasm b/obj/Debug/net8.0/tmp-webcil/System.Data.Common.wasm deleted file mode 100644 index 2530735..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Data.Common.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Data.DataSetExtensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Data.DataSetExtensions.wasm deleted file mode 100644 index d0c2b62..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Data.DataSetExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Data.wasm b/obj/Debug/net8.0/tmp-webcil/System.Data.wasm deleted file mode 100644 index d38aef9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Data.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Contracts.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Contracts.wasm deleted file mode 100644 index 820e1f0..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Contracts.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Debug.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Debug.wasm deleted file mode 100644 index 76dd2a9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Debug.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.DiagnosticSource.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.DiagnosticSource.wasm deleted file mode 100644 index df61eb5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.DiagnosticSource.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.FileVersionInfo.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.FileVersionInfo.wasm deleted file mode 100644 index ac6a9e2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.FileVersionInfo.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Process.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Process.wasm deleted file mode 100644 index 302a0b9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Process.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.StackTrace.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.StackTrace.wasm deleted file mode 100644 index 6b115cf..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.StackTrace.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TextWriterTraceListener.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TextWriterTraceListener.wasm deleted file mode 100644 index 24451a6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TextWriterTraceListener.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tools.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tools.wasm deleted file mode 100644 index 5c2c354..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tools.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TraceSource.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TraceSource.wasm deleted file mode 100644 index 4c22868..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.TraceSource.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tracing.wasm b/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tracing.wasm deleted file mode 100644 index 2836cc1..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Diagnostics.Tracing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Drawing.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.Drawing.Primitives.wasm deleted file mode 100644 index 6ab3e0c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Drawing.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Drawing.wasm b/obj/Debug/net8.0/tmp-webcil/System.Drawing.wasm deleted file mode 100644 index ab5a802..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Drawing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Dynamic.Runtime.wasm b/obj/Debug/net8.0/tmp-webcil/System.Dynamic.Runtime.wasm deleted file mode 100644 index 728c26b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Dynamic.Runtime.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Formats.Asn1.wasm b/obj/Debug/net8.0/tmp-webcil/System.Formats.Asn1.wasm deleted file mode 100644 index 4d9e829..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Formats.Asn1.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Formats.Tar.wasm b/obj/Debug/net8.0/tmp-webcil/System.Formats.Tar.wasm deleted file mode 100644 index 62dd13d..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Formats.Tar.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Globalization.Calendars.wasm b/obj/Debug/net8.0/tmp-webcil/System.Globalization.Calendars.wasm deleted file mode 100644 index 428957a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Globalization.Calendars.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Globalization.Extensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Globalization.Extensions.wasm deleted file mode 100644 index 3c3ed23..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Globalization.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Globalization.wasm b/obj/Debug/net8.0/tmp-webcil/System.Globalization.wasm deleted file mode 100644 index 8dfc2da..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Globalization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.Brotli.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.Brotli.wasm deleted file mode 100644 index 57c070a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.Brotli.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.FileSystem.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.FileSystem.wasm deleted file mode 100644 index 5d5b382..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.FileSystem.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.ZipFile.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.ZipFile.wasm deleted file mode 100644 index 15cbfe2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.ZipFile.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.wasm deleted file mode 100644 index 93c0712..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Compression.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.AccessControl.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.AccessControl.wasm deleted file mode 100644 index ec7c1b2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.DriveInfo.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.DriveInfo.wasm deleted file mode 100644 index 914fd60..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.DriveInfo.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Primitives.wasm deleted file mode 100644 index e6309ff..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Watcher.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Watcher.wasm deleted file mode 100644 index 91b4793..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.Watcher.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.wasm deleted file mode 100644 index dbb4647..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.FileSystem.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.IsolatedStorage.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.IsolatedStorage.wasm deleted file mode 100644 index cc91bef..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.IsolatedStorage.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.MemoryMappedFiles.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.MemoryMappedFiles.wasm deleted file mode 100644 index facf679..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.MemoryMappedFiles.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipelines.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Pipelines.wasm deleted file mode 100644 index 03b0908..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipelines.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.AccessControl.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.AccessControl.wasm deleted file mode 100644 index 8b0afdf..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.wasm deleted file mode 100644 index 6c2da0c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.Pipes.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.UnmanagedMemoryStream.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.UnmanagedMemoryStream.wasm deleted file mode 100644 index 547e3cc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.UnmanagedMemoryStream.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.IO.wasm b/obj/Debug/net8.0/tmp-webcil/System.IO.wasm deleted file mode 100644 index b52804c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.IO.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Linq.Dynamic.Core.wasm b/obj/Debug/net8.0/tmp-webcil/System.Linq.Dynamic.Core.wasm deleted file mode 100644 index 404a2f5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Linq.Dynamic.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Linq.Expressions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Linq.Expressions.wasm deleted file mode 100644 index 809c8b3..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Linq.Expressions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Linq.Parallel.wasm b/obj/Debug/net8.0/tmp-webcil/System.Linq.Parallel.wasm deleted file mode 100644 index 011518f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Linq.Parallel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Linq.Queryable.wasm b/obj/Debug/net8.0/tmp-webcil/System.Linq.Queryable.wasm deleted file mode 100644 index 0571b03..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Linq.Queryable.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Linq.wasm b/obj/Debug/net8.0/tmp-webcil/System.Linq.wasm deleted file mode 100644 index be78a43..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Memory.wasm b/obj/Debug/net8.0/tmp-webcil/System.Memory.wasm deleted file mode 100644 index f4e218e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Memory.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Http.Json.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Http.Json.wasm deleted file mode 100644 index ad40e85..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Http.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Http.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Http.wasm deleted file mode 100644 index 5289b2e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Http.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.HttpListener.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.HttpListener.wasm deleted file mode 100644 index af149a7..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.HttpListener.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Mail.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Mail.wasm deleted file mode 100644 index 6cdc730..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Mail.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.NameResolution.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.NameResolution.wasm deleted file mode 100644 index 6f48791..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.NameResolution.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.NetworkInformation.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.NetworkInformation.wasm deleted file mode 100644 index 578d47b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.NetworkInformation.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Ping.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Ping.wasm deleted file mode 100644 index b974154..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Ping.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Primitives.wasm deleted file mode 100644 index 02c15c7..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Quic.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Quic.wasm deleted file mode 100644 index 06fe27d..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Quic.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Requests.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Requests.wasm deleted file mode 100644 index 0869310..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Requests.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Security.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Security.wasm deleted file mode 100644 index 1b138e8..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Security.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.ServicePoint.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.ServicePoint.wasm deleted file mode 100644 index a70abe6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.ServicePoint.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.Sockets.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.Sockets.wasm deleted file mode 100644 index 756b90c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.Sockets.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.WebClient.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.WebClient.wasm deleted file mode 100644 index 7a610b2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.WebClient.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.WebHeaderCollection.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.WebHeaderCollection.wasm deleted file mode 100644 index 3fcdb9a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.WebHeaderCollection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.WebProxy.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.WebProxy.wasm deleted file mode 100644 index b000f4a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.WebProxy.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.Client.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.Client.wasm deleted file mode 100644 index 6abc5c8..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.Client.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.wasm deleted file mode 100644 index 81aca4c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.WebSockets.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Net.wasm b/obj/Debug/net8.0/tmp-webcil/System.Net.wasm deleted file mode 100644 index 06cabbc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Net.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Numerics.Vectors.wasm b/obj/Debug/net8.0/tmp-webcil/System.Numerics.Vectors.wasm deleted file mode 100644 index 6a08d49..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Numerics.Vectors.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Numerics.wasm b/obj/Debug/net8.0/tmp-webcil/System.Numerics.wasm deleted file mode 100644 index 9bd1a64..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Numerics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ObjectModel.wasm b/obj/Debug/net8.0/tmp-webcil/System.ObjectModel.wasm deleted file mode 100644 index cf58c48..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ObjectModel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Private.CoreLib.wasm b/obj/Debug/net8.0/tmp-webcil/System.Private.CoreLib.wasm deleted file mode 100644 index d49beeb..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Private.CoreLib.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Private.DataContractSerialization.wasm b/obj/Debug/net8.0/tmp-webcil/System.Private.DataContractSerialization.wasm deleted file mode 100644 index 19a3f83..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Private.DataContractSerialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Private.Uri.wasm b/obj/Debug/net8.0/tmp-webcil/System.Private.Uri.wasm deleted file mode 100644 index 9ddc773..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Private.Uri.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.Linq.wasm b/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.Linq.wasm deleted file mode 100644 index c57b998..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.wasm b/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.wasm deleted file mode 100644 index 1ebe3ed..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Private.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.DispatchProxy.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.DispatchProxy.wasm deleted file mode 100644 index a5023ab..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.DispatchProxy.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.ILGeneration.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.ILGeneration.wasm deleted file mode 100644 index 5edc4f4..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.ILGeneration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.Lightweight.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.Lightweight.wasm deleted file mode 100644 index c8e9aac..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.Lightweight.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.wasm deleted file mode 100644 index 175af18..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Emit.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Extensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Extensions.wasm deleted file mode 100644 index 985af75..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Metadata.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Metadata.wasm deleted file mode 100644 index d547c39..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Metadata.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.Primitives.wasm deleted file mode 100644 index adba789..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.TypeExtensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.TypeExtensions.wasm deleted file mode 100644 index c61ebe2..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.TypeExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Reflection.wasm b/obj/Debug/net8.0/tmp-webcil/System.Reflection.wasm deleted file mode 100644 index 157f8dd..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Reflection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Resources.Reader.wasm b/obj/Debug/net8.0/tmp-webcil/System.Resources.Reader.wasm deleted file mode 100644 index 0706b69..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Resources.Reader.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Resources.ResourceManager.wasm b/obj/Debug/net8.0/tmp-webcil/System.Resources.ResourceManager.wasm deleted file mode 100644 index 8083b4e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Resources.ResourceManager.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Resources.Writer.wasm b/obj/Debug/net8.0/tmp-webcil/System.Resources.Writer.wasm deleted file mode 100644 index 13a051c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Resources.Writer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.Unsafe.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.Unsafe.wasm deleted file mode 100644 index e2170ea..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.Unsafe.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.VisualC.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.VisualC.wasm deleted file mode 100644 index a400eaa..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.CompilerServices.VisualC.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Extensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Extensions.wasm deleted file mode 100644 index 6bb85fd..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Handles.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Handles.wasm deleted file mode 100644 index 0909904..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Handles.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.JavaScript.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.JavaScript.wasm deleted file mode 100644 index 59a0e11..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.JavaScript.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.RuntimeInformation.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.RuntimeInformation.wasm deleted file mode 100644 index 3627ad5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.RuntimeInformation.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.wasm deleted file mode 100644 index 571b89b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.InteropServices.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Intrinsics.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Intrinsics.wasm deleted file mode 100644 index 6a4236e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Intrinsics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Loader.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Loader.wasm deleted file mode 100644 index 1c8cd59..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Loader.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Numerics.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Numerics.wasm deleted file mode 100644 index 80e8c50..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Numerics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Formatters.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Formatters.wasm deleted file mode 100644 index a567096..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Formatters.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Json.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Json.wasm deleted file mode 100644 index 020f73a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Primitives.wasm deleted file mode 100644 index 44452e8..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Xml.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Xml.wasm deleted file mode 100644 index fbced57..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.wasm deleted file mode 100644 index 96244cc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.Serialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Runtime.wasm b/obj/Debug/net8.0/tmp-webcil/System.Runtime.wasm deleted file mode 100644 index 1797d56..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Runtime.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.AccessControl.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.AccessControl.wasm deleted file mode 100644 index ee7d030..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Claims.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Claims.wasm deleted file mode 100644 index 994c9dc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Claims.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Algorithms.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Algorithms.wasm deleted file mode 100644 index b8d7708..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Algorithms.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Cng.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Cng.wasm deleted file mode 100644 index ce2dfd1..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Cng.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Csp.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Csp.wasm deleted file mode 100644 index fdabbb7..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Csp.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Encoding.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Encoding.wasm deleted file mode 100644 index 5d7c01e..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Encoding.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.OpenSsl.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.OpenSsl.wasm deleted file mode 100644 index d9f6633..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.OpenSsl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Primitives.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Primitives.wasm deleted file mode 100644 index 5019bdb..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.X509Certificates.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.X509Certificates.wasm deleted file mode 100644 index b1f88cc..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.X509Certificates.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.wasm deleted file mode 100644 index 020b8cb..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Cryptography.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.Windows.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.Windows.wasm deleted file mode 100644 index 4762644..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.Windows.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.wasm deleted file mode 100644 index 71e3bc9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.Principal.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.SecureString.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.SecureString.wasm deleted file mode 100644 index 6cb3e57..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.SecureString.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Security.wasm b/obj/Debug/net8.0/tmp-webcil/System.Security.wasm deleted file mode 100644 index c565658..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Security.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ServiceModel.Web.wasm b/obj/Debug/net8.0/tmp-webcil/System.ServiceModel.Web.wasm deleted file mode 100644 index 26ccb5a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ServiceModel.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ServiceProcess.wasm b/obj/Debug/net8.0/tmp-webcil/System.ServiceProcess.wasm deleted file mode 100644 index eaffec9..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ServiceProcess.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.CodePages.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.CodePages.wasm deleted file mode 100644 index 2850310..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.CodePages.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.Extensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.Extensions.wasm deleted file mode 100644 index 9f502f6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.wasm deleted file mode 100644 index 7869c2a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.Encoding.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.Encodings.Web.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.Encodings.Web.wasm deleted file mode 100644 index 70f4421..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.Encodings.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.Json.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.Json.wasm deleted file mode 100644 index f4a7266..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Text.RegularExpressions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Text.RegularExpressions.wasm deleted file mode 100644 index 8d9adf8..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Text.RegularExpressions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Channels.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Channels.wasm deleted file mode 100644 index 6eda812..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Channels.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Overlapped.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Overlapped.wasm deleted file mode 100644 index 2661b42..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Overlapped.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Dataflow.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Dataflow.wasm deleted file mode 100644 index 4edcb43..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Dataflow.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Extensions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Extensions.wasm deleted file mode 100644 index 9c9b7fd..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Parallel.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Parallel.wasm deleted file mode 100644 index d31d03c..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.Parallel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.wasm deleted file mode 100644 index 21e729b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Tasks.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Thread.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Thread.wasm deleted file mode 100644 index 47e324b..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Thread.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.ThreadPool.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.ThreadPool.wasm deleted file mode 100644 index f68f91a..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.ThreadPool.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.Timer.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.Timer.wasm deleted file mode 100644 index 3d398a6..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.Timer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Threading.wasm b/obj/Debug/net8.0/tmp-webcil/System.Threading.wasm deleted file mode 100644 index f2f9500..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Threading.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Transactions.Local.wasm b/obj/Debug/net8.0/tmp-webcil/System.Transactions.Local.wasm deleted file mode 100644 index 3450fa3..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Transactions.Local.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Transactions.wasm b/obj/Debug/net8.0/tmp-webcil/System.Transactions.wasm deleted file mode 100644 index 9204049..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Transactions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.ValueTuple.wasm b/obj/Debug/net8.0/tmp-webcil/System.ValueTuple.wasm deleted file mode 100644 index 644b3d5..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.ValueTuple.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Web.HttpUtility.wasm b/obj/Debug/net8.0/tmp-webcil/System.Web.HttpUtility.wasm deleted file mode 100644 index 307044f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Web.HttpUtility.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Web.wasm b/obj/Debug/net8.0/tmp-webcil/System.Web.wasm deleted file mode 100644 index eb5a973..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Windows.wasm b/obj/Debug/net8.0/tmp-webcil/System.Windows.wasm deleted file mode 100644 index ede6361..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Windows.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.Linq.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.Linq.wasm deleted file mode 100644 index e3ac93f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.ReaderWriter.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.ReaderWriter.wasm deleted file mode 100644 index 41aef3d..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.ReaderWriter.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.Serialization.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.Serialization.wasm deleted file mode 100644 index 24ecef7..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.Serialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.XDocument.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.XDocument.wasm deleted file mode 100644 index ae55fad..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.XDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.XDocument.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.XDocument.wasm deleted file mode 100644 index 91543ea..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.XDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.wasm deleted file mode 100644 index 6d412df..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.XPath.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlDocument.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlDocument.wasm deleted file mode 100644 index b747d61..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlSerializer.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlSerializer.wasm deleted file mode 100644 index 31fe618..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.XmlSerializer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.Xml.wasm b/obj/Debug/net8.0/tmp-webcil/System.Xml.wasm deleted file mode 100644 index a230530..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/System.wasm b/obj/Debug/net8.0/tmp-webcil/System.wasm deleted file mode 100644 index dd8a43f..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/System.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/WindowsBase.wasm b/obj/Debug/net8.0/tmp-webcil/WindowsBase.wasm deleted file mode 100644 index b7fe279..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/WindowsBase.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/mscorlib.wasm b/obj/Debug/net8.0/tmp-webcil/mscorlib.wasm deleted file mode 100644 index 1e385a8..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/mscorlib.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/tmp-webcil/netstandard.wasm b/obj/Debug/net8.0/tmp-webcil/netstandard.wasm deleted file mode 100644 index e1d9545..0000000 Binary files a/obj/Debug/net8.0/tmp-webcil/netstandard.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Blazorise.Bootstrap.wasm b/obj/Debug/net8.0/webcil/Blazorise.Bootstrap.wasm deleted file mode 100644 index 8761632..0000000 Binary files a/obj/Debug/net8.0/webcil/Blazorise.Bootstrap.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Blazorise.Icons.FontAwesome.wasm b/obj/Debug/net8.0/webcil/Blazorise.Icons.FontAwesome.wasm deleted file mode 100644 index 8675f32..0000000 Binary files a/obj/Debug/net8.0/webcil/Blazorise.Icons.FontAwesome.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Blazorise.Licensing.wasm b/obj/Debug/net8.0/webcil/Blazorise.Licensing.wasm deleted file mode 100644 index cac6811..0000000 Binary files a/obj/Debug/net8.0/webcil/Blazorise.Licensing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Blazorise.wasm b/obj/Debug/net8.0/webcil/Blazorise.wasm deleted file mode 100644 index ac5bc6e..0000000 Binary files a/obj/Debug/net8.0/webcil/Blazorise.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/CV.wasm b/obj/Debug/net8.0/webcil/CV.wasm deleted file mode 100644 index a055e4a..0000000 Binary files a/obj/Debug/net8.0/webcil/CV.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/DeepCloner.wasm b/obj/Debug/net8.0/webcil/DeepCloner.wasm deleted file mode 100644 index a18f3d2..0000000 Binary files a/obj/Debug/net8.0/webcil/DeepCloner.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Authorization.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Authorization.wasm deleted file mode 100644 index be3d016..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Authorization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Forms.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Forms.wasm deleted file mode 100644 index 8d9648e..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Forms.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Web.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Web.wasm deleted file mode 100644 index 6b4a7d7..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm deleted file mode 100644 index 9561714..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.WebAssembly.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.wasm deleted file mode 100644 index c7abef9..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Components.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Metadata.wasm b/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Metadata.wasm deleted file mode 100644 index 61139a2..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.AspNetCore.Metadata.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.CSharp.wasm b/obj/Debug/net8.0/webcil/Microsoft.CSharp.wasm deleted file mode 100644 index 37c73c5..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.CSharp.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Abstractions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Abstractions.wasm deleted file mode 100644 index d968534..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Binder.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Binder.wasm deleted file mode 100644 index 73f87ee..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Binder.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm deleted file mode 100644 index cd71d77..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.FileExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Json.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Json.wasm deleted file mode 100644 index 2f5236f..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.wasm deleted file mode 100644 index cf647fc..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Configuration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm deleted file mode 100644 index 59db699..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.wasm deleted file mode 100644 index 8d589b6..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.DependencyInjection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm deleted file mode 100644 index e10372c..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Physical.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Physical.wasm deleted file mode 100644 index 4396127..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileProviders.Physical.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileSystemGlobbing.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileSystemGlobbing.wasm deleted file mode 100644 index 968a9a6..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.FileSystemGlobbing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.Abstractions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.Abstractions.wasm deleted file mode 100644 index 1448121..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.wasm deleted file mode 100644 index 6d578b4..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Localization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.Abstractions.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.Abstractions.wasm deleted file mode 100644 index 650285c..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.Abstractions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.wasm deleted file mode 100644 index bd94c79..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Logging.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Options.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Options.wasm deleted file mode 100644 index 386abd5..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Options.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Primitives.wasm b/obj/Debug/net8.0/webcil/Microsoft.Extensions.Primitives.wasm deleted file mode 100644 index 258169f..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Extensions.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.JSInterop.WebAssembly.wasm b/obj/Debug/net8.0/webcil/Microsoft.JSInterop.WebAssembly.wasm deleted file mode 100644 index 433e9e2..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.JSInterop.WebAssembly.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.JSInterop.wasm b/obj/Debug/net8.0/webcil/Microsoft.JSInterop.wasm deleted file mode 100644 index aa1bb13..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.JSInterop.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.Core.wasm b/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.Core.wasm deleted file mode 100644 index 10598dc..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.wasm b/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.wasm deleted file mode 100644 index e9f3384..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.VisualBasic.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Win32.Primitives.wasm b/obj/Debug/net8.0/webcil/Microsoft.Win32.Primitives.wasm deleted file mode 100644 index b96eb9c..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Win32.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Microsoft.Win32.Registry.wasm b/obj/Debug/net8.0/webcil/Microsoft.Win32.Registry.wasm deleted file mode 100644 index 7379dbf..0000000 Binary files a/obj/Debug/net8.0/webcil/Microsoft.Win32.Registry.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/Radzen.Blazor.wasm b/obj/Debug/net8.0/webcil/Radzen.Blazor.wasm deleted file mode 100644 index b2a2bdc..0000000 Binary files a/obj/Debug/net8.0/webcil/Radzen.Blazor.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.AppContext.wasm b/obj/Debug/net8.0/webcil/System.AppContext.wasm deleted file mode 100644 index e03daec..0000000 Binary files a/obj/Debug/net8.0/webcil/System.AppContext.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Buffers.wasm b/obj/Debug/net8.0/webcil/System.Buffers.wasm deleted file mode 100644 index 22bc5f6..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Buffers.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Collections.Concurrent.wasm b/obj/Debug/net8.0/webcil/System.Collections.Concurrent.wasm deleted file mode 100644 index b937621..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Collections.Concurrent.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Collections.Immutable.wasm b/obj/Debug/net8.0/webcil/System.Collections.Immutable.wasm deleted file mode 100644 index edbbd40..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Collections.Immutable.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Collections.NonGeneric.wasm b/obj/Debug/net8.0/webcil/System.Collections.NonGeneric.wasm deleted file mode 100644 index 20dbe0b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Collections.NonGeneric.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Collections.Specialized.wasm b/obj/Debug/net8.0/webcil/System.Collections.Specialized.wasm deleted file mode 100644 index 9da11ca..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Collections.Specialized.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Collections.wasm b/obj/Debug/net8.0/webcil/System.Collections.wasm deleted file mode 100644 index 4700096..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Collections.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.Annotations.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.Annotations.wasm deleted file mode 100644 index 7085392..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.Annotations.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.DataAnnotations.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.DataAnnotations.wasm deleted file mode 100644 index ef4657c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.DataAnnotations.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.EventBasedAsync.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.EventBasedAsync.wasm deleted file mode 100644 index 49c26bb..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.EventBasedAsync.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.Primitives.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.Primitives.wasm deleted file mode 100644 index 50c018f..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.TypeConverter.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.TypeConverter.wasm deleted file mode 100644 index 78da9e4..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.TypeConverter.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ComponentModel.wasm b/obj/Debug/net8.0/webcil/System.ComponentModel.wasm deleted file mode 100644 index d161307..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ComponentModel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Configuration.wasm b/obj/Debug/net8.0/webcil/System.Configuration.wasm deleted file mode 100644 index 30ca127..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Configuration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Console.wasm b/obj/Debug/net8.0/webcil/System.Console.wasm deleted file mode 100644 index 558aeaa..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Console.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Core.wasm b/obj/Debug/net8.0/webcil/System.Core.wasm deleted file mode 100644 index a0ff607..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Data.Common.wasm b/obj/Debug/net8.0/webcil/System.Data.Common.wasm deleted file mode 100644 index 2530735..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Data.Common.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Data.DataSetExtensions.wasm b/obj/Debug/net8.0/webcil/System.Data.DataSetExtensions.wasm deleted file mode 100644 index d0c2b62..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Data.DataSetExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Data.wasm b/obj/Debug/net8.0/webcil/System.Data.wasm deleted file mode 100644 index d38aef9..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Data.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.Contracts.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.Contracts.wasm deleted file mode 100644 index 820e1f0..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.Contracts.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.Debug.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.Debug.wasm deleted file mode 100644 index 76dd2a9..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.Debug.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.DiagnosticSource.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.DiagnosticSource.wasm deleted file mode 100644 index df61eb5..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.DiagnosticSource.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.FileVersionInfo.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.FileVersionInfo.wasm deleted file mode 100644 index ac6a9e2..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.FileVersionInfo.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.Process.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.Process.wasm deleted file mode 100644 index 302a0b9..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.Process.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.StackTrace.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.StackTrace.wasm deleted file mode 100644 index 6b115cf..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.StackTrace.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.TextWriterTraceListener.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.TextWriterTraceListener.wasm deleted file mode 100644 index 24451a6..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.TextWriterTraceListener.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.Tools.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.Tools.wasm deleted file mode 100644 index 5c2c354..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.Tools.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.TraceSource.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.TraceSource.wasm deleted file mode 100644 index 4c22868..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.TraceSource.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Diagnostics.Tracing.wasm b/obj/Debug/net8.0/webcil/System.Diagnostics.Tracing.wasm deleted file mode 100644 index 2836cc1..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Diagnostics.Tracing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Drawing.Primitives.wasm b/obj/Debug/net8.0/webcil/System.Drawing.Primitives.wasm deleted file mode 100644 index 6ab3e0c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Drawing.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Drawing.wasm b/obj/Debug/net8.0/webcil/System.Drawing.wasm deleted file mode 100644 index ab5a802..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Drawing.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Dynamic.Runtime.wasm b/obj/Debug/net8.0/webcil/System.Dynamic.Runtime.wasm deleted file mode 100644 index 728c26b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Dynamic.Runtime.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Formats.Asn1.wasm b/obj/Debug/net8.0/webcil/System.Formats.Asn1.wasm deleted file mode 100644 index 4d9e829..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Formats.Asn1.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Formats.Tar.wasm b/obj/Debug/net8.0/webcil/System.Formats.Tar.wasm deleted file mode 100644 index 62dd13d..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Formats.Tar.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Globalization.Calendars.wasm b/obj/Debug/net8.0/webcil/System.Globalization.Calendars.wasm deleted file mode 100644 index 428957a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Globalization.Calendars.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Globalization.Extensions.wasm b/obj/Debug/net8.0/webcil/System.Globalization.Extensions.wasm deleted file mode 100644 index 3c3ed23..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Globalization.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Globalization.wasm b/obj/Debug/net8.0/webcil/System.Globalization.wasm deleted file mode 100644 index 8dfc2da..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Globalization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Compression.Brotli.wasm b/obj/Debug/net8.0/webcil/System.IO.Compression.Brotli.wasm deleted file mode 100644 index 57c070a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Compression.Brotli.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Compression.FileSystem.wasm b/obj/Debug/net8.0/webcil/System.IO.Compression.FileSystem.wasm deleted file mode 100644 index 5d5b382..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Compression.FileSystem.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Compression.ZipFile.wasm b/obj/Debug/net8.0/webcil/System.IO.Compression.ZipFile.wasm deleted file mode 100644 index 15cbfe2..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Compression.ZipFile.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Compression.wasm b/obj/Debug/net8.0/webcil/System.IO.Compression.wasm deleted file mode 100644 index 93c0712..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Compression.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.FileSystem.AccessControl.wasm b/obj/Debug/net8.0/webcil/System.IO.FileSystem.AccessControl.wasm deleted file mode 100644 index ec7c1b2..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.FileSystem.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.FileSystem.DriveInfo.wasm b/obj/Debug/net8.0/webcil/System.IO.FileSystem.DriveInfo.wasm deleted file mode 100644 index 914fd60..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.FileSystem.DriveInfo.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.FileSystem.Primitives.wasm b/obj/Debug/net8.0/webcil/System.IO.FileSystem.Primitives.wasm deleted file mode 100644 index e6309ff..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.FileSystem.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.FileSystem.Watcher.wasm b/obj/Debug/net8.0/webcil/System.IO.FileSystem.Watcher.wasm deleted file mode 100644 index 91b4793..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.FileSystem.Watcher.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.FileSystem.wasm b/obj/Debug/net8.0/webcil/System.IO.FileSystem.wasm deleted file mode 100644 index dbb4647..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.FileSystem.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.IsolatedStorage.wasm b/obj/Debug/net8.0/webcil/System.IO.IsolatedStorage.wasm deleted file mode 100644 index cc91bef..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.IsolatedStorage.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.MemoryMappedFiles.wasm b/obj/Debug/net8.0/webcil/System.IO.MemoryMappedFiles.wasm deleted file mode 100644 index facf679..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.MemoryMappedFiles.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Pipelines.wasm b/obj/Debug/net8.0/webcil/System.IO.Pipelines.wasm deleted file mode 100644 index 03b0908..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Pipelines.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Pipes.AccessControl.wasm b/obj/Debug/net8.0/webcil/System.IO.Pipes.AccessControl.wasm deleted file mode 100644 index 8b0afdf..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Pipes.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.Pipes.wasm b/obj/Debug/net8.0/webcil/System.IO.Pipes.wasm deleted file mode 100644 index 6c2da0c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.Pipes.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.UnmanagedMemoryStream.wasm b/obj/Debug/net8.0/webcil/System.IO.UnmanagedMemoryStream.wasm deleted file mode 100644 index 547e3cc..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.UnmanagedMemoryStream.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.IO.wasm b/obj/Debug/net8.0/webcil/System.IO.wasm deleted file mode 100644 index b52804c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.IO.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Linq.Dynamic.Core.wasm b/obj/Debug/net8.0/webcil/System.Linq.Dynamic.Core.wasm deleted file mode 100644 index 404a2f5..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Linq.Dynamic.Core.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Linq.Expressions.wasm b/obj/Debug/net8.0/webcil/System.Linq.Expressions.wasm deleted file mode 100644 index 809c8b3..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Linq.Expressions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Linq.Parallel.wasm b/obj/Debug/net8.0/webcil/System.Linq.Parallel.wasm deleted file mode 100644 index 011518f..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Linq.Parallel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Linq.Queryable.wasm b/obj/Debug/net8.0/webcil/System.Linq.Queryable.wasm deleted file mode 100644 index 0571b03..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Linq.Queryable.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Linq.wasm b/obj/Debug/net8.0/webcil/System.Linq.wasm deleted file mode 100644 index be78a43..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Memory.wasm b/obj/Debug/net8.0/webcil/System.Memory.wasm deleted file mode 100644 index f4e218e..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Memory.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Http.Json.wasm b/obj/Debug/net8.0/webcil/System.Net.Http.Json.wasm deleted file mode 100644 index ad40e85..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Http.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Http.wasm b/obj/Debug/net8.0/webcil/System.Net.Http.wasm deleted file mode 100644 index 5289b2e..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Http.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.HttpListener.wasm b/obj/Debug/net8.0/webcil/System.Net.HttpListener.wasm deleted file mode 100644 index af149a7..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.HttpListener.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Mail.wasm b/obj/Debug/net8.0/webcil/System.Net.Mail.wasm deleted file mode 100644 index 6cdc730..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Mail.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.NameResolution.wasm b/obj/Debug/net8.0/webcil/System.Net.NameResolution.wasm deleted file mode 100644 index 6f48791..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.NameResolution.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.NetworkInformation.wasm b/obj/Debug/net8.0/webcil/System.Net.NetworkInformation.wasm deleted file mode 100644 index 578d47b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.NetworkInformation.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Ping.wasm b/obj/Debug/net8.0/webcil/System.Net.Ping.wasm deleted file mode 100644 index b974154..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Ping.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Primitives.wasm b/obj/Debug/net8.0/webcil/System.Net.Primitives.wasm deleted file mode 100644 index 02c15c7..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Quic.wasm b/obj/Debug/net8.0/webcil/System.Net.Quic.wasm deleted file mode 100644 index 06fe27d..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Quic.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Requests.wasm b/obj/Debug/net8.0/webcil/System.Net.Requests.wasm deleted file mode 100644 index 0869310..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Requests.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Security.wasm b/obj/Debug/net8.0/webcil/System.Net.Security.wasm deleted file mode 100644 index 1b138e8..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Security.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.ServicePoint.wasm b/obj/Debug/net8.0/webcil/System.Net.ServicePoint.wasm deleted file mode 100644 index a70abe6..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.ServicePoint.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.Sockets.wasm b/obj/Debug/net8.0/webcil/System.Net.Sockets.wasm deleted file mode 100644 index 756b90c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.Sockets.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.WebClient.wasm b/obj/Debug/net8.0/webcil/System.Net.WebClient.wasm deleted file mode 100644 index 7a610b2..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.WebClient.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.WebHeaderCollection.wasm b/obj/Debug/net8.0/webcil/System.Net.WebHeaderCollection.wasm deleted file mode 100644 index 3fcdb9a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.WebHeaderCollection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.WebProxy.wasm b/obj/Debug/net8.0/webcil/System.Net.WebProxy.wasm deleted file mode 100644 index b000f4a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.WebProxy.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.WebSockets.Client.wasm b/obj/Debug/net8.0/webcil/System.Net.WebSockets.Client.wasm deleted file mode 100644 index 6abc5c8..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.WebSockets.Client.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.WebSockets.wasm b/obj/Debug/net8.0/webcil/System.Net.WebSockets.wasm deleted file mode 100644 index 81aca4c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.WebSockets.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Net.wasm b/obj/Debug/net8.0/webcil/System.Net.wasm deleted file mode 100644 index 06cabbc..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Net.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Numerics.Vectors.wasm b/obj/Debug/net8.0/webcil/System.Numerics.Vectors.wasm deleted file mode 100644 index 6a08d49..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Numerics.Vectors.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Numerics.wasm b/obj/Debug/net8.0/webcil/System.Numerics.wasm deleted file mode 100644 index 9bd1a64..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Numerics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ObjectModel.wasm b/obj/Debug/net8.0/webcil/System.ObjectModel.wasm deleted file mode 100644 index cf58c48..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ObjectModel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Private.CoreLib.wasm b/obj/Debug/net8.0/webcil/System.Private.CoreLib.wasm deleted file mode 100644 index d49beeb..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Private.CoreLib.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Private.DataContractSerialization.wasm b/obj/Debug/net8.0/webcil/System.Private.DataContractSerialization.wasm deleted file mode 100644 index 19a3f83..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Private.DataContractSerialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Private.Uri.wasm b/obj/Debug/net8.0/webcil/System.Private.Uri.wasm deleted file mode 100644 index 9ddc773..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Private.Uri.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Private.Xml.Linq.wasm b/obj/Debug/net8.0/webcil/System.Private.Xml.Linq.wasm deleted file mode 100644 index c57b998..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Private.Xml.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Private.Xml.wasm b/obj/Debug/net8.0/webcil/System.Private.Xml.wasm deleted file mode 100644 index 1ebe3ed..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Private.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.DispatchProxy.wasm b/obj/Debug/net8.0/webcil/System.Reflection.DispatchProxy.wasm deleted file mode 100644 index a5023ab..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.DispatchProxy.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Emit.ILGeneration.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Emit.ILGeneration.wasm deleted file mode 100644 index 5edc4f4..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Emit.ILGeneration.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Emit.Lightweight.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Emit.Lightweight.wasm deleted file mode 100644 index c8e9aac..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Emit.Lightweight.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Emit.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Emit.wasm deleted file mode 100644 index 175af18..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Emit.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Extensions.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Extensions.wasm deleted file mode 100644 index 985af75..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Metadata.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Metadata.wasm deleted file mode 100644 index d547c39..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Metadata.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.Primitives.wasm b/obj/Debug/net8.0/webcil/System.Reflection.Primitives.wasm deleted file mode 100644 index adba789..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.TypeExtensions.wasm b/obj/Debug/net8.0/webcil/System.Reflection.TypeExtensions.wasm deleted file mode 100644 index c61ebe2..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.TypeExtensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Reflection.wasm b/obj/Debug/net8.0/webcil/System.Reflection.wasm deleted file mode 100644 index 157f8dd..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Reflection.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Resources.Reader.wasm b/obj/Debug/net8.0/webcil/System.Resources.Reader.wasm deleted file mode 100644 index 0706b69..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Resources.Reader.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Resources.ResourceManager.wasm b/obj/Debug/net8.0/webcil/System.Resources.ResourceManager.wasm deleted file mode 100644 index 8083b4e..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Resources.ResourceManager.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Resources.Writer.wasm b/obj/Debug/net8.0/webcil/System.Resources.Writer.wasm deleted file mode 100644 index 13a051c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Resources.Writer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.Unsafe.wasm b/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.Unsafe.wasm deleted file mode 100644 index e2170ea..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.Unsafe.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.VisualC.wasm b/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.VisualC.wasm deleted file mode 100644 index a400eaa..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.CompilerServices.VisualC.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Extensions.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Extensions.wasm deleted file mode 100644 index 6bb85fd..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Handles.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Handles.wasm deleted file mode 100644 index 0909904..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Handles.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.JavaScript.wasm b/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.JavaScript.wasm deleted file mode 100644 index 59a0e11..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.JavaScript.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.RuntimeInformation.wasm b/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.RuntimeInformation.wasm deleted file mode 100644 index 3627ad5..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.RuntimeInformation.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.wasm b/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.wasm deleted file mode 100644 index 571b89b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.InteropServices.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Intrinsics.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Intrinsics.wasm deleted file mode 100644 index 6a4236e..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Intrinsics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Loader.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Loader.wasm deleted file mode 100644 index 1c8cd59..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Loader.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Numerics.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Numerics.wasm deleted file mode 100644 index 80e8c50..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Numerics.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Formatters.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Formatters.wasm deleted file mode 100644 index a567096..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Formatters.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Json.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Json.wasm deleted file mode 100644 index 020f73a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Primitives.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Primitives.wasm deleted file mode 100644 index 44452e8..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Xml.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Xml.wasm deleted file mode 100644 index fbced57..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.wasm b/obj/Debug/net8.0/webcil/System.Runtime.Serialization.wasm deleted file mode 100644 index 96244cc..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.Serialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Runtime.wasm b/obj/Debug/net8.0/webcil/System.Runtime.wasm deleted file mode 100644 index 1797d56..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Runtime.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.AccessControl.wasm b/obj/Debug/net8.0/webcil/System.Security.AccessControl.wasm deleted file mode 100644 index ee7d030..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.AccessControl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Claims.wasm b/obj/Debug/net8.0/webcil/System.Security.Claims.wasm deleted file mode 100644 index 994c9dc..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Claims.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Algorithms.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.Algorithms.wasm deleted file mode 100644 index b8d7708..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Algorithms.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Cng.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.Cng.wasm deleted file mode 100644 index ce2dfd1..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Cng.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Csp.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.Csp.wasm deleted file mode 100644 index fdabbb7..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Csp.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Encoding.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.Encoding.wasm deleted file mode 100644 index 5d7c01e..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Encoding.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.OpenSsl.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.OpenSsl.wasm deleted file mode 100644 index d9f6633..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.OpenSsl.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Primitives.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.Primitives.wasm deleted file mode 100644 index 5019bdb..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.Primitives.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.X509Certificates.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.X509Certificates.wasm deleted file mode 100644 index b1f88cc..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.X509Certificates.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Cryptography.wasm b/obj/Debug/net8.0/webcil/System.Security.Cryptography.wasm deleted file mode 100644 index 020b8cb..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Cryptography.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Principal.Windows.wasm b/obj/Debug/net8.0/webcil/System.Security.Principal.Windows.wasm deleted file mode 100644 index 4762644..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Principal.Windows.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.Principal.wasm b/obj/Debug/net8.0/webcil/System.Security.Principal.wasm deleted file mode 100644 index 71e3bc9..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.Principal.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.SecureString.wasm b/obj/Debug/net8.0/webcil/System.Security.SecureString.wasm deleted file mode 100644 index 6cb3e57..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.SecureString.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Security.wasm b/obj/Debug/net8.0/webcil/System.Security.wasm deleted file mode 100644 index c565658..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Security.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ServiceModel.Web.wasm b/obj/Debug/net8.0/webcil/System.ServiceModel.Web.wasm deleted file mode 100644 index 26ccb5a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ServiceModel.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ServiceProcess.wasm b/obj/Debug/net8.0/webcil/System.ServiceProcess.wasm deleted file mode 100644 index eaffec9..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ServiceProcess.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.Encoding.CodePages.wasm b/obj/Debug/net8.0/webcil/System.Text.Encoding.CodePages.wasm deleted file mode 100644 index 2850310..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.Encoding.CodePages.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.Encoding.Extensions.wasm b/obj/Debug/net8.0/webcil/System.Text.Encoding.Extensions.wasm deleted file mode 100644 index 9f502f6..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.Encoding.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.Encoding.wasm b/obj/Debug/net8.0/webcil/System.Text.Encoding.wasm deleted file mode 100644 index 7869c2a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.Encoding.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.Encodings.Web.wasm b/obj/Debug/net8.0/webcil/System.Text.Encodings.Web.wasm deleted file mode 100644 index 70f4421..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.Encodings.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.Json.wasm b/obj/Debug/net8.0/webcil/System.Text.Json.wasm deleted file mode 100644 index f4a7266..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.Json.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Text.RegularExpressions.wasm b/obj/Debug/net8.0/webcil/System.Text.RegularExpressions.wasm deleted file mode 100644 index 8d9adf8..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Text.RegularExpressions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Channels.wasm b/obj/Debug/net8.0/webcil/System.Threading.Channels.wasm deleted file mode 100644 index 6eda812..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Channels.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Overlapped.wasm b/obj/Debug/net8.0/webcil/System.Threading.Overlapped.wasm deleted file mode 100644 index 2661b42..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Overlapped.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Dataflow.wasm b/obj/Debug/net8.0/webcil/System.Threading.Tasks.Dataflow.wasm deleted file mode 100644 index 4edcb43..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Dataflow.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Extensions.wasm b/obj/Debug/net8.0/webcil/System.Threading.Tasks.Extensions.wasm deleted file mode 100644 index 9c9b7fd..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Extensions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Parallel.wasm b/obj/Debug/net8.0/webcil/System.Threading.Tasks.Parallel.wasm deleted file mode 100644 index d31d03c..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Tasks.Parallel.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Tasks.wasm b/obj/Debug/net8.0/webcil/System.Threading.Tasks.wasm deleted file mode 100644 index 21e729b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Tasks.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Thread.wasm b/obj/Debug/net8.0/webcil/System.Threading.Thread.wasm deleted file mode 100644 index 47e324b..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Thread.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.ThreadPool.wasm b/obj/Debug/net8.0/webcil/System.Threading.ThreadPool.wasm deleted file mode 100644 index f68f91a..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.ThreadPool.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.Timer.wasm b/obj/Debug/net8.0/webcil/System.Threading.Timer.wasm deleted file mode 100644 index 3d398a6..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.Timer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Threading.wasm b/obj/Debug/net8.0/webcil/System.Threading.wasm deleted file mode 100644 index f2f9500..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Threading.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Transactions.Local.wasm b/obj/Debug/net8.0/webcil/System.Transactions.Local.wasm deleted file mode 100644 index 3450fa3..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Transactions.Local.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Transactions.wasm b/obj/Debug/net8.0/webcil/System.Transactions.wasm deleted file mode 100644 index 9204049..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Transactions.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.ValueTuple.wasm b/obj/Debug/net8.0/webcil/System.ValueTuple.wasm deleted file mode 100644 index 644b3d5..0000000 Binary files a/obj/Debug/net8.0/webcil/System.ValueTuple.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Web.HttpUtility.wasm b/obj/Debug/net8.0/webcil/System.Web.HttpUtility.wasm deleted file mode 100644 index 307044f..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Web.HttpUtility.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Web.wasm b/obj/Debug/net8.0/webcil/System.Web.wasm deleted file mode 100644 index eb5a973..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Web.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Windows.wasm b/obj/Debug/net8.0/webcil/System.Windows.wasm deleted file mode 100644 index ede6361..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Windows.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.Linq.wasm b/obj/Debug/net8.0/webcil/System.Xml.Linq.wasm deleted file mode 100644 index e3ac93f..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.Linq.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.ReaderWriter.wasm b/obj/Debug/net8.0/webcil/System.Xml.ReaderWriter.wasm deleted file mode 100644 index 41aef3d..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.ReaderWriter.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.Serialization.wasm b/obj/Debug/net8.0/webcil/System.Xml.Serialization.wasm deleted file mode 100644 index 24ecef7..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.Serialization.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.XDocument.wasm b/obj/Debug/net8.0/webcil/System.Xml.XDocument.wasm deleted file mode 100644 index ae55fad..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.XDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.XPath.XDocument.wasm b/obj/Debug/net8.0/webcil/System.Xml.XPath.XDocument.wasm deleted file mode 100644 index 91543ea..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.XPath.XDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.XPath.wasm b/obj/Debug/net8.0/webcil/System.Xml.XPath.wasm deleted file mode 100644 index 6d412df..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.XPath.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.XmlDocument.wasm b/obj/Debug/net8.0/webcil/System.Xml.XmlDocument.wasm deleted file mode 100644 index b747d61..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.XmlDocument.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.XmlSerializer.wasm b/obj/Debug/net8.0/webcil/System.Xml.XmlSerializer.wasm deleted file mode 100644 index 31fe618..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.XmlSerializer.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.Xml.wasm b/obj/Debug/net8.0/webcil/System.Xml.wasm deleted file mode 100644 index a230530..0000000 Binary files a/obj/Debug/net8.0/webcil/System.Xml.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/System.wasm b/obj/Debug/net8.0/webcil/System.wasm deleted file mode 100644 index dd8a43f..0000000 Binary files a/obj/Debug/net8.0/webcil/System.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/WindowsBase.wasm b/obj/Debug/net8.0/webcil/WindowsBase.wasm deleted file mode 100644 index b7fe279..0000000 Binary files a/obj/Debug/net8.0/webcil/WindowsBase.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/en/CV.resources.wasm b/obj/Debug/net8.0/webcil/en/CV.resources.wasm deleted file mode 100644 index 7d13280..0000000 Binary files a/obj/Debug/net8.0/webcil/en/CV.resources.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/mscorlib.wasm b/obj/Debug/net8.0/webcil/mscorlib.wasm deleted file mode 100644 index 1e385a8..0000000 Binary files a/obj/Debug/net8.0/webcil/mscorlib.wasm and /dev/null differ diff --git a/obj/Debug/net8.0/webcil/netstandard.wasm b/obj/Debug/net8.0/webcil/netstandard.wasm deleted file mode 100644 index e1d9545..0000000 Binary files a/obj/Debug/net8.0/webcil/netstandard.wasm and /dev/null differ diff --git a/obj/project.assets.json b/obj/project.assets.json deleted file mode 100644 index f91ee5b..0000000 --- a/obj/project.assets.json +++ /dev/null @@ -1,9171 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "Blazorise/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise.Licensing": "1.2.0", - "DeepCloner": "0.10.4", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Blazorise.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/Blazorise.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Blazorise.props": {} - } - }, - "Blazorise.Bootstrap/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise": "1.4.2", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.Bootstrap.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Bootstrap.dll": {} - }, - "build": { - "buildTransitive/Blazorise.Bootstrap.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Blazorise.Bootstrap.props": {} - } - }, - "Blazorise.Icons.FontAwesome/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise": "1.4.2", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.Icons.FontAwesome.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Icons.FontAwesome.dll": {} - } - }, - "Blazorise.Licensing/1.2.0": { - "type": "package", - "compile": { - "lib/net8.0/Blazorise.Licensing.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Licensing.dll": {} - } - }, - "DartSassBuilder/1.0.0": { - "type": "package", - "build": { - "build/_._": {} - } - }, - "DeepCloner/0.10.4": { - "type": "package", - "dependencies": { - "NETStandard.Library": "1.6.1" - }, - "compile": { - "lib/netstandard1.3/DeepCloner.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/DeepCloner.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Authorization/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Metadata": "8.0.2", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Authorization": "8.0.2", - "Microsoft.AspNetCore.Components.Analyzers": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.Analyzers/8.0.2": { - "type": "package", - "build": { - "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {} - } - }, - "Microsoft.AspNetCore.Components.Forms/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.Web/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components": "8.0.2", - "Microsoft.AspNetCore.Components.Forms": "8.0.2", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0", - "Microsoft.JSInterop": "8.0.2", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.WebAssembly/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components.Web": "8.0.2", - "Microsoft.Extensions.Configuration.Binder": "8.0.1", - "Microsoft.Extensions.Configuration.Json": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0", - "Microsoft.JSInterop.WebAssembly": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll": { - "related": ".xml" - } - }, - "build": { - "build/net8.0/Microsoft.AspNetCore.Components.WebAssembly.props": {} - } - }, - "Microsoft.AspNetCore.Components.WebAssembly.DevServer/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.AspNetCore.Components.WebAssembly.DevServer.targets": {} - } - }, - "Microsoft.AspNetCore.Metadata/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Configuration/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Physical": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Localization/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Localization.Abstractions": "8.0.2", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Localization.Abstractions/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Logging/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Options/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.JSInterop/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.JSInterop.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.JSInterop.dll": { - "related": ".xml" - } - } - }, - "Microsoft.JSInterop.WebAssembly/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.JSInterop": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.JSInterop.WebAssembly.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.JSInterop.WebAssembly.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NET.ILLink.Tasks/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.NET.ILLink.Tasks.props": {} - } - }, - "Microsoft.NET.Sdk.WebAssembly.Pack/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.NET.Sdk.WebAssembly.Pack.props": {}, - "build/Microsoft.NET.Sdk.WebAssembly.Pack.targets": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { - "related": ".xml" - } - } - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Radzen.Blazor/4.26.0": { - "type": "package", - "dependencies": { - "DartSassBuilder": "1.0.0", - "Microsoft.AspNetCore.Components": "8.0.0", - "Microsoft.AspNetCore.Components.Web": "8.0.0", - "System.Linq.Dynamic.Core": "1.3.7" - }, - "compile": { - "lib/net8.0/Radzen.Blazor.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Radzen.Blazor.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/Radzen.Blazor.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Radzen.Blazor.props": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "debian.8-x64" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "fedora.23-x64" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "fedora.24-x64" - } - } - }, - "runtime.native.System/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.13.2-x64" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.42.1-x64" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "rhel.7-x64" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.14.04-x64" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.04-x64" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.10-x64" - } - } - }, - "System.AppContext/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.1/_._": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": { - "related": ".xml" - } - } - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Console/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.3/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { - "related": ".xml" - } - } - }, - "System.Globalization/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": { - "related": ".xml" - } - } - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": { - "related": ".xml" - } - } - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": { - "related": ".xml" - } - } - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": { - "related": ".xml" - } - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Linq/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Dynamic.Core/1.3.7": { - "type": "package", - "compile": { - "lib/net8.0/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } - } - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": { - "related": ".xml" - } - } - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": { - "related": ".xml" - } - } - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": { - "related": ".xml" - } - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtimeTargets": { - "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { - "assetType": "runtime", - "rid": "unix" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } - } - }, - "System.Text.Json/8.0.0": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/System.Text.Json.targets": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": { - "related": ".xml" - } - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - } - }, - "net8.0/browser-wasm": { - "Blazorise/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise.Licensing": "1.2.0", - "DeepCloner": "0.10.4", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Blazorise.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/Blazorise.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Blazorise.props": {} - } - }, - "Blazorise.Bootstrap/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise": "1.4.2", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.Bootstrap.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Bootstrap.dll": {} - }, - "build": { - "buildTransitive/Blazorise.Bootstrap.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Blazorise.Bootstrap.props": {} - } - }, - "Blazorise.Icons.FontAwesome/1.4.2": { - "type": "package", - "dependencies": { - "Blazorise": "1.4.2", - "Microsoft.AspNetCore.Components": "8.0.1", - "Microsoft.AspNetCore.Components.Web": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Blazorise.Icons.FontAwesome.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Icons.FontAwesome.dll": {} - } - }, - "Blazorise.Licensing/1.2.0": { - "type": "package", - "compile": { - "lib/net8.0/Blazorise.Licensing.dll": {} - }, - "runtime": { - "lib/net8.0/Blazorise.Licensing.dll": {} - } - }, - "DartSassBuilder/1.0.0": { - "type": "package", - "build": { - "build/_._": {} - } - }, - "DeepCloner/0.10.4": { - "type": "package", - "dependencies": { - "NETStandard.Library": "1.6.1" - }, - "compile": { - "lib/netstandard1.3/DeepCloner.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/DeepCloner.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Authorization/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Metadata": "8.0.2", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Authorization": "8.0.2", - "Microsoft.AspNetCore.Components.Analyzers": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.Analyzers/8.0.2": { - "type": "package", - "build": { - "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {} - } - }, - "Microsoft.AspNetCore.Components.Forms/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.Web/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components": "8.0.2", - "Microsoft.AspNetCore.Components.Forms": "8.0.2", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0", - "Microsoft.JSInterop": "8.0.2", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Components.WebAssembly/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Components.Web": "8.0.2", - "Microsoft.Extensions.Configuration.Binder": "8.0.1", - "Microsoft.Extensions.Configuration.Json": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0", - "Microsoft.JSInterop.WebAssembly": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll": { - "related": ".xml" - } - }, - "build": { - "build/net8.0/Microsoft.AspNetCore.Components.WebAssembly.props": {} - } - }, - "Microsoft.AspNetCore.Components.WebAssembly.DevServer/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.AspNetCore.Components.WebAssembly.DevServer.targets": {} - } - }, - "Microsoft.AspNetCore.Metadata/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Configuration/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Physical": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Localization/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Localization.Abstractions": "8.0.2", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Localization.Abstractions/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Logging/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Options/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.JSInterop/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.JSInterop.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.JSInterop.dll": { - "related": ".xml" - } - } - }, - "Microsoft.JSInterop.WebAssembly/8.0.2": { - "type": "package", - "dependencies": { - "Microsoft.JSInterop": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.JSInterop.WebAssembly.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.JSInterop.WebAssembly.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NET.ILLink.Tasks/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.NET.ILLink.Tasks.props": {} - } - }, - "Microsoft.NET.Sdk.WebAssembly.Pack/8.0.2": { - "type": "package", - "build": { - "build/Microsoft.NET.Sdk.WebAssembly.Pack.props": {}, - "build/Microsoft.NET.Sdk.WebAssembly.Pack.targets": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { - "related": ".xml" - } - } - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Radzen.Blazor/4.26.0": { - "type": "package", - "dependencies": { - "DartSassBuilder": "1.0.0", - "Microsoft.AspNetCore.Components": "8.0.0", - "Microsoft.AspNetCore.Components.Web": "8.0.0", - "System.Linq.Dynamic.Core": "1.3.7" - }, - "compile": { - "lib/net8.0/Radzen.Blazor.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Radzen.Blazor.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/Radzen.Blazor.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Radzen.Blazor.props": {} - } - }, - "runtime.any.System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.dll": {} - } - }, - "runtime.any.System.Diagnostics.Tools/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.Tools.dll": {} - } - }, - "runtime.any.System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "runtime.any.System.Globalization/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Globalization.dll": {} - } - }, - "runtime.any.System.Globalization.Calendars/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "runtime.any.System.IO/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.IO.dll": {} - } - }, - "runtime.any.System.Reflection/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.dll": {} - } - }, - "runtime.any.System.Reflection.Extensions/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Extensions.dll": {} - } - }, - "runtime.any.System.Reflection.Primitives/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Primitives.dll": {} - } - }, - "runtime.any.System.Resources.ResourceManager/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} - } - }, - "runtime.any.System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.dll": {} - } - }, - "runtime.any.System.Runtime.Handles/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "runtime.any.System.Runtime.InteropServices/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} - } - }, - "runtime.any.System.Text.Encoding/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "runtime.any.System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "runtime.any.System.Threading.Tasks/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "runtime.any.System.Threading.Timer/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Timer.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "System.AppContext/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.1/_._": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Collections": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": { - "related": ".xml" - } - } - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Console/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.3/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Diagnostics.Tools": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Diagnostics.Tracing": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { - "related": ".xml" - } - } - }, - "System.Globalization/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": { - "related": ".xml" - } - } - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization.Calendars": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": { - "related": ".xml" - } - } - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": { - "related": ".xml" - } - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.any.System.IO": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": { - "related": ".xml" - } - } - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": { - "related": ".xml" - } - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": { - "related": ".xml" - } - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Linq/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Dynamic.Core/1.3.7": { - "type": "package", - "compile": { - "lib/net8.0/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } - } - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": { - "related": ".xml" - } - } - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": { - "related": ".xml" - } - } - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": { - "related": ".xml" - } - } - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Private.Uri/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard/_._": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Primitives": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Resources.ResourceManager": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": { - "related": ".xml" - } - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "runtime.any.System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "runtime.any.System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "related": ".xml" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.any.System.Text.Encoding.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Text.Json/8.0.0": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/System.Text.Json.targets": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Threading.Timer": "4.3.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": { - "related": ".xml" - } - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - } - } - }, - "libraries": { - "Blazorise/1.4.2": { - "sha512": "sDnG7RNkrPogHK0z2+vmHyhDo8mGlqcUJZjZdHVw90BktOKPugcI6X44kiShAQOU3hmW559b4ttu1DYx7QlKnw==", - "type": "package", - "path": "blazorise/1.4.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Blazorise.png", - "LICENSE.md", - "blazorise.1.4.2.nupkg.sha512", - "blazorise.nuspec", - "build/Blazorise.props", - "build/Microsoft.AspNetCore.StaticWebAssets.props", - "buildMultiTargeting/Blazorise.props", - "buildTransitive/Blazorise.props", - "lib/net6.0/Blazorise.dll", - "lib/net6.0/Blazorise.xml", - "lib/net7.0/Blazorise.dll", - "lib/net7.0/Blazorise.xml", - "lib/net8.0/Blazorise.dll", - "lib/net8.0/Blazorise.xml", - "staticwebassets/blazorise.css", - "staticwebassets/blazorise.min.css", - "staticwebassets/breakpoint.js", - "staticwebassets/button.js", - "staticwebassets/closable.js", - "staticwebassets/colorPicker.js", - "staticwebassets/datePicker.js", - "staticwebassets/dragDrop.js", - "staticwebassets/dropdown.js", - "staticwebassets/fileEdit.js", - "staticwebassets/filePicker.js", - "staticwebassets/floatingUi.js", - "staticwebassets/inputMask.js", - "staticwebassets/io.js", - "staticwebassets/memoEdit.js", - "staticwebassets/numericPicker.js", - "staticwebassets/observer.js", - "staticwebassets/table.js", - "staticwebassets/textEdit.js", - "staticwebassets/theme.js", - "staticwebassets/timePicker.js", - "staticwebassets/tooltip.js", - "staticwebassets/utilities.js", - "staticwebassets/validators/DateTimeMaskValidator.js", - "staticwebassets/validators/NoValidator.js", - "staticwebassets/validators/NumericMaskValidator.js", - "staticwebassets/validators/RegExMaskValidator.js", - "staticwebassets/vendors/Behave.js", - "staticwebassets/vendors/Pickr.js", - "staticwebassets/vendors/autoNumeric.js", - "staticwebassets/vendors/flatpickr.js", - "staticwebassets/vendors/floating-ui-core.js", - "staticwebassets/vendors/floating-ui.js", - "staticwebassets/vendors/inputmask.js", - "staticwebassets/vendors/jsencrypt.js", - "staticwebassets/vendors/sha512.js" - ] - }, - "Blazorise.Bootstrap/1.4.2": { - "sha512": "HffojaPD5HQs2MwVZ5G9JEs4qOJ1I3eQBmkuUI86FrzzR9rJ/b4iFhhjF0VN4sX4ObZrSmtQRakpQ7/A6MBdPQ==", - "type": "package", - "path": "blazorise.bootstrap/1.4.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Blazorise.png", - "LICENSE.md", - "blazorise.bootstrap.1.4.2.nupkg.sha512", - "blazorise.bootstrap.nuspec", - "build/Blazorise.Bootstrap.props", - "build/Microsoft.AspNetCore.StaticWebAssets.props", - "buildMultiTargeting/Blazorise.Bootstrap.props", - "buildTransitive/Blazorise.Bootstrap.props", - "lib/net6.0/Blazorise.Bootstrap.dll", - "lib/net7.0/Blazorise.Bootstrap.dll", - "lib/net8.0/Blazorise.Bootstrap.dll", - "staticwebassets/blazorise.bootstrap.css", - "staticwebassets/blazorise.bootstrap.min.css", - "staticwebassets/modal.js", - "staticwebassets/tooltip.js" - ] - }, - "Blazorise.Icons.FontAwesome/1.4.2": { - "sha512": "2wtCRKWXRphdLpE+51nOKbfd48igNBBjJTkIaIpTg5Qgu43cXPnkhEyEHqXx4dyauBcyLKv8srBd0ykEVkVMyA==", - "type": "package", - "path": "blazorise.icons.fontawesome/1.4.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Blazorise.png", - "LICENSE.md", - "blazorise.icons.fontawesome.1.4.2.nupkg.sha512", - "blazorise.icons.fontawesome.nuspec", - "lib/net6.0/Blazorise.Icons.FontAwesome.dll", - "lib/net7.0/Blazorise.Icons.FontAwesome.dll", - "lib/net8.0/Blazorise.Icons.FontAwesome.dll" - ] - }, - "Blazorise.Licensing/1.2.0": { - "sha512": "h7jkAF+yyIKnUqFYivaxIySDma1zLV+0xcg52r2gIe772BLQWnBaANjpMBKXxRlYiEyOGPQWjMHJWs3dL/TgmA==", - "type": "package", - "path": "blazorise.licensing/1.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Blazorise.png", - "LICENSE.md", - "blazorise.licensing.1.2.0.nupkg.sha512", - "blazorise.licensing.nuspec", - "lib/net6.0/Blazorise.Licensing.dll", - "lib/net7.0/Blazorise.Licensing.dll", - "lib/net8.0/Blazorise.Licensing.dll" - ] - }, - "DartSassBuilder/1.0.0": { - "sha512": "bcM9YuWmNUuneEIp5rSFeHNQaZFqC0zKdK8JQvCFGzjX3pLyyQ0ReHPbawqOkTtfubQz4JPkzFzgJAo9Aixiew==", - "type": "package", - "path": "dartsassbuilder/1.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "DartSassBuilder.csproj", - "build/DartSassBuilder.props", - "build/DartSassBuilder.targets", - "build/DesignTime/DartSassBuilder.DesignTime.targets", - "build/DesignTime/Rules/ProjectItemsSchema.xaml", - "build/DesignTime/Rules/SassFileType.xaml", - "dartsassbuilder.1.0.0.nupkg.sha512", - "dartsassbuilder.nuspec", - "sass.png", - "tool/AdvancedStringBuilder.dll", - "tool/ClearScript.Core.dll", - "tool/ClearScript.V8.ICUData.dll", - "tool/ClearScript.V8.dll", - "tool/CommandLine.dll", - "tool/DartSassBuilder.deps.json", - "tool/DartSassBuilder.dll", - "tool/DartSassBuilder.exe", - "tool/DartSassBuilder.pdb", - "tool/DartSassBuilder.runtimeconfig.json", - "tool/DartSassHost.dll", - "tool/JavaScriptEngineSwitcher.Core.dll", - "tool/JavaScriptEngineSwitcher.V8.dll", - "tool/Newtonsoft.Json.dll", - "tool/ru-RU/JavaScriptEngineSwitcher.Core.resources.dll", - "tool/ru-RU/JavaScriptEngineSwitcher.V8.resources.dll", - "tool/runtimes/linux-x64/native/ClearScriptV8.linux-x64.so", - "tool/runtimes/osx-arm64/native/ClearScriptV8.osx-arm64.dylib", - "tool/runtimes/osx-x64/native/ClearScriptV8.osx-x64.dylib", - "tool/runtimes/win-x64/native/ClearScriptV8.win-x64.dll", - "tool/runtimes/win-x86/native/ClearScriptV8.win-x86.dll" - ] - }, - "DeepCloner/0.10.4": { - "sha512": "z8ASd9bjXkVjcnIrwUKrxb/bPi/gvG5NX3nv7MHK/5QrlYwbK7N5ZTDNaYXQ5qunaUCMGN0UHdgkNARIEBTEyA==", - "type": "package", - "path": "deepcloner/0.10.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "deepcloner.0.10.4.nupkg.sha512", - "deepcloner.nuspec", - "images/deepcloner-nuget-ico.png", - "lib/net40/DeepCloner.dll", - "lib/net40/DeepCloner.xml", - "lib/netstandard1.3/DeepCloner.dll", - "lib/netstandard1.3/DeepCloner.xml" - ] - }, - "Microsoft.AspNetCore.Authorization/8.0.2": { - "sha512": "Z4fjwzXxsdk3GpNBd1SjltifmxWD0jpS3iWCxCjeXQecoQ1+1Nbgbv1ZTbQw2uDVbuEwpfz5cTmRgocG3HBNAA==", - "type": "package", - "path": "microsoft.aspnetcore.authorization/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.AspNetCore.Authorization.dll", - "lib/net462/Microsoft.AspNetCore.Authorization.xml", - "lib/net8.0/Microsoft.AspNetCore.Authorization.dll", - "lib/net8.0/Microsoft.AspNetCore.Authorization.xml", - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll", - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.xml", - "microsoft.aspnetcore.authorization.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.authorization.nuspec" - ] - }, - "Microsoft.AspNetCore.Components/8.0.2": { - "sha512": "ZDqYhmsnBrMMEyFC8fDHuwXz7MTpWzqegEr2+4gImKc0Zgbo7iaIiN0FAw5Lg5dovTrTvbZnPetRYTve2ca6rg==", - "type": "package", - "path": "microsoft.aspnetcore.components/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "lib/net8.0/Microsoft.AspNetCore.Components.dll", - "lib/net8.0/Microsoft.AspNetCore.Components.xml", - "microsoft.aspnetcore.components.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.nuspec" - ] - }, - "Microsoft.AspNetCore.Components.Analyzers/8.0.2": { - "sha512": "wN8FAgVCiWGv0n2pUShnugPVlJxuTjLS+V7D/OsUxNaMPyoyhmVwp11+WrOCEWJ5sif5/WqTCJcVmUyi3aT/ZA==", - "type": "package", - "path": "microsoft.aspnetcore.components.analyzers/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll", - "build/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets", - "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets", - "microsoft.aspnetcore.components.analyzers.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.analyzers.nuspec" - ] - }, - "Microsoft.AspNetCore.Components.Forms/8.0.2": { - "sha512": "EIlY3Mx1N+Ag2kT5DVsxAZ9b2nKt91iutGkMWlkU293sYbEQV+JpmeHKOee4JYFdk0gjDK5XrSdKzokxQ8nmxw==", - "type": "package", - "path": "microsoft.aspnetcore.components.forms/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll", - "lib/net8.0/Microsoft.AspNetCore.Components.Forms.xml", - "microsoft.aspnetcore.components.forms.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.forms.nuspec" - ] - }, - "Microsoft.AspNetCore.Components.Web/8.0.2": { - "sha512": "VRgjn/vAvrPEXTroe2ulzGXNwqp2imiAeEmrtAmEK8tUC7h2WLFciHithpeo2t2nbA7uuC4bAi+4tdbBEvzDQQ==", - "type": "package", - "path": "microsoft.aspnetcore.components.web/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll", - "lib/net8.0/Microsoft.AspNetCore.Components.Web.xml", - "microsoft.aspnetcore.components.web.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.web.nuspec" - ] - }, - "Microsoft.AspNetCore.Components.WebAssembly/8.0.2": { - "sha512": "sRcIKOItL1PUmPkUz6EO07b77wWD4gyyhX7gK7JQ/bgk7HSBT7HRmfsOB/U6x/9V6IZpe5laG2G19Nfccl6lkw==", - "type": "package", - "path": "microsoft.aspnetcore.components.webassembly/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "build/net8.0/Microsoft.AspNetCore.Components.WebAssembly.props", - "build/net8.0/blazor.webassembly.js", - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.dll", - "lib/net8.0/Microsoft.AspNetCore.Components.WebAssembly.xml", - "microsoft.aspnetcore.components.webassembly.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.webassembly.nuspec" - ] - }, - "Microsoft.AspNetCore.Components.WebAssembly.DevServer/8.0.2": { - "sha512": "upzF6ckTFwTzTIh4PJ/wS5uOg4tk/OM7x1gvY/xkCBR1agDeZK7ObAcvv+h4Bs8B528H0ToTXUpeLipNPEbIrA==", - "type": "package", - "path": "microsoft.aspnetcore.components.webassembly.devserver/8.0.2", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "build/Microsoft.AspNetCore.Components.WebAssembly.DevServer.targets", - "microsoft.aspnetcore.components.webassembly.devserver.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.components.webassembly.devserver.nuspec", - "tools/ARM64/aspnetcorev2_inprocess.dll", - "tools/BlazorDebugProxy/BrowserDebugHost.dll", - "tools/BlazorDebugProxy/BrowserDebugHost.runtimeconfig.json", - "tools/BlazorDebugProxy/BrowserDebugProxy.dll", - "tools/BlazorDebugProxy/Microsoft.CodeAnalysis.CSharp.Scripting.dll", - "tools/BlazorDebugProxy/Microsoft.CodeAnalysis.CSharp.dll", - "tools/BlazorDebugProxy/Microsoft.CodeAnalysis.Scripting.dll", - "tools/BlazorDebugProxy/Microsoft.CodeAnalysis.dll", - "tools/BlazorDebugProxy/Microsoft.FileFormats.dll", - "tools/BlazorDebugProxy/Microsoft.NET.WebAssembly.Webcil.dll", - "tools/BlazorDebugProxy/Microsoft.SymbolStore.dll", - "tools/BlazorDebugProxy/Newtonsoft.Json.dll", - "tools/Microsoft.AspNetCore.Antiforgery.dll", - "tools/Microsoft.AspNetCore.Antiforgery.xml", - "tools/Microsoft.AspNetCore.Authentication.Abstractions.dll", - "tools/Microsoft.AspNetCore.Authentication.Abstractions.xml", - "tools/Microsoft.AspNetCore.Authentication.Core.dll", - "tools/Microsoft.AspNetCore.Authentication.Core.xml", - "tools/Microsoft.AspNetCore.Authentication.dll", - "tools/Microsoft.AspNetCore.Authentication.xml", - "tools/Microsoft.AspNetCore.Authorization.Policy.dll", - "tools/Microsoft.AspNetCore.Authorization.Policy.xml", - "tools/Microsoft.AspNetCore.Authorization.dll", - "tools/Microsoft.AspNetCore.Authorization.xml", - "tools/Microsoft.AspNetCore.Components.Authorization.dll", - "tools/Microsoft.AspNetCore.Components.Authorization.xml", - "tools/Microsoft.AspNetCore.Components.Endpoints.dll", - "tools/Microsoft.AspNetCore.Components.Endpoints.xml", - "tools/Microsoft.AspNetCore.Components.Forms.dll", - "tools/Microsoft.AspNetCore.Components.Forms.xml", - "tools/Microsoft.AspNetCore.Components.Web.dll", - "tools/Microsoft.AspNetCore.Components.Web.xml", - "tools/Microsoft.AspNetCore.Components.WebAssembly.Server.dll", - "tools/Microsoft.AspNetCore.Components.WebAssembly.Server.xml", - "tools/Microsoft.AspNetCore.Components.dll", - "tools/Microsoft.AspNetCore.Components.xml", - "tools/Microsoft.AspNetCore.Connections.Abstractions.dll", - "tools/Microsoft.AspNetCore.Connections.Abstractions.xml", - "tools/Microsoft.AspNetCore.Cryptography.Internal.dll", - "tools/Microsoft.AspNetCore.Cryptography.Internal.xml", - "tools/Microsoft.AspNetCore.DataProtection.Abstractions.dll", - "tools/Microsoft.AspNetCore.DataProtection.Abstractions.xml", - "tools/Microsoft.AspNetCore.DataProtection.Extensions.dll", - "tools/Microsoft.AspNetCore.DataProtection.Extensions.xml", - "tools/Microsoft.AspNetCore.DataProtection.dll", - "tools/Microsoft.AspNetCore.DataProtection.xml", - "tools/Microsoft.AspNetCore.Diagnostics.Abstractions.dll", - "tools/Microsoft.AspNetCore.Diagnostics.Abstractions.xml", - "tools/Microsoft.AspNetCore.Diagnostics.dll", - "tools/Microsoft.AspNetCore.Diagnostics.xml", - "tools/Microsoft.AspNetCore.HostFiltering.dll", - "tools/Microsoft.AspNetCore.HostFiltering.xml", - "tools/Microsoft.AspNetCore.Hosting.Abstractions.dll", - "tools/Microsoft.AspNetCore.Hosting.Abstractions.xml", - "tools/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", - "tools/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml", - "tools/Microsoft.AspNetCore.Hosting.dll", - "tools/Microsoft.AspNetCore.Hosting.xml", - "tools/Microsoft.AspNetCore.Html.Abstractions.dll", - "tools/Microsoft.AspNetCore.Html.Abstractions.xml", - "tools/Microsoft.AspNetCore.Http.Abstractions.dll", - "tools/Microsoft.AspNetCore.Http.Abstractions.xml", - "tools/Microsoft.AspNetCore.Http.Extensions.dll", - "tools/Microsoft.AspNetCore.Http.Extensions.xml", - "tools/Microsoft.AspNetCore.Http.Features.dll", - "tools/Microsoft.AspNetCore.Http.Features.xml", - "tools/Microsoft.AspNetCore.Http.dll", - "tools/Microsoft.AspNetCore.Http.xml", - "tools/Microsoft.AspNetCore.HttpOverrides.dll", - "tools/Microsoft.AspNetCore.HttpOverrides.xml", - "tools/Microsoft.AspNetCore.Metadata.dll", - "tools/Microsoft.AspNetCore.Metadata.xml", - "tools/Microsoft.AspNetCore.Routing.Abstractions.dll", - "tools/Microsoft.AspNetCore.Routing.Abstractions.xml", - "tools/Microsoft.AspNetCore.Routing.dll", - "tools/Microsoft.AspNetCore.Routing.xml", - "tools/Microsoft.AspNetCore.Server.HttpSys.dll", - "tools/Microsoft.AspNetCore.Server.HttpSys.xml", - "tools/Microsoft.AspNetCore.Server.IIS.dll", - "tools/Microsoft.AspNetCore.Server.IIS.xml", - "tools/Microsoft.AspNetCore.Server.IISIntegration.dll", - "tools/Microsoft.AspNetCore.Server.IISIntegration.xml", - "tools/Microsoft.AspNetCore.Server.Kestrel.Core.dll", - "tools/Microsoft.AspNetCore.Server.Kestrel.Core.xml", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.xml", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll", - "tools/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml", - "tools/Microsoft.AspNetCore.Server.Kestrel.dll", - "tools/Microsoft.AspNetCore.Server.Kestrel.xml", - "tools/Microsoft.AspNetCore.StaticFiles.dll", - "tools/Microsoft.AspNetCore.StaticFiles.xml", - "tools/Microsoft.AspNetCore.WebUtilities.dll", - "tools/Microsoft.AspNetCore.WebUtilities.xml", - "tools/Microsoft.AspNetCore.dll", - "tools/Microsoft.AspNetCore.xml", - "tools/Microsoft.Extensions.Configuration.Abstractions.dll", - "tools/Microsoft.Extensions.Configuration.Binder.dll", - "tools/Microsoft.Extensions.Configuration.CommandLine.dll", - "tools/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "tools/Microsoft.Extensions.Configuration.FileExtensions.dll", - "tools/Microsoft.Extensions.Configuration.Json.dll", - "tools/Microsoft.Extensions.Configuration.UserSecrets.dll", - "tools/Microsoft.Extensions.Configuration.dll", - "tools/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "tools/Microsoft.Extensions.DependencyInjection.dll", - "tools/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "tools/Microsoft.Extensions.Diagnostics.dll", - "tools/Microsoft.Extensions.Features.dll", - "tools/Microsoft.Extensions.Features.xml", - "tools/Microsoft.Extensions.FileProviders.Abstractions.dll", - "tools/Microsoft.Extensions.FileProviders.Composite.dll", - "tools/Microsoft.Extensions.FileProviders.Embedded.dll", - "tools/Microsoft.Extensions.FileProviders.Embedded.xml", - "tools/Microsoft.Extensions.FileProviders.Physical.dll", - "tools/Microsoft.Extensions.FileSystemGlobbing.dll", - "tools/Microsoft.Extensions.Hosting.Abstractions.dll", - "tools/Microsoft.Extensions.Hosting.dll", - "tools/Microsoft.Extensions.Logging.Abstractions.dll", - "tools/Microsoft.Extensions.Logging.Configuration.dll", - "tools/Microsoft.Extensions.Logging.Console.dll", - "tools/Microsoft.Extensions.Logging.Debug.dll", - "tools/Microsoft.Extensions.Logging.EventLog.dll", - "tools/Microsoft.Extensions.Logging.EventSource.dll", - "tools/Microsoft.Extensions.Logging.dll", - "tools/Microsoft.Extensions.ObjectPool.dll", - "tools/Microsoft.Extensions.ObjectPool.xml", - "tools/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "tools/Microsoft.Extensions.Options.dll", - "tools/Microsoft.Extensions.Primitives.dll", - "tools/Microsoft.Extensions.WebEncoders.dll", - "tools/Microsoft.Extensions.WebEncoders.xml", - "tools/Microsoft.JSInterop.dll", - "tools/Microsoft.JSInterop.xml", - "tools/Microsoft.Net.Http.Headers.dll", - "tools/Microsoft.Net.Http.Headers.xml", - "tools/System.Diagnostics.EventLog.dll", - "tools/System.IO.Pipelines.dll", - "tools/System.Security.Cryptography.Pkcs.dll", - "tools/System.Security.Cryptography.Xml.dll", - "tools/blazor-devserver.deps.json", - "tools/blazor-devserver.dll", - "tools/blazor-devserver.exe", - "tools/blazor-devserver.runtimeconfig.json", - "tools/blazor-devserver.xml", - "tools/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", - "tools/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", - "tools/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "tools/x64/aspnetcorev2_inprocess.dll", - "tools/x86/aspnetcorev2_inprocess.dll" - ] - }, - "Microsoft.AspNetCore.Metadata/8.0.2": { - "sha512": "1m54fAfHzui+0twvU6VtUApM+aUaBR3G3YZNWxGH+c62hOFkZQX/Tm5FzptADUcr8wCPvIaRPbGx77upepk7rw==", - "type": "package", - "path": "microsoft.aspnetcore.metadata/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.AspNetCore.Metadata.dll", - "lib/net462/Microsoft.AspNetCore.Metadata.xml", - "lib/net8.0/Microsoft.AspNetCore.Metadata.dll", - "lib/net8.0/Microsoft.AspNetCore.Metadata.xml", - "lib/netstandard2.0/Microsoft.AspNetCore.Metadata.dll", - "lib/netstandard2.0/Microsoft.AspNetCore.Metadata.xml", - "microsoft.aspnetcore.metadata.8.0.2.nupkg.sha512", - "microsoft.aspnetcore.metadata.nuspec" - ] - }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", - "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Binder/8.0.1": { - "sha512": "2UKFJnLiBt7Od6nCnTqP9rTIUNhzmn9Hv1l2FchyKbz8xieB9ULwZTbQZMw+M24Qw3F5dzzH1U9PPleN0LNLOQ==", - "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.1.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", - "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", - "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", - "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", - "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", - "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Localization/8.0.2": { - "sha512": "ltVUU8aeU4ank8wULlYZ9PSh1RSDKkP4kI+0AC97W9iCQQFQdJEk2ANjw9VyzLs1hzuTVdCrF3H3r2fp7iWzxg==", - "type": "package", - "path": "microsoft.extensions.localization/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.Localization.dll", - "lib/net462/Microsoft.Extensions.Localization.xml", - "lib/net8.0/Microsoft.Extensions.Localization.dll", - "lib/net8.0/Microsoft.Extensions.Localization.xml", - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll", - "lib/netstandard2.0/Microsoft.Extensions.Localization.xml", - "microsoft.extensions.localization.8.0.2.nupkg.sha512", - "microsoft.extensions.localization.nuspec" - ] - }, - "Microsoft.Extensions.Localization.Abstractions/8.0.2": { - "sha512": "OayukRVoRD6v7SSVb9AJXtWPpkpYNHWd8yq2DwX/KgyyefP4pf6NuEfEEXDjm7Emf+C3XfZTPEBeZfWDTE+4EQ==", - "type": "package", - "path": "microsoft.extensions.localization.abstractions/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Localization.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Localization.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.xml", - "microsoft.extensions.localization.abstractions.8.0.2.nupkg.sha512", - "microsoft.extensions.localization.abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", - "type": "package", - "path": "microsoft.extensions.logging/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options/8.0.2": { - "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", - "type": "package", - "path": "microsoft.extensions.options/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.2.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.JSInterop/8.0.2": { - "sha512": "gpzpEohjQMMYlZAqP/haXj2TeQv6p/WrVhtQCearXCz00Gr/gyFA8QlXLqVZW2XKxdQ/3eAtKKtiBFGJg39OiA==", - "type": "package", - "path": "microsoft.jsinterop/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net8.0/Microsoft.JSInterop.dll", - "lib/net8.0/Microsoft.JSInterop.xml", - "microsoft.jsinterop.8.0.2.nupkg.sha512", - "microsoft.jsinterop.nuspec" - ] - }, - "Microsoft.JSInterop.WebAssembly/8.0.2": { - "sha512": "WXUfnWayu7oT1Wq1/k7yZCJvZXs9SwZZPoQtF/RUl5W8URMa+obK2DTzEaWGQF9x3F92YWdYs78mT7KR23kY3g==", - "type": "package", - "path": "microsoft.jsinterop.webassembly/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.txt", - "lib/net8.0/Microsoft.JSInterop.WebAssembly.dll", - "lib/net8.0/Microsoft.JSInterop.WebAssembly.xml", - "microsoft.jsinterop.webassembly.8.0.2.nupkg.sha512", - "microsoft.jsinterop.webassembly.nuspec" - ] - }, - "Microsoft.NET.ILLink.Tasks/8.0.2": { - "sha512": "hKTrehpfVzOhAz0mreaTAZgbz0DrMEbWq4n3hAo8Ks6WdxdqQhNPvzOqn9VygKuWf1bmxPdraqzTaXriO/sn0A==", - "type": "package", - "path": "microsoft.net.illink.tasks/8.0.2", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "Sdk/Sdk.props", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/ILLink.CodeFixProvider.dll", - "analyzers/dotnet/cs/ILLink.RoslynAnalyzer.dll", - "build/Microsoft.NET.ILLink.Analyzers.props", - "build/Microsoft.NET.ILLink.Tasks.props", - "build/Microsoft.NET.ILLink.targets", - "microsoft.net.illink.tasks.8.0.2.nupkg.sha512", - "microsoft.net.illink.tasks.nuspec", - "tools/net472/ILLink.Tasks.dll", - "tools/net472/ILLink.Tasks.dll.config", - "tools/net472/Mono.Cecil.Mdb.dll", - "tools/net472/Mono.Cecil.Pdb.dll", - "tools/net472/Mono.Cecil.Rocks.dll", - "tools/net472/Mono.Cecil.dll", - "tools/net472/Sdk/Sdk.props", - "tools/net472/System.Buffers.dll", - "tools/net472/System.Collections.Immutable.dll", - "tools/net472/System.Memory.dll", - "tools/net472/System.Numerics.Vectors.dll", - "tools/net472/System.Reflection.Metadata.dll", - "tools/net472/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net472/build/Microsoft.NET.ILLink.Analyzers.props", - "tools/net472/build/Microsoft.NET.ILLink.Tasks.props", - "tools/net472/build/Microsoft.NET.ILLink.targets", - "tools/net8.0/ILLink.Tasks.deps.json", - "tools/net8.0/ILLink.Tasks.dll", - "tools/net8.0/Mono.Cecil.Mdb.dll", - "tools/net8.0/Mono.Cecil.Pdb.dll", - "tools/net8.0/Mono.Cecil.Rocks.dll", - "tools/net8.0/Mono.Cecil.dll", - "tools/net8.0/Sdk/Sdk.props", - "tools/net8.0/build/Microsoft.NET.ILLink.Analyzers.props", - "tools/net8.0/build/Microsoft.NET.ILLink.Tasks.props", - "tools/net8.0/build/Microsoft.NET.ILLink.targets", - "tools/net8.0/illink.deps.json", - "tools/net8.0/illink.dll", - "tools/net8.0/illink.runtimeconfig.json", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.NET.Sdk.WebAssembly.Pack/8.0.2": { - "sha512": "sq7Zs4E699WDIbFloiK/qmp9JtL8vpzMGILjnzYjkY4O1qj6z1Iu36dl4xWXrkVsKDnxw8CZ7NDqsntq5FFPgg==", - "type": "package", - "path": "microsoft.net.sdk.webassembly.pack/8.0.2", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "WasmAppHost/BrowserDebugHost.deps.json", - "WasmAppHost/BrowserDebugHost.dll", - "WasmAppHost/BrowserDebugHost.runtimeconfig.json", - "WasmAppHost/BrowserDebugProxy.dll", - "WasmAppHost/Microsoft.CodeAnalysis.CSharp.Scripting.dll", - "WasmAppHost/Microsoft.CodeAnalysis.CSharp.dll", - "WasmAppHost/Microsoft.CodeAnalysis.Scripting.dll", - "WasmAppHost/Microsoft.CodeAnalysis.dll", - "WasmAppHost/Microsoft.FileFormats.dll", - "WasmAppHost/Microsoft.NET.WebAssembly.Webcil.dll", - "WasmAppHost/Microsoft.SymbolStore.dll", - "WasmAppHost/Newtonsoft.Json.dll", - "WasmAppHost/WasmAppHost.deps.json", - "WasmAppHost/WasmAppHost.dll", - "WasmAppHost/WasmAppHost.runtimeconfig.json", - "build/Microsoft.NET.Sdk.WebAssembly.Browser.props", - "build/Microsoft.NET.Sdk.WebAssembly.Browser.targets", - "build/Microsoft.NET.Sdk.WebAssembly.Pack.props", - "build/Microsoft.NET.Sdk.WebAssembly.Pack.targets", - "build/Wasm.web.config", - "microsoft.net.sdk.webassembly.pack.8.0.2.nupkg.sha512", - "microsoft.net.sdk.webassembly.pack.nuspec", - "tools/net472/Microsoft.Bcl.AsyncInterfaces.dll", - "tools/net472/Microsoft.Build.dll", - "tools/net472/Microsoft.IO.Redist.dll", - "tools/net472/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll", - "tools/net472/Microsoft.NET.StringTools.dll", - "tools/net472/Microsoft.NET.WebAssembly.Webcil.dll", - "tools/net472/System.Buffers.dll", - "tools/net472/System.Collections.Immutable.dll", - "tools/net472/System.Configuration.ConfigurationManager.dll", - "tools/net472/System.Memory.dll", - "tools/net472/System.Numerics.Vectors.dll", - "tools/net472/System.Reflection.Metadata.dll", - "tools/net472/System.Reflection.MetadataLoadContext.dll", - "tools/net472/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net472/System.Security.AccessControl.dll", - "tools/net472/System.Security.Permissions.dll", - "tools/net472/System.Security.Principal.Windows.dll", - "tools/net472/System.Text.Encodings.Web.dll", - "tools/net472/System.Text.Json.dll", - "tools/net472/System.Threading.Tasks.Dataflow.dll", - "tools/net472/System.Threading.Tasks.Extensions.dll", - "tools/net472/System.ValueTuple.dll", - "tools/net8.0/Microsoft.Build.dll", - "tools/net8.0/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll", - "tools/net8.0/Microsoft.NET.StringTools.dll", - "tools/net8.0/Microsoft.NET.WebAssembly.Webcil.dll", - "tools/net8.0/Microsoft.Win32.SystemEvents.dll", - "tools/net8.0/System.Configuration.ConfigurationManager.dll", - "tools/net8.0/System.Drawing.Common.dll", - "tools/net8.0/System.Reflection.MetadataLoadContext.dll", - "tools/net8.0/System.Security.Cryptography.ProtectedData.dll", - "tools/net8.0/System.Security.Permissions.dll", - "tools/net8.0/System.Windows.Extensions.dll" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "type": "package", - "path": "microsoft.netcore.targets/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.0.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" - ] - }, - "Microsoft.Win32.Primitives/4.3.0": { - "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "type": "package", - "path": "microsoft.win32.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.win32.primitives.4.3.0.nupkg.sha512", - "microsoft.win32.primitives.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "NETStandard.Library/1.6.1": { - "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "type": "package", - "path": "netstandard.library/1.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "netstandard.library.1.6.1.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "Radzen.Blazor/4.26.0": { - "sha512": "HrCirVJvp764dtVLSVbLys783N5Bad6Xz9Ct8q7EL1jUqXzFGyL8In/xJXH3A2IFeTSvlgCixEMLjkWkgTs7Tg==", - "type": "package", - "path": "radzen.blazor/4.26.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.txt", - "README.md", - "build/Microsoft.AspNetCore.StaticWebAssets.props", - "build/Radzen.Blazor.props", - "buildMultiTargeting/Radzen.Blazor.props", - "buildTransitive/Radzen.Blazor.props", - "icon.png", - "lib/net5.0/Radzen.Blazor.dll", - "lib/net5.0/Radzen.Blazor.xml", - "lib/net6.0/Radzen.Blazor.dll", - "lib/net6.0/Radzen.Blazor.xml", - "lib/net7.0/Radzen.Blazor.dll", - "lib/net7.0/Radzen.Blazor.xml", - "lib/net8.0/Radzen.Blazor.dll", - "lib/net8.0/Radzen.Blazor.xml", - "lib/netstandard2.1/Radzen.Blazor.dll", - "lib/netstandard2.1/Radzen.Blazor.xml", - "radzen.blazor.4.26.0.nupkg.sha512", - "radzen.blazor.nuspec", - "staticwebassets/Radzen.Blazor.js", - "staticwebassets/css/dark-base.css", - "staticwebassets/css/dark-wcag.css", - "staticwebassets/css/dark.css", - "staticwebassets/css/default-base.css", - "staticwebassets/css/default-wcag.css", - "staticwebassets/css/default.css", - "staticwebassets/css/fluent-base.css", - "staticwebassets/css/fluent-dark-base.css", - "staticwebassets/css/fluent-dark.css", - "staticwebassets/css/fluent.css", - "staticwebassets/css/humanistic-base.css", - "staticwebassets/css/humanistic-wcag.css", - "staticwebassets/css/humanistic.css", - "staticwebassets/css/material-base.css", - "staticwebassets/css/material-dark-base.css", - "staticwebassets/css/material-dark.css", - "staticwebassets/css/material-wcag.css", - "staticwebassets/css/material.css", - "staticwebassets/css/material3-base.css", - "staticwebassets/css/material3-dark-base.css", - "staticwebassets/css/material3-dark.css", - "staticwebassets/css/material3.css", - "staticwebassets/css/software-base.css", - "staticwebassets/css/software-wcag.css", - "staticwebassets/css/software.css", - "staticwebassets/css/standard-base.css", - "staticwebassets/css/standard-wcag.css", - "staticwebassets/css/standard.css", - "staticwebassets/fonts/MaterialIcons-Regular.woff", - "staticwebassets/fonts/SourceSansPro-Black.woff", - "staticwebassets/fonts/SourceSansPro-BlackIt.woff", - "staticwebassets/fonts/SourceSansPro-Bold.woff", - "staticwebassets/fonts/SourceSansPro-BoldIt.woff", - "staticwebassets/fonts/SourceSansPro-ExtraLight.woff", - "staticwebassets/fonts/SourceSansPro-ExtraLightIt.woff", - "staticwebassets/fonts/SourceSansPro-It.woff", - "staticwebassets/fonts/SourceSansPro-Light.woff", - "staticwebassets/fonts/SourceSansPro-LightIt.woff", - "staticwebassets/fonts/SourceSansPro-Regular.woff", - "staticwebassets/fonts/SourceSansPro-Semibold.woff", - "staticwebassets/fonts/SourceSansPro-SemiboldIt.woff", - "staticwebassets/fonts/roboto-v15-latin-300.woff", - "staticwebassets/fonts/roboto-v15-latin-700.woff", - "staticwebassets/fonts/roboto-v15-latin-regular.woff", - "staticwebassets/fonts/roboto-v30-latin-300.woff", - "staticwebassets/fonts/roboto-v30-latin-500.woff", - "staticwebassets/fonts/roboto-v30-latin-700.woff", - "staticwebassets/fonts/roboto-v30-latin-regular.woff" - ] - }, - "runtime.any.System.Collections/4.3.0": { - "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", - "type": "package", - "path": "runtime.any.system.collections/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.dll", - "lib/netstandard1.3/System.Collections.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.collections.4.3.0.nupkg.sha512", - "runtime.any.system.collections.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tools/4.3.0": { - "sha512": "S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", - "type": "package", - "path": "runtime.any.system.diagnostics.tools/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", - "lib/netstandard1.3/System.Diagnostics.Tools.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", - "runtime.any.system.diagnostics.tools.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tracing/4.3.0": { - "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", - "type": "package", - "path": "runtime.any.system.diagnostics.tracing/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/netstandard1.5/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", - "runtime.any.system.diagnostics.tracing.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization/4.3.0": { - "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", - "type": "package", - "path": "runtime.any.system.globalization/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Globalization.dll", - "lib/netstandard1.3/System.Globalization.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.globalization.4.3.0.nupkg.sha512", - "runtime.any.system.globalization.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization.Calendars/4.3.0": { - "sha512": "M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", - "type": "package", - "path": "runtime.any.system.globalization.calendars/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net/_._", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/netstandard1.3/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", - "runtime.any.system.globalization.calendars.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.IO/4.3.0": { - "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", - "type": "package", - "path": "runtime.any.system.io/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.dll", - "lib/netstandard1.5/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.io.4.3.0.nupkg.sha512", - "runtime.any.system.io.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection/4.3.0": { - "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", - "type": "package", - "path": "runtime.any.system.reflection/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.dll", - "lib/netstandard1.5/System.Reflection.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Extensions/4.3.0": { - "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", - "type": "package", - "path": "runtime.any.system.reflection.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/netstandard1.3/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Primitives/4.3.0": { - "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", - "type": "package", - "path": "runtime.any.system.reflection.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/netstandard1.3/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.primitives.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Resources.ResourceManager/4.3.0": { - "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", - "type": "package", - "path": "runtime.any.system.resources.resourcemanager/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", - "lib/netstandard1.3/System.Resources.ResourceManager.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", - "runtime.any.system.resources.resourcemanager.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime/4.3.0": { - "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", - "type": "package", - "path": "runtime.any.system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.dll", - "lib/netstandard1.5/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.Handles/4.3.0": { - "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", - "type": "package", - "path": "runtime.any.system.runtime.handles/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netstandard1.3/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.handles.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.InteropServices/4.3.0": { - "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", - "type": "package", - "path": "runtime.any.system.runtime.interopservices/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/netstandard1.5/System.Runtime.InteropServices.dll", - "lib/netstandard1.6/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.interopservices.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding/4.3.0": { - "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", - "type": "package", - "path": "runtime.any.system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/netstandard1.3/System.Text.Encoding.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", - "runtime.any.system.text.encoding.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding.Extensions/4.3.0": { - "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", - "type": "package", - "path": "runtime.any.system.text.encoding.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", - "runtime.any.system.text.encoding.extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Tasks/4.3.0": { - "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", - "type": "package", - "path": "runtime.any.system.threading.tasks/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/netstandard1.3/System.Threading.Tasks.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", - "runtime.any.system.threading.tasks.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Timer/4.3.0": { - "sha512": "w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", - "type": "package", - "path": "runtime.any.system.threading.timer/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Timer.dll", - "lib/netstandard1.3/System.Threading.Timer.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.threading.timer.4.3.0.nupkg.sha512", - "runtime.any.system.threading.timer.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "type": "package", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "type": "package", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "type": "package", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.native.System/4.3.0": { - "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "type": "package", - "path": "runtime.native.system/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.4.3.0.nupkg.sha512", - "runtime.native.system.nuspec" - ] - }, - "runtime.native.System.IO.Compression/4.3.0": { - "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "type": "package", - "path": "runtime.native.system.io.compression/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "runtime.native.system.io.compression.nuspec" - ] - }, - "runtime.native.System.Net.Http/4.3.0": { - "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "type": "package", - "path": "runtime.native.system.net.http/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.net.http.4.3.0.nupkg.sha512", - "runtime.native.system.net.http.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "type": "package", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "runtime.native.system.security.cryptography.apple.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "type": "package", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.native.system.security.cryptography.openssl.nuspec" - ] - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "type": "package", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "type": "package", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "type": "package", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" - ] - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "type": "package", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" - ] - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "type": "package", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "type": "package", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "type": "package", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "type": "package", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "System.AppContext/4.3.0": { - "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "type": "package", - "path": "system.appcontext/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net463/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", - "lib/netstandard1.6/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", - "ref/net463/System.AppContext.dll", - "ref/netstandard/_._", - "ref/netstandard1.3/System.AppContext.dll", - "ref/netstandard1.3/System.AppContext.xml", - "ref/netstandard1.3/de/System.AppContext.xml", - "ref/netstandard1.3/es/System.AppContext.xml", - "ref/netstandard1.3/fr/System.AppContext.xml", - "ref/netstandard1.3/it/System.AppContext.xml", - "ref/netstandard1.3/ja/System.AppContext.xml", - "ref/netstandard1.3/ko/System.AppContext.xml", - "ref/netstandard1.3/ru/System.AppContext.xml", - "ref/netstandard1.3/zh-hans/System.AppContext.xml", - "ref/netstandard1.3/zh-hant/System.AppContext.xml", - "ref/netstandard1.6/System.AppContext.dll", - "ref/netstandard1.6/System.AppContext.xml", - "ref/netstandard1.6/de/System.AppContext.xml", - "ref/netstandard1.6/es/System.AppContext.xml", - "ref/netstandard1.6/fr/System.AppContext.xml", - "ref/netstandard1.6/it/System.AppContext.xml", - "ref/netstandard1.6/ja/System.AppContext.xml", - "ref/netstandard1.6/ko/System.AppContext.xml", - "ref/netstandard1.6/ru/System.AppContext.xml", - "ref/netstandard1.6/zh-hans/System.AppContext.xml", - "ref/netstandard1.6/zh-hant/System.AppContext.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.AppContext.dll", - "system.appcontext.4.3.0.nupkg.sha512", - "system.appcontext.nuspec" - ] - }, - "System.Buffers/4.3.0": { - "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "type": "package", - "path": "system.buffers/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/.xml", - "lib/netstandard1.1/System.Buffers.dll", - "system.buffers.4.3.0.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.Collections/4.3.0": { - "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "type": "package", - "path": "system.collections/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/netstandard1.0/System.Collections.dll", - "ref/netstandard1.0/System.Collections.xml", - "ref/netstandard1.0/de/System.Collections.xml", - "ref/netstandard1.0/es/System.Collections.xml", - "ref/netstandard1.0/fr/System.Collections.xml", - "ref/netstandard1.0/it/System.Collections.xml", - "ref/netstandard1.0/ja/System.Collections.xml", - "ref/netstandard1.0/ko/System.Collections.xml", - "ref/netstandard1.0/ru/System.Collections.xml", - "ref/netstandard1.0/zh-hans/System.Collections.xml", - "ref/netstandard1.0/zh-hant/System.Collections.xml", - "ref/netstandard1.3/System.Collections.dll", - "ref/netstandard1.3/System.Collections.xml", - "ref/netstandard1.3/de/System.Collections.xml", - "ref/netstandard1.3/es/System.Collections.xml", - "ref/netstandard1.3/fr/System.Collections.xml", - "ref/netstandard1.3/it/System.Collections.xml", - "ref/netstandard1.3/ja/System.Collections.xml", - "ref/netstandard1.3/ko/System.Collections.xml", - "ref/netstandard1.3/ru/System.Collections.xml", - "ref/netstandard1.3/zh-hans/System.Collections.xml", - "ref/netstandard1.3/zh-hant/System.Collections.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.4.3.0.nupkg.sha512", - "system.collections.nuspec" - ] - }, - "System.Collections.Concurrent/4.3.0": { - "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "type": "package", - "path": "system.collections.concurrent/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/netstandard1.3/System.Collections.Concurrent.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netcore50/System.Collections.Concurrent.xml", - "ref/netcore50/de/System.Collections.Concurrent.xml", - "ref/netcore50/es/System.Collections.Concurrent.xml", - "ref/netcore50/fr/System.Collections.Concurrent.xml", - "ref/netcore50/it/System.Collections.Concurrent.xml", - "ref/netcore50/ja/System.Collections.Concurrent.xml", - "ref/netcore50/ko/System.Collections.Concurrent.xml", - "ref/netcore50/ru/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.1/System.Collections.Concurrent.dll", - "ref/netstandard1.1/System.Collections.Concurrent.xml", - "ref/netstandard1.1/de/System.Collections.Concurrent.xml", - "ref/netstandard1.1/es/System.Collections.Concurrent.xml", - "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.1/it/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.3/System.Collections.Concurrent.dll", - "ref/netstandard1.3/System.Collections.Concurrent.xml", - "ref/netstandard1.3/de/System.Collections.Concurrent.xml", - "ref/netstandard1.3/es/System.Collections.Concurrent.xml", - "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.3/it/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.concurrent.4.3.0.nupkg.sha512", - "system.collections.concurrent.nuspec" - ] - }, - "System.Console/4.3.0": { - "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "type": "package", - "path": "system.console/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/netstandard1.3/System.Console.dll", - "ref/netstandard1.3/System.Console.xml", - "ref/netstandard1.3/de/System.Console.xml", - "ref/netstandard1.3/es/System.Console.xml", - "ref/netstandard1.3/fr/System.Console.xml", - "ref/netstandard1.3/it/System.Console.xml", - "ref/netstandard1.3/ja/System.Console.xml", - "ref/netstandard1.3/ko/System.Console.xml", - "ref/netstandard1.3/ru/System.Console.xml", - "ref/netstandard1.3/zh-hans/System.Console.xml", - "ref/netstandard1.3/zh-hant/System.Console.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.console.4.3.0.nupkg.sha512", - "system.console.nuspec" - ] - }, - "System.Diagnostics.Debug/4.3.0": { - "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "type": "package", - "path": "system.diagnostics.debug/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/System.Diagnostics.Debug.dll", - "ref/netstandard1.0/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/System.Diagnostics.Debug.dll", - "ref/netstandard1.3/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.debug.4.3.0.nupkg.sha512", - "system.diagnostics.debug.nuspec" - ] - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Diagnostics.DiagnosticSource.dll", - "lib/net46/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec" - ] - }, - "System.Diagnostics.Tools/4.3.0": { - "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "type": "package", - "path": "system.diagnostics.tools/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/System.Diagnostics.Tools.dll", - "ref/netstandard1.0/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.tools.4.3.0.nupkg.sha512", - "system.diagnostics.tools.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.3.0": { - "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "type": "package", - "path": "system.diagnostics.tracing/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/System.Diagnostics.Tracing.dll", - "ref/netstandard1.1/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/System.Diagnostics.Tracing.dll", - "ref/netstandard1.2/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/System.Diagnostics.Tracing.dll", - "ref/netstandard1.3/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/System.Diagnostics.Tracing.dll", - "ref/netstandard1.5/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.tracing.4.3.0.nupkg.sha512", - "system.diagnostics.tracing.nuspec" - ] - }, - "System.Globalization/4.3.0": { - "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "type": "package", - "path": "system.globalization/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", - "ref/netstandard1.0/System.Globalization.dll", - "ref/netstandard1.0/System.Globalization.xml", - "ref/netstandard1.0/de/System.Globalization.xml", - "ref/netstandard1.0/es/System.Globalization.xml", - "ref/netstandard1.0/fr/System.Globalization.xml", - "ref/netstandard1.0/it/System.Globalization.xml", - "ref/netstandard1.0/ja/System.Globalization.xml", - "ref/netstandard1.0/ko/System.Globalization.xml", - "ref/netstandard1.0/ru/System.Globalization.xml", - "ref/netstandard1.0/zh-hans/System.Globalization.xml", - "ref/netstandard1.0/zh-hant/System.Globalization.xml", - "ref/netstandard1.3/System.Globalization.dll", - "ref/netstandard1.3/System.Globalization.xml", - "ref/netstandard1.3/de/System.Globalization.xml", - "ref/netstandard1.3/es/System.Globalization.xml", - "ref/netstandard1.3/fr/System.Globalization.xml", - "ref/netstandard1.3/it/System.Globalization.xml", - "ref/netstandard1.3/ja/System.Globalization.xml", - "ref/netstandard1.3/ko/System.Globalization.xml", - "ref/netstandard1.3/ru/System.Globalization.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.globalization.4.3.0.nupkg.sha512", - "system.globalization.nuspec" - ] - }, - "System.Globalization.Calendars/4.3.0": { - "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "type": "package", - "path": "system.globalization.calendars/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.xml", - "ref/netstandard1.3/de/System.Globalization.Calendars.xml", - "ref/netstandard1.3/es/System.Globalization.Calendars.xml", - "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", - "ref/netstandard1.3/it/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.globalization.calendars.4.3.0.nupkg.sha512", - "system.globalization.calendars.nuspec" - ] - }, - "System.Globalization.Extensions/4.3.0": { - "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "type": "package", - "path": "system.globalization.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Extensions.dll", - "ref/netstandard1.3/System.Globalization.Extensions.dll", - "ref/netstandard1.3/System.Globalization.Extensions.xml", - "ref/netstandard1.3/de/System.Globalization.Extensions.xml", - "ref/netstandard1.3/es/System.Globalization.Extensions.xml", - "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", - "ref/netstandard1.3/it/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", - "runtimes/win/lib/net46/System.Globalization.Extensions.dll", - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", - "system.globalization.extensions.4.3.0.nupkg.sha512", - "system.globalization.extensions.nuspec" - ] - }, - "System.IO/4.3.0": { - "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "type": "package", - "path": "system.io/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.0/System.IO.xml", - "ref/netstandard1.0/de/System.IO.xml", - "ref/netstandard1.0/es/System.IO.xml", - "ref/netstandard1.0/fr/System.IO.xml", - "ref/netstandard1.0/it/System.IO.xml", - "ref/netstandard1.0/ja/System.IO.xml", - "ref/netstandard1.0/ko/System.IO.xml", - "ref/netstandard1.0/ru/System.IO.xml", - "ref/netstandard1.0/zh-hans/System.IO.xml", - "ref/netstandard1.0/zh-hant/System.IO.xml", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.3/System.IO.xml", - "ref/netstandard1.3/de/System.IO.xml", - "ref/netstandard1.3/es/System.IO.xml", - "ref/netstandard1.3/fr/System.IO.xml", - "ref/netstandard1.3/it/System.IO.xml", - "ref/netstandard1.3/ja/System.IO.xml", - "ref/netstandard1.3/ko/System.IO.xml", - "ref/netstandard1.3/ru/System.IO.xml", - "ref/netstandard1.3/zh-hans/System.IO.xml", - "ref/netstandard1.3/zh-hant/System.IO.xml", - "ref/netstandard1.5/System.IO.dll", - "ref/netstandard1.5/System.IO.xml", - "ref/netstandard1.5/de/System.IO.xml", - "ref/netstandard1.5/es/System.IO.xml", - "ref/netstandard1.5/fr/System.IO.xml", - "ref/netstandard1.5/it/System.IO.xml", - "ref/netstandard1.5/ja/System.IO.xml", - "ref/netstandard1.5/ko/System.IO.xml", - "ref/netstandard1.5/ru/System.IO.xml", - "ref/netstandard1.5/zh-hans/System.IO.xml", - "ref/netstandard1.5/zh-hant/System.IO.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.4.3.0.nupkg.sha512", - "system.io.nuspec" - ] - }, - "System.IO.Compression/4.3.0": { - "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "type": "package", - "path": "system.io.compression/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.IO.Compression.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.xml", - "ref/netcore50/de/System.IO.Compression.xml", - "ref/netcore50/es/System.IO.Compression.xml", - "ref/netcore50/fr/System.IO.Compression.xml", - "ref/netcore50/it/System.IO.Compression.xml", - "ref/netcore50/ja/System.IO.Compression.xml", - "ref/netcore50/ko/System.IO.Compression.xml", - "ref/netcore50/ru/System.IO.Compression.xml", - "ref/netcore50/zh-hans/System.IO.Compression.xml", - "ref/netcore50/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.1/System.IO.Compression.dll", - "ref/netstandard1.1/System.IO.Compression.xml", - "ref/netstandard1.1/de/System.IO.Compression.xml", - "ref/netstandard1.1/es/System.IO.Compression.xml", - "ref/netstandard1.1/fr/System.IO.Compression.xml", - "ref/netstandard1.1/it/System.IO.Compression.xml", - "ref/netstandard1.1/ja/System.IO.Compression.xml", - "ref/netstandard1.1/ko/System.IO.Compression.xml", - "ref/netstandard1.1/ru/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.3/System.IO.Compression.dll", - "ref/netstandard1.3/System.IO.Compression.xml", - "ref/netstandard1.3/de/System.IO.Compression.xml", - "ref/netstandard1.3/es/System.IO.Compression.xml", - "ref/netstandard1.3/fr/System.IO.Compression.xml", - "ref/netstandard1.3/it/System.IO.Compression.xml", - "ref/netstandard1.3/ja/System.IO.Compression.xml", - "ref/netstandard1.3/ko/System.IO.Compression.xml", - "ref/netstandard1.3/ru/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", - "runtimes/win/lib/net46/System.IO.Compression.dll", - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", - "system.io.compression.4.3.0.nupkg.sha512", - "system.io.compression.nuspec" - ] - }, - "System.IO.Compression.ZipFile/4.3.0": { - "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "type": "package", - "path": "system.io.compression.zipfile/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.compression.zipfile.4.3.0.nupkg.sha512", - "system.io.compression.zipfile.nuspec" - ] - }, - "System.IO.FileSystem/4.3.0": { - "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "type": "package", - "path": "system.io.filesystem/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.filesystem.4.3.0.nupkg.sha512", - "system.io.filesystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "type": "package", - "path": "system.io.filesystem.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "system.io.filesystem.primitives.nuspec" - ] - }, - "System.IO.Pipelines/8.0.0": { - "sha512": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==", - "type": "package", - "path": "system.io.pipelines/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Pipelines.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", - "lib/net462/System.IO.Pipelines.dll", - "lib/net462/System.IO.Pipelines.xml", - "lib/net6.0/System.IO.Pipelines.dll", - "lib/net6.0/System.IO.Pipelines.xml", - "lib/net7.0/System.IO.Pipelines.dll", - "lib/net7.0/System.IO.Pipelines.xml", - "lib/net8.0/System.IO.Pipelines.dll", - "lib/net8.0/System.IO.Pipelines.xml", - "lib/netstandard2.0/System.IO.Pipelines.dll", - "lib/netstandard2.0/System.IO.Pipelines.xml", - "system.io.pipelines.8.0.0.nupkg.sha512", - "system.io.pipelines.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Linq/4.3.0": { - "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "type": "package", - "path": "system.linq/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.dll", - "lib/netcore50/System.Linq.dll", - "lib/netstandard1.6/System.Linq.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.dll", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/netcore50/de/System.Linq.xml", - "ref/netcore50/es/System.Linq.xml", - "ref/netcore50/fr/System.Linq.xml", - "ref/netcore50/it/System.Linq.xml", - "ref/netcore50/ja/System.Linq.xml", - "ref/netcore50/ko/System.Linq.xml", - "ref/netcore50/ru/System.Linq.xml", - "ref/netcore50/zh-hans/System.Linq.xml", - "ref/netcore50/zh-hant/System.Linq.xml", - "ref/netstandard1.0/System.Linq.dll", - "ref/netstandard1.0/System.Linq.xml", - "ref/netstandard1.0/de/System.Linq.xml", - "ref/netstandard1.0/es/System.Linq.xml", - "ref/netstandard1.0/fr/System.Linq.xml", - "ref/netstandard1.0/it/System.Linq.xml", - "ref/netstandard1.0/ja/System.Linq.xml", - "ref/netstandard1.0/ko/System.Linq.xml", - "ref/netstandard1.0/ru/System.Linq.xml", - "ref/netstandard1.0/zh-hans/System.Linq.xml", - "ref/netstandard1.0/zh-hant/System.Linq.xml", - "ref/netstandard1.6/System.Linq.dll", - "ref/netstandard1.6/System.Linq.xml", - "ref/netstandard1.6/de/System.Linq.xml", - "ref/netstandard1.6/es/System.Linq.xml", - "ref/netstandard1.6/fr/System.Linq.xml", - "ref/netstandard1.6/it/System.Linq.xml", - "ref/netstandard1.6/ja/System.Linq.xml", - "ref/netstandard1.6/ko/System.Linq.xml", - "ref/netstandard1.6/ru/System.Linq.xml", - "ref/netstandard1.6/zh-hans/System.Linq.xml", - "ref/netstandard1.6/zh-hant/System.Linq.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.linq.4.3.0.nupkg.sha512", - "system.linq.nuspec" - ] - }, - "System.Linq.Dynamic.Core/1.3.7": { - "sha512": "7J9oS95JCcyOtnKCr0tYUOMAj67Ee3WKal6li20vEeuQFdD7C4XuAABysp3H5dx+wmHkXuUNoxW3+U+OEsx+JQ==", - "type": "package", - "path": "system.linq.dynamic.core/1.3.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "PackageReadme.md", - "lib/net35/System.Linq.Dynamic.Core.dll", - "lib/net35/System.Linq.Dynamic.Core.pdb", - "lib/net35/System.Linq.Dynamic.Core.xml", - "lib/net40/System.Linq.Dynamic.Core.dll", - "lib/net40/System.Linq.Dynamic.Core.pdb", - "lib/net40/System.Linq.Dynamic.Core.xml", - "lib/net45/System.Linq.Dynamic.Core.dll", - "lib/net45/System.Linq.Dynamic.Core.pdb", - "lib/net45/System.Linq.Dynamic.Core.xml", - "lib/net452/System.Linq.Dynamic.Core.dll", - "lib/net452/System.Linq.Dynamic.Core.pdb", - "lib/net452/System.Linq.Dynamic.Core.xml", - "lib/net46/System.Linq.Dynamic.Core.dll", - "lib/net46/System.Linq.Dynamic.Core.pdb", - "lib/net46/System.Linq.Dynamic.Core.xml", - "lib/net5.0/System.Linq.Dynamic.Core.dll", - "lib/net5.0/System.Linq.Dynamic.Core.pdb", - "lib/net5.0/System.Linq.Dynamic.Core.xml", - "lib/net6.0/System.Linq.Dynamic.Core.dll", - "lib/net6.0/System.Linq.Dynamic.Core.pdb", - "lib/net6.0/System.Linq.Dynamic.Core.xml", - "lib/net7.0/System.Linq.Dynamic.Core.dll", - "lib/net7.0/System.Linq.Dynamic.Core.pdb", - "lib/net7.0/System.Linq.Dynamic.Core.xml", - "lib/net8.0/System.Linq.Dynamic.Core.dll", - "lib/net8.0/System.Linq.Dynamic.Core.pdb", - "lib/net8.0/System.Linq.Dynamic.Core.xml", - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", - "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", - "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", - "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", - "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", - "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", - "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", - "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", - "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", - "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", - "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", - "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", - "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", - "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", - "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", - "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", - "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", - "logo.png", - "system.linq.dynamic.core.1.3.7.nupkg.sha512", - "system.linq.dynamic.core.nuspec" - ] - }, - "System.Linq.Expressions/4.3.0": { - "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "type": "package", - "path": "system.linq.expressions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.Expressions.dll", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/netstandard1.6/System.Linq.Expressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.xml", - "ref/netcore50/de/System.Linq.Expressions.xml", - "ref/netcore50/es/System.Linq.Expressions.xml", - "ref/netcore50/fr/System.Linq.Expressions.xml", - "ref/netcore50/it/System.Linq.Expressions.xml", - "ref/netcore50/ja/System.Linq.Expressions.xml", - "ref/netcore50/ko/System.Linq.Expressions.xml", - "ref/netcore50/ru/System.Linq.Expressions.xml", - "ref/netcore50/zh-hans/System.Linq.Expressions.xml", - "ref/netcore50/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.0/System.Linq.Expressions.dll", - "ref/netstandard1.0/System.Linq.Expressions.xml", - "ref/netstandard1.0/de/System.Linq.Expressions.xml", - "ref/netstandard1.0/es/System.Linq.Expressions.xml", - "ref/netstandard1.0/fr/System.Linq.Expressions.xml", - "ref/netstandard1.0/it/System.Linq.Expressions.xml", - "ref/netstandard1.0/ja/System.Linq.Expressions.xml", - "ref/netstandard1.0/ko/System.Linq.Expressions.xml", - "ref/netstandard1.0/ru/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.3/System.Linq.Expressions.dll", - "ref/netstandard1.3/System.Linq.Expressions.xml", - "ref/netstandard1.3/de/System.Linq.Expressions.xml", - "ref/netstandard1.3/es/System.Linq.Expressions.xml", - "ref/netstandard1.3/fr/System.Linq.Expressions.xml", - "ref/netstandard1.3/it/System.Linq.Expressions.xml", - "ref/netstandard1.3/ja/System.Linq.Expressions.xml", - "ref/netstandard1.3/ko/System.Linq.Expressions.xml", - "ref/netstandard1.3/ru/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.6/System.Linq.Expressions.dll", - "ref/netstandard1.6/System.Linq.Expressions.xml", - "ref/netstandard1.6/de/System.Linq.Expressions.xml", - "ref/netstandard1.6/es/System.Linq.Expressions.xml", - "ref/netstandard1.6/fr/System.Linq.Expressions.xml", - "ref/netstandard1.6/it/System.Linq.Expressions.xml", - "ref/netstandard1.6/ja/System.Linq.Expressions.xml", - "ref/netstandard1.6/ko/System.Linq.Expressions.xml", - "ref/netstandard1.6/ru/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", - "system.linq.expressions.4.3.0.nupkg.sha512", - "system.linq.expressions.nuspec" - ] - }, - "System.Net.Http/4.3.0": { - "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "type": "package", - "path": "system.net.http/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/Xamarinmac20/_._", - "lib/monoandroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/net46/System.Net.Http.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/Xamarinmac20/_._", - "ref/monoandroid10/_._", - "ref/monotouch10/_._", - "ref/net45/_._", - "ref/net46/System.Net.Http.dll", - "ref/net46/System.Net.Http.xml", - "ref/net46/de/System.Net.Http.xml", - "ref/net46/es/System.Net.Http.xml", - "ref/net46/fr/System.Net.Http.xml", - "ref/net46/it/System.Net.Http.xml", - "ref/net46/ja/System.Net.Http.xml", - "ref/net46/ko/System.Net.Http.xml", - "ref/net46/ru/System.Net.Http.xml", - "ref/net46/zh-hans/System.Net.Http.xml", - "ref/net46/zh-hant/System.Net.Http.xml", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/netcore50/de/System.Net.Http.xml", - "ref/netcore50/es/System.Net.Http.xml", - "ref/netcore50/fr/System.Net.Http.xml", - "ref/netcore50/it/System.Net.Http.xml", - "ref/netcore50/ja/System.Net.Http.xml", - "ref/netcore50/ko/System.Net.Http.xml", - "ref/netcore50/ru/System.Net.Http.xml", - "ref/netcore50/zh-hans/System.Net.Http.xml", - "ref/netcore50/zh-hant/System.Net.Http.xml", - "ref/netstandard1.1/System.Net.Http.dll", - "ref/netstandard1.1/System.Net.Http.xml", - "ref/netstandard1.1/de/System.Net.Http.xml", - "ref/netstandard1.1/es/System.Net.Http.xml", - "ref/netstandard1.1/fr/System.Net.Http.xml", - "ref/netstandard1.1/it/System.Net.Http.xml", - "ref/netstandard1.1/ja/System.Net.Http.xml", - "ref/netstandard1.1/ko/System.Net.Http.xml", - "ref/netstandard1.1/ru/System.Net.Http.xml", - "ref/netstandard1.1/zh-hans/System.Net.Http.xml", - "ref/netstandard1.1/zh-hant/System.Net.Http.xml", - "ref/netstandard1.3/System.Net.Http.dll", - "ref/netstandard1.3/System.Net.Http.xml", - "ref/netstandard1.3/de/System.Net.Http.xml", - "ref/netstandard1.3/es/System.Net.Http.xml", - "ref/netstandard1.3/fr/System.Net.Http.xml", - "ref/netstandard1.3/it/System.Net.Http.xml", - "ref/netstandard1.3/ja/System.Net.Http.xml", - "ref/netstandard1.3/ko/System.Net.Http.xml", - "ref/netstandard1.3/ru/System.Net.Http.xml", - "ref/netstandard1.3/zh-hans/System.Net.Http.xml", - "ref/netstandard1.3/zh-hant/System.Net.Http.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", - "runtimes/win/lib/net46/System.Net.Http.dll", - "runtimes/win/lib/netcore50/System.Net.Http.dll", - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", - "system.net.http.4.3.0.nupkg.sha512", - "system.net.http.nuspec" - ] - }, - "System.Net.Primitives/4.3.0": { - "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "type": "package", - "path": "system.net.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.0/System.Net.Primitives.dll", - "ref/netstandard1.0/System.Net.Primitives.xml", - "ref/netstandard1.0/de/System.Net.Primitives.xml", - "ref/netstandard1.0/es/System.Net.Primitives.xml", - "ref/netstandard1.0/fr/System.Net.Primitives.xml", - "ref/netstandard1.0/it/System.Net.Primitives.xml", - "ref/netstandard1.0/ja/System.Net.Primitives.xml", - "ref/netstandard1.0/ko/System.Net.Primitives.xml", - "ref/netstandard1.0/ru/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.1/System.Net.Primitives.dll", - "ref/netstandard1.1/System.Net.Primitives.xml", - "ref/netstandard1.1/de/System.Net.Primitives.xml", - "ref/netstandard1.1/es/System.Net.Primitives.xml", - "ref/netstandard1.1/fr/System.Net.Primitives.xml", - "ref/netstandard1.1/it/System.Net.Primitives.xml", - "ref/netstandard1.1/ja/System.Net.Primitives.xml", - "ref/netstandard1.1/ko/System.Net.Primitives.xml", - "ref/netstandard1.1/ru/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.3/System.Net.Primitives.dll", - "ref/netstandard1.3/System.Net.Primitives.xml", - "ref/netstandard1.3/de/System.Net.Primitives.xml", - "ref/netstandard1.3/es/System.Net.Primitives.xml", - "ref/netstandard1.3/fr/System.Net.Primitives.xml", - "ref/netstandard1.3/it/System.Net.Primitives.xml", - "ref/netstandard1.3/ja/System.Net.Primitives.xml", - "ref/netstandard1.3/ko/System.Net.Primitives.xml", - "ref/netstandard1.3/ru/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.net.primitives.4.3.0.nupkg.sha512", - "system.net.primitives.nuspec" - ] - }, - "System.Net.Sockets/4.3.0": { - "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "type": "package", - "path": "system.net.sockets/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.xml", - "ref/netstandard1.3/de/System.Net.Sockets.xml", - "ref/netstandard1.3/es/System.Net.Sockets.xml", - "ref/netstandard1.3/fr/System.Net.Sockets.xml", - "ref/netstandard1.3/it/System.Net.Sockets.xml", - "ref/netstandard1.3/ja/System.Net.Sockets.xml", - "ref/netstandard1.3/ko/System.Net.Sockets.xml", - "ref/netstandard1.3/ru/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.net.sockets.4.3.0.nupkg.sha512", - "system.net.sockets.nuspec" - ] - }, - "System.ObjectModel/4.3.0": { - "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "type": "package", - "path": "system.objectmodel/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ObjectModel.dll", - "lib/netstandard1.3/System.ObjectModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ObjectModel.dll", - "ref/netcore50/System.ObjectModel.xml", - "ref/netcore50/de/System.ObjectModel.xml", - "ref/netcore50/es/System.ObjectModel.xml", - "ref/netcore50/fr/System.ObjectModel.xml", - "ref/netcore50/it/System.ObjectModel.xml", - "ref/netcore50/ja/System.ObjectModel.xml", - "ref/netcore50/ko/System.ObjectModel.xml", - "ref/netcore50/ru/System.ObjectModel.xml", - "ref/netcore50/zh-hans/System.ObjectModel.xml", - "ref/netcore50/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.0/System.ObjectModel.dll", - "ref/netstandard1.0/System.ObjectModel.xml", - "ref/netstandard1.0/de/System.ObjectModel.xml", - "ref/netstandard1.0/es/System.ObjectModel.xml", - "ref/netstandard1.0/fr/System.ObjectModel.xml", - "ref/netstandard1.0/it/System.ObjectModel.xml", - "ref/netstandard1.0/ja/System.ObjectModel.xml", - "ref/netstandard1.0/ko/System.ObjectModel.xml", - "ref/netstandard1.0/ru/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.3/System.ObjectModel.dll", - "ref/netstandard1.3/System.ObjectModel.xml", - "ref/netstandard1.3/de/System.ObjectModel.xml", - "ref/netstandard1.3/es/System.ObjectModel.xml", - "ref/netstandard1.3/fr/System.ObjectModel.xml", - "ref/netstandard1.3/it/System.ObjectModel.xml", - "ref/netstandard1.3/ja/System.ObjectModel.xml", - "ref/netstandard1.3/ko/System.ObjectModel.xml", - "ref/netstandard1.3/ru/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.objectmodel.4.3.0.nupkg.sha512", - "system.objectmodel.nuspec" - ] - }, - "System.Private.Uri/4.3.0": { - "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", - "type": "package", - "path": "system.private.uri/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "system.private.uri.4.3.0.nupkg.sha512", - "system.private.uri.nuspec" - ] - }, - "System.Reflection/4.3.0": { - "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "type": "package", - "path": "system.reflection/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.xml", - "ref/netstandard1.0/de/System.Reflection.xml", - "ref/netstandard1.0/es/System.Reflection.xml", - "ref/netstandard1.0/fr/System.Reflection.xml", - "ref/netstandard1.0/it/System.Reflection.xml", - "ref/netstandard1.0/ja/System.Reflection.xml", - "ref/netstandard1.0/ko/System.Reflection.xml", - "ref/netstandard1.0/ru/System.Reflection.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.xml", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.xml", - "ref/netstandard1.3/de/System.Reflection.xml", - "ref/netstandard1.3/es/System.Reflection.xml", - "ref/netstandard1.3/fr/System.Reflection.xml", - "ref/netstandard1.3/it/System.Reflection.xml", - "ref/netstandard1.3/ja/System.Reflection.xml", - "ref/netstandard1.3/ko/System.Reflection.xml", - "ref/netstandard1.3/ru/System.Reflection.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.xml", - "ref/netstandard1.5/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.xml", - "ref/netstandard1.5/de/System.Reflection.xml", - "ref/netstandard1.5/es/System.Reflection.xml", - "ref/netstandard1.5/fr/System.Reflection.xml", - "ref/netstandard1.5/it/System.Reflection.xml", - "ref/netstandard1.5/ja/System.Reflection.xml", - "ref/netstandard1.5/ko/System.Reflection.xml", - "ref/netstandard1.5/ru/System.Reflection.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.4.3.0.nupkg.sha512", - "system.reflection.nuspec" - ] - }, - "System.Reflection.Emit/4.3.0": { - "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "type": "package", - "path": "system.reflection.emit/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/netstandard1.1/System.Reflection.Emit.xml", - "ref/netstandard1.1/de/System.Reflection.Emit.xml", - "ref/netstandard1.1/es/System.Reflection.Emit.xml", - "ref/netstandard1.1/fr/System.Reflection.Emit.xml", - "ref/netstandard1.1/it/System.Reflection.Emit.xml", - "ref/netstandard1.1/ja/System.Reflection.Emit.xml", - "ref/netstandard1.1/ko/System.Reflection.Emit.xml", - "ref/netstandard1.1/ru/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/xamarinmac20/_._", - "system.reflection.emit.4.3.0.nupkg.sha512", - "system.reflection.emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "type": "package", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/_._", - "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "system.reflection.emit.ilgeneration.nuspec" - ] - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "type": "package", - "path": "system.reflection.emit.lightweight/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/_._", - "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "system.reflection.emit.lightweight.nuspec" - ] - }, - "System.Reflection.Extensions/4.3.0": { - "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "type": "package", - "path": "system.reflection.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", - "ref/netstandard1.0/System.Reflection.Extensions.dll", - "ref/netstandard1.0/System.Reflection.Extensions.xml", - "ref/netstandard1.0/de/System.Reflection.Extensions.xml", - "ref/netstandard1.0/es/System.Reflection.Extensions.xml", - "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", - "ref/netstandard1.0/it/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.extensions.4.3.0.nupkg.sha512", - "system.reflection.extensions.nuspec" - ] - }, - "System.Reflection.Primitives/4.3.0": { - "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "type": "package", - "path": "system.reflection.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.xml", - "ref/netstandard1.0/de/System.Reflection.Primitives.xml", - "ref/netstandard1.0/es/System.Reflection.Primitives.xml", - "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", - "ref/netstandard1.0/it/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.primitives.4.3.0.nupkg.sha512", - "system.reflection.primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.3.0": { - "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "type": "package", - "path": "system.reflection.typeextensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/net462/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/net462/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "system.reflection.typeextensions.4.3.0.nupkg.sha512", - "system.reflection.typeextensions.nuspec" - ] - }, - "System.Resources.ResourceManager/4.3.0": { - "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "type": "package", - "path": "system.resources.resourcemanager/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/System.Resources.ResourceManager.dll", - "ref/netstandard1.0/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.resources.resourcemanager.4.3.0.nupkg.sha512", - "system.resources.resourcemanager.nuspec" - ] - }, - "System.Runtime/4.3.0": { - "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "type": "package", - "path": "system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.4.3.0.nupkg.sha512", - "system.runtime.nuspec" - ] - }, - "System.Runtime.Extensions/4.3.0": { - "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "type": "package", - "path": "system.runtime.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.0/System.Runtime.Extensions.dll", - "ref/netstandard1.0/System.Runtime.Extensions.xml", - "ref/netstandard1.0/de/System.Runtime.Extensions.xml", - "ref/netstandard1.0/es/System.Runtime.Extensions.xml", - "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.0/it/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.3/System.Runtime.Extensions.dll", - "ref/netstandard1.3/System.Runtime.Extensions.xml", - "ref/netstandard1.3/de/System.Runtime.Extensions.xml", - "ref/netstandard1.3/es/System.Runtime.Extensions.xml", - "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.3/it/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.5/System.Runtime.Extensions.dll", - "ref/netstandard1.5/System.Runtime.Extensions.xml", - "ref/netstandard1.5/de/System.Runtime.Extensions.xml", - "ref/netstandard1.5/es/System.Runtime.Extensions.xml", - "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.5/it/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.extensions.4.3.0.nupkg.sha512", - "system.runtime.extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.3.0": { - "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "type": "package", - "path": "system.runtime.handles/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/netstandard1.3/System.Runtime.Handles.dll", - "ref/netstandard1.3/System.Runtime.Handles.xml", - "ref/netstandard1.3/de/System.Runtime.Handles.xml", - "ref/netstandard1.3/es/System.Runtime.Handles.xml", - "ref/netstandard1.3/fr/System.Runtime.Handles.xml", - "ref/netstandard1.3/it/System.Runtime.Handles.xml", - "ref/netstandard1.3/ja/System.Runtime.Handles.xml", - "ref/netstandard1.3/ko/System.Runtime.Handles.xml", - "ref/netstandard1.3/ru/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.handles.4.3.0.nupkg.sha512", - "system.runtime.handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.3.0": { - "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "type": "package", - "path": "system.runtime.interopservices/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.InteropServices.dll", - "lib/net463/System.Runtime.InteropServices.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.InteropServices.dll", - "ref/net463/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/System.Runtime.InteropServices.dll", - "ref/netstandard1.2/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/System.Runtime.InteropServices.dll", - "ref/netstandard1.3/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/System.Runtime.InteropServices.dll", - "ref/netstandard1.5/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.interopservices.4.3.0.nupkg.sha512", - "system.runtime.interopservices.nuspec" - ] - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "type": "package", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "system.runtime.interopservices.runtimeinformation.nuspec" - ] - }, - "System.Runtime.Numerics/4.3.0": { - "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "type": "package", - "path": "system.runtime.numerics/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/netstandard1.3/System.Runtime.Numerics.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netcore50/System.Runtime.Numerics.xml", - "ref/netcore50/de/System.Runtime.Numerics.xml", - "ref/netcore50/es/System.Runtime.Numerics.xml", - "ref/netcore50/fr/System.Runtime.Numerics.xml", - "ref/netcore50/it/System.Runtime.Numerics.xml", - "ref/netcore50/ja/System.Runtime.Numerics.xml", - "ref/netcore50/ko/System.Runtime.Numerics.xml", - "ref/netcore50/ru/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", - "ref/netstandard1.1/System.Runtime.Numerics.dll", - "ref/netstandard1.1/System.Runtime.Numerics.xml", - "ref/netstandard1.1/de/System.Runtime.Numerics.xml", - "ref/netstandard1.1/es/System.Runtime.Numerics.xml", - "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", - "ref/netstandard1.1/it/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.numerics.4.3.0.nupkg.sha512", - "system.runtime.numerics.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "type": "package", - "path": "system.security.cryptography.algorithms/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/net461/System.Security.Cryptography.Algorithms.dll", - "lib/net463/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/net461/System.Security.Cryptography.Algorithms.dll", - "ref/net463/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "system.security.cryptography.algorithms.nuspec" - ] - }, - "System.Security.Cryptography.Cng/4.3.0": { - "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "type": "package", - "path": "system.security.cryptography.cng/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net463/System.Security.Cryptography.Cng.dll", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net463/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "system.security.cryptography.cng.4.3.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec" - ] - }, - "System.Security.Cryptography.Csp/4.3.0": { - "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "type": "package", - "path": "system.security.cryptography.csp/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Csp.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Csp.dll", - "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/netcore50/_._", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", - "system.security.cryptography.csp.4.3.0.nupkg.sha512", - "system.security.cryptography.csp.nuspec" - ] - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "type": "package", - "path": "system.security.cryptography.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "system.security.cryptography.encoding.nuspec" - ] - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "type": "package", - "path": "system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "system.security.cryptography.openssl.nuspec" - ] - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "type": "package", - "path": "system.security.cryptography.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "system.security.cryptography.primitives.nuspec" - ] - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "type": "package", - "path": "system.security.cryptography.x509certificates/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/net461/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/net461/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "system.security.cryptography.x509certificates.nuspec" - ] - }, - "System.Text.Encoding/4.3.0": { - "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "type": "package", - "path": "system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.4.3.0.nupkg.sha512", - "system.text.encoding.nuspec" - ] - }, - "System.Text.Encoding.Extensions/4.3.0": { - "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "type": "package", - "path": "system.text.encoding.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.extensions.4.3.0.nupkg.sha512", - "system.text.encoding.extensions.nuspec" - ] - }, - "System.Text.Encodings.Web/8.0.0": { - "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "type": "package", - "path": "system.text.encodings.web/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encodings.Web.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "lib/net462/System.Text.Encodings.Web.dll", - "lib/net462/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/net7.0/System.Text.Encodings.Web.dll", - "lib/net7.0/System.Text.Encodings.Web.xml", - "lib/net8.0/System.Text.Encodings.Web.dll", - "lib/net8.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.8.0.0.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Json/8.0.0": { - "sha512": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", - "type": "package", - "path": "system.text.json/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "buildTransitive/net461/System.Text.Json.targets", - "buildTransitive/net462/System.Text.Json.targets", - "buildTransitive/net6.0/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netstandard2.0/System.Text.Json.targets", - "lib/net462/System.Text.Json.dll", - "lib/net462/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/net7.0/System.Text.Json.dll", - "lib/net7.0/System.Text.Json.xml", - "lib/net8.0/System.Text.Json.dll", - "lib/net8.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.8.0.0.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.RegularExpressions/4.3.0": { - "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "type": "package", - "path": "system.text.regularexpressions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Text.RegularExpressions.dll", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.6/System.Text.RegularExpressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/System.Text.RegularExpressions.dll", - "ref/netstandard1.3/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/System.Text.RegularExpressions.dll", - "ref/netstandard1.6/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.regularexpressions.4.3.0.nupkg.sha512", - "system.text.regularexpressions.nuspec" - ] - }, - "System.Threading/4.3.0": { - "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "type": "package", - "path": "system.threading/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.dll", - "lib/netstandard1.3/System.Threading.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", - "ref/netcore50/de/System.Threading.xml", - "ref/netcore50/es/System.Threading.xml", - "ref/netcore50/fr/System.Threading.xml", - "ref/netcore50/it/System.Threading.xml", - "ref/netcore50/ja/System.Threading.xml", - "ref/netcore50/ko/System.Threading.xml", - "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/zh-hans/System.Threading.xml", - "ref/netcore50/zh-hant/System.Threading.xml", - "ref/netstandard1.0/System.Threading.dll", - "ref/netstandard1.0/System.Threading.xml", - "ref/netstandard1.0/de/System.Threading.xml", - "ref/netstandard1.0/es/System.Threading.xml", - "ref/netstandard1.0/fr/System.Threading.xml", - "ref/netstandard1.0/it/System.Threading.xml", - "ref/netstandard1.0/ja/System.Threading.xml", - "ref/netstandard1.0/ko/System.Threading.xml", - "ref/netstandard1.0/ru/System.Threading.xml", - "ref/netstandard1.0/zh-hans/System.Threading.xml", - "ref/netstandard1.0/zh-hant/System.Threading.xml", - "ref/netstandard1.3/System.Threading.dll", - "ref/netstandard1.3/System.Threading.xml", - "ref/netstandard1.3/de/System.Threading.xml", - "ref/netstandard1.3/es/System.Threading.xml", - "ref/netstandard1.3/fr/System.Threading.xml", - "ref/netstandard1.3/it/System.Threading.xml", - "ref/netstandard1.3/ja/System.Threading.xml", - "ref/netstandard1.3/ko/System.Threading.xml", - "ref/netstandard1.3/ru/System.Threading.xml", - "ref/netstandard1.3/zh-hans/System.Threading.xml", - "ref/netstandard1.3/zh-hant/System.Threading.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Threading.dll", - "system.threading.4.3.0.nupkg.sha512", - "system.threading.nuspec" - ] - }, - "System.Threading.Tasks/4.3.0": { - "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "type": "package", - "path": "system.threading.tasks/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.xml", - "ref/netstandard1.0/de/System.Threading.Tasks.xml", - "ref/netstandard1.0/es/System.Threading.Tasks.xml", - "ref/netstandard1.0/fr/System.Threading.Tasks.xml", - "ref/netstandard1.0/it/System.Threading.Tasks.xml", - "ref/netstandard1.0/ja/System.Threading.Tasks.xml", - "ref/netstandard1.0/ko/System.Threading.Tasks.xml", - "ref/netstandard1.0/ru/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.xml", - "ref/netstandard1.3/de/System.Threading.Tasks.xml", - "ref/netstandard1.3/es/System.Threading.Tasks.xml", - "ref/netstandard1.3/fr/System.Threading.Tasks.xml", - "ref/netstandard1.3/it/System.Threading.Tasks.xml", - "ref/netstandard1.3/ja/System.Threading.Tasks.xml", - "ref/netstandard1.3/ko/System.Threading.Tasks.xml", - "ref/netstandard1.3/ru/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.4.3.0.nupkg.sha512", - "system.threading.tasks.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "type": "package", - "path": "system.threading.tasks.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "system.threading.tasks.extensions.4.3.0.nupkg.sha512", - "system.threading.tasks.extensions.nuspec" - ] - }, - "System.Threading.Timer/4.3.0": { - "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "type": "package", - "path": "system.threading.timer/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/portable-net451+win81+wpa81/_._", - "lib/win81/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netcore50/System.Threading.Timer.xml", - "ref/netcore50/de/System.Threading.Timer.xml", - "ref/netcore50/es/System.Threading.Timer.xml", - "ref/netcore50/fr/System.Threading.Timer.xml", - "ref/netcore50/it/System.Threading.Timer.xml", - "ref/netcore50/ja/System.Threading.Timer.xml", - "ref/netcore50/ko/System.Threading.Timer.xml", - "ref/netcore50/ru/System.Threading.Timer.xml", - "ref/netcore50/zh-hans/System.Threading.Timer.xml", - "ref/netcore50/zh-hant/System.Threading.Timer.xml", - "ref/netstandard1.2/System.Threading.Timer.dll", - "ref/netstandard1.2/System.Threading.Timer.xml", - "ref/netstandard1.2/de/System.Threading.Timer.xml", - "ref/netstandard1.2/es/System.Threading.Timer.xml", - "ref/netstandard1.2/fr/System.Threading.Timer.xml", - "ref/netstandard1.2/it/System.Threading.Timer.xml", - "ref/netstandard1.2/ja/System.Threading.Timer.xml", - "ref/netstandard1.2/ko/System.Threading.Timer.xml", - "ref/netstandard1.2/ru/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", - "ref/portable-net451+win81+wpa81/_._", - "ref/win81/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.timer.4.3.0.nupkg.sha512", - "system.threading.timer.nuspec" - ] - }, - "System.Xml.ReaderWriter/4.3.0": { - "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "type": "package", - "path": "system.xml.readerwriter/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Xml.ReaderWriter.dll", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/netstandard1.3/System.Xml.ReaderWriter.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.xml", - "ref/netcore50/de/System.Xml.ReaderWriter.xml", - "ref/netcore50/es/System.Xml.ReaderWriter.xml", - "ref/netcore50/fr/System.Xml.ReaderWriter.xml", - "ref/netcore50/it/System.Xml.ReaderWriter.xml", - "ref/netcore50/ja/System.Xml.ReaderWriter.xml", - "ref/netcore50/ko/System.Xml.ReaderWriter.xml", - "ref/netcore50/ru/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/System.Xml.ReaderWriter.dll", - "ref/netstandard1.0/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/System.Xml.ReaderWriter.dll", - "ref/netstandard1.3/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.readerwriter.4.3.0.nupkg.sha512", - "system.xml.readerwriter.nuspec" - ] - }, - "System.Xml.XDocument/4.3.0": { - "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "type": "package", - "path": "system.xml.xdocument/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/netstandard1.3/System.Xml.XDocument.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", - "ref/netcore50/de/System.Xml.XDocument.xml", - "ref/netcore50/es/System.Xml.XDocument.xml", - "ref/netcore50/fr/System.Xml.XDocument.xml", - "ref/netcore50/it/System.Xml.XDocument.xml", - "ref/netcore50/ja/System.Xml.XDocument.xml", - "ref/netcore50/ko/System.Xml.XDocument.xml", - "ref/netcore50/ru/System.Xml.XDocument.xml", - "ref/netcore50/zh-hans/System.Xml.XDocument.xml", - "ref/netcore50/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.0/System.Xml.XDocument.dll", - "ref/netstandard1.0/System.Xml.XDocument.xml", - "ref/netstandard1.0/de/System.Xml.XDocument.xml", - "ref/netstandard1.0/es/System.Xml.XDocument.xml", - "ref/netstandard1.0/fr/System.Xml.XDocument.xml", - "ref/netstandard1.0/it/System.Xml.XDocument.xml", - "ref/netstandard1.0/ja/System.Xml.XDocument.xml", - "ref/netstandard1.0/ko/System.Xml.XDocument.xml", - "ref/netstandard1.0/ru/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.3/System.Xml.XDocument.dll", - "ref/netstandard1.3/System.Xml.XDocument.xml", - "ref/netstandard1.3/de/System.Xml.XDocument.xml", - "ref/netstandard1.3/es/System.Xml.XDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XDocument.xml", - "ref/netstandard1.3/it/System.Xml.XDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.xdocument.4.3.0.nupkg.sha512", - "system.xml.xdocument.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "Blazorise >= 1.4.2", - "Blazorise.Bootstrap >= 1.4.2", - "Blazorise.Icons.FontAwesome >= 1.4.2", - "Microsoft.AspNetCore.Components.WebAssembly >= 8.0.2", - "Microsoft.AspNetCore.Components.WebAssembly.DevServer >= 8.0.2", - "Microsoft.Extensions.DependencyInjection >= 8.0.0", - "Microsoft.Extensions.Localization >= 8.0.2", - "Microsoft.NET.ILLink.Tasks >= 8.0.2", - "Microsoft.NET.Sdk.WebAssembly.Pack >= 8.0.2", - "Radzen.Blazor >= 4.26.0" - ] - }, - "packageFolders": { - "C:\\Users\\d074064\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj", - "projectName": "CV", - "projectPath": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj", - "packagesPath": "C:\\Users\\d074064\\.nuget\\packages\\", - "outputPath": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\d074064\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://gesintegracion.admon-cfnavarra.es/nexus/repository/nuget-group/": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Blazorise": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Blazorise.Bootstrap": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Blazorise.Icons.FontAwesome": { - "target": "Package", - "version": "[1.4.2, )" - }, - "Microsoft.AspNetCore.Components.WebAssembly": { - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.AspNetCore.Components.WebAssembly.DevServer": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.Extensions.DependencyInjection": { - "target": "Package", - "version": "[8.0.0, )" - }, - "Microsoft.Extensions.Localization": { - "target": "Package", - "version": "[8.0.2, )" - }, - "Microsoft.NET.ILLink.Tasks": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )", - "autoReferenced": true - }, - "Microsoft.NET.Sdk.WebAssembly.Pack": { - "suppressParent": "All", - "target": "Package", - "version": "[8.0.2, )", - "autoReferenced": true - }, - "Radzen.Blazor": { - "target": "Package", - "version": "[4.26.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.201/PortableRuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "browser-wasm": { - "#import": [] - } - } - } -} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache deleted file mode 100644 index f2cec59..0000000 --- a/obj/project.nuget.cache +++ /dev/null @@ -1,139 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "LHcpwaG8TmW6es3oTWbDk1oL7lrRjRdovNtxxk8g2cxjoiWj4AXJhOjv8irUf6mOSyMsPh76EsevD+w3rdigUw==", - "success": true, - "projectFilePath": "C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\CV.csproj", - "expectedPackageFiles": [ - "C:\\Users\\d074064\\.nuget\\packages\\blazorise\\1.4.2\\blazorise.1.4.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\blazorise.bootstrap\\1.4.2\\blazorise.bootstrap.1.4.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\blazorise.icons.fontawesome\\1.4.2\\blazorise.icons.fontawesome.1.4.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\blazorise.licensing\\1.2.0\\blazorise.licensing.1.2.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\dartsassbuilder\\1.0.0\\dartsassbuilder.1.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\deepcloner\\0.10.4\\deepcloner.0.10.4.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.authorization\\8.0.2\\microsoft.aspnetcore.authorization.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components\\8.0.2\\microsoft.aspnetcore.components.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.analyzers\\8.0.2\\microsoft.aspnetcore.components.analyzers.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.forms\\8.0.2\\microsoft.aspnetcore.components.forms.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.web\\8.0.2\\microsoft.aspnetcore.components.web.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.webassembly\\8.0.2\\microsoft.aspnetcore.components.webassembly.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.components.webassembly.devserver\\8.0.2\\microsoft.aspnetcore.components.webassembly.devserver.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.aspnetcore.metadata\\8.0.2\\microsoft.aspnetcore.metadata.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.configuration\\8.0.0\\microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.configuration.binder\\8.0.1\\microsoft.extensions.configuration.binder.8.0.1.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\8.0.0\\microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.configuration.json\\8.0.0\\microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\8.0.0\\microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\8.0.0\\microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\8.0.0\\microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.localization\\8.0.2\\microsoft.extensions.localization.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.localization.abstractions\\8.0.2\\microsoft.extensions.localization.abstractions.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.jsinterop\\8.0.2\\microsoft.jsinterop.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.jsinterop.webassembly\\8.0.2\\microsoft.jsinterop.webassembly.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.net.illink.tasks\\8.0.2\\microsoft.net.illink.tasks.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.net.sdk.webassembly.pack\\8.0.2\\microsoft.net.sdk.webassembly.pack.8.0.2.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\radzen.blazor\\4.26.0\\radzen.blazor.4.26.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.diagnostics.tools\\4.3.0\\runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.globalization.calendars\\4.3.0\\runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.any.system.threading.timer\\4.3.0\\runtime.any.system.threading.timer.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.linq.dynamic.core\\1.3.7\\system.linq.dynamic.core.1.3.7.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", - "C:\\Users\\d074064\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/obj/Debug/net8.0/CV.MvcApplicationPartsAssemblyInfo.cache b/wwwroot/.nojekyll similarity index 100% rename from obj/Debug/net8.0/CV.MvcApplicationPartsAssemblyInfo.cache rename to wwwroot/.nojekyll diff --git a/wwwroot/assets/icons/blazor.png b/wwwroot/assets/icons/blazor.png index f7b5efd..d53df77 100644 Binary files a/wwwroot/assets/icons/blazor.png and b/wwwroot/assets/icons/blazor.png differ diff --git a/wwwroot/assets/icons/csharp.png b/wwwroot/assets/icons/csharp.png index 230b437..6cfa095 100644 Binary files a/wwwroot/assets/icons/csharp.png and b/wwwroot/assets/icons/csharp.png differ diff --git a/wwwroot/assets/icons/cursos/TortoiseGit-LanguagePack-2.15.0.0-32bit-es.msi b/wwwroot/assets/icons/cursos/TortoiseGit-LanguagePack-2.15.0.0-32bit-es.msi new file mode 100644 index 0000000..188e5a6 Binary files /dev/null and b/wwwroot/assets/icons/cursos/TortoiseGit-LanguagePack-2.15.0.0-32bit-es.msi differ diff --git a/wwwroot/assets/icons/cursos/azurefundamentals.png b/wwwroot/assets/icons/cursos/azurefundamentals.png index e75cee6..82bee29 100644 Binary files a/wwwroot/assets/icons/cursos/azurefundamentals.png and b/wwwroot/assets/icons/cursos/azurefundamentals.png differ diff --git a/wwwroot/assets/icons/cursos/campusmvp.png b/wwwroot/assets/icons/cursos/campusmvp.png new file mode 100644 index 0000000..5615f4b Binary files /dev/null and b/wwwroot/assets/icons/cursos/campusmvp.png differ diff --git a/wwwroot/assets/icons/cursos/gobrioja.png b/wwwroot/assets/icons/cursos/gobrioja.png new file mode 100644 index 0000000..5988be3 Binary files /dev/null and b/wwwroot/assets/icons/cursos/gobrioja.png differ diff --git a/wwwroot/assets/icons/cursos/googleactivate.png b/wwwroot/assets/icons/cursos/googleactivate.png index 3de6d21..febf449 100644 Binary files a/wwwroot/assets/icons/cursos/googleactivate.png and b/wwwroot/assets/icons/cursos/googleactivate.png differ diff --git a/wwwroot/assets/icons/cursos/pue.png b/wwwroot/assets/icons/cursos/pue.png new file mode 100644 index 0000000..d4dcf8f Binary files /dev/null and b/wwwroot/assets/icons/cursos/pue.png differ diff --git a/wwwroot/assets/icons/cursos/udemy.png b/wwwroot/assets/icons/cursos/udemy.png new file mode 100644 index 0000000..12dd62a Binary files /dev/null and b/wwwroot/assets/icons/cursos/udemy.png differ diff --git a/wwwroot/assets/icons/docker.png b/wwwroot/assets/icons/docker.png index ec33542..cc8bcfc 100644 Binary files a/wwwroot/assets/icons/docker.png and b/wwwroot/assets/icons/docker.png differ diff --git a/wwwroot/assets/icons/dotnet.png b/wwwroot/assets/icons/dotnet.png index ff58499..133ad91 100644 Binary files a/wwwroot/assets/icons/dotnet.png and b/wwwroot/assets/icons/dotnet.png differ diff --git a/wwwroot/assets/icons/dotnetframework.png b/wwwroot/assets/icons/dotnetframework.png index 6e37c14..20e634c 100644 Binary files a/wwwroot/assets/icons/dotnetframework.png and b/wwwroot/assets/icons/dotnetframework.png differ diff --git a/wwwroot/assets/icons/efcore.png b/wwwroot/assets/icons/efcore.png index 1836b2b..2de4203 100644 Binary files a/wwwroot/assets/icons/efcore.png and b/wwwroot/assets/icons/efcore.png differ diff --git a/wwwroot/assets/icons/git.png b/wwwroot/assets/icons/git.png index 2825162..df54181 100644 Binary files a/wwwroot/assets/icons/git.png and b/wwwroot/assets/icons/git.png differ diff --git a/wwwroot/assets/icons/github.png b/wwwroot/assets/icons/github.png index e2355d4..a971ee9 100644 Binary files a/wwwroot/assets/icons/github.png and b/wwwroot/assets/icons/github.png differ diff --git a/wwwroot/assets/icons/gitlab.png b/wwwroot/assets/icons/gitlab.png index c5d240d..646a84b 100644 Binary files a/wwwroot/assets/icons/gitlab.png and b/wwwroot/assets/icons/gitlab.png differ diff --git a/wwwroot/assets/icons/jenkins.jfif b/wwwroot/assets/icons/jenkins.jfif deleted file mode 100644 index 61383f8..0000000 Binary files a/wwwroot/assets/icons/jenkins.jfif and /dev/null differ diff --git a/wwwroot/assets/icons/jenkins.png b/wwwroot/assets/icons/jenkins.png new file mode 100644 index 0000000..d7a4aa7 Binary files /dev/null and b/wwwroot/assets/icons/jenkins.png differ diff --git a/wwwroot/assets/icons/mvc.jfif b/wwwroot/assets/icons/mvc.jfif deleted file mode 100644 index adf385d..0000000 Binary files a/wwwroot/assets/icons/mvc.jfif and /dev/null differ diff --git a/wwwroot/assets/icons/mvc.png b/wwwroot/assets/icons/mvc.png new file mode 100644 index 0000000..01a7eec Binary files /dev/null and b/wwwroot/assets/icons/mvc.png differ diff --git a/wwwroot/assets/icons/sonarqube.png b/wwwroot/assets/icons/sonarqube.png index 673d67a..b63f990 100644 Binary files a/wwwroot/assets/icons/sonarqube.png and b/wwwroot/assets/icons/sonarqube.png differ diff --git a/wwwroot/assets/icons/sql.png b/wwwroot/assets/icons/sql.png index e14222f..7c8f657 100644 Binary files a/wwwroot/assets/icons/sql.png and b/wwwroot/assets/icons/sql.png differ diff --git a/wwwroot/assets/icons/swaggeropenapi.png b/wwwroot/assets/icons/swaggeropenapi.png index fca1647..9ebed5d 100644 Binary files a/wwwroot/assets/icons/swaggeropenapi.png and b/wwwroot/assets/icons/swaggeropenapi.png differ diff --git a/wwwroot/assets/icons/vs.png b/wwwroot/assets/icons/vs.png index a95069b..bf477d1 100644 Binary files a/wwwroot/assets/icons/vs.png and b/wwwroot/assets/icons/vs.png differ diff --git a/wwwroot/assets/img/logoConservatorio.png b/wwwroot/assets/img/logoConservatorio.png index 4e172a2..0c70448 100644 Binary files a/wwwroot/assets/img/logoConservatorio.png and b/wwwroot/assets/img/logoConservatorio.png differ diff --git a/wwwroot/assets/img/logoInstituto.jfif b/wwwroot/assets/img/logoInstituto.jfif deleted file mode 100644 index f551e57..0000000 Binary files a/wwwroot/assets/img/logoInstituto.jfif and /dev/null differ diff --git a/wwwroot/assets/img/logoInstituto.png b/wwwroot/assets/img/logoInstituto.png new file mode 100644 index 0000000..781cc57 Binary files /dev/null and b/wwwroot/assets/img/logoInstituto.png differ diff --git a/wwwroot/assets/img/logoUniversidad.png b/wwwroot/assets/img/logoUniversidad.png index 78d9581..9f667c1 100644 Binary files a/wwwroot/assets/img/logoUniversidad.png and b/wwwroot/assets/img/logoUniversidad.png differ diff --git a/wwwroot/assets/img/personales/e.jpeg b/wwwroot/assets/img/personales/e.jpeg index 3c38458..1535ffb 100644 Binary files a/wwwroot/assets/img/personales/e.jpeg and b/wwwroot/assets/img/personales/e.jpeg differ diff --git a/wwwroot/assets/img/personales/e.png b/wwwroot/assets/img/personales/e.png new file mode 100644 index 0000000..a2d7c68 Binary files /dev/null and b/wwwroot/assets/img/personales/e.png differ diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css index ffcb043..bd2b642 100644 --- a/wwwroot/css/app.css +++ b/wwwroot/css/app.css @@ -30,3 +30,16 @@ h1:focus { .blazor-error-boundary::after { content: "An error has occurred." } +body{ + width: max-content; +} + +ul.rz-tabview-nav[role="tablist"] { + + flex: 1; + list-style-type: none; + padding: 0; + margin: 0; + display: flex; + justify-content: space-between; /* Distribuye uniformemente los elementos */ +} diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index d7fce56..76a7630 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -11333,7 +11333,7 @@ section.resume-section { align-items: center; padding-left: 1rem; padding-right: 1rem; - padding-top: 5rem; + /*padding-top: 5rem;*/ padding-bottom: 5rem; max-width: 75rem; } @@ -11381,7 +11381,7 @@ li:last-child { li { - height: 30vh; + /*height: 30vh;*/ } } diff --git a/wwwroot/index.html b/wwwroot/index.html index 5db213d..151118e 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -1,11 +1,6 @@ - - - - - @@ -13,70 +8,32 @@ - Héctor Solar Ruiz - - - - - + + + - - - - - - + + + + - - - -
    - - -
    - -
    - - - - - -
    @@ -85,28 +42,20 @@ 🗙
    - - - - - - - + - - - - + + diff --git a/wwwroot/js/Radzen.Blazor.js b/wwwroot/js/Radzen.Blazor.js new file mode 100644 index 0000000..eb788f6 --- /dev/null +++ b/wwwroot/js/Radzen.Blazor.js @@ -0,0 +1,2091 @@ +if (!Element.prototype.matches) { + Element.prototype.matches = + Element.prototype.msMatchesSelector || + Element.prototype.webkitMatchesSelector; +} + +if (!Element.prototype.closest) { + Element.prototype.closest = function (s) { + var el = this; + + do { + if (el.matches(s)) return el; + el = el.parentElement || el.parentNode; + } while (el !== null && el.nodeType === 1); + return null; + }; +} + +var resolveCallbacks = []; +var rejectCallbacks = []; +var radzenRecognition; + +window.Radzen = { + throttle: function (callback, delay) { + var timeout = null; + return function () { + var args = arguments; + var ctx = this; + if (!timeout) { + timeout = setTimeout(function () { + callback.apply(ctx, args); + timeout = null; + }, delay); + } + }; + }, + mask: function (id, mask, pattern, characterPattern) { + var el = document.getElementById(id); + if (el) { + var format = function (value, mask, pattern, characterPattern) { + var chars = !characterPattern ? value.replace(new RegExp(pattern, "g"), "").split('') : value.match(new RegExp(characterPattern, "g")); + var count = 0; + + var formatted = ''; + for (var i = 0; i < mask.length; i++) { + const c = mask[i]; + if (chars && chars[count]) { + if (/\*/.test(c)) { + formatted += chars[count]; + count++; + } else { + formatted += c; + } + } + } + return formatted; + } + el.value = format(el.value, mask, pattern, characterPattern); + } + }, + addContextMenu: function (id, ref) { + var el = document.getElementById(id); + if (el) { + var handler = function (e) { + e.stopPropagation(); + e.preventDefault(); + ref.invokeMethodAsync('RadzenComponent.RaiseContextMenu', + { + ClientX: e.clientX, + ClientY: e.clientY, + ScreenX: e.screenX, + ScreenY: e.screenY, + AltKey: e.altKey, + ShiftKey: e.shiftKey, + CtrlKey: e.ctrlKey, + MetaKey: e.metaKey, + Button: e.button, + Buttons: e.buttons, + }); + return false; + }; + Radzen[id + 'contextmenu'] = handler; + el.addEventListener('contextmenu', handler, false); + } + }, + addMouseEnter: function (id, ref) { + var el = document.getElementById(id); + if (el) { + var handler = function (e) { + ref.invokeMethodAsync('RadzenComponent.RaiseMouseEnter'); + }; + Radzen[id + 'mouseenter'] = handler; + el.addEventListener('mouseenter', handler, false); + } + }, + addMouseLeave: function (id, ref) { + var el = document.getElementById(id); + if (el) { + var handler = function (e) { + ref.invokeMethodAsync('RadzenComponent.RaiseMouseLeave');; + }; + Radzen[id + 'mouseleave'] = handler; + el.addEventListener('mouseleave', handler, false); + } + }, + removeContextMenu: function (id) { + var el = document.getElementById(id); + if (el && Radzen[id + 'contextmenu']) { + el.removeEventListener('contextmenu', Radzen[id + 'contextmenu']); + } + }, + removeMouseEnter: function (id) { + var el = document.getElementById(id); + if (el && Radzen[id + 'mouseenter']) { + el.removeEventListener('mouseenter', Radzen[id + 'mouseenter']); + } + }, + removeMouseLeave: function (id) { + var el = document.getElementById(id); + if (el && Radzen[id + 'mouseleave']) { + el.removeEventListener('mouseleave', Radzen[id + 'mouseleave']); + } + }, + adjustDataGridHeader: function (scrollableHeader, scrollableBody) { + if (scrollableHeader && scrollableBody) { + scrollableHeader.style.cssText = + scrollableBody.clientHeight < scrollableBody.scrollHeight + ? 'margin-left:0px;padding-right: ' + + (scrollableBody.offsetWidth - scrollableBody.clientWidth) + + 'px' + : 'margin-left:0px;'; + } + }, + preventDefaultAndStopPropagation: function (e) { + e.preventDefault(); + e.stopPropagation(); + }, + preventArrows: function (el) { + var preventDefault = function (e) { + if (e.keyCode === 38 || e.keyCode === 40) { + e.preventDefault(); + return false; + } + }; + if (el) { + el.addEventListener('keydown', preventDefault, false); + } + }, + selectTab: function (id, index) { + var el = document.getElementById(id); + if (el && el.parentNode && el.parentNode.previousElementSibling) { + var count = el.parentNode.children.length; + for (var i = 0; i < count; i++) { + var content = el.parentNode.children[i]; + if (content) { + content.style.display = i == index ? '' : 'none'; + } + var header = el.parentNode.previousElementSibling.children[i]; + if (header) { + if (i == index) { + header.classList.add('rz-tabview-selected'); + header.classList.add('rz-state-focused'); + } + else { + header.classList.remove('rz-tabview-selected'); + header.classList.remove('rz-state-focused'); + } + } + } + } + }, + loadGoogleMaps: function (defaultView, apiKey, resolve, reject) { + resolveCallbacks.push(resolve); + rejectCallbacks.push(reject); + + if (defaultView['rz_map_init']) { + return; + } + + defaultView['rz_map_init'] = function () { + for (var i = 0; i < resolveCallbacks.length; i++) { + resolveCallbacks[i](defaultView.google); + } + }; + + var document = defaultView.document; + var script = document.createElement('script'); + + script.src = + 'https://maps.googleapis.com/maps/api/js?' + + (apiKey ? 'key=' + apiKey + '&' : '') + + 'callback=rz_map_init'; + + script.async = true; + script.defer = true; + script.onerror = function (err) { + for (var i = 0; i < rejectCallbacks.length; i++) { + rejectCallbacks[i](err); + } + }; + + document.body.appendChild(script); + }, + createMap: function (wrapper, ref, id, apiKey, zoom, center, markers, options, fitBoundsToMarkersOnUpdate) { + var api = function () { + var defaultView = document.defaultView; + + return new Promise(function (resolve, reject) { + if (defaultView.google && defaultView.google.maps) { + return resolve(defaultView.google); + } + + Radzen.loadGoogleMaps(defaultView, apiKey, resolve, reject); + }); + }; + + api().then(function (google) { + Radzen[id] = ref; + Radzen[id].google = google; + + Radzen[id].instance = new google.maps.Map(wrapper, { + center: center, + zoom: zoom + }); + + Radzen[id].instance.addListener('click', function (e) { + Radzen[id].invokeMethodAsync('RadzenGoogleMap.OnMapClick', { + Position: {Lat: e.latLng.lat(), Lng: e.latLng.lng()} + }); + }); + + Radzen.updateMap(id, zoom, center, markers, options, fitBoundsToMarkersOnUpdate); + }); + }, + updateMap: function (id, zoom, center, markers, options, fitBoundsToMarkersOnUpdate) { + var api = function () { + var defaultView = document.defaultView; + + return new Promise(function (resolve, reject) { + if (defaultView.google && defaultView.google.maps) { + return resolve(defaultView.google); + } + + Radzen.loadGoogleMaps(defaultView, apiKey, resolve, reject); + }); + }; + api().then(function (google) { + let markerBounds = new google.maps.LatLngBounds(); + + if (Radzen[id] && Radzen[id].instance) { + if (Radzen[id].instance.markers && Radzen[id].instance.markers.length) { + for (var i = 0; i < Radzen[id].instance.markers.length; i++) { + Radzen[id].instance.markers[i].setMap(null); + } + } + + if (markers) { + Radzen[id].instance.markers = []; + + markers.forEach(function (m) { + var marker = new this.google.maps.Marker({ + position: m.position, + title: m.title, + label: m.label + }); + + marker.addListener('click', function (e) { + Radzen[id].invokeMethodAsync('RadzenGoogleMap.OnMarkerClick', { + Title: marker.title, + Label: marker.label, + Position: marker.position + }); + }); + + marker.setMap(Radzen[id].instance); + + Radzen[id].instance.markers.push(marker); + + markerBounds.extend(marker.position); + }); + } + + if (zoom) { + Radzen[id].instance.setZoom(zoom); + } + + if (center) { + Radzen[id].instance.setCenter(center); + } + + if (options) { + Radzen[id].instance.setOptions(options); + } + + if (markers && fitBoundsToMarkersOnUpdate) { + Radzen[id].instance.fitBounds(markerBounds); + } + } + }); + }, + destroyMap: function (id) { + if (Radzen[id].instance) { + delete Radzen[id].instance; + } + }, + createSlider: function ( + id, + slider, + parent, + range, + minHandle, + maxHandle, + min, + max, + value, + step + ) { + Radzen[id] = {}; + Radzen[id].mouseMoveHandler = function (e) { + if (!slider.canChange) return; + e.preventDefault(); + var handle = slider.isMin ? minHandle : maxHandle; + var offsetX = + e.targetTouches && e.targetTouches[0] + ? e.targetTouches[0].pageX - e.target.getBoundingClientRect().left + : e.pageX - handle.getBoundingClientRect().left; + var percent = (handle.offsetLeft + offsetX) / parent.offsetWidth; + + if (percent > 1) { + percent = 1; + } else if (percent < 0) { + percent = 0; + } + + var newValue = percent * (max - min) + min; + + if ( + slider.canChange && + newValue >= min && + newValue <= max + ) { + slider.invokeMethodAsync( + 'RadzenSlider.OnValueChange', + newValue, + !!slider.isMin + ); + } + }; + + Radzen[id].mouseDownHandler = function (e) { + if (parent.classList.contains('rz-state-disabled')) return; + if (minHandle == e.target || maxHandle == e.target) { + slider.canChange = true; + slider.isMin = minHandle == e.target; + } else { + var offsetX = + e.targetTouches && e.targetTouches[0] + ? e.targetTouches[0].pageX - e.target.getBoundingClientRect().left + : e.offsetX; + var percent = offsetX / parent.offsetWidth; + var newValue = percent * max; + var oldValue = range ? value[slider.isMin ? 0 : 1] : value; + if (newValue >= min && newValue <= max && newValue != oldValue) { + slider.invokeMethodAsync( + 'RadzenSlider.OnValueChange', + newValue, + !!slider.isMin + ); + } + } + }; + + Radzen[id].mouseUpHandler = function (e) { + slider.canChange = false; + }; + + document.addEventListener('mousemove', Radzen[id].mouseMoveHandler); + document.addEventListener('touchmove', Radzen[id].mouseMoveHandler, { + passive: false, capture: true + }); + + document.addEventListener('mouseup', Radzen[id].mouseUpHandler); + document.addEventListener('touchend', Radzen[id].mouseUpHandler, { + passive: true + }); + + parent.addEventListener('mousedown', Radzen[id].mouseDownHandler); + parent.addEventListener('touchstart', Radzen[id].mouseDownHandler, { + passive: true + }); + }, + destroySlider: function (id, parent) { + if (!Radzen[id]) return; + + if (Radzen[id].mouseMoveHandler) { + document.removeEventListener('mousemove', Radzen[id].mouseMoveHandler); + document.removeEventListener('touchmove', Radzen[id].mouseMoveHandler); + delete Radzen[id].mouseMoveHandler; + } + if (Radzen[id].mouseUpHandler) { + document.removeEventListener('mouseup', Radzen[id].mouseUpHandler); + document.removeEventListener('touchend', Radzen[id].mouseUpHandler); + delete Radzen[id].mouseUpHandler; + } + if (Radzen[id].mouseDownHandler) { + parent.removeEventListener('mousedown', Radzen[id].mouseDownHandler); + parent.removeEventListener('touchstart', Radzen[id].mouseDownHandler); + delete Radzen[id].mouseDownHandler; + } + + Radzen[id] = null; + }, + focusElement: function (elementId) { + var el = document.getElementById(elementId); + if (el) { + el.focus(); + } + }, + scrollIntoViewIfNeeded: function (ref, selector) { + var el = selector ? ref.getElementsByClassName(selector)[0] : ref; + if (el && el.scrollIntoViewIfNeeded) { + el.scrollIntoViewIfNeeded(); + } else if (el && el.scrollIntoView) { + el.scrollIntoView(); + } + }, + selectListItem: function (input, ul, index) { + if (!input || !ul) return; + + var childNodes = ul.getElementsByTagName('LI'); + + var highlighted = ul.querySelectorAll('.rz-state-highlight'); + if (highlighted.length) { + for (var i = 0; i < highlighted.length; i++) { + highlighted[i].classList.remove('rz-state-highlight'); + } + } + + ul.nextSelectedIndex = index; + + if ( + ul.nextSelectedIndex >= 0 && + ul.nextSelectedIndex <= childNodes.length - 1 + ) { + childNodes[ul.nextSelectedIndex].classList.add('rz-state-highlight'); + childNodes[ul.nextSelectedIndex].scrollIntoView({block:'nearest'}); + } + }, + focusListItem: function (input, ul, isDown, startIndex) { + if (!input || !ul) return; + var childNodes = ul.getElementsByTagName('LI'); + + if (!childNodes || childNodes.length == 0) return; + + if (startIndex == undefined || startIndex == null) { + startIndex = -1; + } + + ul.nextSelectedIndex = startIndex; + if (isDown) { + while (ul.nextSelectedIndex < childNodes.length - 1) { + ul.nextSelectedIndex++; + if (!childNodes[ul.nextSelectedIndex].classList.contains('rz-state-disabled')) + break; + } + } else { + while (ul.nextSelectedIndex > 0) { + ul.nextSelectedIndex--; + if (!childNodes[ul.nextSelectedIndex].classList.contains('rz-state-disabled')) + break; + } + } + + var highlighted = ul.querySelectorAll('.rz-state-highlight'); + if (highlighted.length) { + for (var i = 0; i < highlighted.length; i++) { + highlighted[i].classList.remove('rz-state-highlight'); + } + } + + if ( + ul.nextSelectedIndex >= 0 && + ul.nextSelectedIndex <= childNodes.length - 1 + ) { + childNodes[ul.nextSelectedIndex].classList.add('rz-state-highlight'); + Radzen.scrollIntoViewIfNeeded(childNodes[ul.nextSelectedIndex]); + } + + return ul.nextSelectedIndex; + }, + clearFocusedHeaderCell: function (gridId) { + var grid = document.getElementById(gridId); + if (!grid) return; + + var table = grid.querySelector('.rz-grid-table'); + var thead = table.getElementsByTagName("thead")[0]; + var highlightedCells = thead.querySelectorAll('.rz-state-focused'); + if (highlightedCells.length) { + for (var i = 0; i < highlightedCells.length; i++) { + highlightedCells[i].classList.remove('rz-state-focused'); + } + } + }, + focusTableRow: function (gridId, key, rowIndex, cellIndex, isVirtual) { + var grid = document.getElementById(gridId); + if (!grid) return; + + var table = grid.querySelector('.rz-grid-table'); + var tbody = table.tBodies[0]; + var thead = table.tHead; + + var rows = (cellIndex != null && thead && thead.rows && thead.rows.length ? [...thead.rows] : []).concat(tbody && tbody.rows && tbody.rows.length ? [...tbody.rows] : []); + + if (isVirtual && (key == 'ArrowUp' || key == 'ArrowDown' || key == 'PageUp' || key == 'PageDown' || key == 'Home' || key == 'End')) { + if (rowIndex == 0 && (key == 'End' || key == 'PageDown')) { + var highlightedCells = thead.querySelectorAll('.rz-state-focused'); + if (highlightedCells.length) { + for (var i = 0; i < highlightedCells.length; i++) { + highlightedCells[i].classList.remove('rz-state-focused'); + } + } + } + if (key == 'ArrowUp' || key == 'ArrowDown' || key == 'PageUp' || key == 'PageDown') { + var rowHeight = rows[rows.length - 1] ? rows[rows.length - 1].offsetHeight : 40; + var factor = key == 'PageUp' || key == 'PageDown' ? 10 : 1; + table.parentNode.scrollTop = table.parentNode.scrollTop + (factor * (key == 'ArrowDown' || key == 'PageDown' ? rowHeight : -rowHeight)); + } + else { + table.parentNode.scrollTop = key == 'Home' ? 0 : table.parentNode.scrollHeight; + } + } + + table.nextSelectedIndex = rowIndex || 0; + table.nextSelectedCellIndex = cellIndex || 0; + + if (key == 'ArrowDown') { + while (table.nextSelectedIndex < rows.length - 1) { + table.nextSelectedIndex++; + if (!rows[table.nextSelectedIndex].classList.contains('rz-state-disabled')) + break; + } + } else if (key == 'ArrowUp') { + while (table.nextSelectedIndex > 0) { + table.nextSelectedIndex--; + if (!rows[table.nextSelectedIndex].classList.contains('rz-state-disabled')) + break; + } + } else if (key == 'ArrowRight') { + while (table.nextSelectedCellIndex < rows[table.nextSelectedIndex].cells.length - 1) { + table.nextSelectedCellIndex++; + if (!rows[table.nextSelectedIndex].cells[table.nextSelectedCellIndex].classList.contains('rz-state-disabled')) + break; + } + } else if (key == 'ArrowLeft') { + while (table.nextSelectedCellIndex > 0) { + table.nextSelectedCellIndex--; + if (!rows[table.nextSelectedIndex].cells[table.nextSelectedCellIndex].classList.contains('rz-state-disabled')) + break; + } + } else if (isVirtual && (key == 'PageDown' || key == 'End')) { + table.nextSelectedIndex = rows.length - 1; + } else if (isVirtual && (key == 'PageUp' || key == 'Home')) { + table.nextSelectedIndex = 1; + } + + if (key == 'ArrowLeft' || key == 'ArrowRight' || (key == 'ArrowUp' && table.nextSelectedIndex == 0 && table.parentNode.scrollTop == 0)) { + var highlightedCells = rows[table.nextSelectedIndex].querySelectorAll('.rz-state-focused'); + if (highlightedCells.length) { + for (var i = 0; i < highlightedCells.length; i++) { + highlightedCells[i].classList.remove('rz-state-focused'); + } + } + + if ( + table.nextSelectedCellIndex >= 0 && + table.nextSelectedCellIndex <= rows[table.nextSelectedIndex].cells.length - 1 + ) { + var cell = rows[table.nextSelectedIndex].cells[table.nextSelectedCellIndex]; + + if (!cell.classList.contains('rz-state-focused')) { + cell.classList.add('rz-state-focused'); + if (!isVirtual && table.parentElement.scrollWidth > table.parentElement.clientWidth) { + Radzen.scrollIntoViewIfNeeded(cell); + } + } + } + } else if (key == 'ArrowDown' || key == 'ArrowUp') { + var highlighted = table.querySelectorAll('.rz-state-focused'); + if (highlighted.length) { + for (var i = 0; i < highlighted.length; i++) { + highlighted[i].classList.remove('rz-state-focused'); + } + } + + if (table.nextSelectedIndex >= 0 && + table.nextSelectedIndex <= rows.length - 1 + ) { + var row = rows[table.nextSelectedIndex]; + + if (!row.classList.contains('rz-state-focused')) { + row.classList.add('rz-state-focused'); + if (!isVirtual && table.parentElement.scrollHeight > table.parentElement.clientHeight) { + Radzen.scrollIntoViewIfNeeded(row); + } + } + } + } + + return [table.nextSelectedIndex, table.nextSelectedCellIndex]; + }, + uploadInputChange: function (e, url, auto, multiple, clear, parameterName) { + if (auto) { + Radzen.upload(e.target, url, multiple, clear, parameterName); + e.target.value = ''; + } else { + Radzen.uploadChange(e.target); + } + }, + uploads: function (uploadComponent, id) { + if (!Radzen.uploadComponents) { + Radzen.uploadComponents = {}; + } + Radzen.uploadComponents[id] = uploadComponent; + }, + uploadChange: function (fileInput) { + var files = []; + for (var i = 0; i < fileInput.files.length; i++) { + var file = fileInput.files[i]; + files.push({ + Name: file.name, + Size: file.size, + Url: URL.createObjectURL(file) + }); + } + + var uploadComponent = + Radzen.uploadComponents && Radzen.uploadComponents[fileInput.id]; + if (uploadComponent) { + if (uploadComponent.localFiles) { + // Clear any previously created preview URL(s) + for (var i = 0; i < uploadComponent.localFiles.length; i++) { + var file = uploadComponent.localFiles[i]; + if (file.Url) { + URL.revokeObjectURL(file.Url); + } + } + } + + uploadComponent.files = Array.from(fileInput.files); + uploadComponent.localFiles = files; + uploadComponent.invokeMethodAsync('RadzenUpload.OnChange', files); + } + + for (var i = 0; i < fileInput.files.length; i++) { + var file = fileInput.files[i]; + if (file.Url) { + URL.revokeObjectURL(file.Url); + } + } + }, + removeFileFromUpload: function (fileInput, name) { + var uploadComponent = Radzen.uploadComponents && Radzen.uploadComponents[fileInput.id]; + if (!uploadComponent) return; + var file = uploadComponent.files.find(function (f) { return f.name == name; }) + if (!file) { return; } + var localFile = uploadComponent.localFiles.find(function (f) { return f.Name == name; }); + if (localFile) { + URL.revokeObjectURL(localFile.Url); + } + var index = uploadComponent.files.indexOf(file) + if (index != -1) { + uploadComponent.files.splice(index, 1); + } + fileInput.value = ''; + }, + removeFileFromFileInput: function (fileInput) { + fileInput.value = ''; + }, + upload: function (fileInput, url, multiple, clear, parameterName) { + var uploadComponent = Radzen.uploadComponents && Radzen.uploadComponents[fileInput.id]; + if (!uploadComponent) { return; } + if (!uploadComponent.files || clear) { + uploadComponent.files = Array.from(fileInput.files); + } + var data = new FormData(); + var files = []; + var cancelled = false; + for (var i = 0; i < uploadComponent.files.length; i++) { + var file = uploadComponent.files[i]; + data.append(parameterName || (multiple ? 'files' : 'file'), file, file.name); + files.push({Name: file.name, Size: file.size}); + } + var xhr = new XMLHttpRequest(); + xhr.withCredentials = true; + xhr.upload.onprogress = function (e) { + if (e.lengthComputable) { + var uploadComponent = + Radzen.uploadComponents && Radzen.uploadComponents[fileInput.id]; + if (uploadComponent) { + var progress = parseInt((e.loaded / e.total) * 100); + uploadComponent.invokeMethodAsync( + 'RadzenUpload.OnProgress', + progress, + e.loaded, + e.total, + files, + cancelled + ).then(function (cancel) { + if (cancel) { + cancelled = true; + xhr.abort(); + } + }); + } + } + }; + xhr.onreadystatechange = function (e) { + if (xhr.readyState === XMLHttpRequest.DONE) { + var status = xhr.status; + var uploadComponent = + Radzen.uploadComponents && Radzen.uploadComponents[fileInput.id]; + if (uploadComponent) { + if (status === 0 || (status >= 200 && status < 400)) { + uploadComponent.invokeMethodAsync( + 'RadzenUpload.OnComplete', + xhr.responseText, + cancelled + ); + } else { + uploadComponent.invokeMethodAsync( + 'RadzenUpload.OnError', + xhr.responseText + ); + } + } + } + }; + uploadComponent.invokeMethodAsync('GetHeaders').then(function (headers) { + xhr.open('POST', url, true); + for (var name in headers) { + xhr.setRequestHeader(name, headers[name]); + } + xhr.send(data); + }); + }, + getCookie: function (name) { + var value = '; ' + decodeURIComponent(document.cookie); + var parts = value.split('; ' + name + '='); + if (parts.length == 2) return parts.pop().split(';').shift(); + }, + getCulture: function () { + var cultureCookie = Radzen.getCookie('.AspNetCore.Culture'); + var uiCulture = cultureCookie + ? cultureCookie.split('|').pop().split('=').pop() + : null; + return uiCulture || 'en-US'; + }, + numericOnPaste: function (e, min, max) { + if (e.clipboardData) { + var value = e.clipboardData.getData('text'); + + if (value && !isNaN(+value)) { + var numericValue = +value; + if (min != null && numericValue >= min) { + return; + } + if (max != null && numericValue <= max) { + return; + } + } + + e.preventDefault(); + } + }, + numericOnInput: function (e, min, max, isNullable) { + var value = e.target.value; + + if (!isNullable && value == '' && min != null) { + e.target.value = min; + } + + if (value && !isNaN(+value)) { + var numericValue = +value; + if (min != null && !isNaN(+min) && numericValue < min) { + e.target.value = min; + } + if (max != null && !isNaN(+max) && numericValue > max) { + e.target.value = max; + } + } + }, + numericKeyPress: function (e, isInteger, decimalSeparator) { + if ( + e.metaKey || + e.ctrlKey || + e.keyCode == 9 || + e.keyCode == 8 || + e.keyCode == 13 + ) { + return; + } + + if (e.code === 'NumpadDecimal') { + e.target.value += decimalSeparator; + e.preventDefault(); + return; + } + + var ch = String.fromCharCode(e.charCode); + + if ((isInteger ? /^[-\d]$/ : /^[-\d,.]$/).test(ch)) { + return; + } + + e.preventDefault(); + }, + openContextMenu: function (x,y,id, instance, callback) { + Radzen.closePopup(id); + + Radzen.openPopup(null, id, false, null, x, y, instance, callback); + + setTimeout(function () { + var popup = document.getElementById(id); + if (popup) { + var menu = popup.querySelector('.rz-menu'); + if (menu) { + menu.focus(); + } + } + }, 500); + }, + openTooltip: function (target, id, delay, duration, position, closeTooltipOnDocumentClick, instance, callback) { + Radzen.closeTooltip(id); + + if (delay) { + Radzen[id + 'delay'] = setTimeout(Radzen.openPopup, delay, target, id, false, position, null, null, instance, callback, closeTooltipOnDocumentClick); + } else { + Radzen.openPopup(target, id, false, position, null, null, instance, callback, closeTooltipOnDocumentClick); + } + + if (duration) { + Radzen[id + 'duration'] = setTimeout(Radzen.closePopup, duration, id, instance, callback); + } + }, + closeTooltip(id) { + Radzen.closePopup(id); + + if (Radzen[id + 'delay']) { + clearTimeout(Radzen[id + 'delay']); + } + + if (Radzen[id + 'duration']) { + clearTimeout(Radzen[id + 'duration']); + } + }, + findPopup: function (id) { + var popups = []; + for (var i = 0; i < document.body.children.length; i++) { + if (document.body.children[i].id == id) { + popups.push(document.body.children[i]); + } + } + return popups; + }, + repositionPopup: function (parent, id) { + var popup = document.getElementById(id); + if (!popup) return; + + var rect = popup.getBoundingClientRect(); + var parentRect = parent ? parent.getBoundingClientRect() : { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 }; + + if (/Edge/.test(navigator.userAgent)) { + var scrollTop = document.body.scrollTop; + } else { + var scrollTop = document.documentElement.scrollTop; + } + + var top = parentRect.bottom + scrollTop; + + if (top + rect.height > window.innerHeight && parentRect.top > rect.height) { + top = parentRect.top - rect.height + scrollTop; + } + + popup.style.top = top + 'px'; + }, + openPopup: function (parent, id, syncWidth, position, x, y, instance, callback, closeOnDocumentClick = true, autoFocusFirstElement = false) { + var popup = document.getElementById(id); + if (!popup) return; + + Radzen.activeElement = document.activeElement; + + var parentRect = parent ? parent.getBoundingClientRect() : { top: y || 0, bottom: 0, left: x || 0, right: 0, width: 0, height: 0 }; + + if (/Edge/.test(navigator.userAgent)) { + var scrollLeft = document.body.scrollLeft; + var scrollTop = document.body.scrollTop; + } else { + var scrollLeft = document.documentElement.scrollLeft; + var scrollTop = document.documentElement.scrollTop; + } + + var top = y ? y : parentRect.bottom; + var left = x ? x : parentRect.left; + + if (syncWidth) { + popup.style.width = parentRect.width + 'px'; + if (!popup.style.minWidth) { + popup.minWidth = true; + popup.style.minWidth = parentRect.width + 'px'; + } + } + + if (window.chrome) { + var closestFrozenCell = popup.closest('.rz-frozen-cell'); + if (closestFrozenCell) { + Radzen[id + 'FZL'] = { cell: closestFrozenCell, left: closestFrozenCell.style.left }; + closestFrozenCell.style.left = ''; + } + } + + popup.style.display = 'block'; + + var rect = popup.getBoundingClientRect(); + + var smartPosition = !position || position == 'bottom'; + + if (smartPosition && top + rect.height > window.innerHeight && parentRect.top > rect.height) { + top = parentRect.top - rect.height; + + if (position) { + top = top - 40; + var tooltipContent = popup.children[0]; + var tooltipContentClassName = 'rz-' + position + '-tooltip-content'; + if (tooltipContent.classList.contains(tooltipContentClassName)) { + tooltipContent.classList.remove(tooltipContentClassName); + tooltipContent.classList.add('rz-top-tooltip-content'); + } + } + } + + if (smartPosition && left + rect.width > window.innerWidth && window.innerWidth > rect.width) { + left = window.innerWidth - rect.width; + + if (position) { + var tooltipContent = popup.children[0]; + var tooltipContentClassName = 'rz-' + position + '-tooltip-content'; + if (tooltipContent.classList.contains(tooltipContentClassName)) { + tooltipContent.classList.remove(tooltipContentClassName); + tooltipContent.classList.add('rz-left-tooltip-content'); + left = parentRect.left - rect.width - 5; + top = parentRect.top - parentRect.height; + } + } + } + + if (smartPosition) { + if (position) { + top = top + 20; + } + } + + if (position == 'left') { + left = parentRect.left - rect.width - 5; + top = parentRect.top; + } + + if (position == 'right') { + left = parentRect.right + 10; + top = parentRect.top; + } + + if (position == 'top') { + top = parentRect.top - rect.height + 5; + left = parentRect.left; + } + + popup.style.zIndex = 2000; + popup.style.left = left + scrollLeft + 'px'; + popup.style.top = top + scrollTop + 'px'; + + if (!popup.classList.contains('rz-overlaypanel')) { + popup.classList.add('rz-popup'); + } + + Radzen[id] = function (e) { + var lastPopup = Radzen.popups && Radzen.popups[Radzen.popups.length - 1]; + var currentPopup = lastPopup != null && document.getElementById(lastPopup.id) || popup; + + if (lastPopup) { + currentPopup.instance = lastPopup.instance; + currentPopup.callback = lastPopup.callback; + } + + if(e.type == 'contextmenu' || !e.target || !closeOnDocumentClick) return; + if (!/Android/i.test(navigator.userAgent) && + !['input', 'textarea'].includes(document.activeElement ? document.activeElement.tagName.toLowerCase() : '') && e.type == 'resize') { + Radzen.closePopup(currentPopup.id, currentPopup.instance, currentPopup.callback, e); + return; + } + + var closestLink = e.target.closest && (e.target.closest('.rz-link') || e.target.closest('.rz-navigation-item-link')); + if (closestLink && closestLink.closest && closestLink.closest('a')) { + if (Radzen.closeAllPopups) { + Radzen.closeAllPopups(); + } + } + if (parent) { + if (e.type == 'mousedown' && !parent.contains(e.target) && !currentPopup.contains(e.target)) { + Radzen.closePopup(currentPopup.id, currentPopup.instance, currentPopup.callback, e); + } + } else { + if (!currentPopup.contains(e.target)) { + Radzen.closePopup(currentPopup.id, currentPopup.instance, currentPopup.callback, e); + } + } + }; + + if (!Radzen.popups) { + Radzen.popups = []; + } + + Radzen.popups.push({ id, instance, callback }); + + document.body.appendChild(popup); + document.removeEventListener('mousedown', Radzen[id]); + document.addEventListener('mousedown', Radzen[id]); + window.removeEventListener('resize', Radzen[id]); + window.addEventListener('resize', Radzen[id]); + + var p = parent; + while (p && p != document.body) { + if (p.scrollWidth > p.clientWidth || p.scrollHeight > p.clientHeight) { + p.removeEventListener('scroll', Radzen.closeAllPopups); + p.addEventListener('scroll', Radzen.closeAllPopups); + } + p = p.parentElement; + } + + if (!parent) { + document.removeEventListener('contextmenu', Radzen[id]); + document.addEventListener('contextmenu', Radzen[id]); + } + + if (autoFocusFirstElement) { + setTimeout(function () { + popup.removeEventListener('keydown', Radzen.focusTrap); + popup.addEventListener('keydown', Radzen.focusTrap); + + var focusable = Radzen.getFocusableElements(popup); + var firstFocusable = focusable[0]; + if (firstFocusable) { + firstFocusable.focus(); + } + }, 500); + } + }, + closeAllPopups: function (e, id) { + if (!Radzen.popups) return; + var el = e && e.target || id && documentElement.getElementById(id); + for (var i = 0; i < Radzen.popups.length; i++) { + var p = Radzen.popups[i]; + + var closestPopup = el && el.closest && (el.closest('.rz-popup') || el.closest('.rz-overlaypanel')); + if (closestPopup && closestPopup != p) { + return; + } + + Radzen.closePopup(p.id, p.instance, p.callback, e); + } + Radzen.popups = []; + }, + closePopup: function (id, instance, callback, e) { + var popup = document.getElementById(id); + if (!popup) return; + if (popup.style.display == 'none') { + var popups = Radzen.findPopup(id); + if (popups.length > 1) { + for (var i = 0; i < popups.length; i++) { + if (popups[i].style.display == 'none') { + popups[i].parentNode.removeChild(popups[i]); + } else { + popup = popups[i]; + } + } + } else { + return; + } + } + + if (popup) { + if (popup.minWidth) { + popup.style.minWidth = ''; + } + + if (window.chrome && Radzen[id + 'FZL']) { + Radzen[id + 'FZL'].cell.style.left = Radzen[id + 'FZL'].left; + Radzen[id + 'FZL'] = null; + } + + popup.style.display = 'none'; + } + document.removeEventListener('mousedown', Radzen[id]); + window.removeEventListener('resize', Radzen[id]); + Radzen[id] = null; + + if (instance) { + instance.invokeMethodAsync(callback); + } + Radzen.popups = (Radzen.popups || []).filter(function (obj) { + return obj.id !== id; + }); + + if (Radzen.activeElement && Radzen.activeElement == document.activeElement || + Radzen.activeElement && document.activeElement == document.body || + Radzen.activeElement && document.activeElement && + (document.activeElement.classList.contains('rz-dropdown-filter') || document.activeElement.classList.contains('rz-lookup-search-input'))) { + setTimeout(function () { + if (e && e.target && e.target.tabIndex != -1) { + Radzen.activeElement = e.target; + } + if (Radzen.activeElement) { + Radzen.activeElement.focus(); + } + Radzen.activeElement = null; + }, 100); + } + }, + popupOpened: function (id) { + var popup = document.getElementById(id); + if (popup) { + return popup.style.display != 'none'; + } + return false; + }, + togglePopup: function (parent, id, syncWidth, instance, callback, closeOnDocumentClick = true, autoFocusFirstElement = false) { + var popup = document.getElementById(id); + if (!popup) return; + if (popup.style.display == 'block') { + Radzen.closePopup(id, instance, callback); + } else { + Radzen.openPopup(parent, id, syncWidth, null, null, null, instance, callback, closeOnDocumentClick, autoFocusFirstElement); + } + }, + destroyPopup: function (id) { + var popup = document.getElementById(id); + if (popup) { + popup.parentNode.removeChild(popup); + } + document.removeEventListener('mousedown', Radzen[id]); + }, + scrollDataGrid: function (e) { + var scrollLeft = + (e.target.scrollLeft ? '-' + e.target.scrollLeft : 0) + 'px'; + + e.target.previousElementSibling.style.marginLeft = scrollLeft; + e.target.previousElementSibling.firstElementChild.style.paddingRight = + e.target.clientHeight < e.target.scrollHeight ? (e.target.offsetWidth - e.target.clientWidth) + 'px' : '0px'; + + if (e.target.nextElementSibling) { + e.target.nextElementSibling.style.marginLeft = scrollLeft; + e.target.nextElementSibling.firstElementChild.style.paddingRight = + e.target.clientHeight < e.target.scrollHeight ? (e.target.offsetWidth - e.target.clientWidth) + 'px' : '0px'; + } + + for (var i = 0; i < document.body.children.length; i++) { + if (document.body.children[i].classList.contains('rz-overlaypanel')) { + document.body.children[i].style.display = 'none'; + } + } + }, + openDialog: function (options, dialogService, dialog) { + if (Radzen.closeAllPopups) { + Radzen.closeAllPopups(); + } + Radzen.dialogService = dialogService; + if ( + document.documentElement.scrollHeight > + document.documentElement.clientHeight + ) { + document.body.classList.add('no-scroll'); + } + + setTimeout(function () { + var dialogs = document.querySelectorAll('.rz-dialog-content'); + if (dialogs.length == 0) return; + var lastDialog = dialogs[dialogs.length - 1]; + + if (lastDialog) { + lastDialog.removeEventListener('keydown', Radzen.focusTrap); + lastDialog.addEventListener('keydown', Radzen.focusTrap); + + if (options.resizable) { + dialog.offsetWidth = lastDialog.parentElement.offsetWidth; + dialog.offsetHeight = lastDialog.parentElement.offsetHeight; + var dialogResize = function (e) { + if (!dialog) return; + if (dialog.offsetWidth != e[0].target.offsetWidth || dialog.offsetHeight != e[0].target.offsetHeight) { + + dialog.offsetWidth = e[0].target.offsetWidth; + dialog.offsetHeight = e[0].target.offsetHeight; + + dialog.invokeMethodAsync( + 'RadzenDialog.OnResize', + e[0].target.offsetWidth, + e[0].target.offsetHeight + ); + } + }; + Radzen.dialogResizer = new ResizeObserver(dialogResize).observe(lastDialog.parentElement); + } + + if (options.autoFocusFirstElement) { + if (lastDialog.querySelectorAll('.rz-html-editor-content').length) { + var editable = lastDialog.querySelector('.rz-html-editor-content'); + if (editable) { + var selection = window.getSelection(); + var range = document.createRange(); + range.setStart(editable, 0); + range.setEnd(editable, 0); + selection.removeAllRanges(); + selection.addRange(range); + } + } else { + var focusable = Radzen.getFocusableElements(lastDialog); + var firstFocusable = focusable[0]; + if (firstFocusable) { + firstFocusable.focus(); + } + } + } + } + }, 500); + + document.removeEventListener('keydown', Radzen.closePopupOrDialog); + if (options.closeDialogOnEsc) { + document.addEventListener('keydown', Radzen.closePopupOrDialog); + } + }, + closeDialog: function () { + Radzen.dialogResizer = null; + document.body.classList.remove('no-scroll'); + var dialogs = document.querySelectorAll('.rz-dialog-content'); + if (dialogs.length <= 1) { + document.removeEventListener('keydown', Radzen.closePopupOrDialog); + delete Radzen.dialogService; + } + }, + disableKeydown: function (e) { + e = e || window.event; + e.preventDefault(); + }, + getFocusableElements: function (element) { + return [...element.querySelectorAll('a, button, input, textarea, select, details, iframe, embed, object, summary dialog, audio[controls], video[controls], [contenteditable], [tabindex]')] + .filter(el => el && el.tabIndex > -1 && !el.hasAttribute('disabled') && el.offsetParent !== null); + }, + focusTrap: function (e) { + e = e || window.event; + var isTab = false; + if ("key" in e) { + isTab = (e.key === "Tab"); + } else { + isTab = (e.keyCode === 9); + } + if (isTab) { + var focusable = Radzen.getFocusableElements(e.currentTarget); + var firstFocusable = focusable[0]; + var lastFocusable = focusable[focusable.length - 1]; + + if (firstFocusable && e.shiftKey && document.activeElement === firstFocusable) { + e.preventDefault(); + firstFocusable.focus(); + } else if (lastFocusable && !e.shiftKey && document.activeElement === lastFocusable) { + e.preventDefault(); + lastFocusable.focus(); + } + } + }, + closePopupOrDialog: function (e) { + e = e || window.event; + var isEscape = false; + if ("key" in e) { + isEscape = (e.key === "Escape" || e.key === "Esc"); + } else { + isEscape = (e.keyCode === 27); + } + if (isEscape && Radzen.dialogService) { + var popups = document.querySelectorAll('.rz-popup,.rz-overlaypanel'); + for (var i = 0; i < popups.length; i++) { + if (popups[i].style.display != 'none') { + return; + } + } + + Radzen.dialogService.invokeMethodAsync('DialogService.Close', null); + + var dialogs = document.querySelectorAll('.rz-dialog-content'); + if (dialogs.length <= 1) { + document.removeEventListener('keydown', Radzen.closePopupOrDialog); + delete Radzen.dialogService; + var layout = document.querySelector('.rz-layout'); + if (layout) { + layout.removeEventListener('keydown', Radzen.disableKeydown); + } + } + } + }, + getInputValue: function (arg) { + var input = + arg instanceof Element || arg instanceof HTMLDocument + ? arg + : document.getElementById(arg); + return input && input.value != '' ? input.value : null; + }, + setInputValue: function (arg, value) { + var input = + arg instanceof Element || arg instanceof HTMLDocument + ? arg + : document.getElementById(arg); + if (input) { + input.value = value; + } + }, + readFileAsBase64: function (fileInput, maxFileSize, maxWidth, maxHeight) { + var calculateWidthAndHeight = function (img) { + var width = img.width; + var height = img.height; + // Change the resizing logic + if (width > height) { + if (width > maxWidth) { + height = height * (maxWidth / width); + width = maxWidth; + } + } else { + if (height > maxHeight) { + width = width * (maxHeight / height); + height = maxHeight; + } + } + return { width, height }; + }; + var readAsDataURL = function (fileInput) { + return new Promise(function (resolve, reject) { + var reader = new FileReader(); + reader.onerror = function () { + reader.abort(); + reject('Error reading file.'); + }; + reader.addEventListener( + 'load', + function () { + if (maxWidth > 0 && maxHeight > 0) { + var img = document.createElement("img"); + img.onload = function (event) { + // Dynamically create a canvas element + var canvas = document.createElement("canvas"); + var res = calculateWidthAndHeight(img); + canvas.width = res.width; + canvas.height = res.height; + var ctx = canvas.getContext("2d"); + ctx.drawImage(img, 0, 0, res.width, res.height); + resolve(canvas.toDataURL(fileInput.type)); + } + img.src = reader.result; + } else { + resolve(reader.result); + } + }, + false + ); + var file = fileInput.files[0]; + if (!file) return; + if (file.size <= maxFileSize) { + reader.readAsDataURL(file); + } else { + reject('File too large.'); + } + }); + }; + + return readAsDataURL(fileInput); + }, + toggleMenuItem: function (target, event, defaultActive) { + var item = target.closest('.rz-navigation-item'); + + var active = defaultActive != undefined ? defaultActive : !item.classList.contains('rz-navigation-item-active'); + + function toggle(active) { + item.classList.toggle('rz-navigation-item-active', active); + + target.classList.toggle('rz-navigation-item-wrapper-active', active); + + var children = item.querySelector('.rz-navigation-menu'); + + if (children) { + children.style.display = active ? '' : 'none'; + } + + var icon = item.querySelector('.rz-navigation-item-icon-children'); + + if (icon) { + var deg = active ? '180deg' : 0; + icon.style.transform = 'rotate(' + deg + ')'; + } + } + + toggle(active); + + document.removeEventListener('click', target.clickHandler); + + target.clickHandler = function (event) { + if (item.contains(event.target)) { + var child = event.target.closest('.rz-navigation-item'); + if (child && child.querySelector('.rz-navigation-menu')) { + return; + } + } + toggle(false); + } + + document.addEventListener('click', target.clickHandler); + }, + destroyChart: function (ref) { + ref.removeEventListener('mouseleave', ref.mouseLeaveHandler); + delete ref.mouseLeaveHandler; + ref.removeEventListener('mouseenter', ref.mouseEnterHandler); + delete ref.mouseEnterHandler; + ref.removeEventListener('mousemove', ref.mouseMoveHandler); + delete ref.mouseMoveHandler; + ref.removeEventListener('click', ref.clickHandler); + delete ref.clickHandler; + this.destroyResizable(ref); + }, + destroyGauge: function (ref) { + this.destroyResizable(ref); + }, + destroyResizable: function (ref) { + if (ref.resizeObserver) { + ref.resizeObserver.disconnect(); + delete ref.resizeObserver; + } + if (ref.resizeHandler) { + window.removeEventListener('resize', ref.resizeHandler); + delete ref.resizeHandler; + } + }, + createResizable: function (ref, instance) { + ref.resizeHandler = function () { + var rect = ref.getBoundingClientRect(); + + instance.invokeMethodAsync('Resize', rect.width, rect.height); + }; + + if (window.ResizeObserver) { + ref.resizeObserver = new ResizeObserver(ref.resizeHandler); + ref.resizeObserver.observe(ref); + } else { + window.addEventListener('resize', ref.resizeHandler); + } + + var rect = ref.getBoundingClientRect(); + + return {width: rect.width, height: rect.height}; + }, + createChart: function (ref, instance) { + var inside = false; + ref.mouseMoveHandler = this.throttle(function (e) { + if (inside) { + if (e.target.matches('.rz-chart-tooltip-content') || e.target.closest('.rz-chart-tooltip-content')) { + return + } + var rect = ref.getBoundingClientRect(); + var x = e.clientX - rect.left; + var y = e.clientY - rect.top; + instance.invokeMethodAsync('MouseMove', x, y); + } + }, 100); + ref.mouseEnterHandler = function () { + inside = true; + }; + ref.mouseLeaveHandler = function () { + inside = false; + instance.invokeMethodAsync('MouseMove', -1, -1); + }; + ref.clickHandler = function (e) { + var rect = ref.getBoundingClientRect(); + var x = e.clientX - rect.left; + var y = e.clientY - rect.top; + if (!e.target.closest('.rz-marker')) { + instance.invokeMethodAsync('Click', x, y); + } + }; + + ref.addEventListener('mouseenter', ref.mouseEnterHandler); + ref.addEventListener('mouseleave', ref.mouseLeaveHandler); + ref.addEventListener('mousemove', ref.mouseMoveHandler); + ref.addEventListener('click', ref.clickHandler); + + return this.createResizable(ref, instance); + }, + createGauge: function (ref, instance) { + return this.createResizable(ref, instance); + }, + destroyScheduler: function (ref) { + if (ref.resizeHandler) { + window.removeEventListener('resize', ref.resizeHandler); + delete ref.resizeHandler; + } + }, + createScheduler: function (ref, instance) { + ref.resizeHandler = function () { + var rect = ref.getBoundingClientRect(); + + instance.invokeMethodAsync('Resize', rect.width, rect.height); + }; + + window.addEventListener('resize', ref.resizeHandler); + + var rect = ref.getBoundingClientRect(); + return {width: rect.width, height: rect.height}; + }, + innerHTML: function (ref, value) { + if (value != undefined) { + if (ref != null) { + ref.innerHTML = value; + } + } else { + return ref.innerHTML; + } + }, + execCommand: function (ref, name, value) { + if (document.activeElement != ref && ref) { + ref.focus(); + } + document.execCommand(name, false, value); + return this.queryCommands(ref); + }, + queryCommands: function (ref) { + return { + html: ref != null ? ref.innerHTML : null, + fontName: document.queryCommandValue('fontName'), + fontSize: document.queryCommandValue('fontSize'), + formatBlock: document.queryCommandValue('formatBlock'), + bold: document.queryCommandState('bold'), + underline: document.queryCommandState('underline'), + justifyRight: document.queryCommandState('justifyRight'), + justifyLeft: document.queryCommandState('justifyLeft'), + justifyCenter: document.queryCommandState('justifyCenter'), + justifyFull: document.queryCommandState('justifyFull'), + italic: document.queryCommandState('italic'), + strikeThrough: document.queryCommandState('strikeThrough'), + superscript: document.queryCommandState('superscript'), + subscript: document.queryCommandState('subscript'), + unlink: document.queryCommandEnabled('unlink'), + undo: document.queryCommandEnabled('undo'), + redo: document.queryCommandEnabled('redo') + }; + }, + mediaQueries: {}, + mediaQuery: function(query, instance) { + if (instance) { + function callback(event) { + instance.invokeMethodAsync('OnChange', event.matches) + }; + var query = matchMedia(query); + this.mediaQueries[instance._id] = function() { + query.removeListener(callback); + } + query.addListener(callback); + return query.matches; + } else { + instance = query; + if (this.mediaQueries[instance._id]) { + this.mediaQueries[instance._id](); + delete this.mediaQueries[instance._id]; + } + } + }, + createEditor: function (ref, uploadUrl, paste, instance, shortcuts) { + ref.inputListener = function () { + instance.invokeMethodAsync('OnChange', ref.innerHTML); + }; + ref.keydownListener = function (e) { + var key = ''; + if (e.ctrlKey || e.metaKey) { + key += 'Ctrl+'; + } + if (e.altKey) { + key += 'Alt+'; + } + if (e.shiftKey) { + key += 'Shift+'; + } + key += e.code.replace('Key', '').replace('Digit', '').replace('Numpad', ''); + + if (shortcuts.includes(key)) { + e.preventDefault(); + instance.invokeMethodAsync('ExecuteShortcutAsync', key); + } + }; + + ref.selectionChangeListener = function () { + if (document.activeElement == ref) { + instance.invokeMethodAsync('OnSelectionChange'); + } + }; + ref.pasteListener = function (e) { + var item = e.clipboardData.items[0]; + + if (item.kind == 'file') { + e.preventDefault(); + var file = item.getAsFile(); + + if (uploadUrl) { + var xhr = new XMLHttpRequest(); + var data = new FormData(); + data.append("file", file); + xhr.onreadystatechange = function (e) { + if (xhr.readyState === XMLHttpRequest.DONE) { + var status = xhr.status; + if (status === 0 || (status >= 200 && status < 400)) { + var result = JSON.parse(xhr.responseText); + document.execCommand("insertHTML", false, ''); + } else { + instance.invokeMethodAsync('OnError', xhr.responseText); + } + } + } + instance.invokeMethodAsync('GetHeaders').then(function (headers) { + xhr.open('POST', uploadUrl, true); + for (var name in headers) { + xhr.setRequestHeader(name, headers[name]); + } + xhr.send(data); + }); + } else { + var reader = new FileReader(); + reader.onload = function (e) { + document.execCommand("insertHTML", false, ''); + }; + reader.readAsDataURL(file); + } + } else if (paste) { + e.preventDefault(); + var data = e.clipboardData.getData('text/html') || e.clipboardData.getData('text/plain'); + + instance.invokeMethodAsync('OnPaste', data) + .then(function (html) { + document.execCommand("insertHTML", false, html); + }); + } + }; + ref.addEventListener('input', ref.inputListener); + ref.addEventListener('paste', ref.pasteListener); + ref.addEventListener('keydown', ref.keydownListener); + document.addEventListener('selectionchange', ref.selectionChangeListener); + document.execCommand('styleWithCSS', false, true); + }, + saveSelection: function (ref) { + if (document.activeElement == ref) { + var selection = getSelection(); + if (selection.rangeCount > 0) { + ref.range = selection.getRangeAt(0); + } + } + }, + restoreSelection: function (ref) { + var range = ref.range; + if (range) { + delete ref.range; + if(ref) { + ref.focus(); + } + var selection = getSelection(); + selection.removeAllRanges(); + selection.addRange(range); + } + }, + selectionAttributes: function (selector, attributes, container) { + var selection = getSelection(); + var range = selection.rangeCount > 0 && selection.getRangeAt(0); + var parent = range && range.commonAncestorContainer; + var inside = false; + while (parent) { + if (parent == container) { + inside = true; + break; + } + parent = parent.parentNode; + } + if (!inside) { + return {}; + } + var target = selection.focusNode; + var innerHTML; + if (target) { + if (target.nodeType == 3) { + target = target.parentElement; + } else { + target = target.childNodes[selection.focusOffset]; + if (target) { + innerHTML = target.outerHTML; + } + } + if (target && target.matches && !target.matches(selector)) { + target = target.closest(selector); + } + } + return attributes.reduce(function (result, name) { + if (target) { + result[name] = target[name]; + } + return result; + }, { innerText: selection.toString(), innerHTML: innerHTML }); + }, + destroyEditor: function (ref) { + if (ref) { + ref.removeEventListener('input', ref.inputListener); + ref.removeEventListener('paste', ref.pasteListener); + ref.removeEventListener('keydown', ref.keydownListener); + document.removeEventListener('selectionchange', ref.selectionChangeListener); + } + }, + startDrag: function (ref, instance, handler) { + if (!ref) { + return { left: 0, top: 0, width: 0, height: 0 }; + } + ref.mouseMoveHandler = function (e) { + instance.invokeMethodAsync(handler, { clientX: e.clientX, clientY: e.clientY }); + }; + ref.touchMoveHandler = function (e) { + if (e.targetTouches[0]) { + instance.invokeMethodAsync(handler, { clientX: e.targetTouches[0].clientX, clientY: e.targetTouches[0].clientY }); + } + }; + ref.mouseUpHandler = function (e) { + Radzen.endDrag(ref); + }; + document.addEventListener('mousemove', ref.mouseMoveHandler); + document.addEventListener('mouseup', ref.mouseUpHandler); + document.addEventListener('touchmove', ref.touchMoveHandler, { passive: true }) + document.addEventListener('touchend', ref.mouseUpHandler, { passive: true }); + return Radzen.clientRect(ref); + }, + submit: function (form) { + form.submit(); + }, + clientRect: function (arg) { + var el = arg instanceof Element || arg instanceof HTMLDocument + ? arg + : document.getElementById(arg); + var rect = el.getBoundingClientRect(); + return { left: rect.left, top: rect.top, width: rect.width, height: rect.height }; + }, + endDrag: function (ref) { + document.removeEventListener('mousemove', ref.mouseMoveHandler); + document.removeEventListener('mouseup', ref.mouseUpHandler); + document.removeEventListener('touchmove', ref.touchMoveHandler) + document.removeEventListener('touchend', ref.mouseUpHandler); + }, + startColumnReorder: function(id) { + var el = document.getElementById(id + '-drag'); + var cell = el.parentNode.parentNode; + var visual = document.createElement("th"); + visual.className = cell.className + ' rz-column-draggable'; + visual.style = cell.style; + visual.style.display = 'none'; + visual.style.position = 'absolute'; + visual.style.height = cell.offsetHeight + 'px'; + visual.style.width = cell.offsetWidth + 'px'; + visual.style.zIndex = 2000; + visual.innerHTML = cell.innerHTML; + visual.id = id + 'visual'; + document.body.appendChild(visual); + + var resizers = cell.parentNode.querySelectorAll('.rz-column-resizer'); + for (let i = 0; i < resizers.length; i++) { + resizers[i].style.display = 'none'; + } + + Radzen[id + 'end'] = function (e) { + var el = document.getElementById(id + 'visual'); + if (el) { + document.body.removeChild(el); + Radzen[id + 'end'] = null; + Radzen[id + 'move'] = null; + var resizers = cell.parentNode.querySelectorAll('.rz-column-resizer'); + for (let i = 0; i < resizers.length; i++) { + resizers[i].style.display = 'block'; + } + } + } + document.removeEventListener('click', Radzen[id + 'end']); + document.addEventListener('click', Radzen[id + 'end']); + + Radzen[id + 'move'] = function (e) { + var el = document.getElementById(id + 'visual'); + if (el) { + el.style.display = 'block'; + + if (/Edge/.test(navigator.userAgent)) { + var scrollLeft = document.body.scrollLeft; + var scrollTop = document.body.scrollTop; + } else { + var scrollLeft = document.documentElement.scrollLeft; + var scrollTop = document.documentElement.scrollTop; + } + + el.style.top = e.clientY + scrollTop + 10 + 'px'; + el.style.left = e.clientX + scrollLeft + 10 + 'px'; + } + } + document.removeEventListener('mousemove', Radzen[id + 'move']); + document.addEventListener('mousemove', Radzen[id + 'move']); + }, + startColumnResize: function(id, grid, columnIndex, clientX) { + var el = document.getElementById(id + '-resizer'); + var cell = el.parentNode.parentNode; + var col = document.getElementById(id + '-col'); + var dataCol = document.getElementById(id + '-data-col'); + var footerCol = document.getElementById(id + '-footer-col'); + Radzen[el] = { + clientX: clientX, + width: cell.getBoundingClientRect().width, + mouseUpHandler: function (e) { + if (Radzen[el]) { + grid.invokeMethodAsync( + 'RadzenGrid.OnColumnResized', + columnIndex, + cell.getBoundingClientRect().width + ); + el.style.width = null; + document.removeEventListener('mousemove', Radzen[el].mouseMoveHandler); + document.removeEventListener('mouseup', Radzen[el].mouseUpHandler); + document.removeEventListener('touchmove', Radzen[el].touchMoveHandler) + document.removeEventListener('touchend', Radzen[el].mouseUpHandler); + Radzen[el] = null; + } + }, + mouseMoveHandler: function (e) { + if (Radzen[el]) { + var widthFloat = (Radzen[el].width - (Radzen[el].clientX - e.clientX)); + var minWidth = parseFloat(cell.style.minWidth || 0) + + if (widthFloat < minWidth) { + widthFloat = minWidth; + } + + var width = widthFloat + 'px'; + + if (cell) { + cell.style.width = width; + } + if (col) { + col.style.width = width; + } + if (dataCol) { + dataCol.style.width = width; + } + if (footerCol) { + footerCol.style.width = width; + } + } + }, + touchMoveHandler: function (e) { + if (e.targetTouches[0]) { + Radzen[el].mouseMoveHandler(e.targetTouches[0]); + } + } + }; + el.style.width = "100%"; + document.addEventListener('mousemove', Radzen[el].mouseMoveHandler); + document.addEventListener('mouseup', Radzen[el].mouseUpHandler); + document.addEventListener('touchmove', Radzen[el].touchMoveHandler, { passive: true }) + document.addEventListener('touchend', Radzen[el].mouseUpHandler, { passive: true }); + }, + startSplitterResize: function(id, + splitter, + paneId, + paneNextId, + orientation, + clientPos, + minValue, + maxValue, + minNextValue, + maxNextValue) { + + var el = document.getElementById(id); + var pane = document.getElementById(paneId); + var paneNext = document.getElementById(paneNextId); + var paneLength; + var paneNextLength; + var panePerc; + var paneNextPerc; + var isHOrientation=orientation == 'Horizontal'; + + var totalLength = 0.0; + Array.from(el.children).forEach(element => { + totalLength += isHOrientation + ? element.getBoundingClientRect().width + : element.getBoundingClientRect().height; + }); + + if (pane) { + paneLength = isHOrientation + ? pane.getBoundingClientRect().width + : pane.getBoundingClientRect().height; + + panePerc = (paneLength / totalLength * 100) + '%'; + } + + if (paneNext) { + paneNextLength = isHOrientation + ? paneNext.getBoundingClientRect().width + : paneNext.getBoundingClientRect().height; + + paneNextPerc = (paneNextLength / totalLength * 100) + '%'; + } + + function ensurevalue(value) { + if (!value) + return null; + + value=value.trim().toLowerCase(); + + if (value.endsWith("%")) + return totalLength*parseFloat(value)/100; + + if (value.endsWith("px")) + return parseFloat(value); + + throw 'Invalid value'; + } + + minValue=ensurevalue(minValue); + maxValue=ensurevalue(maxValue); + minNextValue=ensurevalue(minNextValue); + maxNextValue=ensurevalue(maxNextValue); + + Radzen[el] = { + clientPos: clientPos, + panePerc: parseFloat(panePerc), + paneNextPerc: isFinite(parseFloat(paneNextPerc)) ? parseFloat(paneNextPerc) : 0, + paneLength: paneLength, + paneNextLength: isFinite(paneNextLength) ? paneNextLength : 0, + mouseUpHandler: function(e) { + if (Radzen[el]) { + splitter.invokeMethodAsync( + 'RadzenSplitter.OnPaneResized', + parseInt(pane.getAttribute('data-index')), + parseFloat(pane.style.flexBasis), + paneNext ? parseInt(paneNext.getAttribute('data-index')) : null, + paneNext ? parseFloat(paneNext.style.flexBasis) : null + ); + document.removeEventListener('mousemove', Radzen[el].mouseMoveHandler); + document.removeEventListener('mouseup', Radzen[el].mouseUpHandler); + document.removeEventListener('touchmove', Radzen[el].touchMoveHandler); + document.removeEventListener('touchend', Radzen[el].mouseUpHandler); + Radzen[el] = null; + } + }, + mouseMoveHandler: function(e) { + if (Radzen[el]) { + + var spacePerc = Radzen[el].panePerc + Radzen[el].paneNextPerc; + var spaceLength = Radzen[el].paneLength + Radzen[el].paneNextLength; + + var length = (Radzen[el].paneLength - + (Radzen[el].clientPos - (isHOrientation ? e.clientX : e.clientY))); + + if (length > spaceLength) + length = spaceLength; + + if (minValue && length < minValue) length = minValue; + if (maxValue && length > maxValue) length = maxValue; + + if (paneNext) { + var nextSpace=spaceLength-length; + if (minNextValue && nextSpace < minNextValue) length = spaceLength-minNextValue; + if (maxNextValue && nextSpace > maxNextValue) length = spaceLength+maxNextValue; + } + + var perc = length / Radzen[el].paneLength; + if (!isFinite(perc)) { + perc = 1; + Radzen[el].panePerc = 0.1; + Radzen[el].paneLength =isHOrientation + ? pane.getBoundingClientRect().width + : pane.getBoundingClientRect().height; + } + + var newPerc = Radzen[el].panePerc * perc; + if (newPerc < 0) newPerc = 0; + if (newPerc > 100) newPerc = 100; + + pane.style.flexBasis = newPerc + '%'; + if (paneNext) + paneNext.style.flexBasis = (spacePerc - newPerc) + '%'; + } + }, + touchMoveHandler: function(e) { + if (e.targetTouches[0]) { + Radzen[el].mouseMoveHandler(e.targetTouches[0]); + } + } + }; + document.addEventListener('mousemove', Radzen[el].mouseMoveHandler); + document.addEventListener('mouseup', Radzen[el].mouseUpHandler); + document.addEventListener('touchmove', Radzen[el].touchMoveHandler, { passive: true }); + document.addEventListener('touchend', Radzen[el].mouseUpHandler, { passive: true }); + }, + resizeSplitter(id, e) { + var el = document.getElementById(id); + if (el && Radzen[el]) { + Radzen[el].mouseMoveHandler(e); + Radzen[el].mouseUpHandler(e); + } + }, + openWaiting: function() { + if (document.documentElement.scrollHeight > document.documentElement.clientHeight) { + document.body.classList.add('no-scroll'); + } + if (Radzen.WaitingIntervalId != null) { + clearInterval(Radzen.WaitingIntervalId); + } + + setTimeout(function() { + var timerObj = document.getElementsByClassName('rz-waiting-timer'); + if (timerObj.length == 0) return; + var timerStart = new Date().getTime(); + Radzen.WaitingIntervalId = setInterval(function() { + if (timerObj == null || timerObj[0] == null) { + clearInterval(Radzen.WaitingIntervalId); + } else { + var time = new Date(new Date().getTime() - timerStart); + timerObj[0].innerHTML = Math.floor(time / 1000) + "." + Math.floor((time % 1000) / 100); + } + }, + 100); + }, + 100); + }, + closeWaiting: function() { + document.body.classList.remove('no-scroll'); + if (Radzen.WaitingIntervalId != null) { + clearInterval(Radzen.WaitingIntervalId); + Radzen.WaitingIntervalId = null; + } + }, + toggleDictation: function (componentRef, language) { + function start() { + const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition; + + if (!SpeechRecognition) { + return; + } + + radzenRecognition = new SpeechRecognition(); + radzenRecognition.componentRef = componentRef; + radzenRecognition.continuous = true; + + if (language) { + radzenRecognition.lang = language; + } + + radzenRecognition.onresult = function (event) { + if (event.results.length < 1) { + return; + } + + let current = event.results[event.results.length - 1][0] + let result = current.transcript; + + componentRef.invokeMethodAsync("OnResult", result); + }; + radzenRecognition.onend = function (event) { + componentRef.invokeMethodAsync("StopRecording"); + radzenRecognition = null; + }; + radzenRecognition.start(); + } + + if (radzenRecognition) { + if (radzenRecognition.componentRef._id != componentRef._id) { + radzenRecognition.addEventListener('end', start); + } + radzenRecognition.stop(); + } else { + start(); + } + } +};