diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 46a1d46e..72cc64d5 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -7,7 +7,7 @@ on: types: [published] env: - NETCORE_VERSION: "6.0.x" + NETCORE_VERSION: "8.0.x" DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true PROJECT_NAME: Modal diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 7f33d7ad..4793952c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -6,7 +6,7 @@ on: env: PROJECT_NAME: Blazored.Modal - NETCORE_VERSION: '6.0.x' + NETCORE_VERSION: '8.0.x' jobs: build: diff --git a/Blazored.Modal.sln b/Blazored.Modal.sln index 7ad87b93..dd197cb4 100644 --- a/Blazored.Modal.sln +++ b/Blazored.Modal.sln @@ -7,10 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazored.Modal", "src\Blazo EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{AC842EAA-F630-4597-A0FC-6758FE9F6268}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssembly", "samples\BlazorWebAssembly\BlazorWebAssembly.csproj", "{4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServer", "samples\BlazorServer\BlazorServer.csproj", "{6290EEF7-69B6-43D0-8FA9-999045336637}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8AD9151-AB7E-4531-A1DF-8952B1D5580D}" ProjectSection(SolutionItems) = preProject README.md = README.md @@ -23,6 +19,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DF45C5D5 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazored.Modal.Tests", "tests\Blazored.Modal.Tests\Blazored.Modal.Tests.csproj", "{14B17729-C172-4F0C-90FF-65479AF6408F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveWebAssembly", "samples\InteractiveWebAssembly\InteractiveWebAssembly.csproj", "{E2C5884F-4FE4-4A5B-B9A3-046E9C546454}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveServer", "samples\InteractiveServer\InteractiveServer.csproj", "{393CCD7E-66D0-4BB5-A087-425F1B643EAF}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -45,30 +45,6 @@ Global {997CB0B4-2B3F-4625-9259-A560CD82AC8C}.Release|x64.Build.0 = Release|Any CPU {997CB0B4-2B3F-4625-9259-A560CD82AC8C}.Release|x86.ActiveCfg = Release|Any CPU {997CB0B4-2B3F-4625-9259-A560CD82AC8C}.Release|x86.Build.0 = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|x64.ActiveCfg = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|x64.Build.0 = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|x86.ActiveCfg = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Debug|x86.Build.0 = Debug|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|Any CPU.Build.0 = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|x64.ActiveCfg = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|x64.Build.0 = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|x86.ActiveCfg = Release|Any CPU - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D}.Release|x86.Build.0 = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|x64.ActiveCfg = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|x64.Build.0 = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|x86.ActiveCfg = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Debug|x86.Build.0 = Debug|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|Any CPU.Build.0 = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|x64.ActiveCfg = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|x64.Build.0 = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|x86.ActiveCfg = Release|Any CPU - {6290EEF7-69B6-43D0-8FA9-999045336637}.Release|x86.Build.0 = Release|Any CPU {14B17729-C172-4F0C-90FF-65479AF6408F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {14B17729-C172-4F0C-90FF-65479AF6408F}.Debug|Any CPU.Build.0 = Debug|Any CPU {14B17729-C172-4F0C-90FF-65479AF6408F}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -81,14 +57,38 @@ Global {14B17729-C172-4F0C-90FF-65479AF6408F}.Release|x64.Build.0 = Release|Any CPU {14B17729-C172-4F0C-90FF-65479AF6408F}.Release|x86.ActiveCfg = Release|Any CPU {14B17729-C172-4F0C-90FF-65479AF6408F}.Release|x86.Build.0 = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|x64.ActiveCfg = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|x64.Build.0 = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|x86.ActiveCfg = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Debug|x86.Build.0 = Debug|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|Any CPU.Build.0 = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|x64.ActiveCfg = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|x64.Build.0 = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|x86.ActiveCfg = Release|Any CPU + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454}.Release|x86.Build.0 = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|x64.ActiveCfg = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|x64.Build.0 = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|x86.ActiveCfg = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Debug|x86.Build.0 = Debug|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|Any CPU.Build.0 = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|x64.ActiveCfg = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|x64.Build.0 = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|x86.ActiveCfg = Release|Any CPU + {393CCD7E-66D0-4BB5-A087-425F1B643EAF}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {4ECB8E84-B0FF-4DC0-9929-D0BE5922E97D} = {AC842EAA-F630-4597-A0FC-6758FE9F6268} - {6290EEF7-69B6-43D0-8FA9-999045336637} = {AC842EAA-F630-4597-A0FC-6758FE9F6268} {14B17729-C172-4F0C-90FF-65479AF6408F} = {DF45C5D5-16E0-47FC-A764-08ED8AF713E2} + {E2C5884F-4FE4-4A5B-B9A3-046E9C546454} = {AC842EAA-F630-4597-A0FC-6758FE9F6268} + {393CCD7E-66D0-4BB5-A087-425F1B643EAF} = {AC842EAA-F630-4597-A0FC-6758FE9F6268} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FB2D90F4-21CF-4118-82E7-479E89C15FB3} diff --git a/samples/BlazorServer/BlazorServer.csproj b/samples/BlazorServer/BlazorServer.csproj deleted file mode 100644 index f0979dbf..00000000 --- a/samples/BlazorServer/BlazorServer.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - diff --git a/samples/BlazorServer/Pages/Error.cshtml b/samples/BlazorServer/Pages/Error.cshtml deleted file mode 100644 index 1c4836f9..00000000 --- a/samples/BlazorServer/Pages/Error.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -@page -@model BlazorServer.Pages.ErrorModel - - - - - - - - Error - - - - - -
-
-

Error.

-

An error occurred while processing your request.

- - @if (Model.ShowRequestId) - { -

- Request ID: @Model.RequestId -

- } - -

Development Mode

-

- Swapping to the Development environment displays detailed information about the error that occurred. -

-

- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -

-
-
- - - \ No newline at end of file diff --git a/samples/BlazorServer/Pages/Error.cshtml.cs b/samples/BlazorServer/Pages/Error.cshtml.cs deleted file mode 100644 index 63ef2018..00000000 --- a/samples/BlazorServer/Pages/Error.cshtml.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System.Diagnostics; -using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Mvc.RazorPages; - -namespace BlazorServer.Pages; - -[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] -[IgnoreAntiforgeryToken] -public class ErrorModel : PageModel -{ - public string? RequestId { get; set; } - - public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); - - private readonly ILogger _logger; - - public ErrorModel(ILogger logger) - { - _logger = logger; - } - - public void OnGet() - { - RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier; - } -} \ No newline at end of file diff --git a/samples/BlazorServer/Pages/_Host.cshtml b/samples/BlazorServer/Pages/_Host.cshtml deleted file mode 100644 index 10cf0797..00000000 --- a/samples/BlazorServer/Pages/_Host.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@page "/" -@namespace BlazorServer.Pages -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@{ - Layout = "_Layout"; -} - - \ No newline at end of file diff --git a/samples/BlazorServer/Pages/_Layout.cshtml b/samples/BlazorServer/Pages/_Layout.cshtml deleted file mode 100644 index 304ad947..00000000 --- a/samples/BlazorServer/Pages/_Layout.cshtml +++ /dev/null @@ -1,32 +0,0 @@ -@using Microsoft.AspNetCore.Components.Web -@namespace BlazorServer.Pages -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers - - - - - - - - - - - - - -@RenderBody() - -
- - An error has occurred. This application may no longer respond until reloaded. - - - An unhandled exception has occurred. See browser dev tools for details. - - Reload - 🗙 -
- - - - \ No newline at end of file diff --git a/samples/BlazorServer/Shared/MainLayout.razor b/samples/BlazorServer/Shared/MainLayout.razor deleted file mode 100644 index 111eabbb..00000000 --- a/samples/BlazorServer/Shared/MainLayout.razor +++ /dev/null @@ -1,19 +0,0 @@ -@inherits LayoutComponentBase - -Blazored Modal (Server) - -
- - -
-
- About -
- -
- @Body -
-
-
diff --git a/samples/BlazorServer/Shared/MainLayout.razor.css b/samples/BlazorServer/Shared/MainLayout.razor.css deleted file mode 100644 index 12f7e581..00000000 --- a/samples/BlazorServer/Shared/MainLayout.razor.css +++ /dev/null @@ -1,70 +0,0 @@ -.page { - position: relative; - display: flex; - flex-direction: column; -} - -main { - flex: 1; -} - -.sidebar { - background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); -} - -.top-row { - background-color: #f7f7f7; - border-bottom: 1px solid #d6d5d5; - justify-content: flex-end; - height: 3.5rem; - display: flex; - align-items: center; -} - -.top-row ::deep a, .top-row .btn-link { - white-space: nowrap; - margin-left: 1.5rem; -} - -.top-row a:first-child { - overflow: hidden; - text-overflow: ellipsis; -} - -@media (max-width: 640.98px) { - .top-row:not(.auth) { - display: none; - } - - .top-row.auth { - justify-content: space-between; - } - - .top-row a, .top-row .btn-link { - margin-left: 0; - } -} - -@media (min-width: 641px) { - .page { - flex-direction: row; - } - - .sidebar { - width: 250px; - height: 100vh; - position: sticky; - top: 0; - } - - .top-row { - position: sticky; - top: 0; - z-index: 1; - } - - .top-row, article { - padding-left: 2rem !important; - padding-right: 1.5rem !important; - } -} diff --git a/samples/BlazorServer/Shared/NavMenu.razor.css b/samples/BlazorServer/Shared/NavMenu.razor.css deleted file mode 100644 index 4c3379c2..00000000 --- a/samples/BlazorServer/Shared/NavMenu.razor.css +++ /dev/null @@ -1,62 +0,0 @@ -.navbar-toggler { - background-color: rgba(255, 255, 255, 0.1); -} - -.top-row { - height: 3.5rem; - background-color: rgba(0,0,0,0.4); -} - -.navbar-brand { - font-size: 1.1rem; -} - -.oi { - width: 2rem; - font-size: 1.1rem; - vertical-align: text-top; - top: -2px; -} - -.nav-item { - font-size: 0.9rem; - padding-bottom: 0.5rem; -} - -.nav-item:first-of-type { - padding-top: 1rem; -} - -.nav-item:last-of-type { - padding-bottom: 1rem; -} - -.nav-item ::deep a { - color: #d7d7d7; - border-radius: 4px; - height: 3rem; - display: flex; - align-items: center; - line-height: 3rem; -} - -.nav-item ::deep a.active { - background-color: rgba(255,255,255,0.25); - color: white; -} - -.nav-item ::deep a:hover { - background-color: rgba(255,255,255,0.1); - color: white; -} - -@media (min-width: 641px) { - .navbar-toggler { - display: none; - } - - .collapse { - /* Never collapse the sidebar for wide screens */ - display: block; - } -} diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/FONT-LICENSE b/samples/BlazorServer/wwwroot/css/open-iconic/FONT-LICENSE deleted file mode 100644 index 8ae8650d..00000000 --- a/samples/BlazorServer/wwwroot/css/open-iconic/FONT-LICENSE +++ /dev/null @@ -1,86 +0,0 @@ -SIL OPEN FONT LICENSE Version 1.1 - -Copyright (c) 2014 Waybury - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/ICON-LICENSE b/samples/BlazorServer/wwwroot/css/open-iconic/ICON-LICENSE deleted file mode 100644 index af73356f..00000000 --- a/samples/BlazorServer/wwwroot/css/open-iconic/ICON-LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Waybury - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/README.md b/samples/BlazorServer/wwwroot/css/open-iconic/README.md deleted file mode 100644 index e2e831ed..00000000 --- a/samples/BlazorServer/wwwroot/css/open-iconic/README.md +++ /dev/null @@ -1,114 +0,0 @@ -[Open Iconic v1.1.1](http://useiconic.com/open) -=========== - -### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons) - - - -## What's in Open Iconic? - -* 223 icons designed to be legible down to 8 pixels -* Super-light SVG files - 61.8 for the entire set -* SVG sprite—the modern replacement for icon fonts -* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats -* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats -* PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px. - - -## Getting Started - -#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections. - -### General Usage - -#### Using Open Iconic's SVGs - -We like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the `alt` attribute). - -``` -icon name -``` - -#### Using Open Iconic's SVG Sprite - -Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack. - -Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `` *tag and a unique class name for each different icon in the* `` *tag.* - -``` - - - -``` - -Sizing icons only needs basic CSS. All the icons are in a square format, so just set the `` tag with equal width and height dimensions. - -``` -.icon { - width: 16px; - height: 16px; -} -``` - -Coloring icons is even easier. All you need to do is set the `fill` rule on the `` tag. - -``` -.icon-account-login { - fill: #f00; -} -``` - -To learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/). - -#### Using Open Iconic's Icon Font... - - -##### …with Bootstrap - -You can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}` - - -``` - -``` - - -``` - -``` - -##### …with Foundation - -You can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}` - -``` - -``` - - -``` - -``` - -##### …on its own - -You can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}` - -``` - -``` - -``` - -``` - - -## License - -### Icons - -All code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT). - -### Fonts - -All fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web). diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/samples/BlazorServer/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css deleted file mode 100644 index 4664f2e8..00000000 --- a/samples/BlazorServer/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic.woff) format('woff'),url(../fonts/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic.otf) format('opentype'),url(../fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'} \ No newline at end of file diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.eot deleted file mode 100644 index f98177db..00000000 Binary files a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.eot and /dev/null differ diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.otf deleted file mode 100644 index f6bd6846..00000000 Binary files a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.otf and /dev/null differ diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.svg deleted file mode 100644 index cf429428..00000000 --- a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.svg +++ /dev/null @@ -1,543 +0,0 @@ - - - - - -Created by FontForge 20120731 at Tue Jul 1 20:39:22 2014 - By P.J. Onori -Created by P.J. Onori with FontForge 2.0 (http://fontforge.sf.net) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf deleted file mode 100644 index fab60486..00000000 Binary files a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf and /dev/null differ diff --git a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.woff deleted file mode 100644 index f9309988..00000000 Binary files a/samples/BlazorServer/wwwroot/css/open-iconic/font/fonts/open-iconic.woff and /dev/null differ diff --git a/samples/BlazorServer/wwwroot/favicon.ico b/samples/BlazorServer/wwwroot/favicon.ico deleted file mode 100644 index a3a79998..00000000 Binary files a/samples/BlazorServer/wwwroot/favicon.ico and /dev/null differ diff --git a/samples/BlazorServer/wwwroot/js/blazor.polyfill.min.js b/samples/BlazorServer/wwwroot/js/blazor.polyfill.min.js deleted file mode 100644 index ae17eb0c..00000000 --- a/samples/BlazorServer/wwwroot/js/blazor.polyfill.min.js +++ /dev/null @@ -1,10 +0,0 @@ -!function(t){function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var r={};e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=143)}([function(t,e,r){var n=r(2),o=r(13).f,i=r(20),a=r(15),u=r(78),c=r(109),f=r(52);t.exports=function(t,e){var r,s,l,p,h,d=t.target,v=t.global,y=t.stat;if(r=v?n:y?n[d]||u(d,{}):(n[d]||{}).prototype)for(s in e){if(p=e[s],t.noTargetGet?(h=o(r,s),l=h&&h.value):l=r[s],!f(v?s:d+(y?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(r,s,p,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||Function("return this")()}).call(e,r(105))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,r){var n=r(1);t.exports=!n(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(t,e,r){var n=r(3);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,r){var n=r(24),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},function(t,e,r){"use strict";var n,o=r(103),i=r(4),a=r(2),u=r(3),c=r(11),f=r(62),s=r(20),l=r(15),p=r(9).f,h=r(28),d=r(43),v=r(8),y=r(49),g=a.Int8Array,b=g&&g.prototype,m=a.Uint8ClampedArray,x=m&&m.prototype,w=g&&h(g),E=b&&h(b),S=Object.prototype,A=S.isPrototypeOf,O=v("toStringTag"),T=y("TYPED_ARRAY_TAG"),_=o&&!!d&&"Opera"!==f(a.opera),R=!1,I={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},j=function(t){var e=f(t);return"DataView"===e||c(I,e)},M=function(t){return u(t)&&c(I,f(t))},N=function(t){if(M(t))return t;throw TypeError("Target is not a typed array")},P=function(t){if(d){if(A.call(w,t))return t}else for(var e in I)if(c(I,n)){var r=a[e];if(r&&(t===r||A.call(r,t)))return t}throw TypeError("Target is not a typed array constructor")},F=function(t,e,r){if(i){if(r)for(var n in I){var o=a[n];o&&c(o.prototype,t)&&delete o.prototype[t]}E[t]&&!r||l(E,t,r?e:_&&b[t]||e)}},D=function(t,e,r){var n,o;if(i){if(d){if(r)for(n in I)(o=a[n])&&c(o,t)&&delete o[t];if(w[t]&&!r)return;try{return l(w,t,r?e:_&&g[t]||e)}catch(t){}}for(n in I)!(o=a[n])||o[t]&&!r||l(o,t,e)}};for(n in I)a[n]||(_=!1);if((!_||"function"!=typeof w||w===Function.prototype)&&(w=function(){throw TypeError("Incorrect invocation")},_))for(n in I)a[n]&&d(a[n],w);if((!_||!E||E===S)&&(E=w.prototype,_))for(n in I)a[n]&&d(a[n].prototype,E);if(_&&h(x)!==E&&d(x,E),i&&!c(E,O)){R=!0,p(E,O,{get:function(){return u(this)?this[T]:void 0}});for(n in I)a[n]&&s(a[n],T,n)}t.exports={NATIVE_ARRAY_BUFFER_VIEWS:_,TYPED_ARRAY_TAG:R&&T,aTypedArray:N,aTypedArrayConstructor:P,exportTypedArrayMethod:F,exportTypedArrayStaticMethod:D,isView:j,isTypedArray:M,TypedArray:w,TypedArrayPrototype:E}},function(t,e,r){var n=r(2),o=r(80),i=r(11),a=r(49),u=r(85),c=r(111),f=o("wks"),s=n.Symbol,l=c?s:s&&s.withoutSetter||a;t.exports=function(t){return i(f,t)||(u&&i(s,t)?f[t]=s[t]:f[t]=l("Symbol."+t)),f[t]}},function(t,e,r){var n=r(4),o=r(106),i=r(5),a=r(26),u=Object.defineProperty;e.f=n?u:function(t,e,r){if(i(t),e=a(e,!0),i(r),o)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(14);t.exports=function(t){return Object(n(t))}},function(t,e){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},function(t,e,r){var n=r(40),o=r(48),i=r(10),a=r(6),u=r(54),c=[].push,f=function(t){var e=1==t,r=2==t,f=3==t,s=4==t,l=6==t,p=5==t||l;return function(h,d,v,y){for(var g,b,m=i(h),x=o(m),w=n(d,v,3),E=a(x.length),S=0,A=y||u,O=e?A(h,E):r?A(h,0):void 0;E>S;S++)if((p||S in x)&&(g=x[S],b=w(g,S,m),t))if(e)O[S]=b;else if(b)switch(t){case 3:return!0;case 5:return g;case 6:return S;case 2:c.call(O,g)}else if(s)return!1;return l?-1:f||s?s:O}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6)}},function(t,e,r){var n=r(4),o=r(60),i=r(37),a=r(19),u=r(26),c=r(11),f=r(106),s=Object.getOwnPropertyDescriptor;e.f=n?s:function(t,e){if(t=a(t),e=u(e,!0),f)try{return s(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,r){var n=r(2),o=r(20),i=r(11),a=r(78),u=r(79),c=r(21),f=c.get,s=c.enforce,l=String(String).split("String");(t.exports=function(t,e,r,u){var c=!!u&&!!u.unsafe,f=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;if("function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),s(r).source=l.join("string"==typeof e?e:"")),t===n)return void(f?t[e]=r:a(e,r));c?!p&&t[e]&&(f=!0):delete t[e],f?t[e]=r:o(t,e,r)})(Function.prototype,"toString",function(){return"function"==typeof this&&f(this).source||u(this)})},function(t,e,r){var n=r(82),o=r(11),i=r(115),a=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,r){var n=r(4),o=r(1),i=r(11),a=Object.defineProperty,u={},c=function(t){throw t};t.exports=function(t,e){if(i(u,t))return u[t];e||(e={});var r=[][t],f=!!i(e,"ACCESSORS")&&e.ACCESSORS,s=i(e,0)?e[0]:c,l=i(e,1)?e[1]:void 0;return u[t]=!!r&&!o(function(){if(f&&!n)return!0;var t={length:-1};f?a(t,1,{enumerable:!0,get:c}):t[1]=1,r.call(t,s,l)})}},function(t,e,r){var n=r(48),o=r(14);t.exports=function(t){return n(o(t))}},function(t,e,r){var n=r(4),o=r(9),i=r(37);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n,o,i,a=r(108),u=r(2),c=r(3),f=r(20),s=r(11),l=r(61),p=r(50),h=u.WeakMap,d=function(t){return i(t)?o(t):n(t,{})},v=function(t){return function(e){var r;if(!c(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}};if(a){var y=new h,g=y.get,b=y.has,m=y.set;n=function(t,e){return m.call(y,t,e),e},o=function(t){return g.call(y,t)||{}},i=function(t){return b.call(y,t)}}else{var x=l("state");p[x]=!0,n=function(t,e){return f(t,x,e),e},o=function(t){return s(t,x)?t[x]:{}},i=function(t){return s(t,x)}}t.exports={set:n,get:o,has:i,enforce:d,getterFor:v}},function(t,e,r){var n=r(14),o=/"/g;t.exports=function(t,e,r,i){var a=String(n(t)),u="<"+e;return""!==r&&(u+=" "+r+'="'+String(i).replace(o,""")+'"'),u+">"+a+""}},function(t,e,r){var n=r(1);t.exports=function(t){return n(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3})}},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},function(t,e){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},function(t,e,r){var n=r(3);t.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,r){var n=r(82),o=r(2),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},function(t,e,r){var n=r(11),o=r(10),i=r(61),a=r(89),u=i("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),n(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},function(t,e){t.exports=!1},function(t,e,r){"use strict";var n=r(1);t.exports=function(t,e){var r=[][t];return!!r&&n(function(){r.call(null,e||function(){throw 1},1)})}},function(t,e,r){var n=r(5),o=r(17),i=r(8),a=i("species");t.exports=function(t,e){var r,i=n(t).constructor;return void 0===i||void 0==(r=n(i)[a])?e:o(r)}},function(t,e,r){"use strict";var n=r(0),o=r(2),i=r(4),a=r(104),u=r(7),c=r(76),f=r(47),s=r(37),l=r(20),p=r(6),h=r(140),d=r(141),v=r(26),y=r(11),g=r(62),b=r(3),m=r(34),x=r(43),w=r(38).f,E=r(142),S=r(12).forEach,A=r(45),O=r(9),T=r(13),_=r(21),R=r(73),I=_.get,j=_.set,M=O.f,N=T.f,P=Math.round,F=o.RangeError,D=c.ArrayBuffer,C=c.DataView,L=u.NATIVE_ARRAY_BUFFER_VIEWS,U=u.TYPED_ARRAY_TAG,B=u.TypedArray,k=u.TypedArrayPrototype,z=u.aTypedArrayConstructor,W=u.isTypedArray,q=function(t,e){for(var r=0,n=e.length,o=new(z(t))(n);n>r;)o[r]=e[r++];return o},H=function(t,e){M(t,e,{get:function(){return I(this)[e]}})},V=function(t){var e;return t instanceof D||"ArrayBuffer"==(e=g(t))||"SharedArrayBuffer"==e},Y=function(t,e){return W(t)&&"symbol"!=typeof e&&e in t&&String(+e)==String(e)},G=function(t,e){return Y(t,e=v(e,!0))?s(2,t[e]):N(t,e)},$=function(t,e,r){return!(Y(t,e=v(e,!0))&&b(r)&&y(r,"value"))||y(r,"get")||y(r,"set")||r.configurable||y(r,"writable")&&!r.writable||y(r,"enumerable")&&!r.enumerable?M(t,e,r):(t[e]=r.value,t)};i?(L||(T.f=G,O.f=$,H(k,"buffer"),H(k,"byteOffset"),H(k,"byteLength"),H(k,"length")),n({target:"Object",stat:!0,forced:!L},{getOwnPropertyDescriptor:G,defineProperty:$}),t.exports=function(t,e,r){var i=t.match(/\d+$/)[0]/8,u=t+(r?"Clamped":"")+"Array",c="get"+t,s="set"+t,v=o[u],y=v,g=y&&y.prototype,O={},T=function(t,e){var r=I(t);return r.view[c](e*i+r.byteOffset,!0)},_=function(t,e,n){var o=I(t);r&&(n=(n=P(n))<0?0:n>255?255:255&n),o.view[s](e*i+o.byteOffset,n,!0)},N=function(t,e){M(t,e,{get:function(){return T(this,e)},set:function(t){return _(this,e,t)},enumerable:!0})};L?a&&(y=e(function(t,e,r,n){return f(t,y,u),R(function(){return b(e)?V(e)?void 0!==n?new v(e,d(r,i),n):void 0!==r?new v(e,d(r,i)):new v(e):W(e)?q(y,e):E.call(y,e):new v(h(e))}(),t,y)}),x&&x(y,B),S(w(v),function(t){t in y||l(y,t,v[t])}),y.prototype=g):(y=e(function(t,e,r,n){f(t,y,u);var o,a,c,s=0,l=0;if(b(e)){if(!V(e))return W(e)?q(y,e):E.call(y,e);o=e,l=d(r,i);var v=e.byteLength;if(void 0===n){if(v%i)throw F("Wrong length");if((a=v-l)<0)throw F("Wrong length")}else if((a=p(n)*i)+l>v)throw F("Wrong length");c=a/i}else c=h(e),a=c*i,o=new D(a);for(j(t,{buffer:o,byteOffset:l,byteLength:a,length:c,view:new C(o)});s"+t+"<\/script>"},d=function(t){t.write(h("")),t.close();var e=t.parentWindow.Object;return t=null,e},v=function(){var t,e=f("iframe");return e.style.display="none",c.appendChild(e),e.src=String("javascript:"),t=e.contentWindow.document,t.open(),t.write(h("document.F=Object")),t.close(),t.F},y=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}y=n?d(n):v();for(var t=a.length;t--;)delete y.prototype[a[t]];return y()};u[l]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(p.prototype=o(t),r=new p,p.prototype=null,r[l]=t):r=y(),void 0===e?r:i(r,e)}},function(t,e,r){var n=r(9).f,o=r(11),i=r(8),a=i("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,a)&&n(t,a,{configurable:!0,value:e})}},function(t,e,r){var n=r(8),o=r(34),i=r(9),a=n("unscopables"),u=Array.prototype;void 0==u[a]&&i.f(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,r){var n=r(110),o=r(83),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,i)}},function(t,e,r){var n=r(25);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,r){var n=r(17);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,r){var n=r(50),o=r(3),i=r(11),a=r(9).f,u=r(49),c=r(55),f=u("meta"),s=0,l=Object.isExtensible||function(){return!0},p=function(t){a(t,f,{value:{objectID:"O"+ ++s,weakData:{}}})},h=function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,f)){if(!l(t))return"F";if(!e)return"E";p(t)}return t[f].objectID},d=function(t,e){if(!i(t,f)){if(!l(t))return!0;if(!e)return!1;p(t)}return t[f].weakData},v=function(t){return c&&y.REQUIRED&&l(t)&&!i(t,f)&&p(t),t},y=t.exports={REQUIRED:!1,fastKey:h,getWeakData:d,onFreeze:v};n[f]=!0},function(t,e,r){"use strict";var n=r(26),o=r(9),i=r(37);t.exports=function(t,e,r){var a=n(e);a in t?o.f(t,a,i(0,r)):t[a]=r}},function(t,e,r){var n=r(5),o=r(119);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(r,[]),e=r instanceof Array}catch(t){}return function(r,i){return n(r),o(i),e?t.call(r,i):r.__proto__=i,r}}():void 0)},function(t,e,r){var n=r(5),o=r(86),i=r(6),a=r(40),u=r(87),c=r(117),f=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,r,s,l){var p,h,d,v,y,g,b,m=a(e,r,s?2:1);if(l)p=t;else{if("function"!=typeof(h=u(t)))throw TypeError("Target is not iterable");if(o(h)){for(d=0,v=i(t.length);v>d;d++)if((y=s?m(n(b=t[d])[0],b[1]):m(t[d]))&&y instanceof f)return y;return new f(!1)}p=h.call(t)}for(g=p.next;!(b=g.call(p)).done;)if("object"==typeof(y=c(p,m,b.value,s))&&y&&y instanceof f)return y;return new f(!1)}).stop=function(t){return new f(!0,t)}},function(t,e,r){"use strict";var n=r(27),o=r(9),i=r(8),a=r(4),u=i("species");t.exports=function(t){var e=n(t),r=o.f;a&&e&&!e[u]&&r(e,u,{configurable:!0,get:function(){return this}})}},function(t,e,r){var n=r(14),o=r(72),i="["+o+"]",a=RegExp("^"+i+i+"*"),u=RegExp(i+i+"*$"),c=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(a,"")),2&t&&(r=r.replace(u,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},function(t,e){t.exports=function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return t}},function(t,e,r){var n=r(1),o=r(25),i="".split;t.exports=n(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e){var r=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+n).toString(36)}},function(t,e){t.exports={}},function(t,e,r){var n=r(19),o=r(6),i=r(33),a=function(t){return function(e,r,a){var u,c=n(e),f=o(c.length),s=i(a,f);if(t&&r!=r){for(;f>s;)if((u=c[s++])!=u)return!0}else for(;f>s;s++)if((t||s in c)&&c[s]===r)return t||s||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,r){var n=r(1),o=/#|\.prototype\./,i=function(t,e){var r=u[a(t)];return r==f||r!=c&&("function"==typeof e?n(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",f=i.POLYFILL="P";t.exports=i},function(t,e,r){var n=r(110),o=r(83);t.exports=Object.keys||function(t){return n(t,o)}},function(t,e,r){var n=r(3),o=r(39),i=r(8),a=i("species");t.exports=function(t,e){var r;return o(t)&&(r=t.constructor,"function"!=typeof r||r!==Array&&!o(r.prototype)?n(r)&&null===(r=r[a])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)}},function(t,e,r){var n=r(1);t.exports=!n(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(t,e){t.exports={}},function(t,e,r){var n=r(1),o=r(8),i=r(90),a=o("species");t.exports=function(t){return i>=51||!n(function(){var e=[],r=e.constructor={};return r[a]=function(){return{foo:1}},1!==e[t](Boolean).foo})}},function(t,e,r){"use strict";var n=r(5);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,r){var n=r(15);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},function(t,e,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},function(t,e,r){var n=r(80),o=r(49),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e,r){var n=r(88),o=r(25),i=r(8),a=i("toStringTag"),u="Arguments"==o(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(t){}};t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=c(e=Object(t),a))?r:u?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},function(t,e,r){"use strict";var n=r(29),o=r(2),i=r(1);t.exports=n||!i(function(){var t=Math.random();__defineSetter__.call(null,t,function(){}),delete o[t]})},function(t,e,r){var n=r(8),o=n("iterator"),i=!1;try{var a=0,u={next:function(){return{done:!!a++}},return:function(){i=!0}};u[o]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var r=!1;try{var n={};n[o]=function(){return{next:function(){return{done:r=!0}}}},t(n)}catch(t){}return r}},function(t,e,r){var n=r(17),o=r(10),i=r(48),a=r(6),u=function(t){return function(e,r,u,c){n(r);var f=o(e),s=i(f),l=a(f.length),p=t?l-1:0,h=t?-1:1;if(u<2)for(;;){if(p in s){c=s[p],p+=h;break}if(p+=h,t?p<0:l<=p)throw TypeError("Reduce of empty array with no initial value")}for(;t?p>=0:l>p;p+=h)p in s&&(c=r(c,s[p],p,f));return c}};t.exports={left:u(!1),right:u(!0)}},function(t,e,r){var n=r(3),o=r(25),i=r(8),a=i("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[a])?!!e:"RegExp"==o(t))}},function(t,e,r){"use strict";r(97);var n=r(15),o=r(1),i=r(8),a=r(68),u=r(20),c=i("species"),f=!o(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}),s=function(){return"$0"==="a".replace(/./,"$0")}(),l=i("replace"),p=function(){return!!/./[l]&&""===/./[l]("a","$0")}(),h=!o(function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]});t.exports=function(t,e,r,l){var d=i(t),v=!o(function(){var e={};return e[d]=function(){return 7},7!=""[t](e)}),y=v&&!o(function(){var e=!1,r=/a/;return"split"===t&&(r={},r.constructor={},r.constructor[c]=function(){return r},r.flags="",r[d]=/./[d]),r.exec=function(){return e=!0,null},r[d](""),!e});if(!v||!y||"replace"===t&&(!f||!s||p)||"split"===t&&!h){var g=/./[d],b=r(d,""[t],function(t,e,r,n,o){return e.exec===a?v&&!o?{done:!0,value:g.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}},{REPLACE_KEEPS_$0:s,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],x=b[1];n(String.prototype,t,m),n(RegExp.prototype,d,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}l&&u(RegExp.prototype[d],"sham",!0)}},function(t,e,r){"use strict";var n=r(58),o=r(69),i=RegExp.prototype.exec,a=String.prototype.replace,u=i,c=function(){var t=/a/,e=/b*/g;return i.call(t,"a"),i.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),f=o.UNSUPPORTED_Y||o.BROKEN_CARET,s=void 0!==/()??/.exec("")[1];(c||s||f)&&(u=function(t){var e,r,o,u,l=this,p=f&&l.sticky,h=n.call(l),d=l.source,v=0,y=t;return p&&(h=h.replace("y",""),-1===h.indexOf("g")&&(h+="g"),y=String(t).slice(l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==t[l.lastIndex-1])&&(d="(?: "+d+")",y=" "+y,v++),r=new RegExp("^(?:"+d+")",h)),s&&(r=new RegExp("^"+d+"$(?!\\s)",h)),c&&(e=l.lastIndex),o=i.call(p?r:l,y),p?o?(o.input=o.input.slice(v),o[0]=o[0].slice(v),o.index=l.lastIndex,l.lastIndex+=o[0].length):l.lastIndex=0:c&&o&&(l.lastIndex=l.global?o.index+o[0].length:e),s&&o&&o.length>1&&a.call(o[0],r,function(){for(u=1;u22025.465794806718||r(10)<22025.465794806718||-2e-17!=r(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:n(t)-1}:r},function(t,e,r){"use strict";var n=r(0),o=r(2),i=r(52),a=r(15),u=r(41),c=r(44),f=r(47),s=r(3),l=r(1),p=r(64),h=r(35),d=r(73);t.exports=function(t,e,r){var v=-1!==t.indexOf("Map"),y=-1!==t.indexOf("Weak"),g=v?"set":"add",b=o[t],m=b&&b.prototype,x=b,w={},E=function(t){var e=m[t];a(m,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(y&&!s(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return y&&!s(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(y&&!s(t))&&e.call(this,0===t?0:t)}:function(t,r){return e.call(this,0===t?0:t,r),this})};if(i(t,"function"!=typeof b||!(y||m.forEach&&!l(function(){(new b).entries().next()}))))x=r.getConstructor(e,t,v,g),u.REQUIRED=!0;else if(i(t,!0)){var S=new x,A=S[g](y?{}:-0,1)!=S,O=l(function(){S.has(1)}),T=p(function(t){new b(t)}),_=!y&&l(function(){for(var t=new b,e=5;e--;)t[g](e,e);return!t.has(-0)});T||(x=e(function(e,r){f(e,x,t);var n=d(new b,e,x);return void 0!=r&&c(r,n[g],n,v),n}),x.prototype=m,m.constructor=x),(O||_)&&(E("delete"),E("has"),v&&E("get")),(_||A)&&E(g),y&&m.clear&&delete m.clear}return w[t]=x,n({global:!0,forced:x!=b},w),h(x,t),y||r.setStrong(x,t,v),x}},function(t,e,r){"use strict";var n=r(2),o=r(4),i=r(103),a=r(20),u=r(59),c=r(1),f=r(47),s=r(24),l=r(6),p=r(140),h=r(310),d=r(28),v=r(43),y=r(38).f,g=r(9).f,b=r(92),m=r(35),x=r(21),w=x.get,E=x.set,S=n.ArrayBuffer,A=S,O=n.DataView,T=O&&O.prototype,_=Object.prototype,R=n.RangeError,I=h.pack,j=h.unpack,M=function(t){return[255&t]},N=function(t){return[255&t,t>>8&255]},P=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},F=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},D=function(t){return I(t,23,4)},C=function(t){return I(t,52,8)},L=function(t,e){g(t.prototype,e,{get:function(){return w(this)[e]}})},U=function(t,e,r,n){var o=p(r),i=w(t);if(o+e>i.byteLength)throw R("Wrong index");var a=w(i.buffer).bytes,u=o+i.byteOffset,c=a.slice(u,u+e);return n?c:c.reverse()},B=function(t,e,r,n,o,i){var a=p(r),u=w(t);if(a+e>u.byteLength)throw R("Wrong index");for(var c=w(u.buffer).bytes,f=a+u.byteOffset,s=n(+o),l=0;lq;)(k=W[q++])in A||a(A,k,S[k]);z.constructor=A}v&&d(T)!==_&&v(T,_);var H=new O(new A(2)),V=T.setInt8;H.setInt8(0,2147483648),H.setInt8(1,2147483649),!H.getInt8(0)&&H.getInt8(1)||u(T,{setInt8:function(t,e){V.call(this,t,e<<24>>24)},setUint8:function(t,e){V.call(this,t,e<<24>>24)}},{unsafe:!0})}else A=function(t){f(this,A,"ArrayBuffer");var e=p(t);E(this,{bytes:b.call(new Array(e),0),byteLength:e}),o||(this.byteLength=e)},O=function(t,e,r){f(this,O,"DataView"),f(t,A,"DataView");var n=w(t).byteLength,i=s(e);if(i<0||i>n)throw R("Wrong offset");if(r=void 0===r?n-i:l(r),i+r>n)throw R("Wrong length");E(this,{buffer:t,byteLength:r,byteOffset:i}),o||(this.buffer=t,this.byteLength=r,this.byteOffset=i)},o&&(L(A,"byteLength"),L(O,"buffer"),L(O,"byteLength"),L(O,"byteOffset")),u(O.prototype,{getInt8:function(t){return U(this,1,t)[0]<<24>>24},getUint8:function(t){return U(this,1,t)[0]},getInt16:function(t){var e=U(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=U(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return F(U(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return F(U(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return j(U(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return j(U(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){B(this,1,t,M,e)},setUint8:function(t,e){B(this,1,t,M,e)},setInt16:function(t,e){B(this,2,t,N,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){B(this,2,t,N,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){B(this,4,t,P,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){B(this,4,t,P,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){B(this,4,t,D,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){B(this,8,t,C,e,arguments.length>2?arguments[2]:void 0)}});m(A,"ArrayBuffer"),m(O,"DataView"),t.exports={ArrayBuffer:A,DataView:O}},function(t,e,r){var n=r(2),o=r(3),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,r){var n=r(2),o=r(20);t.exports=function(t,e){try{o(n,t,e)}catch(r){n[t]=e}return e}},function(t,e,r){var n=r(107),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},function(t,e,r){var n=r(29),o=r(107);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e,r){var n=r(27),o=r(38),i=r(84),a=r(5);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),r=i.f;return r?e.concat(r(t)):e}},function(t,e,r){var n=r(2);t.exports=n},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,r){var n=r(1);t.exports=!!Object.getOwnPropertySymbols&&!n(function(){return!String(Symbol())})},function(t,e,r){var n=r(8),o=r(56),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},function(t,e,r){var n=r(62),o=r(56),i=r(8),a=i("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||o[n(t)]}},function(t,e,r){var n=r(8),o=n("toStringTag"),i={};i[o]="z",t.exports="[object z]"===String(i)},function(t,e,r){var n=r(1);t.exports=!n(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,r){var n,o,i=r(2),a=r(91),u=i.process,c=u&&u.versions,f=c&&c.v8;f?(n=f.split("."),o=n[0]+n[1]):a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},function(t,e,r){var n=r(27);t.exports=n("navigator","userAgent")||""},function(t,e,r){"use strict";var n=r(10),o=r(33),i=r(6);t.exports=function(t){for(var e=n(this),r=i(e.length),a=arguments.length,u=o(a>1?arguments[1]:void 0,r),c=a>2?arguments[2]:void 0,f=void 0===c?r:o(c,r);f>u;)e[u++]=t;return e}},function(t,e,r){"use strict";var n=r(0),o=r(125),i=r(28),a=r(43),u=r(35),c=r(20),f=r(15),s=r(8),l=r(29),p=r(56),h=r(126),d=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,y=s("iterator"),g=function(){return this};t.exports=function(t,e,r,s,h,b,m){o(r,e,s);var x,w,E,S=function(t){if(t===h&&R)return R;if(!v&&t in T)return T[t];switch(t){case"keys":case"values":case"entries":return function(){return new r(this,t)}}return function(){return new r(this)}},A=e+" Iterator",O=!1,T=t.prototype,_=T[y]||T["@@iterator"]||h&&T[h],R=!v&&_||S(h),I="Array"==e?T.entries||_:_;if(I&&(x=i(I.call(new t)),d!==Object.prototype&&x.next&&(l||i(x)===d||(a?a(x,d):"function"!=typeof x[y]&&c(x,y,g)),u(x,A,!0,!0),l&&(p[A]=g))),"values"==h&&_&&"values"!==_.name&&(O=!0,R=function(){return _.call(this)}),l&&!m||T[y]===R||c(T,y,R),p[e]=R,h)if(w={values:S("values"),keys:b?R:S("keys"),entries:S("entries")},m)for(E in w)!v&&!O&&E in T||f(T,E,w[E]);else n({target:e,proto:!0,forced:v||O},w);return w}},function(t,e,r){var n=r(24),o=r(14),i=function(t){return function(e,r){var i,a,u=String(o(e)),c=n(r),f=u.length;return c<0||c>=f?t?"":void 0:(i=u.charCodeAt(c),i<55296||i>56319||c+1===f||(a=u.charCodeAt(c+1))<56320||a>57343?t?u.charAt(c):i:t?u.slice(c,c+2):a-56320+(i-55296<<10)+65536)}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,r){var n=r(66);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,r){var n=r(8),o=n("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[o]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,r){"use strict";var n=r(0),o=r(68);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,r){var n=r(6),o=r(99),i=r(14),a=Math.ceil,u=function(t){return function(e,r,u){var c,f,s=String(i(e)),l=s.length,p=void 0===u?" ":String(u),h=n(r);return h<=l||""==p?s:(c=h-l,f=o.call(p,a(c/p.length)),f.length>c&&(f=f.slice(0,c)),t?s+f:f+s)}};t.exports={start:u(!1),end:u(!0)}},function(t,e,r){"use strict";var n=r(24),o=r(14);t.exports="".repeat||function(t){var e=String(o(this)),r="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(r+=e);return r}},function(t,e,r){var n=r(1),o=r(72),i="​…᠎";t.exports=function(t){return n(function(){return!!o[t]()||i[t]()!=i||o[t].name!==t})}},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,r){"use strict";var n=r(17),o=function(t){var e,r;this.promise=new t(function(t,n){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=n}),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new o(t)}},function(t,e){t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},function(t,e,r){var n=r(2),o=r(1),i=r(64),a=r(7).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,c=n.Int8Array;t.exports=!a||!o(function(){c(1)})||!o(function(){new c(-1)})||!i(function(t){new c,new c(null),new c(1.5),new c(t)},!0)||o(function(){return 1!==new c(new u(2),1,void 0).length})},function(t,e){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(r=window)}t.exports=r},function(t,e,r){var n=r(4),o=r(1),i=r(77);t.exports=!n&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(t,e,r){var n=r(2),o=r(78),i=n["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,r){var n=r(2),o=r(79),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,r){var n=r(11),o=r(81),i=r(13),a=r(9);t.exports=function(t,e){for(var r=o(e),u=a.f,c=i.f,f=0;fc;)n(u,r=e[c++])&&(~i(f,r)||f.push(r));return f}},function(t,e,r){var n=r(85);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,r){var n=r(4),o=r(9),i=r(5),a=r(53);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=a(e),u=n.length,c=0;u>c;)o.f(t,r=n[c++],e[r]);return t}},function(t,e,r){var n=r(27);t.exports=n("document","documentElement")},function(t,e,r){var n=r(19),o=r(38).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(t){try{return o(t)}catch(t){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?u(t):o(n(t))}},function(t,e,r){var n=r(8);e.f=n},function(t,e,r){var n=r(4),o=r(53),i=r(19),a=r(60).f,u=function(t){return function(e){for(var r,u=i(e),c=o(u),f=c.length,s=0,l=[];f>s;)r=c[s++],n&&!a.call(u,r)||l.push(t?[r,u[r]]:u[r]);return l}};t.exports={entries:u(!0),values:u(!1)}},function(t,e,r){var n=r(5);t.exports=function(t,e,r,o){try{return o?e(n(r)[0],r[1]):e(r)}catch(e){var i=t.return;throw void 0!==i&&n(i.call(t)),e}}},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,r){var n=r(3);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,r){"use strict";var n=r(17),o=r(3),i=[].slice,a={},u=function(t,e,r){if(!(e in a)){for(var n=[],o=0;o2?arguments[2]:void 0,l=a((void 0===s?u:o(s,u))-f,u-c),p=1;for(f0;)f in r?r[c]=r[f]:delete r[c],c+=p,f+=p;return r}},function(t,e,r){"use strict";var n=r(39),o=r(6),i=r(40),a=function(t,e,r,u,c,f,s,l){for(var p,h=c,d=0,v=!!s&&i(s,l,3);d0&&n(p))h=a(t,e,p,o(p.length),h,f-1)-1;else{if(h>=9007199254740991)throw TypeError("Exceed the acceptable array length");t[h]=p}h++}d++}return h};t.exports=a},function(t,e,r){"use strict";var n=r(19),o=r(24),i=r(6),a=r(30),u=r(18),c=Math.min,f=[].lastIndexOf,s=!!f&&1/[1].lastIndexOf(1,-0)<0,l=a("lastIndexOf"),p=u("indexOf",{ACCESSORS:!0,1:0}),h=s||!l||!p;t.exports=h?function(t){if(s)return f.apply(this,arguments)||0;var e=n(this),r=i(e.length),a=r-1;for(arguments.length>1&&(a=c(a,o(arguments[1]))),a<0&&(a=r+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:f},function(t,e,r){"use strict";var n=r(19),o=r(36),i=r(56),a=r(21),u=r(93),c=a.set,f=a.getterFor("Array Iterator");t.exports=u(Array,"Array",function(t,e){c(this,{type:"Array Iterator",target:n(t),index:0,kind:e})},function(){var t=f(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,r){"use strict";var n=r(126).IteratorPrototype,o=r(34),i=r(37),a=r(35),u=r(56),c=function(){return this};t.exports=function(t,e,r){var f=e+" Iterator";return t.prototype=o(n,{next:i(1,r)}),a(t,f,!1,!0),u[f]=c,t}},function(t,e,r){"use strict";var n,o,i,a=r(28),u=r(20),c=r(11),f=r(8),s=r(29),l=f("iterator"),p=!1,h=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=a(a(i)))!==Object.prototype&&(n=o):p=!0),void 0==n&&(n={}),s||c(n,l)||u(n,l,h),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},function(t,e,r){var n=r(91);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},function(t,e,r){var n=r(2),o=r(46).trim,i=r(72),a=n.parseInt,u=/^[+-]?0[Xx]/,c=8!==a(i+"08")||22!==a(i+"0x16");t.exports=c?function(t,e){var r=o(String(t));return a(r,e>>>0||(u.test(r)?16:10))}:a},function(t,e,r){var n=r(2),o=r(46).trim,i=r(72),a=n.parseFloat,u=1/a(i+"-0")!=-1/0;t.exports=u?function(t){var e=o(String(t)),r=a(e);return 0===r&&"-"==e.charAt(0)?-0:r}:a},function(t,e,r){var n=r(3),o=Math.floor;t.exports=function(t){return!n(t)&&isFinite(t)&&o(t)===t}},function(t,e,r){var n=r(25);t.exports=function(t){if("number"!=typeof t&&"Number"!=n(t))throw TypeError("Incorrect invocation");return+t}},function(t,e){var r=Math.log;t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:r(1+t)}},function(t,e,r){var n=r(2);t.exports=n.Promise},function(t,e,r){var n,o,i,a=r(2),u=r(1),c=r(25),f=r(40),s=r(113),l=r(77),p=r(135),h=a.location,d=a.setImmediate,v=a.clearImmediate,y=a.process,g=a.MessageChannel,b=a.Dispatch,m=0,x={},w=function(t){if(x.hasOwnProperty(t)){var e=x[t];delete x[t],e()}},E=function(t){return function(){w(t)}},S=function(t){w(t.data)},A=function(t){a.postMessage(t+"",h.protocol+"//"+h.host)};d&&v||(d=function(t){for(var e=[],r=1;arguments.length>r;)e.push(arguments[r++]);return x[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},n(m),m},v=function(t){delete x[t]},"process"==c(y)?n=function(t){y.nextTick(E(t))}:b&&b.now?n=function(t){b.now(E(t))}:g&&!p?(o=new g,i=o.port2,o.port1.onmessage=S,n=f(i.postMessage,i,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||u(A)?n="onreadystatechange"in l("script")?function(t){s.appendChild(l("script")).onreadystatechange=function(){s.removeChild(this),w(t)}}:function(t){setTimeout(E(t),0)}:(n=A,a.addEventListener("message",S,!1))),t.exports={set:d,clear:v}},function(t,e,r){var n=r(91);t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(n)},function(t,e,r){var n=r(5),o=r(3),i=r(102);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},function(t,e,r){"use strict";var n=r(9).f,o=r(34),i=r(59),a=r(40),u=r(47),c=r(44),f=r(93),s=r(45),l=r(4),p=r(41).fastKey,h=r(21),d=h.set,v=h.getterFor;t.exports={getConstructor:function(t,e,r,f){var s=t(function(t,n){u(t,s,e),d(t,{type:e,index:o(null),first:void 0,last:void 0,size:0}),l||(t.size=0),void 0!=n&&c(n,t[f],t,r)}),h=v(e),y=function(t,e,r){var n,o,i=h(t),a=g(t,e);return a?a.value=r:(i.last=a={index:o=p(e,!0),key:e,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=a),n&&(n.next=a),l?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},g=function(t,e){var r,n=h(t),o=p(e);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==e)return r};return i(s.prototype,{clear:function(){for(var t=this,e=h(t),r=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete r[n.index],n=n.next;e.first=e.last=void 0,l?e.size=0:t.size=0},delete:function(t){var e=this,r=h(e),n=g(e,t);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first==n&&(r.first=o),r.last==n&&(r.last=i),l?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=h(this),n=a(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!g(this,t)}}),i(s.prototype,r?{get:function(t){var e=g(this,t);return e&&e.value},set:function(t,e){return y(this,0===t?0:t,e)}}:{add:function(t){return y(this,t=0===t?0:t,t)}}),l&&n(s.prototype,"size",{get:function(){return h(this).size}}),s},setStrong:function(t,e,r){var n=e+" Iterator",o=v(e),i=v(n);f(t,e,function(t,e){d(this,{type:n,target:t,state:o(t),kind:e,last:void 0})},function(){for(var t=i(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?"keys"==e?{value:r.key,done:!1}:"values"==e?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})},r?"entries":"values",!r,!0),s(e)}}},function(t,e,r){"use strict";var n=r(59),o=r(41).getWeakData,i=r(5),a=r(3),u=r(47),c=r(44),f=r(12),s=r(11),l=r(21),p=l.set,h=l.getterFor,d=f.find,v=f.findIndex,y=0,g=function(t){return t.frozen||(t.frozen=new b)},b=function(){this.entries=[]},m=function(t,e){return d(t.entries,function(t){return t[0]===e})};b.prototype={get:function(t){var e=m(this,t);if(e)return e[1]},has:function(t){return!!m(this,t)},set:function(t,e){var r=m(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=v(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,r,f){var l=t(function(t,n){u(t,l,e),p(t,{type:e,id:y++,frozen:void 0}),void 0!=n&&c(n,t[f],t,r)}),d=h(e),v=function(t,e,r){var n=d(t),a=o(i(e),!0);return!0===a?g(n).set(e,r):a[n.id]=r,t};return n(l.prototype,{delete:function(t){var e=d(this);if(!a(t))return!1;var r=o(t);return!0===r?g(e).delete(t):r&&s(r,e.id)&&delete r[e.id]},has:function(t){var e=d(this);if(!a(t))return!1;var r=o(t);return!0===r?g(e).has(t):r&&s(r,e.id)}}),n(l.prototype,r?{get:function(t){var e=d(this);if(a(t)){var r=o(t);return!0===r?g(e).get(t):r?r[e.id]:void 0}},set:function(t,e){return v(this,t,e)}}:{add:function(t){return v(this,t,!0)}}),l}}},function(t,e,r){var n=r(24),o=r(6);t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw RangeError("Wrong length or index");return r}},function(t,e,r){var n=r(315);t.exports=function(t,e){var r=n(t);if(r%e)throw RangeError("Wrong offset");return r}},function(t,e,r){var n=r(10),o=r(6),i=r(87),a=r(86),u=r(40),c=r(7).aTypedArrayConstructor;t.exports=function(t){var e,r,f,s,l,p,h=n(t),d=arguments.length,v=d>1?arguments[1]:void 0,y=void 0!==v,g=i(h);if(void 0!=g&&!a(g))for(l=g.call(h),p=l.next,h=[];!(s=p.call(l)).done;)h.push(s.value);for(y&&d>2&&(v=u(v,arguments[2],2)),r=o(h.length),f=new(c(this))(r),e=0;r>e;e++)f[e]=y?v(h[e],e):h[e];return f}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),r(144),r(362),r(363),r(364),r(365),function(){function t(){return!!/MSIE \d|Trident.*rv:/.test(navigator.userAgent)}function e(){try{if(void 0!==Blazor&&null!==Blazor&&void 0!==Blazor.start&&null!==Blazor.start)return!0}catch(t){}return!1}function r(t){e()?Blazor.start():t<=200&&window.setTimeout(function(){r(++t)},50)}!function(){if(t()&&Symbol.useSimple(),null==document.baseURI||void 0==document.baseURI)try{document.baseURI=document.getElementsByTagName("base")[0].href}catch(t){console.error("Blazor.Polyfill: Unable to define the undefined 'document.baseURI' property: No tag present in the of the current document."),console.error("On a Blazor server-side project, check that '' is present as a child tag of your tag.")}t()&&r(0)}()}()},function(t,e,r){r(145),r(146),r(147),r(148),r(149),r(150),r(151),r(152),r(153),r(154),r(155),r(156),r(157),r(158),r(159),r(160),r(162),r(163),r(164),r(165),r(166),r(167),r(168),r(169),r(170),r(171),r(172),r(173),r(174),r(175),r(176),r(177),r(178),r(179),r(180),r(181),r(183),r(184),r(185),r(186),r(187),r(188),r(189),r(190),r(191),r(193),r(194),r(195),r(196),r(197),r(198),r(199),r(200),r(201),r(202),r(203),r(204),r(206),r(207),r(208),r(209),r(210),r(211),r(212),r(213),r(214),r(215),r(216),r(217),r(218),r(219),r(220),r(124),r(221),r(222),r(223),r(224),r(225),r(226),r(227),r(228),r(229),r(230),r(231),r(232),r(233),r(234),r(235),r(236),r(237),r(238),r(239),r(240),r(241),r(242),r(243),r(244),r(245),r(246),r(247),r(248),r(249),r(250),r(251),r(252),r(97),r(253),r(254),r(255),r(256),r(257),r(258),r(259),r(260),r(261),r(263),r(264),r(265),r(266),r(267),r(268),r(269),r(270),r(271),r(272),r(273),r(274),r(275),r(276),r(277),r(278),r(279),r(281),r(282),r(283),r(284),r(285),r(286),r(287),r(288),r(289),r(290),r(291),r(292),r(293),r(295),r(296),r(298),r(299),r(300),r(303),r(304),r(305),r(306),r(307),r(308),r(309),r(311),r(312),r(313),r(314),r(316),r(317),r(318),r(319),r(320),r(321),r(322),r(323),r(324),r(325),r(326),r(327),r(328),r(329),r(330),r(331),r(332),r(333),r(334),r(335),r(336),r(337),r(338),r(339),r(340),r(341),r(342),r(343),r(344),r(345),r(346),r(347),r(348),r(349),r(350),r(351),r(352),r(353),r(354);r(355),r(356),r(357),r(358),r(359),r(360),r(361);var n=r(82);t.exports=n},function(t,e,r){"use strict";var n=r(0),o=r(2),i=r(27),a=r(29),u=r(4),c=r(85),f=r(111),s=r(1),l=r(11),p=r(39),h=r(3),d=r(5),v=r(10),y=r(19),g=r(26),b=r(37),m=r(34),x=r(53),w=r(38),E=r(114),S=r(84),A=r(13),O=r(9),T=r(60),_=r(20),R=r(15),I=r(80),j=r(61),M=r(50),N=r(49),P=r(8),F=r(115),D=r(16),C=r(35),L=r(21),U=r(12).forEach,B=j("hidden"),k=P("toPrimitive"),z=L.set,W=L.getterFor("Symbol"),q=Object.prototype,H=o.Symbol,V=i("JSON","stringify"),Y=A.f,G=O.f,$=E.f,X=T.f,J=I("symbols"),K=I("op-symbols"),Q=I("string-to-symbol-registry"),Z=I("symbol-to-string-registry"),tt=I("wks"),et=o.QObject,rt=!et||!et.prototype||!et.prototype.findChild,nt=u&&s(function(){return 7!=m(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a})?function(t,e,r){var n=Y(q,e);n&&delete q[e],G(t,e,r),n&&t!==q&&G(q,e,n)}:G,ot=function(t,e){var r=J[t]=m(H.prototype);return z(r,{type:"Symbol",tag:t,description:e}),u||(r.description=e),r},it=f?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof H},at=function(t,e,r){t===q&&at(K,e,r),d(t);var n=g(e,!0);return d(r),l(J,n)?(r.enumerable?(l(t,B)&&t[B][n]&&(t[B][n]=!1),r=m(r,{enumerable:b(0,!1)})):(l(t,B)||G(t,B,b(1,{})),t[B][n]=!0),nt(t,n,r)):G(t,n,r)},ut=function(t,e){d(t);var r=y(e),n=x(r).concat(pt(r));return U(n,function(e){u&&!ft.call(r,e)||at(t,e,r[e])}),t},ct=function(t,e){return void 0===e?m(t):ut(m(t),e)},ft=function(t){var e=g(t,!0),r=X.call(this,e);return!(this===q&&l(J,e)&&!l(K,e))&&(!(r||!l(this,e)||!l(J,e)||l(this,B)&&this[B][e])||r)},st=function(t,e){var r=y(t),n=g(e,!0);if(r!==q||!l(J,n)||l(K,n)){var o=Y(r,n);return!o||!l(J,n)||l(r,B)&&r[B][n]||(o.enumerable=!0),o}},lt=function(t){var e=$(y(t)),r=[];return U(e,function(t){l(J,t)||l(M,t)||r.push(t)}),r},pt=function(t){var e=t===q,r=$(e?K:y(t)),n=[];return U(r,function(t){!l(J,t)||e&&!l(q,t)||n.push(J[t])}),n};if(c||(H=function(){if(this instanceof H)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=N(t),r=function(t){this===q&&r.call(K,t),l(this,B)&&l(this[B],e)&&(this[B][e]=!1),nt(this,e,b(1,t))};return u&&rt&&nt(q,e,{configurable:!0,set:r}),ot(e,t)},R(H.prototype,"toString",function(){return W(this).tag}),R(H,"withoutSetter",function(t){return ot(N(t),t)}),T.f=ft,O.f=at,A.f=st,w.f=E.f=lt,S.f=pt,F.f=function(t){return ot(P(t),t)},u&&(G(H.prototype,"description",{configurable:!0,get:function(){return W(this).description}}),a||R(q,"propertyIsEnumerable",ft,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:H}),U(x(tt),function(t){D(t)}),n({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=String(t);if(l(Q,e))return Q[e];var r=H(e);return Q[e]=r,Z[r]=e,r},keyFor:function(t){if(!it(t))throw TypeError(t+" is not a symbol");if(l(Z,t))return Z[t]},useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),n({target:"Object",stat:!0,forced:!c,sham:!u},{create:ct,defineProperty:at,defineProperties:ut,getOwnPropertyDescriptor:st}),n({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:lt,getOwnPropertySymbols:pt}),n({target:"Object",stat:!0,forced:s(function(){S.f(1)})},{getOwnPropertySymbols:function(t){return S.f(v(t))}}),V){n({target:"JSON",stat:!0,forced:!c||s(function(){var t=H();return"[null]"!=V([t])||"{}"!=V({a:t})||"{}"!=V(Object(t))})},{stringify:function(t,e,r){for(var n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e,(h(e)||void 0!==t)&&!it(t))return p(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!it(e))return e}),o[1]=e,V.apply(null,o)}})}H.prototype[k]||_(H.prototype,k,H.prototype.valueOf),C(H,"Symbol"),M[B]=!0},function(t,e,r){r(16)("asyncIterator")},function(t,e,r){"use strict";var n=r(0),o=r(4),i=r(2),a=r(11),u=r(3),c=r(9).f,f=r(109),s=i.Symbol;if(o&&"function"==typeof s&&(!("description"in s.prototype)||void 0!==s().description)){var l={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new s(t):void 0===t?s():s(t);return""===t&&(l[e]=!0),e};f(p,s);var h=p.prototype=s.prototype;h.constructor=p;var d=h.toString,v="Symbol(test)"==String(s("test")),y=/^Symbol\((.*)\)[^)]+$/;c(h,"description",{configurable:!0,get:function(){var t=u(this)?this.valueOf():this,e=d.call(t);if(a(l,t))return"";var r=v?e.slice(7,-1):e.replace(y,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:p})}},function(t,e,r){r(16)("hasInstance")},function(t,e,r){r(16)("isConcatSpreadable")},function(t,e,r){r(16)("iterator")},function(t,e,r){r(16)("match")},function(t,e,r){r(16)("matchAll")},function(t,e,r){r(16)("replace")},function(t,e,r){r(16)("search")},function(t,e,r){r(16)("species")},function(t,e,r){r(16)("split")},function(t,e,r){r(16)("toPrimitive")},function(t,e,r){r(16)("toStringTag")},function(t,e,r){r(16)("unscopables")},function(t,e,r){var n=r(0),o=r(161);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,r){"use strict";var n=r(4),o=r(1),i=r(53),a=r(84),u=r(60),c=r(10),f=r(48),s=Object.assign,l=Object.defineProperty;t.exports=!s||o(function(){if(n&&1!==s({b:1},s(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol(),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach(function(t){e[t]=t}),7!=s({},t)[r]||i(s({},e)).join("")!=o})?function(t,e){for(var r=c(t),o=arguments.length,s=1,l=a.f,p=u.f;o>s;)for(var h,d=f(arguments[s++]),v=l?i(d).concat(l(d)):i(d),y=v.length,g=0;y>g;)h=v[g++],n&&!p.call(d,h)||(r[h]=d[h]);return r}:s},function(t,e,r){r(0)({target:"Object",stat:!0,sham:!r(4)},{create:r(34)})},function(t,e,r){var n=r(0),o=r(4);n({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:r(9).f})},function(t,e,r){var n=r(0),o=r(4);n({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperties:r(112)})},function(t,e,r){var n=r(0),o=r(116).entries;n({target:"Object",stat:!0},{entries:function(t){return o(t)}})},function(t,e,r){var n=r(0),o=r(55),i=r(1),a=r(3),u=r(41).onFreeze,c=Object.freeze;n({target:"Object",stat:!0,forced:i(function(){c(1)}),sham:!o},{freeze:function(t){return c&&a(t)?c(u(t)):t}})},function(t,e,r){var n=r(0),o=r(44),i=r(42);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,function(t,r){i(e,t,r)},void 0,!0),e}})},function(t,e,r){var n=r(0),o=r(1),i=r(19),a=r(13).f,u=r(4),c=o(function(){a(1)});n({target:"Object",stat:!0,forced:!u||c,sham:!u},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},function(t,e,r){var n=r(0),o=r(4),i=r(81),a=r(19),u=r(13),c=r(42);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=a(t),o=u.f,f=i(n),s={},l=0;f.length>l;)void 0!==(r=o(n,e=f[l++]))&&c(s,e,r);return s}})},function(t,e,r){var n=r(0),o=r(1),i=r(114).f;n({target:"Object",stat:!0,forced:o(function(){return!Object.getOwnPropertyNames(1)})},{getOwnPropertyNames:i})},function(t,e,r){var n=r(0),o=r(1),i=r(10),a=r(28),u=r(89);n({target:"Object",stat:!0,forced:o(function(){a(1)}),sham:!u},{getPrototypeOf:function(t){return a(i(t))}})},function(t,e,r){r(0)({target:"Object",stat:!0},{is:r(118)})},function(t,e,r){var n=r(0),o=r(1),i=r(3),a=Object.isExtensible;n({target:"Object",stat:!0,forced:o(function(){a(1)})},{isExtensible:function(t){return!!i(t)&&(!a||a(t))}})},function(t,e,r){var n=r(0),o=r(1),i=r(3),a=Object.isFrozen;n({target:"Object",stat:!0,forced:o(function(){a(1)})},{isFrozen:function(t){return!i(t)||!!a&&a(t)}})},function(t,e,r){var n=r(0),o=r(1),i=r(3),a=Object.isSealed;n({target:"Object",stat:!0,forced:o(function(){a(1)})},{isSealed:function(t){return!i(t)||!!a&&a(t)}})},function(t,e,r){var n=r(0),o=r(10),i=r(53);n({target:"Object",stat:!0,forced:r(1)(function(){i(1)})},{keys:function(t){return i(o(t))}})},function(t,e,r){var n=r(0),o=r(3),i=r(41).onFreeze,a=r(55),u=r(1),c=Object.preventExtensions;n({target:"Object",stat:!0,forced:u(function(){c(1)}),sham:!a},{preventExtensions:function(t){return c&&o(t)?c(i(t)):t}})},function(t,e,r){var n=r(0),o=r(3),i=r(41).onFreeze,a=r(55),u=r(1),c=Object.seal;n({target:"Object",stat:!0,forced:u(function(){c(1)}),sham:!a},{seal:function(t){return c&&o(t)?c(i(t)):t}})},function(t,e,r){r(0)({target:"Object",stat:!0},{setPrototypeOf:r(43)})},function(t,e,r){var n=r(0),o=r(116).values;n({target:"Object",stat:!0},{values:function(t){return o(t)}})},function(t,e,r){var n=r(88),o=r(15),i=r(182);n||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,r){"use strict";var n=r(88),o=r(62);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,r){"use strict";var n=r(0),o=r(4),i=r(63),a=r(10),u=r(17),c=r(9);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,e){c.f(a(this),t,{get:u(e),enumerable:!0,configurable:!0})}})},function(t,e,r){"use strict";var n=r(0),o=r(4),i=r(63),a=r(10),u=r(17),c=r(9);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,e){c.f(a(this),t,{set:u(e),enumerable:!0,configurable:!0})}})},function(t,e,r){"use strict";var n=r(0),o=r(4),i=r(63),a=r(10),u=r(26),c=r(28),f=r(13).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var e,r=a(this),n=u(t,!0);do{if(e=f(r,n))return e.get}while(r=c(r))}})},function(t,e,r){"use strict";var n=r(0),o=r(4),i=r(63),a=r(10),u=r(26),c=r(28),f=r(13).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var e,r=a(this),n=u(t,!0);do{if(e=f(r,n))return e.set}while(r=c(r))}})},function(t,e,r){r(0)({target:"Function",proto:!0},{bind:r(120)})},function(t,e,r){var n=r(4),o=r(9).f,i=Function.prototype,a=i.toString,u=/^\s*function ([^ (]*)/;!n||"name"in i||o(i,"name",{configurable:!0,get:function(){try{return a.call(this).match(u)[1]}catch(t){return""}}})},function(t,e,r){"use strict";var n=r(3),o=r(9),i=r(28),a=r(8),u=a("hasInstance"),c=Function.prototype;u in c||o.f(c,u,{value:function(t){if("function"!=typeof this||!n(t))return!1;if(!n(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},function(t,e,r){r(0)({global:!0},{globalThis:r(2)})},function(t,e,r){var n=r(0),o=r(192);n({target:"Array",stat:!0,forced:!r(64)(function(t){Array.from(t)})},{from:o})},function(t,e,r){"use strict";var n=r(40),o=r(10),i=r(117),a=r(86),u=r(6),c=r(42),f=r(87);t.exports=function(t){var e,r,s,l,p,h,d=o(t),v="function"==typeof this?this:Array,y=arguments.length,g=y>1?arguments[1]:void 0,b=void 0!==g,m=f(d),x=0;if(b&&(g=n(g,y>2?arguments[2]:void 0,2)),void 0==m||v==Array&&a(m))for(e=u(d.length),r=new v(e);e>x;x++)h=b?g(d[x],x):d[x],c(r,x,h);else for(l=m.call(d),p=l.next,r=new v;!(s=p.call(l)).done;x++)h=b?i(l,g,[s.value,x],!0):s.value,c(r,x,h);return r.length=x,r}},function(t,e,r){r(0)({target:"Array",stat:!0},{isArray:r(39)})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(42);n({target:"Array",stat:!0,forced:o(function(){function t(){}return!(Array.of.call(t)instanceof t)})},{of:function(){for(var t=0,e=arguments.length,r=new("function"==typeof this?this:Array)(e);e>t;)i(r,t,arguments[t++]);return r.length=e,r}})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(39),a=r(3),u=r(10),c=r(6),f=r(42),s=r(54),l=r(57),p=r(8),h=r(90),d=p("isConcatSpreadable"),v=h>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),y=l("concat"),g=function(t){if(!a(t))return!1;var e=t[d];return void 0!==e?!!e:i(t)};n({target:"Array",proto:!0,forced:!v||!y},{concat:function(t){var e,r,n,o,i,a=u(this),l=s(a,0),p=0;for(e=-1,n=arguments.length;e9007199254740991)throw TypeError("Maximum allowed index exceeded");for(r=0;r=9007199254740991)throw TypeError("Maximum allowed index exceeded");f(l,p++,i)}return l.length=p,l}})},function(t,e,r){var n=r(0),o=r(121),i=r(36);n({target:"Array",proto:!0},{copyWithin:o}),i("copyWithin")},function(t,e,r){"use strict";var n=r(0),o=r(12).every,i=r(30),a=r(18),u=i("every"),c=a("every");n({target:"Array",proto:!0,forced:!u||!c},{every:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(0),o=r(92),i=r(36);n({target:"Array",proto:!0},{fill:o}),i("fill")},function(t,e,r){"use strict";var n=r(0),o=r(12).filter,i=r(57),a=r(18),u=i("filter"),c=a("filter");n({target:"Array",proto:!0,forced:!u||!c},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(12).find,i=r(36),a=r(18),u=!0,c=a("find");"find"in[]&&Array(1).find(function(){u=!1}),n({target:"Array",proto:!0,forced:u||!c},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("find")},function(t,e,r){"use strict";var n=r(0),o=r(12).findIndex,i=r(36),a=r(18),u=!0,c=a("findIndex");"findIndex"in[]&&Array(1).findIndex(function(){u=!1}),n({target:"Array",proto:!0,forced:u||!c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("findIndex")},function(t,e,r){"use strict";var n=r(0),o=r(122),i=r(10),a=r(6),u=r(24),c=r(54);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=i(this),r=a(e.length),n=c(e,0);return n.length=o(n,e,e,r,0,void 0===t?1:u(t)),n}})},function(t,e,r){"use strict";var n=r(0),o=r(122),i=r(10),a=r(6),u=r(17),c=r(54);n({target:"Array",proto:!0},{flatMap:function(t){var e,r=i(this),n=a(r.length);return u(t),e=c(r,0),e.length=o(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},function(t,e,r){"use strict";var n=r(0),o=r(205);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,r){"use strict";var n=r(12).forEach,o=r(30),i=r(18),a=o("forEach"),u=i("forEach");t.exports=a&&u?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,r){"use strict";var n=r(0),o=r(51).includes,i=r(36);n({target:"Array",proto:!0,forced:!r(18)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(t,e,r){"use strict";var n=r(0),o=r(51).indexOf,i=r(30),a=r(18),u=[].indexOf,c=!!u&&1/[1].indexOf(1,-0)<0,f=i("indexOf"),s=a("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:c||!f||!s},{indexOf:function(t){return c?u.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(48),i=r(19),a=r(30),u=[].join,c=o!=Object,f=a("join",",");n({target:"Array",proto:!0,forced:c||!f},{join:function(t){return u.call(i(this),void 0===t?",":t)}})},function(t,e,r){var n=r(0),o=r(123);n({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},function(t,e,r){"use strict";var n=r(0),o=r(12).map,i=r(57),a=r(18),u=i("map"),c=a("map");n({target:"Array",proto:!0,forced:!u||!c},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(65).left,i=r(30),a=r(18),u=i("reduce"),c=a("reduce",{1:0});n({target:"Array",proto:!0,forced:!u||!c},{reduce:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(65).right,i=r(30),a=r(18),u=i("reduceRight"),c=a("reduce",{1:0});n({target:"Array",proto:!0,forced:!u||!c},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(39),i=[].reverse,a=[1,2];n({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return o(this)&&(this.length=this.length),i.call(this)}})},function(t,e,r){"use strict";var n=r(0),o=r(3),i=r(39),a=r(33),u=r(6),c=r(19),f=r(42),s=r(8),l=r(57),p=r(18),h=l("slice"),d=p("slice",{ACCESSORS:!0,0:0,1:2}),v=s("species"),y=[].slice,g=Math.max;n({target:"Array",proto:!0,forced:!h||!d},{slice:function(t,e){var r,n,s,l=c(this),p=u(l.length),h=a(t,p),d=a(void 0===e?p:e,p);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&null===(r=r[v])&&(r=void 0):r=void 0,r===Array||void 0===r))return y.call(l,h,d);for(n=new(void 0===r?Array:r)(g(d-h,0)),s=0;h1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(17),i=r(10),a=r(1),u=r(30),c=[],f=c.sort,s=a(function(){c.sort(void 0)}),l=a(function(){c.sort(null)}),p=u("sort");n({target:"Array",proto:!0,forced:s||!l||!p},{sort:function(t){return void 0===t?f.call(i(this)):f.call(i(this),o(t))}})},function(t,e,r){"use strict";var n=r(0),o=r(33),i=r(24),a=r(6),u=r(10),c=r(54),f=r(42),s=r(57),l=r(18),p=s("splice"),h=l("splice",{ACCESSORS:!0,0:0,1:2}),d=Math.max,v=Math.min;n({target:"Array",proto:!0,forced:!p||!h},{splice:function(t,e){var r,n,s,l,p,h,y=u(this),g=a(y.length),b=o(t,g),m=arguments.length;if(0===m?r=n=0:1===m?(r=0,n=g-b):(r=m-2,n=v(d(i(e),0),g-b)),g+r-n>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(s=c(y,n),l=0;lg-n+r;l--)delete y[l-1]}else if(r>n)for(l=g-n;l>b;l--)p=l+n-1,h=l+r-1,p in y?y[h]=y[p]:delete y[h];for(l=0;la;){if(e=+arguments[a++],o(e,1114111)!==e)throw RangeError(e+" is not a valid code point");r.push(e<65536?i(e):i(55296+((e-=65536)>>10),e%1024+56320))}return r.join("")}})},function(t,e,r){var n=r(0),o=r(19),i=r(6);n({target:"String",stat:!0},{raw:function(t){for(var e=o(t.raw),r=i(e.length),n=arguments.length,a=[],u=0;r>u;)a.push(String(e[u++])),u1?arguments[1]:void 0,n=i(e.length),o=void 0===r?n:l(i(r),n),c=String(t);return s?s.call(e,c,o):e.slice(o-c.length,o)===c}})},function(t,e,r){"use strict";var n=r(0),o=r(95),i=r(14);n({target:"String",proto:!0,forced:!r(96)("includes")},{includes:function(t){return!!~String(i(this)).indexOf(o(t),arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(67),o=r(5),i=r(6),a=r(14),u=r(70),c=r(71);n("match",1,function(t,e,r){return[function(e){var r=a(this),n=void 0==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var a=o(t),f=String(this);if(!a.global)return c(a,f);var s=a.unicode;a.lastIndex=0;for(var l,p=[],h=0;null!==(l=c(a,f));){var d=String(l[0]);p[h]=d,""===d&&(a.lastIndex=u(f,i(a.lastIndex),s)),h++}return 0===h?null:p}]})},function(t,e,r){"use strict";var n=r(0),o=r(125),i=r(14),a=r(6),u=r(17),c=r(5),f=r(25),s=r(66),l=r(58),p=r(20),h=r(1),d=r(8),v=r(31),y=r(70),g=r(21),b=r(29),m=d("matchAll"),x=g.set,w=g.getterFor("RegExp String Iterator"),E=RegExp.prototype,S=E.exec,A="".matchAll,O=!!A&&!h(function(){"a".matchAll(/./)}),T=function(t,e){var r,n=t.exec;if("function"==typeof n){if("object"!=typeof(r=n.call(t,e)))throw TypeError("Incorrect exec result");return r}return S.call(t,e)},_=o(function(t,e,r,n){x(this,{type:"RegExp String Iterator",regexp:t,string:e,global:r,unicode:n,done:!1})},"RegExp String",function(){var t=w(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,r=t.string,n=T(e,r);return null===n?{value:void 0,done:t.done=!0}:t.global?(""==String(n[0])&&(e.lastIndex=y(r,a(e.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})}),R=function(t){var e,r,n,o,i,u,f=c(this),s=String(t);return e=v(f,RegExp),r=f.flags,void 0===r&&f instanceof RegExp&&!("flags"in E)&&(r=l.call(f)),n=void 0===r?"":String(r),o=new e(e===RegExp?f.source:f,n),i=!!~n.indexOf("g"),u=!!~n.indexOf("u"),o.lastIndex=a(f.lastIndex),new _(o,s,i,u)};n({target:"String",proto:!0,forced:O},{matchAll:function(t){var e,r,n,o,a=i(this);if(null!=t){if(s(t)&&(e=String(i("flags"in E?t.flags:l.call(t))),!~e.indexOf("g")))throw TypeError("`.matchAll` does not allow non-global regexes");if(O)return A.apply(a,arguments);if(n=t[m],void 0===n&&b&&"RegExp"==f(t)&&(n=R),null!=n)return u(n).call(t,a)}else if(O)return A.apply(a,arguments);return r=String(a),o=new RegExp(t,"g"),b?R.call(o,r):o[m](r)}}),b||m in E||p(E,m,R)},function(t,e,r){"use strict";var n=r(0),o=r(98).end;n({target:"String",proto:!0,forced:r(127)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(98).start;n({target:"String",proto:!0,forced:r(127)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){r(0)({target:"String",proto:!0},{repeat:r(99)})},function(t,e,r){"use strict";var n=r(67),o=r(5),i=r(10),a=r(6),u=r(24),c=r(14),f=r(70),s=r(71),l=Math.max,p=Math.min,h=Math.floor,d=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g,y=function(t){return void 0===t?t:String(t)};n("replace",2,function(t,e,r,n){function g(t,r,n,o,a,u){var c=n+t.length,f=o.length,s=v;return void 0!==a&&(a=i(a),s=d),e.call(u,s,function(e,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,n);case"'":return r.slice(c);case"<":u=a[i.slice(1,-1)];break;default:var s=+i;if(0===s)return e;if(s>f){var l=h(s/10);return 0===l?e:l<=f?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):e}u=o[s-1]}return void 0===u?"":u})}var b=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,m=n.REPLACE_KEEPS_$0,x=b?"$":"$0";return[function(r,n){var o=c(this),i=void 0==r?void 0:r[t];return void 0!==i?i.call(r,o,n):e.call(String(o),r,n)},function(t,n){if(!b&&m||"string"==typeof n&&-1===n.indexOf(x)){var i=r(e,t,this,n);if(i.done)return i.value}var c=o(t),h=String(this),d="function"==typeof n;d||(n=String(n));var v=c.global;if(v){var w=c.unicode;c.lastIndex=0}for(var E=[];;){var S=s(c,h);if(null===S)break;if(E.push(S),!v)break;""===String(S[0])&&(c.lastIndex=f(h,a(c.lastIndex),w))}for(var A="",O=0,T=0;T=O&&(A+=h.slice(O,R)+P,O=R+_.length)}return A+h.slice(O)}]})},function(t,e,r){"use strict";var n=r(67),o=r(5),i=r(14),a=r(118),u=r(71);n("search",1,function(t,e,r){return[function(e){var r=i(this),n=void 0==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var i=o(t),c=String(this),f=i.lastIndex;a(f,0)||(i.lastIndex=0);var s=u(i,c);return a(i.lastIndex,f)||(i.lastIndex=f),null===s?-1:s.index}]})},function(t,e,r){"use strict";var n=r(67),o=r(66),i=r(5),a=r(14),u=r(31),c=r(70),f=r(6),s=r(71),l=r(68),p=r(1),h=[].push,d=Math.min,v=!p(function(){return!RegExp(4294967295,"y")});n("split",2,function(t,e,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var n=String(a(this)),i=void 0===r?4294967295:r>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return e.call(n,t,i);for(var u,c,f,s=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=new RegExp(t.source,p+"g");(u=l.call(v,n))&&!((c=v.lastIndex)>d&&(s.push(n.slice(d,u.index)),u.length>1&&u.index=i));)v.lastIndex===u.index&&v.lastIndex++;return d===n.length?!f&&v.test("")||s.push(""):s.push(n.slice(d)),s.length>i?s.slice(0,i):s}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:e.call(this,t,r)}:e,[function(e,r){var o=a(this),i=void 0==e?void 0:e[t];return void 0!==i?i.call(e,o,r):n.call(String(o),e,r)},function(t,o){var a=r(n,t,this,o,n!==e);if(a.done)return a.value;var l=i(t),p=String(this),h=u(l,RegExp),y=l.unicode,g=(l.ignoreCase?"i":"")+(l.multiline?"m":"")+(l.unicode?"u":"")+(v?"y":"g"),b=new h(v?l:"^(?:"+l.source+")",g),m=void 0===o?4294967295:o>>>0;if(0===m)return[];if(0===p.length)return null===s(b,p)?[p]:[];for(var x=0,w=0,E=[];w1?arguments[1]:void 0,e.length)),n=String(t);return s?s.call(e,n,r):e.slice(r,r+n.length)===n}})},function(t,e,r){"use strict";var n=r(0),o=r(46).trim;n({target:"String",proto:!0,forced:r(100)("trim")},{trim:function(){return o(this)}})},function(t,e,r){"use strict";var n=r(0),o=r(46).start,i=r(100),a=i("trimStart"),u=a?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,forced:a},{trimStart:u,trimLeft:u})},function(t,e,r){"use strict";var n=r(0),o=r(46).end,i=r(100),a=i("trimEnd"),u=a?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,forced:a},{trimEnd:u,trimRight:u})},function(t,e,r){"use strict";var n=r(94).charAt,o=r(21),i=r(93),a=o.set,u=o.getterFor("String Iterator");i(String,"String",function(t){a(this,{type:"String Iterator",string:String(t),index:0})},function(){var t,e=u(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("big")},{big:function(){return o(this,"big","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("blink")},{blink:function(){return o(this,"blink","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("bold")},{bold:function(){return o(this,"b","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("fixed")},{fixed:function(){return o(this,"tt","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("italics")},{italics:function(){return o(this,"i","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("link")},{link:function(t){return o(this,"a","href",t)}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("small")},{small:function(){return o(this,"small","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("strike")},{strike:function(){return o(this,"strike","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("sub")},{sub:function(){return o(this,"sub","","")}})},function(t,e,r){"use strict";var n=r(0),o=r(22);n({target:"String",proto:!0,forced:r(23)("sup")},{sup:function(){return o(this,"sup","","")}})},function(t,e,r){var n=r(4),o=r(2),i=r(52),a=r(73),u=r(9).f,c=r(38).f,f=r(66),s=r(58),l=r(69),p=r(15),h=r(1),d=r(21).set,v=r(45),y=r(8),g=y("match"),b=o.RegExp,m=b.prototype,x=/a/g,w=/a/g,E=new b(x)!==x,S=l.UNSUPPORTED_Y;if(n&&i("RegExp",!E||S||h(function(){return w[g]=!1,b(x)!=x||b(w)==w||"/a/i"!=b(x,"i")}))){for(var A=function(t,e){var r,n=this instanceof A,o=f(t),i=void 0===e;if(!n&&o&&t.constructor===A&&i)return t;E?o&&!i&&(t=t.source):t instanceof A&&(i&&(e=s.call(t)),t=t.source),S&&(r=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var u=a(E?new b(t,e):b(t,e),n?this:m,A);return S&&r&&d(u,{sticky:r}),u},O=c(b),T=0;O.length>T;)!function(t){t in A||u(A,t,{configurable:!0,get:function(){return b[t]},set:function(e){b[t]=e}})}(O[T++]);m.constructor=A,A.prototype=m,p(o,"RegExp",A)}v("RegExp")},function(t,e,r){var n=r(4),o=r(9),i=r(58),a=r(69).UNSUPPORTED_Y;n&&("g"!=/./g.flags||a)&&o.f(RegExp.prototype,"flags",{configurable:!0,get:i})},function(t,e,r){var n=r(4),o=r(69).UNSUPPORTED_Y,i=r(9).f,a=r(21).get,u=RegExp.prototype;n&&o&&i(RegExp.prototype,"sticky",{configurable:!0,get:function(){if(this!==u){if(this instanceof RegExp)return!!a(this).sticky;throw TypeError("Incompatible receiver, RegExp required")}}})},function(t,e,r){"use strict";r(97);var n=r(0),o=r(3),i=/./.test;n({target:"RegExp",proto:!0,forced:!function(){var t=!1,e=/[ac]/;return e.exec=function(){return t=!0,/./.exec.apply(this,arguments)},!0===e.test("abc")&&t}()},{test:function(t){if("function"!=typeof this.exec)return i.call(this,t);var e=this.exec(t);if(null!==e&&!o(e))throw new Error("RegExp exec method returned something other than an Object or null");return!!e}})},function(t,e,r){"use strict";var n=r(15),o=r(5),i=r(1),a=r(58),u=RegExp.prototype,c=u.toString,f=i(function(){return"/a/b"!=c.call({source:"a",flags:"b"})}),s="toString"!=c.name;(f||s)&&n(RegExp.prototype,"toString",function(){var t=o(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in u)?a.call(t):r)},{unsafe:!0})},function(t,e,r){var n=r(0),o=r(128);n({global:!0,forced:parseInt!=o},{parseInt:o})},function(t,e,r){var n=r(0),o=r(129);n({global:!0,forced:parseFloat!=o},{parseFloat:o})},function(t,e,r){"use strict";var n=r(4),o=r(2),i=r(52),a=r(15),u=r(11),c=r(25),f=r(73),s=r(26),l=r(1),p=r(34),h=r(38).f,d=r(13).f,v=r(9).f,y=r(46).trim,g=o.Number,b=g.prototype,m="Number"==c(p(b)),x=function(t){var e,r,n,o,i,a,u,c,f=s(t,!1);if("string"==typeof f&&f.length>2)if(f=y(f),43===(e=f.charCodeAt(0))||45===e){if(88===(r=f.charCodeAt(2))||120===r)return NaN}else if(48===e){switch(f.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+f}for(i=f.slice(2),a=i.length,u=0;uo)return NaN;return parseInt(i,n)}return+f};if(i("Number",!g(" 0o1")||!g("0b1")||g("+0x1"))){for(var w,E=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof E&&(m?l(function(){b.valueOf.call(r)}):"Number"!=c(r))?f(new g(x(e)),r,E):x(e)},S=n?h(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),A=0;S.length>A;A++)u(g,w=S[A])&&!u(E,w)&&v(E,w,d(g,w));E.prototype=b,b.constructor=E,a(o,"Number",E)}},function(t,e,r){r(0)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(t,e,r){r(0)({target:"Number",stat:!0},{isFinite:r(262)})},function(t,e,r){var n=r(2),o=n.isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&o(t)}},function(t,e,r){r(0)({target:"Number",stat:!0},{isInteger:r(130)})},function(t,e,r){r(0)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},function(t,e,r){var n=r(0),o=r(130),i=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},function(t,e,r){r(0)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,r){r(0)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,r){var n=r(0),o=r(129);n({target:"Number",stat:!0,forced:Number.parseFloat!=o},{parseFloat:o})},function(t,e,r){var n=r(0),o=r(128);n({target:"Number",stat:!0,forced:Number.parseInt!=o},{parseInt:o})},function(t,e,r){"use strict";var n=r(0),o=r(24),i=r(131),a=r(99),u=r(1),c=1..toFixed,f=Math.floor,s=function(t,e,r){return 0===e?r:e%2==1?s(t,e-1,r*t):s(t*t,e/2,r)},l=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e};n({target:"Number",proto:!0,forced:c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!u(function(){c.call({})})},{toFixed:function(t){var e,r,n,u,c=i(this),p=o(t),h=[0,0,0,0,0,0],d="",v="0",y=function(t,e){for(var r=-1,n=e;++r<6;)n+=t*h[r],h[r]=n%1e7,n=f(n/1e7)},g=function(t){for(var e=6,r=0;--e>=0;)r+=h[e],h[e]=f(r/t),r=r%t*1e7},b=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==h[t]){var r=String(h[t]);e=""===e?r:e+a.call("0",7-r.length)+r}return e};if(p<0||p>20)throw RangeError("Incorrect fraction digits");if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(d="-",c=-c),c>1e-21)if(e=l(c*s(2,69,1))-69,r=e<0?c*s(2,-e,1):c/s(2,e,1),r*=4503599627370496,(e=52-e)>0){for(y(0,r),n=p;n>=7;)y(1e7,0),n-=7;for(y(s(10,n,1),0),n=e-1;n>=23;)g(1<<23),n-=23;g(1<0?(u=v.length,v=d+(u<=p?"0."+a.call("0",p-u)+v:v.slice(0,u-p)+"."+v.slice(u-p))):v=d+v,v}})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(131),a=1..toPrecision;n({target:"Number",proto:!0,forced:o(function(){return"1"!==a.call(1,void 0)})||!o(function(){a.call({})})},{toPrecision:function(t){return void 0===t?a.call(i(this)):a.call(i(this),t)}})},function(t,e,r){var n=r(0),o=r(132),i=Math.acosh,a=Math.log,u=Math.sqrt,c=Math.LN2;n({target:"Math",stat:!0,forced:!i||710!=Math.floor(i(Number.MAX_VALUE))||i(1/0)!=1/0},{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?a(t)+c:o(t-1+u(t-1)*u(t+1))}})},function(t,e,r){function n(t){return isFinite(t=+t)&&0!=t?t<0?-n(-t):a(t+u(t*t+1)):t}var o=r(0),i=Math.asinh,a=Math.log,u=Math.sqrt;o({target:"Math",stat:!0,forced:!(i&&1/i(0)>0)},{asinh:n})},function(t,e,r){var n=r(0),o=Math.atanh,i=Math.log;n({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){return 0==(t=+t)?t:i((1+t)/(1-t))/2}})},function(t,e,r){var n=r(0),o=r(101),i=Math.abs,a=Math.pow;n({target:"Math",stat:!0},{cbrt:function(t){return o(t=+t)*a(i(t),1/3)}})},function(t,e,r){var n=r(0),o=Math.floor,i=Math.log,a=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(t){return(t>>>=0)?31-o(i(t+.5)*a):32}})},function(t,e,r){var n=r(0),o=r(74),i=Math.cosh,a=Math.abs,u=Math.E;n({target:"Math",stat:!0,forced:!i||i(710)===1/0},{cosh:function(t){var e=o(a(t)-1)+1;return(e+1/(e*u*u))*(u/2)}})},function(t,e,r){var n=r(0),o=r(74);n({target:"Math",stat:!0,forced:o!=Math.expm1},{expm1:o})},function(t,e,r){r(0)({target:"Math",stat:!0},{fround:r(280)})},function(t,e,r){var n=r(101),o=Math.abs,i=Math.pow,a=i(2,-52),u=i(2,-23),c=i(2,127)*(2-u),f=i(2,-126),s=function(t){return t+1/a-1/a};t.exports=Math.fround||function(t){var e,r,i=o(t),l=n(t);return ic||r!=r?l*(1/0):l*r)}},function(t,e,r){var n=r(0),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,o=0,u=0,c=arguments.length,f=0;u0?(n=r/f,o+=n*n):o+=r;return f===1/0?1/0:f*a(o)}})},function(t,e,r){var n=r(0),o=r(1),i=Math.imul;n({target:"Math",stat:!0,forced:o(function(){return-5!=i(4294967295,5)||2!=i.length})},{imul:function(t,e){var r=+t,n=+e,o=65535&r,i=65535&n;return 0|o*i+((65535&r>>>16)*i+o*(65535&n>>>16)<<16>>>0)}})},function(t,e,r){var n=r(0),o=Math.log,i=Math.LOG10E;n({target:"Math",stat:!0},{log10:function(t){return o(t)*i}})},function(t,e,r){r(0)({target:"Math",stat:!0},{log1p:r(132)})},function(t,e,r){var n=r(0),o=Math.log,i=Math.LN2;n({target:"Math",stat:!0},{log2:function(t){return o(t)/i}})},function(t,e,r){r(0)({target:"Math",stat:!0},{sign:r(101)})},function(t,e,r){var n=r(0),o=r(1),i=r(74),a=Math.abs,u=Math.exp,c=Math.E;n({target:"Math",stat:!0,forced:o(function(){return-2e-17!=Math.sinh(-2e-17)})},{sinh:function(t){return a(t=+t)<1?(i(t)-i(-t))/2:(u(t-1)-u(-t-1))*(c/2)}})},function(t,e,r){var n=r(0),o=r(74),i=Math.exp;n({target:"Math",stat:!0},{tanh:function(t){var e=o(t=+t),r=o(-t);return e==1/0?1:r==1/0?-1:(e-r)/(i(t)+i(-t))}})},function(t,e,r){r(35)(Math,"Math",!0)},function(t,e,r){var n=r(0),o=Math.ceil,i=Math.floor;n({target:"Math",stat:!0},{trunc:function(t){return(t>0?i:o)(t)}})},function(t,e,r){r(0)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(10),a=r(26);n({target:"Date",proto:!0,forced:o(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})})},{toJSON:function(t){var e=i(this),r=a(e);return"number"!=typeof r||isFinite(r)?e.toISOString():null}})},function(t,e,r){var n=r(0),o=r(294);n({target:"Date",proto:!0,forced:Date.prototype.toISOString!==o},{toISOString:o})},function(t,e,r){"use strict";var n=r(1),o=r(98).start,i=Math.abs,a=Date.prototype,u=a.getTime,c=a.toISOString;t.exports=n(function(){return"0385-07-25T07:06:39.999Z"!=c.call(new Date(-5e13-1))})||!n(function(){c.call(new Date(NaN))})?function(){if(!isFinite(u.call(this)))throw RangeError("Invalid time value");var t=this,e=t.getUTCFullYear(),r=t.getUTCMilliseconds(),n=e<0?"-":e>9999?"+":"";return n+o(i(e),n?6:4,0)+"-"+o(t.getUTCMonth()+1,2,0)+"-"+o(t.getUTCDate(),2,0)+"T"+o(t.getUTCHours(),2,0)+":"+o(t.getUTCMinutes(),2,0)+":"+o(t.getUTCSeconds(),2,0)+"."+o(r,3,0)+"Z"}:c},function(t,e,r){var n=r(15),o=Date.prototype,i=o.toString,a=o.getTime;new Date(NaN)+""!="Invalid Date"&&n(o,"toString",function(){var t=a.call(this);return t===t?i.call(this):"Invalid Date"})},function(t,e,r){var n=r(20),o=r(297),i=r(8),a=i("toPrimitive"),u=Date.prototype;a in u||n(u,a,o)},function(t,e,r){"use strict";var n=r(5),o=r(26);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return o(n(this),"number"!==t)}},function(t,e,r){var n=r(0),o=r(27),i=r(1),a=o("JSON","stringify"),u=/[\uD800-\uDFFF]/g,c=/^[\uD800-\uDBFF]$/,f=/^[\uDC00-\uDFFF]$/,s=function(t,e,r){var n=r.charAt(e-1),o=r.charAt(e+1);return c.test(t)&&!f.test(o)||f.test(t)&&!c.test(n)?"\\u"+t.charCodeAt(0).toString(16):t},l=i(function(){return'"\\udf06\\ud834"'!==a("��")||'"\\udead"'!==a("�")});a&&n({target:"JSON",stat:!0,forced:l},{stringify:function(t,e,r){var n=a.apply(null,arguments);return"string"==typeof n?n.replace(u,s):n}})},function(t,e,r){var n=r(2);r(35)(n.JSON,"JSON",!0)},function(t,e,r){"use strict";var n,o,i,a,u=r(0),c=r(29),f=r(2),s=r(27),l=r(133),p=r(15),h=r(59),d=r(35),v=r(45),y=r(3),g=r(17),b=r(47),m=r(25),x=r(79),w=r(44),E=r(64),S=r(31),A=r(134).set,O=r(301),T=r(136),_=r(302),R=r(102),I=r(137),j=r(21),M=r(52),N=r(8),P=r(90),F=N("species"),D="Promise",C=j.get,L=j.set,U=j.getterFor(D),B=l,k=f.TypeError,z=f.document,W=f.process,q=s("fetch"),H=R.f,V=H,Y="process"==m(W),G=!!(z&&z.createEvent&&f.dispatchEvent),$=M(D,function(){if(x(B)===String(B)){if(66===P)return!0;if(!Y&&"function"!=typeof PromiseRejectionEvent)return!0}if(c&&!B.prototype.finally)return!0;if(P>=51&&/native code/.test(B))return!1;var t=B.resolve(1),e=function(t){t(function(){},function(){})},r=t.constructor={};return r[F]=e,!(t.then(function(){})instanceof e)}),X=$||!E(function(t){B.all(t).catch(function(){})}),J=function(t){var e;return!(!y(t)||"function"!=typeof(e=t.then))&&e},K=function(t,e,r){if(!e.notified){e.notified=!0;var n=e.reactions;O(function(){for(var o=e.value,i=1==e.state,a=0;n.length>a;){var u,c,f,s=n[a++],l=i?s.ok:s.fail,p=s.resolve,h=s.reject,d=s.domain;try{l?(i||(2===e.rejection&&et(t,e),e.rejection=1),!0===l?u=o:(d&&d.enter(),u=l(o),d&&(d.exit(),f=!0)),u===s.promise?h(k("Promise-chain cycle")):(c=J(u))?c.call(u,p,h):p(u)):h(o)}catch(t){d&&!f&&d.exit(),h(t)}}e.reactions=[],e.notified=!1,r&&!e.rejection&&Z(t,e)})}},Q=function(t,e,r){var n,o;G?(n=z.createEvent("Event"),n.promise=e,n.reason=r,n.initEvent(t,!1,!0),f.dispatchEvent(n)):n={promise:e,reason:r},(o=f["on"+t])?o(n):"unhandledrejection"===t&&_("Unhandled promise rejection",r)},Z=function(t,e){A.call(f,function(){var r,n=e.value,o=tt(e);if(o&&(r=I(function(){Y?W.emit("unhandledRejection",n,t):Q("unhandledrejection",t,n)}),e.rejection=Y||tt(e)?2:1,r.error))throw r.value})},tt=function(t){return 1!==t.rejection&&!t.parent},et=function(t,e){A.call(f,function(){Y?W.emit("rejectionHandled",t):Q("rejectionhandled",t,e.value)})},rt=function(t,e,r,n){return function(o){t(e,r,o,n)}},nt=function(t,e,r,n){e.done||(e.done=!0,n&&(e=n),e.value=r,e.state=2,K(t,e,!0))},ot=function(t,e,r,n){if(!e.done){e.done=!0,n&&(e=n);try{if(t===r)throw k("Promise can't be resolved itself");var o=J(r);o?O(function(){var n={done:!1};try{o.call(r,rt(ot,t,n,e),rt(nt,t,n,e))}catch(r){nt(t,n,r,e)}}):(e.value=r,e.state=1,K(t,e,!1))}catch(r){nt(t,{done:!1},r,e)}}};$&&(B=function(t){b(this,B,D),g(t),n.call(this);var e=C(this);try{t(rt(ot,this,e),rt(nt,this,e))}catch(t){nt(this,e,t)}},n=function(t){L(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})},n.prototype=h(B.prototype,{then:function(t,e){var r=U(this),n=H(S(this,B));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=Y?W.domain:void 0,r.parent=!0,r.reactions.push(n),0!=r.state&&K(this,r,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,e=C(t);this.promise=t,this.resolve=rt(ot,t,e),this.reject=rt(nt,t,e)},R.f=H=function(t){return t===B||t===i?new o(t):V(t)},c||"function"!=typeof l||(a=l.prototype.then,p(l.prototype,"then",function(t,e){var r=this;return new B(function(t,e){a.call(r,t,e)}).then(t,e)},{unsafe:!0}),"function"==typeof q&&u({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return T(B,q.apply(f,arguments))}}))),u({global:!0,wrap:!0,forced:$},{Promise:B}),d(B,D,!1,!0),v(D),i=s(D),u({target:D,stat:!0,forced:$},{reject:function(t){var e=H(this);return e.reject.call(void 0,t),e.promise}}),u({target:D,stat:!0,forced:c||$},{resolve:function(t){return T(c&&this===i?B:this,t)}}),u({target:D,stat:!0,forced:X},{all:function(t){var e=this,r=H(e),n=r.resolve,o=r.reject,i=I(function(){var r=g(e.resolve),i=[],a=0,u=1;w(t,function(t){var c=a++,f=!1;i.push(void 0),u++,r.call(e,t).then(function(t){f||(f=!0,i[c]=t,--u||n(i))},o)}),--u||n(i)});return i.error&&o(i.value),r.promise},race:function(t){var e=this,r=H(e),n=r.reject,o=I(function(){var o=g(e.resolve);w(t,function(t){o.call(e,t).then(r.resolve,n)})});return o.error&&n(o.value),r.promise}})},function(t,e,r){var n,o,i,a,u,c,f,s,l=r(2),p=r(13).f,h=r(25),d=r(134).set,v=r(135),y=l.MutationObserver||l.WebKitMutationObserver,g=l.process,b=l.Promise,m="process"==h(g),x=p(l,"queueMicrotask"),w=x&&x.value;w||(n=function(){var t,e;for(m&&(t=g.domain)&&t.exit();o;){e=o.fn,o=o.next;try{e()}catch(t){throw o?a():i=void 0,t}}i=void 0,t&&t.enter()},m?a=function(){g.nextTick(n)}:y&&!v?(u=!0,c=document.createTextNode(""),new y(n).observe(c,{characterData:!0}),a=function(){c.data=u=!u}):b&&b.resolve?(f=b.resolve(void 0),s=f.then,a=function(){s.call(f,n)}):a=function(){d.call(l,n)}),t.exports=w||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,a()),i=e}},function(t,e,r){var n=r(2);t.exports=function(t,e){var r=n.console;r&&r.error&&(1===arguments.length?r.error(t):r.error(t,e))}},function(t,e,r){"use strict";var n=r(0),o=r(17),i=r(102),a=r(137),u=r(44);n({target:"Promise",stat:!0},{allSettled:function(t){var e=this,r=i.f(e),n=r.resolve,c=r.reject,f=a(function(){var r=o(e.resolve),i=[],a=0,c=1;u(t,function(t){var o=a++,u=!1;i.push(void 0),c++,r.call(e,t).then(function(t){u||(u=!0,i[o]={status:"fulfilled",value:t},--c||n(i))},function(t){u||(u=!0,i[o]={status:"rejected",reason:t},--c||n(i))})}),--c||n(i)});return f.error&&c(f.value),r.promise}})},function(t,e,r){"use strict";var n=r(0),o=r(29),i=r(133),a=r(1),u=r(27),c=r(31),f=r(136),s=r(15);n({target:"Promise",proto:!0,real:!0,forced:!!i&&a(function(){i.prototype.finally.call({then:function(){}},function(){})})},{finally:function(t){var e=c(this,u("Promise")),r="function"==typeof t;return this.then(r?function(r){return f(e,t()).then(function(){return r})}:t,r?function(r){return f(e,t()).then(function(){throw r})}:t)}}),o||"function"!=typeof i||i.prototype.finally||s(i.prototype,"finally",u("Promise").prototype.finally)},function(t,e,r){"use strict";var n=r(75),o=r(138);t.exports=n("Map",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},o)},function(t,e,r){"use strict";var n=r(75),o=r(138);t.exports=n("Set",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},o)},function(t,e,r){"use strict";var n,o=r(2),i=r(59),a=r(41),u=r(75),c=r(139),f=r(3),s=r(21).enforce,l=r(108),p=!o.ActiveXObject&&"ActiveXObject"in o,h=Object.isExtensible,d=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},v=t.exports=u("WeakMap",d,c);if(l&&p){n=c.getConstructor(d,"WeakMap",!0),a.REQUIRED=!0;var y=v.prototype,g=y.delete,b=y.has,m=y.get,x=y.set;i(y,{delete:function(t){if(f(t)&&!h(t)){var e=s(this);return e.frozen||(e.frozen=new n),g.call(this,t)||e.frozen.delete(t)}return g.call(this,t)},has:function(t){if(f(t)&&!h(t)){var e=s(this);return e.frozen||(e.frozen=new n),b.call(this,t)||e.frozen.has(t)}return b.call(this,t)},get:function(t){if(f(t)&&!h(t)){var e=s(this);return e.frozen||(e.frozen=new n),b.call(this,t)?m.call(this,t):e.frozen.get(t)}return m.call(this,t)},set:function(t,e){if(f(t)&&!h(t)){var r=s(this);r.frozen||(r.frozen=new n),b.call(this,t)?x.call(this,t,e):r.frozen.set(t,e)}else x.call(this,t,e);return this}})}},function(t,e,r){"use strict";var n=r(75),o=r(139);n("WeakSet",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},o)},function(t,e,r){"use strict";var n=r(0),o=r(2),i=r(76),a=r(45),u=i.ArrayBuffer;n({global:!0,forced:o.ArrayBuffer!==u},{ArrayBuffer:u}),a("ArrayBuffer")},function(t,e){var r=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2,u=function(t,e,u){var c,f,s,l=new Array(u),p=8*u-e-1,h=(1<>1,v=23===e?n(2,-24)-n(2,-77):0,y=t<0||0===t&&1/t<0?1:0,g=0;for(t=r(t),t!=t||t===1/0?(f=t!=t?1:0,c=h):(c=o(i(t)/a),t*(s=n(2,-c))<1&&(c--,s*=2),t+=c+d>=1?v/s:v*n(2,1-d),t*s>=2&&(c++,s/=2),c+d>=h?(f=0,c=h):c+d>=1?(f=(t*s-1)*n(2,e),c+=d):(f=t*n(2,d-1)*n(2,e),c=0));e>=8;l[g++]=255&f,f/=256,e-=8);for(c=c<0;l[g++]=255&c,c/=256,p-=8);return l[--g]|=128*y,l},c=function(t,e){var r,o=t.length,i=8*o-e-1,a=(1<>1,c=i-7,f=o-1,s=t[f--],l=127&s;for(s>>=7;c>0;l=256*l+t[f],f--,c-=8);for(r=l&(1<<-c)-1,l>>=-c,c+=e;c>0;r=256*r+t[f],f--,c-=8);if(0===l)l=1-u;else{if(l===a)return r?NaN:s?-1/0:1/0;r+=n(2,e),l-=u}return(s?-1:1)*r*n(2,l-e)};t.exports={pack:u,unpack:c}},function(t,e,r){var n=r(0),o=r(7);n({target:"ArrayBuffer",stat:!0,forced:!o.NATIVE_ARRAY_BUFFER_VIEWS},{isView:o.isView})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(76),a=r(5),u=r(33),c=r(6),f=r(31),s=i.ArrayBuffer,l=i.DataView,p=s.prototype.slice;n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:o(function(){return!new s(2).slice(1,void 0).byteLength})},{slice:function(t,e){if(void 0!==p&&void 0===e)return p.call(a(this),t);for(var r=a(this).byteLength,n=u(t,r),o=u(void 0===e?r:e,r),i=new(f(this,s))(c(o-n)),h=new l(this),d=new l(i),v=0;nt;)r[t]=arguments[t++];return r},o)},function(t,e,r){"use strict";var n=r(7),o=r(121),i=n.aTypedArray;(0,n.exportTypedArrayMethod)("copyWithin",function(t,e){return o.call(i(this),t,e,arguments.length>2?arguments[2]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(12).every,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(92),i=n.aTypedArray;(0,n.exportTypedArrayMethod)("fill",function(t){return o.apply(i(this),arguments)})},function(t,e,r){"use strict";var n=r(7),o=r(12).filter,i=r(31),a=n.aTypedArray,u=n.aTypedArrayConstructor;(0,n.exportTypedArrayMethod)("filter",function(t){for(var e=o(a(this),t,arguments.length>1?arguments[1]:void 0),r=i(this,this.constructor),n=0,c=e.length,f=new(u(r))(c);c>n;)f[n]=e[n++];return f})},function(t,e,r){"use strict";var n=r(7),o=r(12).find,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(12).findIndex,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(12).forEach,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",function(t){o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(51).includes,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(51).indexOf,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(2),o=r(7),i=r(124),a=r(8),u=a("iterator"),c=n.Uint8Array,f=i.values,s=i.keys,l=i.entries,p=o.aTypedArray,h=o.exportTypedArrayMethod,d=c&&c.prototype[u],v=!!d&&("values"==d.name||void 0==d.name),y=function(){return f.call(p(this))};h("entries",function(){return l.call(p(this))}),h("keys",function(){return s.call(p(this))}),h("values",y,!v),h(u,y,!v)},function(t,e,r){"use strict";var n=r(7),o=n.aTypedArray,i=[].join;(0,n.exportTypedArrayMethod)("join",function(t){return i.apply(o(this),arguments)})},function(t,e,r){"use strict";var n=r(7),o=r(123),i=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",function(t){return o.apply(i(this),arguments)})},function(t,e,r){"use strict";var n=r(7),o=r(12).map,i=r(31),a=n.aTypedArray,u=n.aTypedArrayConstructor;(0,n.exportTypedArrayMethod)("map",function(t){return o(a(this),t,arguments.length>1?arguments[1]:void 0,function(t,e){return new(u(i(t,t.constructor)))(e)})})},function(t,e,r){"use strict";var n=r(7),o=r(65).left,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",function(t){return o(i(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=r(65).right,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",function(t){return o(i(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=n.aTypedArray,i=n.exportTypedArrayMethod,a=Math.floor;i("reverse",function(){for(var t,e=this,r=o(e).length,n=a(r/2),i=0;i1?arguments[1]:void 0,1),r=this.length,n=a(t),u=o(n.length),f=0;if(u+e>r)throw RangeError("Wrong length");for(;fi;)s[i]=r[i++];return s},s)},function(t,e,r){"use strict";var n=r(7),o=r(12).some,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,r){"use strict";var n=r(7),o=n.aTypedArray,i=[].sort;(0,n.exportTypedArrayMethod)("sort",function(t){return i.call(o(this),t)})},function(t,e,r){"use strict";var n=r(7),o=r(6),i=r(33),a=r(31),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("subarray",function(t,e){var r=u(this),n=r.length,c=i(t,n);return new(a(r,r.constructor))(r.buffer,r.byteOffset+c*r.BYTES_PER_ELEMENT,o((void 0===e?n:i(e,n))-c))})},function(t,e,r){"use strict";var n=r(2),o=r(7),i=r(1),a=n.Int8Array,u=o.aTypedArray,c=o.exportTypedArrayMethod,f=[].toLocaleString,s=[].slice,l=!!a&&i(function(){f.call(new a(1))}),p=i(function(){return[1,2].toLocaleString()!=new a([1,2]).toLocaleString()})||!i(function(){a.prototype.toLocaleString.call([1,2])});c("toLocaleString",function(){return f.apply(l?s.call(u(this)):u(this),arguments)},p)},function(t,e,r){"use strict";var n=r(7).exportTypedArrayMethod,o=r(1),i=r(2),a=i.Uint8Array,u=a&&a.prototype||{},c=[].toString,f=[].join;o(function(){c.call({})})&&(c=function(){return f.call(this)}),n("toString",c,u.toString!=c)},function(t,e,r){var n=r(0),o=r(27),i=r(17),a=r(5),u=r(1),c=o("Reflect","apply"),f=Function.apply;n({target:"Reflect",stat:!0,forced:!u(function(){c(function(){})})},{apply:function(t,e,r){return i(t),a(r),c?c(t,e,r):f.call(t,e,r)}})},function(t,e,r){var n=r(0),o=r(27),i=r(17),a=r(5),u=r(3),c=r(34),f=r(120),s=r(1),l=o("Reflect","construct"),p=s(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),h=!s(function(){l(function(){})}),d=p||h;n({target:"Reflect",stat:!0,forced:d,sham:d},{construct:function(t,e){i(t),a(e);var r=arguments.length<3?t:i(arguments[2]);if(h&&!p)return l(t,e,r);if(t==r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return n.push.apply(n,e),new(f.apply(t,n))}var o=r.prototype,s=c(u(o)?o:Object.prototype),d=Function.apply.call(t,s,e);return u(d)?d:s}})},function(t,e,r){var n=r(0),o=r(4),i=r(5),a=r(26),u=r(9);n({target:"Reflect",stat:!0,forced:r(1)(function(){Reflect.defineProperty(u.f({},1,{value:1}),1,{value:2})}),sham:!o},{defineProperty:function(t,e,r){i(t);var n=a(e,!0);i(r);try{return u.f(t,n,r),!0}catch(t){return!1}}})},function(t,e,r){var n=r(0),o=r(5),i=r(13).f;n({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var r=i(o(t),e);return!(r&&!r.configurable)&&delete t[e]}})},function(t,e,r){function n(t,e){var r,o,s=arguments.length<3?t:arguments[2];return a(t)===s?t[e]:(r=c.f(t,e))?u(r,"value")?r.value:void 0===r.get?void 0:r.get.call(s):i(o=f(t))?n(o,e,s):void 0}var o=r(0),i=r(3),a=r(5),u=r(11),c=r(13),f=r(28);o({target:"Reflect",stat:!0},{get:n})},function(t,e,r){var n=r(0),o=r(4),i=r(5),a=r(13);n({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return a.f(i(t),e)}})},function(t,e,r){var n=r(0),o=r(5),i=r(28);n({target:"Reflect",stat:!0,sham:!r(89)},{getPrototypeOf:function(t){return i(o(t))}})},function(t,e,r){r(0)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},function(t,e,r){var n=r(0),o=r(5),i=Object.isExtensible;n({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),!i||i(t)}})},function(t,e,r){r(0)({target:"Reflect",stat:!0},{ownKeys:r(81)})},function(t,e,r){var n=r(0),o=r(27),i=r(5);n({target:"Reflect",stat:!0,sham:!r(55)},{preventExtensions:function(t){i(t);try{var e=o("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},function(t,e,r){function n(t,e,r){var o,c,h=arguments.length<4?t:arguments[3],d=s.f(i(t),e);if(!d){if(a(c=l(t)))return n(c,e,r,h);d=p(0)}if(u(d,"value")){if(!1===d.writable||!a(h))return!1;if(o=s.f(h,e)){if(o.get||o.set||!1===o.writable)return!1;o.value=r,f.f(h,e,o)}else f.f(h,e,p(0,r));return!0}return void 0!==d.set&&(d.set.call(h,r),!0)}var o=r(0),i=r(5),a=r(3),u=r(11),c=r(1),f=r(9),s=r(13),l=r(28),p=r(37);o({target:"Reflect",stat:!0,forced:c(function(){var t=f.f({},"a",{configurable:!0});return!1!==Reflect.set(l(t),"a",1,t)})},{set:n})},function(t,e,r){var n=r(0),o=r(5),i=r(119),a=r(43);a&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){o(t),i(e);try{return a(t,e),!0}catch(t){return!1}}})},function(t,e){!function(t){"use strict";function e(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function r(t){return"string"!=typeof t&&(t=String(t)),t}function n(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return g.iterable&&(e[Symbol.iterator]=function(){return e}),e}function o(t){this.map={},t instanceof o?t.forEach(function(t,e){this.append(e,t)},this):Array.isArray(t)?t.forEach(function(t){this.append(t[0],t[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function i(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function a(t){return new Promise(function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}})}function u(t){var e=new FileReader,r=a(e);return e.readAsArrayBuffer(t),r}function c(t){var e=new FileReader,r=a(e);return e.readAsText(t),r}function f(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n-1?e:t}function h(t,e){e=e||{};var r=e.body;if(t instanceof h){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new o(t.headers)),this.method=t.method,this.mode=t.mode,r||null==t._bodyInit||(r=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"omit",!e.headers&&this.headers||(this.headers=new o(e.headers)),this.method=p(e.method||this.method||"GET"),this.mode=e.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function d(t){var e=new FormData;return t.trim().split("&").forEach(function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}}),e}function v(t){var e=new o;return t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(t){var r=t.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();e.append(n,o)}}),e}function y(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new o(e.headers),this.url=e.url||"",this._initBody(t)}if(!t.fetch){var g={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(g.arrayBuffer)var b=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],m=function(t){return t&&DataView.prototype.isPrototypeOf(t)},x=ArrayBuffer.isView||function(t){return t&&b.indexOf(Object.prototype.toString.call(t))>-1};o.prototype.append=function(t,n){t=e(t),n=r(n);var o=this.map[t];this.map[t]=o?o+","+n:n},o.prototype.delete=function(t){delete this.map[e(t)]},o.prototype.get=function(t){return t=e(t),this.has(t)?this.map[t]:null},o.prototype.has=function(t){return this.map.hasOwnProperty(e(t))},o.prototype.set=function(t,n){this.map[e(t)]=r(n)},o.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},o.prototype.keys=function(){var t=[];return this.forEach(function(e,r){t.push(r)}),n(t)},o.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),n(t)},o.prototype.entries=function(){var t=[];return this.forEach(function(e,r){t.push([r,e])}),n(t)},g.iterable&&(o.prototype[Symbol.iterator]=o.prototype.entries);var w=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];h.prototype.clone=function(){return new h(this,{body:this._bodyInit})},l.call(h.prototype),l.call(y.prototype),y.prototype.clone=function(){return new y(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new o(this.headers),url:this.url})},y.error=function(){var t=new y(null,{status:0,statusText:""});return t.type="error",t};var E=[301,302,303,307,308];y.redirect=function(t,e){if(-1===E.indexOf(e))throw new RangeError("Invalid status code");return new y(null,{status:e,headers:{location:t}})},t.Headers=o,t.Request=h,t.Response=y,t.fetch=function(t,e){return new Promise(function(r,n){var o=new h(t,e),i=new XMLHttpRequest;i.onload=function(){var t={status:i.status,statusText:i.statusText,headers:v(i.getAllResponseHeaders()||"")};t.url="responseURL"in i?i.responseURL:t.headers.get("X-Request-URL");var e="response"in i?i.response:i.responseText;r(new y(e,t))},i.onerror=function(){n(new TypeError("Network request failed"))},i.ontimeout=function(){n(new TypeError("Network request failed"))},i.open(o.method,o.url,!0),"include"===o.credentials?i.withCredentials=!0:"omit"===o.credentials&&(i.withCredentials=!1),"responseType"in i&&g.blob&&(i.responseType="blob"),o.headers.forEach(function(t,e){i.setRequestHeader(e,t)}),i.send(void 0===o._bodyInit?null:o._bodyInit)})},t.fetch.polyfill=!0}}("undefined"!=typeof self?self:this)},function(t,e,r){(function(n){var o,i;!function(n){o=n,void 0!==(i="function"==typeof o?o.call(e,r,e,t):o)&&(t.exports=i)}(function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r\x20\t\r\n\f]+)/i.exec(t)||["",""])[1].toLowerCase()},O=function(t){Object.defineProperty(t,"innerHTML",{get:function(){return C(this)},set:function(t){var e=S[A(t)];if(e)for(var r=0;r"+t+"";for(b.body.innerHTML=t,g.bootstrap(b);this.content.firstChild;)u.call(this.content,this.content.firstChild);var n=b.body;if(e)for(var o=0;o"+this.innerHTML+""},set:function(t){if(!this.parentNode)throw new Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.");b.body.innerHTML=t;for(var e=this.ownerDocument.createDocumentFragment();b.body.firstChild;)c.call(e,b.body.firstChild);f.call(this.parentNode,e,this)},configurable:!0})};O(g.prototype),T(g.prototype),g.bootstrap=function(e){for(var r,n=t(e,"template"),o=0,i=n.length;o]/g,I=function(t){switch(t){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}},j=function(t){return t.replace(_,I)},M=function(t){return t.replace(R,I)},N=function(t){for(var e={},r=0;r";case Node.TEXT_NODE:var c=t.data;return e&&F[e.localName]?c:M(c);case Node.COMMENT_NODE:return"\x3c!--"+t.data+"--\x3e";default:throw window.console.error(t),new Error("not implemented")}},C=function(t,e){"template"===t.localName&&(t=t.content);for(var r,n="",o=e?e(t):p.get.call(t),i=0,a=o.length;i - - - - - - - Not found - -

Sorry, there's nothing at this address.

-
-
-
- \ No newline at end of file diff --git a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj b/samples/BlazorWebAssembly/BlazorWebAssembly.csproj deleted file mode 100644 index be2f21e4..00000000 --- a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - diff --git a/samples/BlazorWebAssembly/Shared/NavMenu.razor.css b/samples/BlazorWebAssembly/Shared/NavMenu.razor.css deleted file mode 100644 index 815ec0ed..00000000 --- a/samples/BlazorWebAssembly/Shared/NavMenu.razor.css +++ /dev/null @@ -1,62 +0,0 @@ -.navbar-toggler { - background-color: rgba(255, 255, 255, 0.1); -} - -.top-row { - height: 3.5rem; - background-color: rgba(0,0,0,0.4); -} - -.navbar-brand { - font-size: 1.1rem; -} - -.oi { - width: 2rem; - font-size: 1.1rem; - vertical-align: text-top; - top: -2px; -} - -.nav-item { - font-size: 0.9rem; - padding-bottom: 0.5rem; -} - -.nav-item:first-of-type { - padding-top: 1rem; -} - -.nav-item:last-of-type { - padding-bottom: 1rem; -} - -.nav-item ::deep a { - color: #d7d7d7; - border-radius: 4px; - height: 3rem; - display: flex; - align-items: center; - line-height: 3rem; -} - -.nav-item ::deep a.active { - background-color: rgba(255,255,255,0.25); - color: white; -} - -.nav-item ::deep a:hover { - background-color: rgba(255,255,255,0.1); - color: white; -} - -@media (min-width: 641px) { - .navbar-toggler { - display: none; - } - - .collapse { - /* Never collapse the sidebar for wide screens */ - display: block; - } -} diff --git a/samples/BlazorWebAssembly/wwwroot/css/github.min.css b/samples/BlazorWebAssembly/wwwroot/css/github.min.css deleted file mode 100644 index 275239a7..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/github.min.css +++ /dev/null @@ -1,10 +0,0 @@ -pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*! - Theme: GitHub - Description: Light theme as seen on github.com - Author: github.com - Maintainer: @Hirse - Updated: 2021-05-15 - - Outdated base version: https://github.com/primer/github-syntax-light - Current colors taken from GitHub's CSS -*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0} \ No newline at end of file diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/FONT-LICENSE b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/FONT-LICENSE deleted file mode 100644 index 8ae8650d..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/FONT-LICENSE +++ /dev/null @@ -1,86 +0,0 @@ -SIL OPEN FONT LICENSE Version 1.1 - -Copyright (c) 2014 Waybury - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/ICON-LICENSE b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/ICON-LICENSE deleted file mode 100644 index af73356f..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/ICON-LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Waybury - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/README.md b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/README.md deleted file mode 100644 index e2e831ed..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/README.md +++ /dev/null @@ -1,114 +0,0 @@ -[Open Iconic v1.1.1](http://useiconic.com/open) -=========== - -### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons) - - - -## What's in Open Iconic? - -* 223 icons designed to be legible down to 8 pixels -* Super-light SVG files - 61.8 for the entire set -* SVG sprite—the modern replacement for icon fonts -* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats -* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats -* PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px. - - -## Getting Started - -#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections. - -### General Usage - -#### Using Open Iconic's SVGs - -We like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the `alt` attribute). - -``` -icon name -``` - -#### Using Open Iconic's SVG Sprite - -Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack. - -Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `` *tag and a unique class name for each different icon in the* `` *tag.* - -``` - - - -``` - -Sizing icons only needs basic CSS. All the icons are in a square format, so just set the `` tag with equal width and height dimensions. - -``` -.icon { - width: 16px; - height: 16px; -} -``` - -Coloring icons is even easier. All you need to do is set the `fill` rule on the `` tag. - -``` -.icon-account-login { - fill: #f00; -} -``` - -To learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/). - -#### Using Open Iconic's Icon Font... - - -##### …with Bootstrap - -You can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}` - - -``` - -``` - - -``` - -``` - -##### …with Foundation - -You can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}` - -``` - -``` - - -``` - -``` - -##### …on its own - -You can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}` - -``` - -``` - -``` - -``` - - -## License - -### Icons - -All code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT). - -### Fonts - -All fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web). diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css deleted file mode 100644 index 4664f2e8..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic.woff) format('woff'),url(../fonts/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic.otf) format('opentype'),url(../fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'} \ No newline at end of file diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.eot deleted file mode 100644 index f98177db..00000000 Binary files a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.eot and /dev/null differ diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.otf deleted file mode 100644 index f6bd6846..00000000 Binary files a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.otf and /dev/null differ diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.svg deleted file mode 100644 index cf429428..00000000 --- a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.svg +++ /dev/null @@ -1,543 +0,0 @@ - - - - - -Created by FontForge 20120731 at Tue Jul 1 20:39:22 2014 - By P.J. Onori -Created by P.J. Onori with FontForge 2.0 (http://fontforge.sf.net) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf deleted file mode 100644 index fab60486..00000000 Binary files a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf and /dev/null differ diff --git a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.woff deleted file mode 100644 index f9309988..00000000 Binary files a/samples/BlazorWebAssembly/wwwroot/css/open-iconic/font/fonts/open-iconic.woff and /dev/null differ diff --git a/samples/BlazorWebAssembly/wwwroot/favicon.ico b/samples/BlazorWebAssembly/wwwroot/favicon.ico deleted file mode 100644 index a3a79998..00000000 Binary files a/samples/BlazorWebAssembly/wwwroot/favicon.ico and /dev/null differ diff --git a/samples/InteractiveServer/Components/App.razor b/samples/InteractiveServer/Components/App.razor new file mode 100644 index 00000000..cc592872 --- /dev/null +++ b/samples/InteractiveServer/Components/App.razor @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/InteractiveServer/Components/Layout/MainLayout.razor b/samples/InteractiveServer/Components/Layout/MainLayout.razor new file mode 100644 index 00000000..df0c2d65 --- /dev/null +++ b/samples/InteractiveServer/Components/Layout/MainLayout.razor @@ -0,0 +1,23 @@ +@inherits LayoutComponentBase + +
+ + +
+ + +
+ @Body +
+
+
+ +
+ An unhandled error has occurred. + Reload + 🗙 +
\ No newline at end of file diff --git a/samples/InteractiveServer/Components/Layout/MainLayout.razor.css b/samples/InteractiveServer/Components/Layout/MainLayout.razor.css new file mode 100644 index 00000000..038baf17 --- /dev/null +++ b/samples/InteractiveServer/Components/Layout/MainLayout.razor.css @@ -0,0 +1,96 @@ +.page { + position: relative; + display: flex; + flex-direction: column; +} + +main { + flex: 1; +} + +.sidebar { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row ::deep a, .top-row ::deep .btn-link { + white-space: nowrap; + margin-left: 1.5rem; + text-decoration: none; + } + + .top-row ::deep a:hover, .top-row ::deep .btn-link:hover { + text-decoration: underline; + } + + .top-row ::deep a:first-child { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row { + justify-content: space-between; + } + + .top-row ::deep a, .top-row ::deep .btn-link { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page { + flex-direction: row; + } + + .sidebar { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row.auth ::deep a:first-child { + flex: 1; + text-align: right; + width: 0; + } + + .top-row, article { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} + +#blazor-error-ui { + background: lightyellow; + bottom: 0; + box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); + display: none; + left: 0; + padding: 0.6rem 1.25rem 0.7rem 1.25rem; + position: fixed; + width: 100%; + z-index: 1000; +} + + #blazor-error-ui .dismiss { + cursor: pointer; + position: absolute; + right: 0.75rem; + top: 0.5rem; + } diff --git a/samples/BlazorWebAssembly/Shared/NavMenu.razor b/samples/InteractiveServer/Components/Layout/NavMenu.razor similarity index 83% rename from samples/BlazorWebAssembly/Shared/NavMenu.razor rename to samples/InteractiveServer/Components/Layout/NavMenu.razor index ca296535..95b2e5d5 100644 --- a/samples/BlazorWebAssembly/Shared/NavMenu.razor +++ b/samples/InteractiveServer/Components/Layout/NavMenu.razor @@ -1,17 +1,16 @@  -
+ + + - -@code { - private bool _collapseNavMenu = true; - - private string? NavMenuCssClass => _collapseNavMenu ? "collapse" : null; - - private void ToggleNavMenu() - { - _collapseNavMenu = !_collapseNavMenu; - } -} +
\ No newline at end of file diff --git a/samples/InteractiveServer/Components/Layout/NavMenu.razor.css b/samples/InteractiveServer/Components/Layout/NavMenu.razor.css new file mode 100644 index 00000000..4e15395e --- /dev/null +++ b/samples/InteractiveServer/Components/Layout/NavMenu.razor.css @@ -0,0 +1,105 @@ +.navbar-toggler { + appearance: none; + cursor: pointer; + width: 3.5rem; + height: 2.5rem; + color: white; + position: absolute; + top: 0.5rem; + right: 1rem; + border: 1px solid rgba(255, 255, 255, 0.1); + background: 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") no-repeat center/1.75rem rgba(255, 255, 255, 0.1); +} + +.navbar-toggler:checked { + background-color: rgba(255, 255, 255, 0.5); +} + +.top-row { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand { + font-size: 1.1rem; +} + +.bi { + display: inline-block; + position: relative; + width: 1.25rem; + height: 1.25rem; + margin-right: 0.75rem; + top: -1px; + background-size: cover; +} + +.bi-house-door-fill-nav-menu { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E"); +} + +.bi-plus-square-fill-nav-menu { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E"); +} + +.bi-list-nested-nav-menu { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); +} + +.nav-item { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type { + padding-top: 1rem; + } + + .nav-item:last-of-type { + padding-bottom: 1rem; + } + + .nav-item ::deep .nav-link { + color: #d7d7d7; + background: none; + border: none; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + width: 100%; + } + +.nav-item ::deep a.active { + background-color: rgba(255,255,255,0.37); + color: white; +} + +.nav-item ::deep .nav-link:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +.nav-scrollable { + display: none; +} + +.navbar-toggler:checked ~ .nav-scrollable { + display: block; +} + +@media (min-width: 641px) { + .navbar-toggler { + display: none; + } + + .nav-scrollable { + /* Never collapse the sidebar for wide screens */ + display: block; + + /* Allow sidebar to scroll for tall menus */ + height: calc(100vh - 3.5rem); + overflow-y: auto; + } +} diff --git a/samples/BlazorWebAssembly/Pages/Animation.razor b/samples/InteractiveServer/Components/Pages/Animation.razor similarity index 100% rename from samples/BlazorWebAssembly/Pages/Animation.razor rename to samples/InteractiveServer/Components/Pages/Animation.razor diff --git a/samples/BlazorServer/Pages/BackgroundCancel.razor b/samples/InteractiveServer/Components/Pages/BackgroundCancel.razor similarity index 100% rename from samples/BlazorServer/Pages/BackgroundCancel.razor rename to samples/InteractiveServer/Components/Pages/BackgroundCancel.razor diff --git a/samples/BlazorServer/Pages/CustomLayout.razor b/samples/InteractiveServer/Components/Pages/CustomLayout.razor similarity index 100% rename from samples/BlazorServer/Pages/CustomLayout.razor rename to samples/InteractiveServer/Components/Pages/CustomLayout.razor diff --git a/samples/BlazorServer/Pages/CustomOverlay.razor b/samples/InteractiveServer/Components/Pages/CustomOverlay.razor similarity index 100% rename from samples/BlazorServer/Pages/CustomOverlay.razor rename to samples/InteractiveServer/Components/Pages/CustomOverlay.razor diff --git a/samples/BlazorServer/Pages/CustomStyle.razor b/samples/InteractiveServer/Components/Pages/CustomStyle.razor similarity index 100% rename from samples/BlazorServer/Pages/CustomStyle.razor rename to samples/InteractiveServer/Components/Pages/CustomStyle.razor diff --git a/samples/InteractiveServer/Components/Pages/Error.razor b/samples/InteractiveServer/Components/Pages/Error.razor new file mode 100644 index 00000000..9d7c6be8 --- /dev/null +++ b/samples/InteractiveServer/Components/Pages/Error.razor @@ -0,0 +1,36 @@ +@page "/Error" +@using System.Diagnostics + +Error + +

Error.

+

An error occurred while processing your request.

+ +@if (ShowRequestId) +{ +

+ Request ID: @RequestId +

+} + +

Development Mode

+

+ Swapping to Development environment will display more detailed information about the error that occurred. +

+

+ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +

+ +@code{ + [CascadingParameter] private HttpContext? HttpContext { get; set; } + + private string? RequestId { get; set; } + private bool ShowRequestId => !string.IsNullOrEmpty(RequestId); + + protected override void OnInitialized() => + RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier; + +} \ No newline at end of file diff --git a/samples/BlazorServer/Pages/HideCloseButton.razor b/samples/InteractiveServer/Components/Pages/HideCloseButton.razor similarity index 100% rename from samples/BlazorServer/Pages/HideCloseButton.razor rename to samples/InteractiveServer/Components/Pages/HideCloseButton.razor diff --git a/samples/BlazorServer/Pages/Index.razor b/samples/InteractiveServer/Components/Pages/Home.razor similarity index 88% rename from samples/BlazorServer/Pages/Index.razor rename to samples/InteractiveServer/Components/Pages/Home.razor index 0d727fab..8541e5ec 100644 --- a/samples/BlazorServer/Pages/Index.razor +++ b/samples/InteractiveServer/Components/Pages/Home.razor @@ -23,9 +23,8 @@ @code { - [CascadingParameter] public IModalService Modal { get; set; } = default!; - void ShowModal() => Modal.Show("Welcome to Blazored Modal"); - + void ShowModal() + => Modal.Show("Welcome to Blazored Modal"); } \ No newline at end of file diff --git a/samples/BlazorServer/Pages/LongRunningTask.razor b/samples/InteractiveServer/Components/Pages/LongRunningTask.razor similarity index 100% rename from samples/BlazorServer/Pages/LongRunningTask.razor rename to samples/InteractiveServer/Components/Pages/LongRunningTask.razor diff --git a/samples/BlazorServer/Pages/MultipleModals.razor b/samples/InteractiveServer/Components/Pages/MultipleModals.razor similarity index 100% rename from samples/BlazorServer/Pages/MultipleModals.razor rename to samples/InteractiveServer/Components/Pages/MultipleModals.razor diff --git a/samples/BlazorServer/Pages/PassDataToModal.razor b/samples/InteractiveServer/Components/Pages/PassDataToModal.razor similarity index 100% rename from samples/BlazorServer/Pages/PassDataToModal.razor rename to samples/InteractiveServer/Components/Pages/PassDataToModal.razor diff --git a/samples/BlazorServer/Pages/Position.razor b/samples/InteractiveServer/Components/Pages/Position.razor similarity index 100% rename from samples/BlazorServer/Pages/Position.razor rename to samples/InteractiveServer/Components/Pages/Position.razor diff --git a/samples/BlazorServer/Pages/ReturnDataFromModal.razor b/samples/InteractiveServer/Components/Pages/ReturnDataFromModal.razor similarity index 100% rename from samples/BlazorServer/Pages/ReturnDataFromModal.razor rename to samples/InteractiveServer/Components/Pages/ReturnDataFromModal.razor diff --git a/samples/BlazorServer/Pages/Size.razor b/samples/InteractiveServer/Components/Pages/Size.razor similarity index 100% rename from samples/BlazorServer/Pages/Size.razor rename to samples/InteractiveServer/Components/Pages/Size.razor diff --git a/samples/InteractiveServer/Components/Routes.razor b/samples/InteractiveServer/Components/Routes.razor new file mode 100644 index 00000000..b4955df5 --- /dev/null +++ b/samples/InteractiveServer/Components/Routes.razor @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/samples/BlazorServer/Shared/Confirm.razor b/samples/InteractiveServer/Components/Shared/Confirm.razor similarity index 100% rename from samples/BlazorServer/Shared/Confirm.razor rename to samples/InteractiveServer/Components/Shared/Confirm.razor diff --git a/samples/BlazorServer/Shared/CustomBootstrapModal.razor b/samples/InteractiveServer/Components/Shared/CustomBootstrapModal.razor similarity index 100% rename from samples/BlazorServer/Shared/CustomBootstrapModal.razor rename to samples/InteractiveServer/Components/Shared/CustomBootstrapModal.razor diff --git a/samples/BlazorServer/Shared/DisplayMessage.razor b/samples/InteractiveServer/Components/Shared/DisplayMessage.razor similarity index 100% rename from samples/BlazorServer/Shared/DisplayMessage.razor rename to samples/InteractiveServer/Components/Shared/DisplayMessage.razor diff --git a/samples/BlazorServer/Shared/FullContentPage.razor b/samples/InteractiveServer/Components/Shared/FullContentPage.razor similarity index 100% rename from samples/BlazorServer/Shared/FullContentPage.razor rename to samples/InteractiveServer/Components/Shared/FullContentPage.razor diff --git a/samples/BlazorServer/Shared/Loading.razor b/samples/InteractiveServer/Components/Shared/Loading.razor similarity index 100% rename from samples/BlazorServer/Shared/Loading.razor rename to samples/InteractiveServer/Components/Shared/Loading.razor diff --git a/samples/BlazorServer/Shared/MessageForm.razor b/samples/InteractiveServer/Components/Shared/MessageForm.razor similarity index 100% rename from samples/BlazorServer/Shared/MessageForm.razor rename to samples/InteractiveServer/Components/Shared/MessageForm.razor diff --git a/samples/BlazorServer/Shared/YesNoPrompt.razor b/samples/InteractiveServer/Components/Shared/YesNoPrompt.razor similarity index 100% rename from samples/BlazorServer/Shared/YesNoPrompt.razor rename to samples/InteractiveServer/Components/Shared/YesNoPrompt.razor diff --git a/samples/BlazorServer/Shared/YesNoPromptAnimation.razor b/samples/InteractiveServer/Components/Shared/YesNoPromptAnimation.razor similarity index 100% rename from samples/BlazorServer/Shared/YesNoPromptAnimation.razor rename to samples/InteractiveServer/Components/Shared/YesNoPromptAnimation.razor diff --git a/samples/BlazorServer/_Imports.razor b/samples/InteractiveServer/Components/_Imports.razor similarity index 54% rename from samples/BlazorServer/_Imports.razor rename to samples/InteractiveServer/Components/_Imports.razor index ca1266c4..5b601947 100644 --- a/samples/BlazorServer/_Imports.razor +++ b/samples/InteractiveServer/Components/_Imports.razor @@ -1,13 +1,14 @@ @using System.Net.Http -@using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Authorization +@using System.Net.Http.Json @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web +@using static Microsoft.AspNetCore.Components.Web.RenderMode @using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.JSInterop -@using BlazorServer -@using BlazorServer.Shared +@using InteractiveServer +@using InteractiveServer.Components +@using InteractiveServer.Components.Shared @using Blazored.Modal -@using Blazored.Modal.Services +@using Blazored.Modal.Services \ No newline at end of file diff --git a/samples/InteractiveServer/InteractiveServer.csproj b/samples/InteractiveServer/InteractiveServer.csproj new file mode 100644 index 00000000..a134a33c --- /dev/null +++ b/samples/InteractiveServer/InteractiveServer.csproj @@ -0,0 +1,13 @@ + + + + net8.0 + enable + enable + + + + + + + diff --git a/samples/BlazorServer/Program.cs b/samples/InteractiveServer/Program.cs similarity index 62% rename from samples/BlazorServer/Program.cs rename to samples/InteractiveServer/Program.cs index d50f308b..dfd301e6 100644 --- a/samples/BlazorServer/Program.cs +++ b/samples/InteractiveServer/Program.cs @@ -1,10 +1,11 @@ using Blazored.Modal; +using InteractiveServer.Components; var builder = WebApplication.CreateBuilder(args); // Add services to the container. -builder.Services.AddRazorPages(); -builder.Services.AddServerSideBlazor(); +builder.Services.AddRazorComponents() + .AddInteractiveServerComponents(); builder.Services.AddBlazoredModal(); var app = builder.Build(); @@ -12,7 +13,7 @@ // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) { - app.UseExceptionHandler("/Error"); + app.UseExceptionHandler("/Error", createScopeForErrors: true); // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. app.UseHsts(); } @@ -20,10 +21,9 @@ app.UseHttpsRedirection(); app.UseStaticFiles(); +app.UseAntiforgery(); -app.UseRouting(); +app.MapRazorComponents() + .AddInteractiveServerRenderMode(); -app.MapBlazorHub(); -app.MapFallbackToPage("/_Host"); - -app.Run(); +app.Run(); \ No newline at end of file diff --git a/samples/BlazorServer/appsettings.Development.json b/samples/InteractiveServer/appsettings.Development.json similarity index 82% rename from samples/BlazorServer/appsettings.Development.json rename to samples/InteractiveServer/appsettings.Development.json index 770d3e93..0c208ae9 100644 --- a/samples/BlazorServer/appsettings.Development.json +++ b/samples/InteractiveServer/appsettings.Development.json @@ -1,5 +1,4 @@ { - "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", diff --git a/samples/BlazorServer/appsettings.json b/samples/InteractiveServer/appsettings.json similarity index 100% rename from samples/BlazorServer/appsettings.json rename to samples/InteractiveServer/appsettings.json diff --git a/samples/BlazorServer/wwwroot/css/site.css b/samples/InteractiveServer/wwwroot/app.css similarity index 74% rename from samples/BlazorServer/wwwroot/css/site.css rename to samples/InteractiveServer/wwwroot/app.css index 69ea2189..2bd9b789 100644 --- a/samples/BlazorServer/wwwroot/css/site.css +++ b/samples/InteractiveServer/wwwroot/app.css @@ -1,76 +1,51 @@ -@import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); - -html, body { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -h1:focus { - outline: none; -} - -a, .btn-link { - color: #0071c1; -} - -.btn-primary { - color: #fff; - background-color: #1b6ec2; - border-color: #1861ac; -} - -.content { - padding-top: 1.1rem; -} - -.valid.modified:not([type=checkbox]) { - outline: 1px solid #26b050; -} - -.invalid { - outline: 1px solid red; -} - -.validation-message { - color: red; -} - -.my-custom-position .blazored-modal { - position: absolute; - top: 20%; - left: 10%; -} - -.my-custom-size { - width: 88%; - margin-left: auto; - margin-right: auto; -} - -#blazor-error-ui { - background: lightyellow; - bottom: 0; - box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); - display: none; - left: 0; - padding: 0.6rem 1.25rem 0.7rem 1.25rem; - position: fixed; - width: 100%; - z-index: 1000; -} - - #blazor-error-ui .dismiss { - cursor: pointer; - position: absolute; - right: 0.75rem; - top: 0.5rem; - } - -.blazor-error-boundary { - background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121; - padding: 1rem 1rem 1rem 3.7rem; - color: white; -} - - .blazor-error-boundary::after { - content: "An error has occurred." - } +html, body { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +a, .btn-link { + color: #006bb7; +} + +.btn-primary { + color: #fff; + background-color: #1b6ec2; + border-color: #1861ac; +} + +.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { + box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; +} + +.content { + padding-top: 1.1rem; +} + +h1:focus { + outline: none; +} + +.valid.modified:not([type=checkbox]) { + outline: 1px solid #26b050; +} + +.invalid { + outline: 1px solid #e50000; +} + +.validation-message { + color: #e50000; +} + +.blazor-error-boundary { + background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121; + padding: 1rem 1rem 1rem 3.7rem; + color: white; +} + + .blazor-error-boundary::after { + content: "An error has occurred." + } + +.darker-border-checkbox.form-check-input { + border-color: #929292; +} diff --git a/samples/BlazorServer/wwwroot/css/bootstrap/bootstrap.min.css b/samples/InteractiveServer/wwwroot/bootstrap/bootstrap.min.css similarity index 100% rename from samples/BlazorServer/wwwroot/css/bootstrap/bootstrap.min.css rename to samples/InteractiveServer/wwwroot/bootstrap/bootstrap.min.css diff --git a/samples/BlazorServer/wwwroot/css/bootstrap/bootstrap.min.css.map b/samples/InteractiveServer/wwwroot/bootstrap/bootstrap.min.css.map similarity index 100% rename from samples/BlazorServer/wwwroot/css/bootstrap/bootstrap.min.css.map rename to samples/InteractiveServer/wwwroot/bootstrap/bootstrap.min.css.map diff --git a/samples/InteractiveServer/wwwroot/favicon.png b/samples/InteractiveServer/wwwroot/favicon.png new file mode 100644 index 00000000..8422b596 Binary files /dev/null and b/samples/InteractiveServer/wwwroot/favicon.png differ diff --git a/samples/BlazorServer/App.razor b/samples/InteractiveWebAssembly/App.razor similarity index 100% rename from samples/BlazorServer/App.razor rename to samples/InteractiveWebAssembly/App.razor diff --git a/samples/InteractiveWebAssembly/InteractiveWebAssembly.csproj b/samples/InteractiveWebAssembly/InteractiveWebAssembly.csproj new file mode 100644 index 00000000..d769541a --- /dev/null +++ b/samples/InteractiveWebAssembly/InteractiveWebAssembly.csproj @@ -0,0 +1,22 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + + + <_ContentIncludedByDefault Remove="wwwroot\sample-data\weather.json" /> + + + diff --git a/samples/BlazorWebAssembly/Shared/MainLayout.razor b/samples/InteractiveWebAssembly/Layout/MainLayout.razor similarity index 67% rename from samples/BlazorWebAssembly/Shared/MainLayout.razor rename to samples/InteractiveWebAssembly/Layout/MainLayout.razor index 839b8fe6..e7554be8 100644 --- a/samples/BlazorWebAssembly/Shared/MainLayout.razor +++ b/samples/InteractiveWebAssembly/Layout/MainLayout.razor @@ -1,17 +1,16 @@ @inherits LayoutComponentBase -
- About + About
@Body
-
+ \ No newline at end of file diff --git a/samples/BlazorWebAssembly/Shared/MainLayout.razor.css b/samples/InteractiveWebAssembly/Layout/MainLayout.razor.css similarity index 72% rename from samples/BlazorWebAssembly/Shared/MainLayout.razor.css rename to samples/InteractiveWebAssembly/Layout/MainLayout.razor.css index 2d41b41c..ecf25e5b 100644 --- a/samples/BlazorWebAssembly/Shared/MainLayout.razor.css +++ b/samples/InteractiveWebAssembly/Layout/MainLayout.razor.css @@ -1,4 +1,4 @@ -.page { +.page { position: relative; display: flex; flex-direction: column; @@ -21,27 +21,23 @@ main { align-items: center; } -.top-row ::deep a, .top-row ::deep .btn-link { - white-space: nowrap; - margin-left: 1.5rem; - text-decoration: none; -} - -.top-row ::deep a:hover, .top-row ::deep .btn-link:hover { - text-decoration: underline; -} + .top-row ::deep a, .top-row ::deep .btn-link { + white-space: nowrap; + margin-left: 1.5rem; + text-decoration: none; + } -.top-row ::deep a:first-child { - overflow: hidden; - text-overflow: ellipsis; -} + .top-row ::deep a:hover, .top-row ::deep .btn-link:hover { + text-decoration: underline; + } -@media (max-width: 640.98px) { - .top-row:not(.auth) { - display: none; + .top-row ::deep a:first-child { + overflow: hidden; + text-overflow: ellipsis; } - .top-row.auth { +@media (max-width: 640.98px) { + .top-row { justify-content: space-between; } diff --git a/samples/BlazorServer/Shared/NavMenu.razor b/samples/InteractiveWebAssembly/Layout/NavMenu.razor similarity index 93% rename from samples/BlazorServer/Shared/NavMenu.razor rename to samples/InteractiveWebAssembly/Layout/NavMenu.razor index 50212a83..817b4666 100644 --- a/samples/BlazorServer/Shared/NavMenu.razor +++ b/samples/InteractiveWebAssembly/Layout/NavMenu.razor @@ -1,17 +1,17 @@  -
+